@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

input::-ms-clear, input::-ms-reveal {
  display: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000000 !important;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input, textarea {
  border-radius: 0;
}

@font-face {
  font-family: "roboto-regular";
  src: url("../assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("/assets/fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
@font-face {
  font-family: "JhengHei-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Microsoft JhengHei UI Bold"), local("Microsoft JhengHei UI 粗體"), local("Microsoft JhengHei Bold"), local("Microsoft JhengHei 粗體");
}
._article ._contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._article ._imgCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -35px;
  width: 100%;
  max-height: 100%;
}
._article ._imgCover .swiper-container {
  width: 100%;
}
._article ._imgCover + ._H {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  ._article ._imgCover {
    margin-bottom: -25px;
  }
}

._article ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._article ._cover {
    margin-bottom: 25px;
  }
}

._article ._photo {
  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;
  position: relative;
  width: 100%;
  overflow: hidden;
}
._article .video4-cover._photo .playButton {
  cursor: pointer;
}

._article ._wordCover {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._article ._wordCover {
    margin-top: 30px;
  }
}

._article ._H {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 500;
}
._article ._H + ._wordCover {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._article ._H {
    margin-bottom: 15px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

._article ._subH {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media only screen and (max-width: 900px) {
  ._article ._subH {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

._article ._P {
  width: 100%;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  color: #444;
}
._article ._P .instagram-media.instagram-media-rendered {
  margin: 15px 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
._article ._P a:not(._button) {
  color: #007aff;
}
._article ._P ol li,
._article ._P ul li {
  margin-left: 16px;
}
._article ._P ol {
  list-style: decimal !important;
}
._article ._P ul {
  list-style: disc !important;
}

._article ._description {
  margin-top: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

._article ._buttonCover {
  display: block;
  margin-top: 40px;
  margin-left: 10px;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  ._article ._buttonCover {
    margin-top: 40px;
  }
}

._article ._button {
  position: relative;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  color: #000;
  border-radius: 30px;
  -webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
._article ._button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}
._article ._button span {
  display: block;
  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;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.45s, background 0.5s 0.1s;
  transition: 0.45s, background 0.5s 0.1s;
}
._article ._button span:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button p {
  position: relative;
  font-size: 0.875rem;
  padding: 12px 20px 12px 60px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button:hover:before {
  width: 0;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
._article ._button:hover span {
  background: #000;
  left: calc(100% - 49px);
  -webkit-transition: 0.5s 0.03s, background 0.1s;
  transition: 0.5s 0.03s, background 0.1s;
}
._article ._button:hover span:after {
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button:hover p {
  padding: 12px 60px 12px 20px;
  color: #fff;
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}

._article[img-swiper=on] .swiper-pagination {
  margin-top: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

._article[img-swiper=on] .swiper-button-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-prev, ._article[img-swiper=on] .swiper-button-cover .swiper-button-next {
  position: absolute;
  top: 50%;
  margin: 0;
  pointer-events: auto;
  width: 20px;
  height: 20px;
}
._article[img-swiper=on] .swiper-button-cover .swiper-button-prev:after, ._article[img-swiper=on] .swiper-button-cover .swiper-button-next:after {
  content: "";
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-next {
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-prev {
  left: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

._article[img-swiper=on] .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 5px;
  height: 5px;
  cursor: pointer;
}

._article[img-swiper=on] .swiper-wrapper {
  height: auto;
}
._article.typeSL ._subH, ._article.typeSR ._subH {
  margin-bottom: 0;
  width: 35%;
}
@media only screen and (max-width: 900px) {
  ._article.typeSL ._subH,
  ._article.typeSL ._P, ._article.typeSR ._subH,
  ._article.typeSR ._P {
    width: 100%;
  }
  ._article.typeSL ._subH, ._article.typeSR ._subH {
    margin-bottom: 15px;
  }
  ._article.typeSL ._P, ._article.typeSR ._P {
    margin: 0;
  }
}
._article.typeSL ._subH {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
._article.typeSL ._P {
  margin-left: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeSL ._subH,
  ._article.typeSL ._P {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
  }
  ._article.typeSL ._P {
    margin: 0;
  }
}
._article.typeSR ._subH {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
._article.typeSR ._P {
  margin-right: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeSR ._subH,
  ._article.typeSR ._P {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
  }
  ._article.typeSR ._P {
    margin: 0;
  }
}

._article.typeU ._imgCover, ._article.typeUL ._imgCover, ._article.typeUR ._imgCover {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
._article.typeU ._wordCover, ._article.typeUL ._wordCover, ._article.typeUR ._wordCover {
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  ._article.typeU ._wordCover, ._article.typeUL ._wordCover, ._article.typeUR ._wordCover {
    margin-bottom: 0px;
  }
}
._article.typeUL ._H, ._article.typeUR ._H {
  width: 35%;
}
@media only screen and (max-width: 900px) {
  ._article.typeUL ._H, ._article.typeUR ._H {
    width: 100%;
  }
}
._article.typeUL ._H {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
._article.typeUL ._wordCover {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 40px;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeUL ._H,
  ._article.typeUL ._wordCover {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  ._article.typeUL ._wordCover {
    margin: 0;
    width: 100%;
  }
}
._article.typeUR ._H {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
._article.typeUR ._wordCover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 40px;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeUR ._H,
  ._article.typeUR ._wordCover {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    width: 100%;
  }
  ._article.typeUR ._wordCover {
    margin: 0;
    width: 100%;
  }
}

._article.typeD ._imgCover, ._article.typeDL ._imgCover, ._article.typeDR ._imgCover {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: calc(30px - 35px);
}
@media only screen and (max-width: 900px) {
  ._article.typeD ._imgCover, ._article.typeDL ._imgCover, ._article.typeDR ._imgCover {
    margin-bottom: calc(0px - 25px);
  }
}
._article.typeDL ._H, ._article.typeDR ._H {
  width: 35%;
}
@media only screen and (max-width: 900px) {
  ._article.typeDL ._H, ._article.typeDR ._H {
    width: 100%;
  }
}
._article.typeD ._wordCover {
  margin: 0;
}
._article.typeDL ._H {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
._article.typeDL ._wordCover {
  margin-top: 0;
  margin-left: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeDL ._H,
  ._article.typeDL ._wordCover {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  ._article.typeDL ._H {
    margin-bottom: 15px;
  }
  ._article.typeDL ._wordCover {
    margin: 0;
    width: 100%;
  }
}
._article.typeDR ._H {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
._article.typeDR ._wordCover {
  margin-top: 0;
  margin-right: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(65% - 40px);
}
@media only screen and (max-width: 900px) {
  ._article.typeDR ._H,
  ._article.typeDR ._wordCover {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  ._article.typeDR ._H {
    margin-bottom: 15px;
  }
  ._article.typeDR ._wordCover {
    margin: 0;
    width: 100%;
  }
}

._article.typeL ._contentWrap, ._article.typeR ._contentWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

._article.typeL ._imgCover, ._article.typeLR ._imgCover {
  margin-left: 30px;
  width: calc(50% - 30px);
}
._article.typeL ._imgCover .swiper-button-cover, ._article.typeLR ._imgCover .swiper-button-cover {
  left: auto;
  right: 0;
  width: 100%;
}
._article.typeL ._wordCover, ._article.typeLR ._wordCover {
  margin-top: 0;
  width: 50%;
}
._article.typeL[img-row=x2] ._imgCover, ._article.typeL[img-row=x3] ._imgCover, ._article.typeL[img-row=x4] ._imgCover, ._article.typeL[img-row=x5] ._imgCover, ._article.typeLR[img-row=x2] ._imgCover, ._article.typeLR[img-row=x3] ._imgCover, ._article.typeLR[img-row=x4] ._imgCover, ._article.typeLR[img-row=x5] ._imgCover {
  margin: 0 -10px -35px 20px;
  width: calc(50% + 20px - -10px);
}
._article.typeL[img-merge=on] ._imgCover, ._article.typeLR[img-merge=on] ._imgCover {
  margin: 0 0 0 30px;
  width: calc(50% - 30px);
}
._article.typeL[img-swiper=on] ._imgCover, ._article.typeLR[img-swiper=on] ._imgCover {
  margin-left: 30px;
}
@media only screen and (max-width: 900px) {
  ._article.typeL ._imgCover, ._article.typeLR ._imgCover {
    margin: 0 0 -25px;
    width: 100%;
  }
  ._article.typeL ._wordCover, ._article.typeLR ._wordCover {
    margin-top: 30px;
    width: 100%;
  }
  ._article.typeL[img-row=x2] ._imgCover, ._article.typeL[img-row=x3] ._imgCover, ._article.typeL[img-row=x4] ._imgCover, ._article.typeL[img-row=x5] ._imgCover, ._article.typeLR[img-row=x2] ._imgCover, ._article.typeLR[img-row=x3] ._imgCover, ._article.typeLR[img-row=x4] ._imgCover, ._article.typeLR[img-row=x5] ._imgCover {
    margin: 0 -6px;
    width: calc(100% + 12px);
  }
  ._article.typeL[img-merge=on] ._imgCover, ._article.typeLR[img-merge=on] ._imgCover {
    margin: 0;
    width: 100%;
  }
  ._article.typeL[img-swiper=on] ._imgCover, ._article.typeLR[img-swiper=on] ._imgCover {
    margin: 0;
  }
}
._article.typeL ._imgCover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 900px) {
  ._article.typeL ._imgCover {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
._article.typeLR:after, ._article.typeLR:before {
  display: block;
  clear: both;
  content: "";
}
._article.typeLR ._contentWrap {
  display: block;
}
._article.typeLR ._imgCover {
  float: right;
}
@media only screen and (max-width: 900px) {
  ._article.typeLR ._imgCover,
  ._article.typeLR ._H,
  ._article.typeLR ._subH {
    float: none;
    width: 100%;
  }
  ._article.typeLR ._H {
    margin-top: 30px !important;
  }
}

._article.typeR ._imgCover, ._article.typeRR ._imgCover {
  margin-right: 30px;
  width: calc(50% - 30px);
}
._article.typeR ._imgCover .swiper-button-cover, ._article.typeRR ._imgCover .swiper-button-cover {
  width: 100%;
}
._article.typeR ._wordCover, ._article.typeRR ._wordCover {
  margin-top: 0;
  width: 50%;
}
._article.typeR[img-row=x2] ._imgCover, ._article.typeR[img-row=x3] ._imgCover, ._article.typeR[img-row=x4] ._imgCover, ._article.typeR[img-row=x5] ._imgCover, ._article.typeRR[img-row=x2] ._imgCover, ._article.typeRR[img-row=x3] ._imgCover, ._article.typeRR[img-row=x4] ._imgCover, ._article.typeRR[img-row=x5] ._imgCover {
  margin: 0 20px -35px -10px;
  width: calc(50% - 20px + 10px);
}
._article.typeR[img-merge=on] ._imgCover, ._article.typeRR[img-merge=on] ._imgCover {
  margin: 0 30px 0 0;
  width: calc(50% - 30px);
}
._article.typeR[img-swiper=on] ._imgCover, ._article.typeRR[img-swiper=on] ._imgCover {
  margin-right: 30px;
}
@media only screen and (max-width: 900px) {
  ._article.typeR ._imgCover, ._article.typeRR ._imgCover {
    margin: 0 0 -25px;
    width: 100%;
  }
  ._article.typeR ._wordCover, ._article.typeRR ._wordCover {
    margin-top: 30px;
    width: 100%;
  }
  ._article.typeR[img-row=x2] ._imgCover, ._article.typeR[img-row=x3] ._imgCover, ._article.typeR[img-row=x4] ._imgCover, ._article.typeR[img-row=x5] ._imgCover, ._article.typeRR[img-row=x2] ._imgCover, ._article.typeRR[img-row=x3] ._imgCover, ._article.typeRR[img-row=x4] ._imgCover, ._article.typeRR[img-row=x5] ._imgCover {
    margin: 0 -6px;
    width: calc(100% + 12px);
  }
  ._article.typeR[img-merge=on] ._imgCover, ._article.typeRR[img-merge=on] ._imgCover {
    margin: 0;
    width: 100%;
  }
  ._article.typeR[img-swiper=on] ._imgCover, ._article.typeRR[img-swiper=on] ._imgCover {
    margin: 0;
  }
}
._article.typeRR:after, ._article.typeRR:before {
  display: block;
  clear: both;
  content: "";
}
._article.typeRR ._contentWrap {
  display: block;
}
._article.typeRR ._imgCover {
  float: left;
}
@media only screen and (max-width: 900px) {
  ._article.typeRR ._imgCover,
  ._article.typeRR ._H,
  ._article.typeRR ._subH {
    float: none;
    width: 100%;
  }
  ._article.typeRR ._H {
    margin-top: 30px !important;
  }
}

._article.typeF, ._article.typeFL, ._article.typeFR, ._article.typeFBox, ._article.typeFBoxL, ._article.typeFBoxR {
  position: relative;
  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;
  position: relative;
  z-index: 0;
  padding: 90px 30px;
}
._article.typeF ._backgroundWrap,
._article.typeF ._pc,
._article.typeF ._mobile, ._article.typeFL ._backgroundWrap,
._article.typeFL ._pc,
._article.typeFL ._mobile, ._article.typeFR ._backgroundWrap,
._article.typeFR ._pc,
._article.typeFR ._mobile, ._article.typeFBox ._backgroundWrap,
._article.typeFBox ._pc,
._article.typeFBox ._mobile, ._article.typeFBoxL ._backgroundWrap,
._article.typeFBoxL ._pc,
._article.typeFBoxL ._mobile, ._article.typeFBoxR ._backgroundWrap,
._article.typeFBoxR ._pc,
._article.typeFBoxR ._mobile {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  ._article.typeF ._backgroundWrap,
  ._article.typeF ._pc,
  ._article.typeF ._mobile, ._article.typeFL ._backgroundWrap,
  ._article.typeFL ._pc,
  ._article.typeFL ._mobile, ._article.typeFR ._backgroundWrap,
  ._article.typeFR ._pc,
  ._article.typeFR ._mobile, ._article.typeFBox ._backgroundWrap,
  ._article.typeFBox ._pc,
  ._article.typeFBox ._mobile, ._article.typeFBoxL ._backgroundWrap,
  ._article.typeFBoxL ._pc,
  ._article.typeFBoxL ._mobile, ._article.typeFBoxR ._backgroundWrap,
  ._article.typeFBoxR ._pc,
  ._article.typeFBoxR ._mobile {
    width: calc(100% + 15vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
  }
}
._article.typeF ._pc,
._article.typeF ._mobile, ._article.typeFL ._pc,
._article.typeFL ._mobile, ._article.typeFR ._pc,
._article.typeFR ._mobile, ._article.typeFBox ._pc,
._article.typeFBox ._mobile, ._article.typeFBoxL ._pc,
._article.typeFBoxL ._mobile, ._article.typeFBoxR ._pc,
._article.typeFBoxR ._mobile {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
._article.typeF ._mobile, ._article.typeFL ._mobile, ._article.typeFR ._mobile, ._article.typeFBox ._mobile, ._article.typeFBoxL ._mobile, ._article.typeFBoxR ._mobile {
  display: none;
}
._article.typeF ._contentWrap, ._article.typeFL ._contentWrap, ._article.typeFR ._contentWrap, ._article.typeFBox ._contentWrap, ._article.typeFBoxL ._contentWrap, ._article.typeFBoxR ._contentWrap {
  width: 75%;
}
._article.typeF ._wordCover, ._article.typeFL ._wordCover, ._article.typeFR ._wordCover, ._article.typeFBox ._wordCover, ._article.typeFBoxL ._wordCover, ._article.typeFBoxR ._wordCover {
  margin: 0;
}
._article.typeF ._imgCover + ._wordCover, ._article.typeFL ._imgCover + ._wordCover, ._article.typeFR ._imgCover + ._wordCover, ._article.typeFBox ._imgCover + ._wordCover, ._article.typeFBoxL ._imgCover + ._wordCover, ._article.typeFBoxR ._imgCover + ._wordCover {
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  ._article.typeF, ._article.typeFL, ._article.typeFR, ._article.typeFBox, ._article.typeFBoxL, ._article.typeFBoxR {
    padding: 50px 30px;
  }
  ._article.typeF ._pc, ._article.typeFL ._pc, ._article.typeFR ._pc, ._article.typeFBox ._pc, ._article.typeFBoxL ._pc, ._article.typeFBoxR ._pc {
    display: none;
  }
  ._article.typeF ._mobile, ._article.typeFL ._mobile, ._article.typeFR ._mobile, ._article.typeFBox ._mobile, ._article.typeFBoxL ._mobile, ._article.typeFBoxR ._mobile {
    display: block;
  }
  ._article.typeF ._contentWrap, ._article.typeFL ._contentWrap, ._article.typeFR ._contentWrap, ._article.typeFBox ._contentWrap, ._article.typeFBoxL ._contentWrap, ._article.typeFBoxR ._contentWrap {
    width: 100%;
  }
  ._article.typeF ._imgCover + ._wordCover, ._article.typeFL ._imgCover + ._wordCover, ._article.typeFR ._imgCover + ._wordCover, ._article.typeFBox ._imgCover + ._wordCover, ._article.typeFBoxL ._imgCover + ._wordCover, ._article.typeFBoxR ._imgCover + ._wordCover {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  ._article.typeF, ._article.typeFL, ._article.typeFR, ._article.typeFBox, ._article.typeFBoxL, ._article.typeFBoxR {
    padding: 50px 0;
  }
}
._article.typeFBox ._contentWrap, ._article.typeFBoxL ._contentWrap, ._article.typeFBoxR ._contentWrap {
  padding: 70px 115px 50px;
  background-color: white;
}
@media only screen and (max-width: 900px) {
  ._article.typeFBox ._contentWrap, ._article.typeFBoxL ._contentWrap, ._article.typeFBoxR ._contentWrap {
    padding: 30px;
  }
}
._article.typeFL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
._article.typeFR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._article.typeFBoxL {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
._article.typeFBoxR {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

._article:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  ._article:not(:last-child) {
    margin-bottom: 70px;
  }
}
._article[img-swiper=on] ._imgCover {
  position: relative;
  margin: 0;
}
._article[img-swiper=on] ._imgCover ._cover {
  margin: 0;
  height: auto;
}
._article[img-swiper=on] ._imgCover .swiper-button-cover:before,
._article[img-swiper=on] ._imgCover ._photo:before {
  display: block;
  padding-bottom: 56.25% !important;
  width: 100%;
  content: "";
}
._article[img-swiper=on][swiper-num="2"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 28.125% !important;
}
._article[img-swiper=on][swiper-num="3"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 18.75% !important;
}
._article[img-swiper=on][swiper-num="4"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 14.0625% !important;
}
._article[img-swiper=on][swiper-num="5"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 11.25% !important;
}
@media only screen and (max-width: 900px) {
  ._article[img-swiper=on][swiper-num="2"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-swiper=on][swiper-num="3"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-swiper=on][swiper-num="4"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-swiper=on][swiper-num="5"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
}
._article[img-row=x2] ._imgCover {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
._article[img-row=x2] ._imgCover ._cover {
  margin-bottom: 35px;
  padding: 0 10px;
  width: calc(100% / 2);
}
@media only screen and (max-width: 900px) {
  ._article[img-row=x2] ._imgCover {
    margin: 0 -6px 0 -6px;
    width: calc(100% + 12px);
  }
  ._article[img-row=x2] ._imgCover ._cover {
    margin-bottom: 25px;
    padding: 0 6px;
    width: 50%;
  }
}
._article[img-row=x3] ._imgCover {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
._article[img-row=x3] ._imgCover ._cover {
  margin-bottom: 35px;
  padding: 0 10px;
  width: calc(100% / 3);
}
@media only screen and (max-width: 900px) {
  ._article[img-row=x3] ._imgCover {
    margin: 0 -6px 0 -6px;
    width: calc(100% + 12px);
  }
  ._article[img-row=x3] ._imgCover ._cover {
    margin-bottom: 25px;
    padding: 0 6px;
    width: 50%;
  }
}
._article[img-row=x4] ._imgCover {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
._article[img-row=x4] ._imgCover ._cover {
  margin-bottom: 35px;
  padding: 0 10px;
  width: calc(100% / 4);
}
@media only screen and (max-width: 900px) {
  ._article[img-row=x4] ._imgCover {
    margin: 0 -6px 0 -6px;
    width: calc(100% + 12px);
  }
  ._article[img-row=x4] ._imgCover ._cover {
    margin-bottom: 25px;
    padding: 0 6px;
    width: 50%;
  }
}
._article[img-row=x5] ._imgCover {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
._article[img-row=x5] ._imgCover ._cover {
  margin-bottom: 35px;
  padding: 0 10px;
  width: calc(100% / 5);
}
@media only screen and (max-width: 900px) {
  ._article[img-row=x5] ._imgCover {
    margin: 0 -6px 0 -6px;
    width: calc(100% + 12px);
  }
  ._article[img-row=x5] ._imgCover ._cover {
    margin-bottom: 25px;
    padding: 0 6px;
    width: 50%;
  }
}
._article[img-merge=on] ._imgCover {
  margin: 0;
  width: 100%;
}
._article[img-merge=on] ._imgCover ._cover {
  padding: 0;
  margin-bottom: 0;
}
._article[img-merge=on] ._imgCover ._cover ._description {
  display: none;
}
._article[article-flex=up].typeL ._contentWrap, ._article[article-flex=up].typeR ._contentWrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._article[article-flex=center].typeL ._contentWrap, ._article[article-flex=center].typeR ._contentWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._article[article-flex=down].typeL ._contentWrap, ._article[article-flex=down].typeR ._contentWrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._article[h-align=center] ._H {
  text-align: center;
}
._article[h-align=right] ._H {
  text-align: right;
}
._article[subh-align=center] ._subH {
  text-align: center;
}
._article[subh-align=right] ._subH {
  text-align: right;
}
._article[p-align=center] ._P {
  text-align: center;
}
._article[p-align=right] ._P {
  text-align: right;
}
._article[description-align=center] ._description {
  text-align: center;
}
._article[description-align=right] ._description {
  text-align: right;
}
._article[button-align=center] ._buttonCover {
  text-align: center;
}
._article[button-align=right] ._buttonCover {
  text-align: right;
}
._article[img-swiper=on] ._imgCover img, ._article[img-size=x11] ._imgCover img, ._article[img-size=x34] ._imgCover img, ._article[img-size=x43] ._imgCover img, ._article[img-size=x169] ._imgCover img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-posititon: 50% 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ._article[img-swiper=on] ._imgCover img, ._article[img-size=x11] ._imgCover img, ._article[img-size=x34] ._imgCover img, ._article[img-size=x43] ._imgCover img, ._article[img-size=x169] ._imgCover img {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
  }
}
._article[img-size=x11] ._imgCover .swiper-button-cover:before,
._article[img-size=x11] ._imgCover ._photo:before {
  display: block;
  padding-bottom: 100% !important;
  width: 100%;
  content: "";
}
._article[img-size=x11][swiper-num="2"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 50% !important;
}
._article[img-size=x11][swiper-num="3"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 33.3333333333% !important;
}
._article[img-size=x11][swiper-num="4"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 25% !important;
}
._article[img-size=x11][swiper-num="5"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 20% !important;
}
@media only screen and (max-width: 900px) {
  ._article[img-size=x11][swiper-num="2"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 100% !important;
  }
  ._article[img-size=x11][swiper-num="3"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 100% !important;
  }
  ._article[img-size=x11][swiper-num="4"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 100% !important;
  }
  ._article[img-size=x11][swiper-num="5"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 100% !important;
  }
}
._article[img-size=x34] ._imgCover .swiper-button-cover:before,
._article[img-size=x34] ._imgCover ._photo:before {
  display: block;
  padding-bottom: 133.3% !important;
  width: 100%;
  content: "";
}
._article[img-size=x34][swiper-num="2"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 66.65% !important;
}
._article[img-size=x34][swiper-num="3"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 44.4333333333% !important;
}
._article[img-size=x34][swiper-num="4"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 33.325% !important;
}
._article[img-size=x34][swiper-num="5"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 26.66% !important;
}
@media only screen and (max-width: 900px) {
  ._article[img-size=x34][swiper-num="2"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 133.3% !important;
  }
  ._article[img-size=x34][swiper-num="3"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 133.3% !important;
  }
  ._article[img-size=x34][swiper-num="4"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 133.3% !important;
  }
  ._article[img-size=x34][swiper-num="5"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 133.3% !important;
  }
}
._article[img-size=x43] ._imgCover .swiper-button-cover:before,
._article[img-size=x43] ._imgCover ._photo:before {
  display: block;
  padding-bottom: 75% !important;
  width: 100%;
  content: "";
}
._article[img-size=x43][swiper-num="2"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 37.5% !important;
}
._article[img-size=x43][swiper-num="3"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 25% !important;
}
._article[img-size=x43][swiper-num="4"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 18.75% !important;
}
._article[img-size=x43][swiper-num="5"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 15% !important;
}
@media only screen and (max-width: 900px) {
  ._article[img-size=x43][swiper-num="2"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 75% !important;
  }
  ._article[img-size=x43][swiper-num="3"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 75% !important;
  }
  ._article[img-size=x43][swiper-num="4"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 75% !important;
  }
  ._article[img-size=x43][swiper-num="5"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 75% !important;
  }
}
._article[img-size=x169] ._imgCover .swiper-button-cover:before,
._article[img-size=x169] ._imgCover ._photo:before {
  display: block;
  padding-bottom: 56.25% !important;
  width: 100%;
  content: "";
}
._article[img-size=x169][swiper-num="2"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 28.125% !important;
}
._article[img-size=x169][swiper-num="3"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 18.75% !important;
}
._article[img-size=x169][swiper-num="4"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 14.0625% !important;
}
._article[img-size=x169][swiper-num="5"] ._imgCover .swiper-button-cover:before {
  padding-bottom: 11.25% !important;
}
@media only screen and (max-width: 900px) {
  ._article[img-size=x169][swiper-num="2"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-size=x169][swiper-num="3"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-size=x169][swiper-num="4"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
  ._article[img-size=x169][swiper-num="5"] ._imgCover .swiper-button-cover:before {
    padding-bottom: 56.25% !important;
  }
}
._article[img-flex=center] ._imgCover ._cover {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._article[img-flex=down] ._imgCover ._cover {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
._article[img-firstbig=on] ._imgCover ._cover:first-child {
  width: 100%;
}
._article[typeFull-size=s] ._contentWrap {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._article[typeFull-size=s] ._contentWrap {
    width: 100%;
  }
}
._article[typeFull-size=m] ._contentWrap {
  width: 65%;
}
@media only screen and (max-width: 900px) {
  ._article[typeFull-size=m] ._contentWrap {
    width: 100%;
  }
}
._article[typeFull-size=l] ._contentWrap {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  ._article[typeFull-size=l] ._contentWrap {
    width: 100%;
  }
}
._article[typeFull-size=xl] ._contentWrap {
  width: 90%;
}
@media only screen and (max-width: 900px) {
  ._article[typeFull-size=xl] ._contentWrap {
    width: 100%;
  }
}
._article[typeFull-Slice=on].typeFBox, ._article[typeFull-Slice=on].typeFBoxL, ._article[typeFull-Slice=on].typeFBoxR {
  padding: 0;
}

._article ._contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

._article ._imgCover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -35px;
  width: 100%;
  max-height: 100%;
}
._article ._imgCover .swiper-container {
  width: 100%;
}
._article ._imgCover + ._H {
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  ._article ._imgCover {
    margin-bottom: -25px;
  }
}

._article ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._article ._cover {
    margin-bottom: 25px;
  }
}

._article ._photo {
  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;
  position: relative;
  width: 100%;
  overflow: hidden;
}
._article .video4-cover._photo .playButton {
  cursor: pointer;
}

._article ._wordCover {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._article ._wordCover {
    margin-top: 30px;
  }
}

._article ._H {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 500;
}
._article ._H + ._wordCover {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._article ._H {
    margin-bottom: 15px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

._article ._subH {
  margin-bottom: 15px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media only screen and (max-width: 900px) {
  ._article ._subH {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

._article ._P {
  width: 100%;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: 400;
  color: #444;
}
._article ._P .instagram-media.instagram-media-rendered {
  margin: 15px 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
._article ._P a:not(._button) {
  color: #007aff;
}
._article ._P ol li,
._article ._P ul li {
  margin-left: 16px;
}
._article ._P ol {
  list-style: decimal !important;
}
._article ._P ul {
  list-style: disc !important;
}

._article ._description {
  margin-top: 10px;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

._article ._buttonCover {
  display: block;
  margin-top: 40px;
  margin-left: 10px;
  text-align: left;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  ._article ._buttonCover {
    margin-top: 40px;
  }
}

._article ._button {
  position: relative;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  color: #000;
  border-radius: 30px;
  -webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
._article ._button:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.55s;
  transition: 0.55s;
}
._article ._button span {
  display: block;
  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;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  z-index: 3;
  -webkit-transition: 0.45s, background 0.5s 0.1s;
  transition: 0.45s, background 0.5s 0.1s;
}
._article ._button span:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button p {
  position: relative;
  font-size: 0.875rem;
  padding: 12px 20px 12px 60px;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button:hover:before {
  width: 0;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
._article ._button:hover span {
  background: #000;
  left: calc(100% - 49px);
  -webkit-transition: 0.5s 0.03s, background 0.1s;
  transition: 0.5s 0.03s, background 0.1s;
}
._article ._button:hover span:after {
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._article ._button:hover p {
  padding: 12px 60px 12px 20px;
  color: #fff;
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}

._article[img-swiper=on] .swiper-pagination {
  margin-top: 20px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

._article[img-swiper=on] .swiper-button-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-next, ._article[img-swiper=on] .swiper-button-cover .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin: 0;
  pointer-events: auto;
  width: 20px;
  height: 20px;
}
._article[img-swiper=on] .swiper-button-cover .swiper-button-next:after, ._article[img-swiper=on] .swiper-button-cover .swiper-button-prev:after {
  content: "";
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-next {
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

._article[img-swiper=on] .swiper-button-cover .swiper-button-prev {
  left: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

._article[img-swiper=on] .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  width: 5px;
  height: 5px;
  cursor: pointer;
}

.video4-cover.onPage {
  position: relative;
  padding-bottom: 56.25% !important;
  width: 100% !important;
  height: 0 !important;
  overflow: hidden !important;
}
.video4-cover.onPage img {
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover.onBox {
  position: relative;
  cursor: pointer;
}
.video4-cover ._videoPlayButton,
.video4-cover .playButton {
  content: "";
  font-size: 0;
  line-height: 0;
  color: transparent;
  min-width: auto !important;
  min-height: auto !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background-color: #a0a0a0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton:before,
.video4-cover .playButton:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -3px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.video4-cover ._videoOverlay,
.video4-cover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-cover:hover ._videoPlayButton,
.video4-cover:hover .playButton {
  background-color: rgb(190, 190, 190);
}
.video4-cover:hover ._videoOverlay,
.video4-cover:hover .overlay {
  opacity: 0.8;
}
.video4-cover.onPage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.video4-player {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.video4-player .coverWrap {
  display: table-cell;
  vertical-align: middle;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  padding: 100px 0;
}
.video4-player .coverWrap .playerCover {
  position: relative;
  display: block;
  width: 80%;
  max-width: 960px;
  background-color: #000;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .coverWrap .playerCover .player {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.video4-player .coverWrap .playerCover .player iframe {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
}
.video4-player .coverWrap .playerCover .closeButton {
  width: 55px;
  height: 55px;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: #292929;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -30px;
  bottom: auto;
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 10;
}
.video4-player .coverWrap .playerCover .closeButton:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .coverWrap .playerCover .closeButton:after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .coverWrap .playerCover .closeButton:hover:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.video4-player .coverWrap .playerCover .closeButton:hover:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video4-player.active {
  display: block;
}
.video4-player.open {
  opacity: 1;
}

.video4FixedBody {
  overflow: hidden;
}

[data-parallax] {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[data-parallax] img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100% !important;
  height: auto !important;
}

.category-slider {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.category-slider.slidable::before, .category-slider.slidable::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  z-index: 1;
}
.category-slider.slidable::before {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #fff 55%, rgba(255, 255, 255, 0));
}
.category-slider.slidable::after {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(55%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #fff 55%, rgba(255, 255, 255, 0));
}
.category-slider.slidable .wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}
.category-slider.slidable .wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.category-slider.slidable .wrapper.moving .category {
  pointer-events: none;
}
.category-slider.is-start::before {
  opacity: 0;
}
.category-slider.is-end::after {
  opacity: 0;
}
.category-slider .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.category-slider .wrapper .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category-slider .wrapper .item.active a {
  color: red;
}

[data-upload-item] {
  position: relative;
}
[data-upload-item] input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

[data-preview] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
[data-preview] img {
  display: block;
  width: 100%;
  height: 100%;
}
[data-preview] img.cover {
  -o-object-fit: cover;
     object-fit: cover;
}
[data-preview] img.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  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;
}

.flatpickr-calendar {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transform: translateY(15px) !important;
          transform: translateY(15px) !important;
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  display: none !important;
}

* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 100%;
}
html.scrollbarStyle {
  scrollbar-width: thin;
  scrollbar-color: rgb(108, 110, 113) transparent;
}
html.scrollbarStyle body::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html.scrollbarStyle body::-webkit-scrollbar {
  width: 6px;
}
@media only screen and (max-width: 768px) {
  html.scrollbarStyle body::-webkit-scrollbar {
    display: none;
  }
}
html.scrollbarStyle body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(108, 110, 113);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html:not(.isMac), html.isMacBigSurUp {
  width: 100vw;
}
html:not(.isMac) body, html.isMacBigSurUp body {
  width: 100vw;
  overflow-y: auto;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
html body {
  font-family: "Quicksand", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.d-none {
  display: none !important;
}

.lazy {
  opacity: 0;
}
.lazy.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.swiper-lazy {
  opacity: 0;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.notice-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 99999999;
}
.notice-wrapper .text {
  position: relative;
  font-size: 0.875rem;
  padding: 10px;
  color: #fff;
  background-color: #1F5BE3;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
}
.notice-wrapper .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #1F5BE3 transparent;
}
.notice-wrapper #clipboard {
  position: absolute;
  width: 100%;
  min-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
  cursor: default;
}

.no-image {
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  border: 1px solid #ABABAB;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.no-image .slash1, .no-image .slash2 {
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #ABABAB;
}
.no-image .slash1 {
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.no-image .slash2 {
  right: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

[data-aost-fadeUp] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
[data-aost-fadeUp].aost-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

[data-aost-fadeDown] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
[data-aost-fadeDown].aost-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

[data-aost-scale] {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
[data-aost-scale].aost-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

[data-aost-opacity] {
  opacity: 0;
}
[data-aost-opacity].aost-show {
  opacity: 1;
  -webkit-transition: 0.8s 0.2s ease;
  transition: 0.8s 0.2s ease;
}

.commonHead[data-color=white] .p {
  color: #fff;
}
.commonHead .title {
  display: inline-block;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .commonHead .title {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .commonHead .title {
    font-size: 2.625rem;
  }
}
.commonHead .p {
  max-width: 390px;
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.125rem;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 767px) {
  .commonHead .p {
    font-size: 1rem;
  }
}
.commonHead .btn {
  display: inline-block;
  padding: 10px;
}

.commonCthead[data-color=white] .p {
  color: #fff;
}
.commonCthead.w .title {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: inherit;
  background: none;
  color: #fff;
}
.commonCthead.b .title {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: inherit;
  background: none;
}
.commonCthead .title {
  display: inline-block;
  font-size: 3.125rem;
  line-height: 1.35;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .commonCthead .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .commonCthead .title {
    font-size: 1.875rem;
  }
}
.commonCthead .p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.125rem;
}
.commonCthead .btn {
  display: inline-block;
  padding: 10px;
}

@-webkit-keyframes circle-draw {
  0%, 5% {
    stroke-dasharray: 250;
  }
  100% {
    stroke-dasharray: 390;
  }
}

@keyframes circle-draw {
  0%, 5% {
    stroke-dasharray: 250;
  }
  100% {
    stroke-dasharray: 390;
  }
}
.swiperNav .swiper-pagination-bullet {
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 5px !important;
  opacity: 1;
}
.swiperNav .swiper-pagination-bullet.swiper-pagination-bullet-active .cir span:first-child {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet.swiper-pagination-bullet-active .cir span:nth-child(2) {
  background: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet.swiper-pagination-bullet-active .cir svg {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet.swiper-pagination-bullet-active .cir path {
  stroke-dasharray: 250;
  -webkit-animation: circle-draw 15s linear;
          animation: circle-draw 15s linear;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet .cir {
  position: relative;
  min-width: 30px;
  height: 30px;
}
.swiperNav .swiper-pagination-bullet .cir span:first-child {
  display: block;
  border: 3px solid #C4C4C4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet .cir span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C4C4C4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet .cir svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiperNav .swiper-pagination-bullet .cir path {
  stroke-dashoffset: 500;
  stroke-dasharray: 390;
}

._articleBlock .swiper-pagination-bullet {
  background: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 5px !important;
  opacity: 1;
}
._articleBlock .swiper-pagination-bullet.swiper-pagination-bullet-active .cir span:first-child {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet.swiper-pagination-bullet-active .cir span:nth-child(2) {
  background: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet.swiper-pagination-bullet-active .cir svg {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet.swiper-pagination-bullet-active .cir path {
  stroke-dasharray: 250;
  -webkit-animation: circle-draw 15s linear;
          animation: circle-draw 15s linear;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet .cir {
  position: relative;
  min-width: 30px;
  height: 30px;
}
._articleBlock .swiper-pagination-bullet .cir span:first-child {
  display: block;
  border: 3px solid #C4C4C4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet .cir span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #C4C4C4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet .cir svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock .swiper-pagination-bullet .cir path {
  stroke-dashoffset: 500;
  stroke-dasharray: 390;
}
._articleBlock article[swiper-autoplay=off] .swiper-pagination-bullet.swiper-pagination-bullet-active .cir path {
  -webkit-animation: none;
          animation: none;
}
._articleBlock article[swiper-autoplay=off] .swiper-pagination-bullet .cir path {
  stroke-dasharray: 250;
}

.dropdown {
  position: relative;
  width: 250px;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 25px;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown.open .dropdown_click {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown.open .dropdown_icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.dropdown .dropdown_click {
  position: relative;
  height: 55px;
  background: #fff;
  padding: 10px 35px;
  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-radius: 30px;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_click:hover {
  background: #1F5BE3;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_click:hover .dropdown_icon {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_title {
  position: relative;
  width: 100%;
  letter-spacing: 0.7px;
  line-height: 1.3;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.dropdown .dropdown_icon {
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_select {
  position: absolute;
  width: 100%;
  top: calc(100% - 28px);
  z-index: 1;
  padding-top: 28px;
  background: #fff;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_select .scrollbar-inner {
  max-height: 185px !important;
}
.dropdown .dropdown_opt ul {
  display: none;
  padding-bottom: 5px;
}
.dropdown .dropdown_opt li {
  min-height: 45px;
  padding: 10px 25px;
  cursor: pointer;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-top: 1px solid #c4c4c4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 992px) {
  .dropdown .dropdown_opt li {
    padding: 10px 20px;
  }
}
.dropdown .dropdown_opt li:hover {
  background: #1F5BE3;
  color: #fff;
  border-color: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown .dropdown_opt li:hover + li {
  border-color: #1F5BE3;
}
.dropdown .dropdown_opt li.selected {
  background: #1F5BE3;
  color: #fff;
}
.dropdown.blue .dropdown_click {
  background: #1F5BE3;
  color: #fff;
}
.dropdown.blue .dropdown_click .dropdown_icon {
  color: #fff;
}
.dropdown.blue .dropdown_click:hover {
  background-color: #fff;
  color: #000;
}
.dropdown.blue .dropdown_click:hover .dropdown_icon {
  color: #000;
}

.fullContainer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fullContainer.show {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.fullContainer.show .inner {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.fullContainer.show .btn_close, .fullContainer.show .close {
  opacity: 1;
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.fullContainer .scrollWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fullContainer .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.fullContainer .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.fullContainer .inner {
  width: 85%;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(5vw);
          transform: translateY(5vw);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.fullContainer .innerIcon {
  width: 100%;
  max-width: 185px;
  margin: 0 auto 30px;
}
.fullContainer .innerTitle {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.fullContainer .innerText {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}
.fullContainer .btnWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 50px;
}
.fullContainer .btnWrap > a:nth-child(2) {
  margin-left: 40px;
}
.fullContainer .close, .fullContainer .btn_close {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  .fullContainer .innerIcon {
    max-width: 115px;
  }
  .fullContainer .innerTitle {
    font-size: 1.875rem;
  }
  .fullContainer .innerText {
    font-size: 1rem;
  }
  .fullContainer .btnWrap {
    margin-top: 40px;
  }
  .fullContainer .btnWrap > a:nth-child(2) {
    margin-left: 10px;
  }
}
.fullContainer.success_subscribe.show .svgLighten > circle.a {
  animation: opac 4s 0.2s infinite alternate-reverse;
}
.fullContainer.success_subscribe.show .svgLighten > circle.b {
  animation: opac 4s 0.4s infinite alternate-reverse;
}
.fullContainer.success_subscribe .outer {
  overflow: hidden;
}
.fullContainer.success_subscribe .svgLighten {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 25%;
  z-index: 0;
  pointer-events: none;
}
@-webkit-keyframes opac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fullContainer.success_subscribe .svgLighten > circle {
  opacity: 0;
}
.fullContainer.send_success.show .svgLighten > circle.a {
  animation: opac 4s 0.2s infinite alternate-reverse;
}
.fullContainer.send_success.show .svgLighten > circle.b {
  animation: opac 4s 0.4s infinite alternate-reverse;
}
.fullContainer.send_success .outer {
  overflow: hidden;
}
.fullContainer.send_success .innerText {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.fullContainer.send_success .svgLighten {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fullContainer.send_success .svgLighten > circle {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .fullContainer.send_success .bg {
    top: -5vh;
    height: 105vh;
  }
}
.fullContainer.dealer_success.show .svgLighten > circle.a {
  animation: opac 4s 0.2s infinite alternate-reverse;
}
.fullContainer.dealer_success.show .svgLighten > circle.b {
  animation: opac 4s 0.81s infinite alternate-reverse;
}
.fullContainer.dealer_success .outer {
  overflow: hidden;
}
.fullContainer.dealer_success .svgLighten {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .fullContainer.dealer_success .svgLighten {
    width: 650px;
    top: 0;
    left: auto;
    right: 0;
  }
}
@keyframes opac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fullContainer.dealer_success .svgLighten > circle {
  opacity: 0;
}
.fullContainer.dealer_success .inner {
  max-width: 540px;
  margin: 0 auto;
  color: #fff;
}

aside.sideBar {
  position: fixed;
  right: 24px;
  bottom: 90px;
  z-index: 90;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
aside.sideBar.hide {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
aside.sideBar .menu {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2F2F2F;
  cursor: pointer;
  position: relative;
}
aside.sideBar .menu.active span:nth-child(2) {
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
aside.sideBar .menu.active .menuList {
  opacity: 1;
  width: 170px;
  pointer-events: auto;
}
aside.sideBar .menu.active .menuList p > span {
  opacity: 1;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
aside.sideBar .menu .menuIcon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
aside.sideBar .menu .menuIcon > div {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
aside.sideBar .menu .menuIcon > div span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 1px;
  border-radius: 1px;
}
aside.sideBar .menu .menuIcon > div span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #FE5643;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
aside.sideBar .menuList {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  height: 60px;
  width: 100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, width 0.4s;
  transition: opacity 0.4s, width 0.4s;
}
aside.sideBar .menuList p {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 20px 5px 5px;
  color: #6C6C6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2F2F2F;
  border-radius: 200px;
  position: relative;
  z-index: 2;
}
aside.sideBar .menuList p > span {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
aside.sideBar .menuList .list-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  display: none;
}
aside.sideBar .menuList ul {
  width: 100%;
  background-color: #F3F3F3;
  padding: 0 0 30px;
  border-radius: 20px;
}
aside.sideBar .menuList ul li {
  width: 100%;
  text-align: right;
}
aside.sideBar .menuList ul li:first-child a {
  border-radius: 20px 20px 0 0;
}
aside.sideBar .menuList ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 15px 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
aside.sideBar .menuList ul a:hover {
  color: #fff;
  background-color: #1F5BE3;
}
aside.sideBar .menuList ul .t {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
aside.sideBar .menuList ul .icon {
  display: block;
  font-size: 23px;
  margin-left: 15px;
}
aside.sideBar .message {
  display: block;
  width: 60px;
  cursor: pointer;
  margin-top: 5px;
}

.lb_module {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 110;
}
.lb_module.show {
  pointer-events: auto;
  opacity: 1;
}
.lb_module.show .lb_close {
  opacity: 1;
}
.lb_module.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lb_module .modal-scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lb_module .modal-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 80px 0;
}
.lb_module .modal-dialog {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.lb_module.lb_search .btn_back {
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .btn_back {
    top: 80px;
  }
}
.lb_module.lb_search .modal-contain {
  padding: 0;
}
.lb_module.lb_search .modal-dialog {
  position: relative;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  overflow: hidden;
}
.lb_module.lb_search .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: -1;
  pointer-events: none;
}
.lb_module.lb_search .bg picture {
  width: 100%;
  height: 100%;
}
.lb_module.lb_search .bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lb_module.lb_search .bg img {
    height: auto;
  }
}
.lb_module.lb_search .lb_content {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  padding: 200px 0;
  min-height: 700px;
  height: 100vh;
  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;
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .lb_content {
    min-height: 635px;
    padding: 145px 0;
  }
}
@media only screen and (max-height: 695px) {
  .lb_module.lb_search .lb_content {
    height: 100%;
  }
}
.lb_module.lb_search .lb_hd .p {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 400;
}
.lb_module.lb_search .input {
  width: 100%;
  height: 80px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .input {
    height: 70px;
  }
}
.lb_module.lb_search .input input {
  width: 100%;
  background: none;
  border: none;
  padding: 0 60px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .input input {
    padding: 0 30px;
    font-size: 1.125rem;
  }
}
.lb_module.lb_search .input a {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .input a {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
}
.lb_module.lb_search .tag {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lb_module.lb_search .tag .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  white-space: nowrap;
}
.lb_module.lb_search .tag .p:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1F5BE3;
  margin-left: 20px;
}
.lb_module.lb_search .tag .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lb_module.lb_search .tag a {
  margin-left: 10px;
  min-width: auto;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lb_module.lb_search .tag a {
    margin-left: 0;
    margin-right: 10px;
  }
}

.lang-en aside.sideBar .menuList p,
.lang-es aside.sideBar .menuList p {
  padding: 5px 45px 5px 5px;
  text-align: center;
}

.btn_iconMenu {
  display: inline-block;
  padding: 5px;
}
.btn_iconMenu .wrap {
  position: relative;
  width: 28px;
  height: 16px;
}
.btn_iconMenu span {
  position: absolute;
  background: #1F5BE3;
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconMenu span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.btn_iconMenu span:nth-child(1) {
  top: 0;
}
.btn_iconMenu span:nth-child(1):after {
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
.btn_iconMenu span:nth-child(2) {
  top: 50%;
}
.btn_iconMenu span:nth-child(2):after {
  -webkit-transition: 0.5s 0.15s;
  transition: 0.5s 0.15s;
}
.btn_iconMenu span:nth-child(3) {
  top: 100%;
}
.btn_iconMenu span:nth-child(3):after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconMenu:hover span:nth-child(1):after {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconMenu:hover span:nth-child(2):after {
  width: 100%;
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.btn_iconMenu:hover span:nth-child(3):after {
  width: 100%;
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}

@media only screen and (min-width: 768px) {
  .homeBn .btn_home {
    min-width: 245px;
    min-height: 60px;
  }
  .homeBn .btn_home:before {
    width: calc(100% - 30px);
  }
  .homeBn .btn_home span {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  .homeBn .btn_home p {
    font-size: 1rem;
  }
  .homeBn .btn_home:hover span {
    left: calc(100% - 59px);
  }
}

.btn_home {
  position: relative;
  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;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  border-radius: 30px;
  -webkit-box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: -1px 3px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.btn_home:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 25px);
  height: 100%;
  background: #fff;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}
.btn_home span {
  display: block;
  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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  -webkit-transition: 0.45s, background 0.5s 0.1s;
  transition: 0.45s, background 0.5s 0.1s;
}
.btn_home span:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_home p {
  position: relative;
  text-align: center;
  color: #000;
  padding: 0px 20px 0px 60px;
  z-index: 1;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_home:hover:before {
  width: 0;
  -webkit-transition: 0.65s;
  transition: 0.65s;
}
.btn_home:hover span {
  background: #000;
  left: calc(100% - 49px);
  -webkit-transition: 0.5s 0.03s, background 0.1s;
  transition: 0.5s 0.03s, background 0.1s;
}
.btn_home:hover span:after {
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_home:hover p {
  padding: 0px 60px 0px 20px;
  color: #fff;
  -webkit-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}

.btn_homeMore {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  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: 1px solid rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .btn_homeMore {
    width: 70px;
    height: 70px;
  }
}
.btn_homeMore span {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_homeMore span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1F5BE3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.btn_homeMore span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1F5BE3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.btn_homeMore p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .btn_homeMore:hover span {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn_homeMore:hover p {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -webkit-transition: 0.5s 0.2s;
    transition: 0.5s 0.2s;
  }
}
.btn_homeMore.w {
  border-color: rgba(255, 255, 255, 0.3);
}
.btn_homeMore.w span:before, .btn_homeMore.w span:after {
  background: #fff;
}
.btn_homeMore.w p {
  color: #fff;
}

.btn_iconP {
  position: relative;
  min-height: 55px;
  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: 10px 30px;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.btn_iconP:before {
  position: absolute;
  content: "";
  top: 0;
  right: -1px;
  width: calc(100% + 2px);
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  z-index: -1;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP span {
  position: relative;
  color: #1F5BE3;
  z-index: 3;
  font-size: 1.25rem;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP p {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP p + span {
  margin-left: 10px;
  margin-right: 0;
}
.btn_iconP:hover {
  border-color: #fff;
  -webkit-transition: 0.5s, border-color 0.5s 0.5s;
  transition: 0.5s, border-color 0.5s 0.5s;
}
.btn_iconP:hover p, .btn_iconP:hover span {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP:hover:before {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP.w {
  border: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
}
.btn_iconP.w p, .btn_iconP.w span {
  color: #fff;
}
.btn_iconP.w:before {
  background: #fff;
}
.btn_iconP.w:hover {
  border-color: #d3d3d3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_iconP.w:hover p {
  color: #000;
}
.btn_iconP.w:hover span {
  color: #1F5BE3;
}
.btn_iconP.white {
  border: none;
  background: #fff;
}
.btn_iconP.g {
  border: none;
  background: rgba(255, 255, 255, 0.8);
}
.btn_iconP.b {
  border: none;
  background: #000;
  color: #fff;
}
.btn_iconP.b span {
  color: #fff;
}
.btn_iconP.blue {
  border: none;
  background: #1F5BE3;
  color: #fff;
}
.btn_iconP.blue span {
  color: #fff;
}
.btn_iconP.gray {
  border: none;
  background: #6C6C6C;
  color: #fff;
}
.btn_iconP.gray span {
  color: #fff;
}
.btn_iconP.remove {
  min-width: 125px;
  border: none;
  background: #F3F3F3;
  color: #6C6C6C;
}
.btn_iconP.remove span {
  color: #6C6C6C;
}
.btn_iconP.remove:before {
  content: none;
}
.btn_iconP.remove:hover {
  background: #1F5BE3;
}
.btn_iconP.remove:hover span {
  color: #fff;
}

.btn_icon {
  position: relative;
  color: #fff;
  background: linear-gradient(280deg, #63EADA 10%, #1F5BE3 90%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  min-width: 55px;
  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.25rem;
  overflow: hidden;
  z-index: 3;
}
.btn_icon:before {
  z-index: 3;
}
.btn_icon:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_icon:hover:after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.swiper_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.swiper_btn .btn_prev {
  position: relative;
  width: 35px;
  height: 35px;
  margin-right: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper_btn .btn_prev:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 20px 9px 0;
  border-color: transparent #000 transparent transparent;
}
.swiper_btn .btn_prev:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1F5BE3;
  pointer-events: none;
}
.swiper_btn .btn_prev.swiper-button-disabled {
  pointer-events: none;
}
.swiper_btn .btn_prev.swiper-button-disabled:before {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper_btn .btn_next {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper_btn .btn_next:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 20px;
  border-color: transparent transparent transparent #000;
}
.swiper_btn .btn_next.swiper-button-disabled {
  pointer-events: none;
}
.swiper_btn .btn_next.swiper-button-disabled:before {
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper_btn.w .btn_prev:before {
  border-color: transparent #fff transparent transparent;
}
.swiper_btn.w .btn_next:before {
  border-color: transparent transparent transparent #fff;
}

.btn_pcMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  color: #fff;
}
.btn_pcMenu .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btn_pcMenu span {
  display: inline-block;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 3px auto;
}
.btn_pcMenu p {
  margin: 0 auto;
  margin-top: 10px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 0.875rem;
  letter-spacing: 2px;
}

.btn_gotop {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.btn_gotop:hover span {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_gotop span {
  display: block;
  color: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_gotop p {
  color: #666;
}

.btn_ctMore {
  width: 100%;
  height: 105px;
  background: #1F5BE3;
  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;
  color: #fff;
}
.btn_ctMore span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}
.btn_ctMore p {
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_ctMore:hover p {
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}
.btn_back p {
  margin-left: 10px;
  line-height: 1;
}
.btn_back.w {
  color: #fff;
}

.btn_li {
  min-height: 50px;
  min-width: 105px;
  padding: 10px 20px;
  border-radius: 25px;
  color: #000;
  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-transition: 0.5s;
  transition: 0.5s;
}
.btn_li:hover {
  background: #1F5BE3;
  color: #fff;
}
.btn_li.active {
  background: #1F5BE3;
  color: #fff;
}

.btn_tabLeft {
  position: relative;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .btn_tabLeft {
    width: 30px;
  }
}
.btn_tabLeft:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 10px 5px 0;
  border-color: transparent #000 transparent transparent;
}

.btn_tabRight {
  position: relative;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .btn_tabRight {
    width: 30px;
  }
}
.btn_tabRight:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
}

.btn_toggle {
  position: relative;
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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: 1px solid rgba(0, 0, 0, 0.2);
}
.btn_toggle span {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_toggle span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.btn_toggle span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
@media only screen and (min-width: 768px) {
  .btn_toggle:hover span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.btn_toggle.open span:before, .btn_toggle.open span:after {
  background: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_toggle.open span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_toggle.gray {
  width: 70px;
  height: 70px;
  background: #6C6C6C;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_toggle.gray span:before, .btn_toggle.gray span:after {
  background: #fff;
}
.btn_toggle.gray:hover {
  background: #1F5BE3;
}

.btn_more {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  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: 1px solid rgba(0, 0, 0, 0.4);
}
.btn_more span {
  position: relative;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_more span:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1F5BE3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.btn_more span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #1F5BE3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
@media only screen and (min-width: 768px) {
  .btn_more:hover span {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.btn_more.w {
  border-color: rgba(255, 255, 255, 0.3);
}
.btn_more.w span:before, .btn_more.w span:after {
  background: #fff;
}

.btn_close {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #292929;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .btn_close {
    width: 50px;
    height: 50px;
  }
}
.btn_close span {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_close span:before, .btn_close span:after {
  background: #fff;
  position: absolute;
  content: "";
  display: block;
}
.btn_close span:before {
  width: 18px;
  height: 2px;
}
.btn_close span:after {
  width: 2px;
  height: 18px;
}
.btn_close:hover span {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.btn_close.w {
  background: #fff;
}
.btn_close.w span:before, .btn_close.w span:after {
  background: #000;
}

.btn_circle {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  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;
  background: #6C6C6C;
  color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 5;
}
.btn_circle:hover:before {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn_circle:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.67s 0.1s;
  transition: 0.67s 0.1s;
}
.btn_circle:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(85%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 85%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn_circle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: url("../assets/img/product/circle_120x120.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.btn_circle span {
  font-size: 1.25rem;
}
.btn_circle p {
  margin-top: 5px;
  font-size: 0.875rem;
}

.btn_location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #6c6c6c;
}
.btn_location span {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.btn_location span:before {
  z-index: 3;
}
.btn_location span:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 5%, #63EADA 90%);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_location p {
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_location:hover span {
  color: #fff;
}
.btn_location:hover span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn_location:hover p {
  color: #1F5BE3;
}
.btn_location.active span {
  color: #fff;
}
.btn_location.active span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.btn_location.active p {
  color: #1F5BE3;
}

.lang-en .btn_circle p,
.lang-es .btn_circle p {
  text-align: center;
}

nav {
  position: fixed;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 80px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
@media only screen and (max-width: 1200px) {
  nav {
    position: fixed;
    width: 100%;
    height: auto;
  }
}
nav:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F5BE3), to(#63EADA));
  background: linear-gradient(180deg, #1F5BE3, #63EADA);
  background-size: 100% 150%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 10s linear infinite;
          animation: bg-move 10s linear infinite;
  pointer-events: none;
  opacity: 1;
  z-index: -1;
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
@media only screen and (max-width: 1200px) {
  nav:before {
    opacity: 0;
  }
}
nav.open, nav.opened {
  width: 180px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  nav.open, nav.opened {
    width: 100%;
  }
}
nav.open:before, nav.opened:before {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.open .nav_pc, nav.opened .nav_pc {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.open .nav_wrap, nav.opened .nav_wrap {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s, opacity 0.5s 0.3s;
  transition: 0.5s, opacity 0.5s 0.3s;
}

@-webkit-keyframes bg-move {
  0% {
    background-position: 100% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes bg-move {
  0% {
    background-position: 100% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.nav_pc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s 0.3s, opacity 0.5s;
  transition: 0.5s 0.3s, opacity 0.5s;
}
@media only screen and (max-width: 1200px) {
  .nav_pc {
    display: none;
  }
}
.nav_pc .nav_logo {
  max-width: 45px;
  padding: 100px 0 40px;
  margin: 0 auto;
}
.nav_pc .nav_logo img:last-child {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .nav_pc .nav_logo img:last-child {
    display: block;
  }
}
.nav_pc .nav_logo img:first-child {
  display: bloc1pxnav_unitk;
}
@media only screen and (max-width: 1200px) {
  .nav_pc .nav_logo img:first-child {
    display: none;
  }
}
.nav_pc .nav_icon {
  margin-top: auto;
  padding: 40px 0;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav_pc .nav_icon li {
  padding: 10px 0;
}
.nav_pc .nav_icon li:not(:first-child):before {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 1px;
  background: #fff;
}
.nav_pc .nav_icon a {
  color: #fff;
}
.nav_pc .nav_icon a:hover {
  color: #333;
}

.nav_pcMenu {
  height: 100%;
  cursor: pointer;
}
.nav_pcMenu .btn_pcMenu {
  margin: auto;
  height: 100%;
}
.nav_pcMenu .btn_pcMenu .icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  width: 180px;
  margin: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  padding: 20px 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s 0.2s, opacity 0.5s;
  transition: 0.5s 0.2s, opacity 0.5s;
}
@media only screen and (max-width: 1200px) {
  .nav_wrap {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 90px;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 767px) {
  .nav_wrap {
    width: 85%;
  }
}

.nav_logo {
  max-width: 85px;
  width: 90%;
  margin: auto;
  padding: 15px 0;
}
@media only screen and (max-width: 1200px) {
  .nav_logo {
    padding: 0;
    margin: 0;
    max-width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .nav_logo {
    max-width: 50px;
  }
}

.nav_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 15px 0 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .nav_menu {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav_menu .btn_close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav_menu .btn_close span:after, .nav_menu .btn_close span:before {
  background: #1F5BE3;
}
.nav_menu.active .btn_close {
  opacity: 1;
  pointer-events: auto;
}

.nav_unit {
  margin: auto 0;
}
@media only screen and (max-width: 1200px) {
  .nav_unit {
    display: none;
  }
}
.nav_unit .scroll {
  height: calc(100vh - 422px);
}
@media only screen and (max-height: 850px) {
  .nav_unit .scroll {
    height: calc(100vh - 385px);
  }
}
.nav_unit .scroll .os-scrollbar-track-off {
  background: #eee !important;
}
.nav_unit ul {
  padding: 20px 0;
  text-align: center;
}
.nav_unit li:not(:first-child) {
  margin-top: 35px;
}
@media only screen and (max-height: 850px) {
  .nav_unit li:not(:first-child) {
    margin-top: 30px;
  }
}
.nav_unit a {
  font-size: 0.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav_unit a:hover {
  color: #1F5BE3;
}
.nav_unit a.active {
  color: #1F5BE3;
}

.nav_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .nav_icon {
    padding: 0;
    margin: 0;
    margin-left: auto;
  }
}
.nav_icon li {
  position: relative;
  padding: 0 7px;
}
@media only screen and (max-width: 1200px) {
  .nav_icon li:last-child {
    padding-right: 0;
  }
}
.nav_icon li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000;
}
.nav_icon li:nth-child(n+3) {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .nav_icon li:nth-child(n+3) {
    display: block;
  }
}
.nav_icon li > a {
  display: block;
  padding: 10px;
  color: #4F4E53;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav_icon li > a:hover {
  color: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav_icon .lan_box {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
}

.nav_pc .lan_box {
  left: 100%;
  top: 80%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.lan_box {
  display: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.lan_box a.box_li {
  display: block;
  min-width: 70px;
  padding: 10px;
  line-height: 1;
  font-size: 0.875rem;
  text-align: center;
  background: #fff;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lan_box a.box_li:not(:first-child) {
  border-top: 1px solid #f3f3f3;
}
.lan_box a.box_li.active {
  background: #000;
  color: #fff;
}
.lan_box a.box_li:hover {
  background: #1F5BE3;
  color: #fff;
  border-color: transparent;
}

.nav_link {
  position: relative;
  padding: 50px 0;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .nav_link {
    display: none;
  }
}
@media only screen and (max-height: 850px) {
  .nav_link {
    padding: 30px 0;
  }
}
.nav_link:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 90%;
  height: 5px;
  background: #1F5BE3;
}
.nav_link li:not(:first-child) {
  margin-top: 50px;
}
@media only screen and (max-height: 850px) {
  .nav_link li:not(:first-child) {
    margin-top: 30px;
  }
}
.nav_link a {
  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;
}
.nav_link span {
  font-size: 1.5625rem;
  color: #1F5BE3;
}
.nav_link p {
  margin-left: 13px;
  font-size: 0.875rem;
}

.index .ft_epaper {
  display: block;
}

.navUnit {
  position: fixed;
  top: 0;
  left: 180px;
  z-index: 95;
  background: #F3F3F3;
  width: 350px;
  height: 100vh;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .navUnit {
    display: none;
  }
}
.navUnit.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.navUnit.on .unit_wrap {
  pointer-events: auto;
}
.navUnit .navUnit_close {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: calc(100vw - 180px);
  height: 100vh;
  z-index: -1;
}
.navUnit .unit_scroll {
  height: 100vh;
}
.navUnit .unit_wrap {
  max-width: 270px;
  width: 90%;
  margin: 0 auto;
  padding: 135px 0 60px;
  pointer-events: none;
}
.navUnit .unitHd {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.5rem;
  color: #1F5BE3;
  line-height: 1.5;
}
.navUnit .unitHd:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 0%, #63EADA 90%);
}
.navUnit .ct_li.active {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.navUnit .ct_li.active + .ct_li.active {
  border-top: none;
}
.navUnit .ct_li:first-child.active {
  border-top: none;
}
.navUnit .sortHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  min-height: 75px;
}
.navUnit .sortHd a {
  width: 100%;
  padding: 5px 0;
  margin-right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navUnit .sortHd a:hover {
  color: #1F5BE3;
}
.navUnit .sortHd .btn_toggle {
  margin-left: auto;
  cursor: pointer;
  min-width: 45px;
  width: 45px;
  height: 45px;
}
.navUnit .sortCt {
  padding-bottom: 20px;
}
.navUnit .sortCt li:not(:first-child) {
  margin-top: 10px;
}
.navUnit .sortCt a {
  display: block;
  padding: 8px 0;
  line-height: 1;
  font-size: 0.875rem;
  color: #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navUnit .sortCt a:hover {
  color: #000;
}

.navMenu {
  position: fixed;
  top: 90px;
  left: 0;
  z-index: 95;
  background: #F3F3F3;
  width: 100%;
  height: calc(100% - 90px);
  height: calc(var(--vh, 1vh) * 100 - 90px);
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
}
.navMenu.open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.navMenu.open .navMenu_close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.5s 0.9s;
  transition: 0.5s 0.9s;
}
.navMenu.open .menu_wrap {
  opacity: 1;
  -webkit-transition: 0.5s 0.8s;
  transition: 0.5s 0.8s;
}
.navMenu .navMenu_close {
  position: absolute;
  top: 0;
  left: calc(5vw + 85px);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  height: 90px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .navMenu .navMenu_close {
    width: 50px;
    left: calc(7.5vw + 60px);
  }
}
.navMenu .navMenu_close .btn_close {
  margin-left: auto;
  background: #fff;
}
.navMenu .navMenu_close .btn_close span:after, .navMenu .navMenu_close .btn_close span:before {
  background: #1F5BE3;
}
.navMenu .menu_scroll {
  height: calc(100vh - 90px);
}
.navMenu .menu_wrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navMenu .menu_li {
  width: 45%;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .navMenu .menu_li {
    width: 95%;
    margin-top: 0;
  }
  .navMenu .menu_li:not(:first-child) {
    margin-top: 20px;
  }
}
.navMenu .unitHd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  min-height: 40px;
  cursor: pointer;
}
.navMenu .unitHd:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 0%, #63EADA 90%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navMenu .unitHd.open:after {
  width: 100%;
}
.navMenu .unitHd.open span {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.navMenu .unitHd p {
  font-size: 1.375rem;
  color: #1F5BE3;
  line-height: 1.5;
}
.navMenu .unitHd span {
  margin-left: auto;
  width: 45px;
  height: 20px;
  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-transition: 0.5s;
  transition: 0.5s;
}
.navMenu .ct_li.active {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.navMenu .ct_li.active + .ct_li.active {
  border-top: none;
}
.navMenu .ct_li:first-child.active {
  border-top: none;
}
.navMenu .sortHd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  min-height: 75px;
}
.navMenu .sortHd a {
  padding: 5px 0;
  margin-right: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navMenu .sortHd a:hover {
  color: #1F5BE3;
}
.navMenu .sortHd .btn_toggle {
  margin-left: auto;
  cursor: pointer;
  min-width: 45px;
  width: 45px;
  height: 45px;
}
.navMenu .sortCt {
  padding-bottom: 20px;
}
.navMenu .sortCt li:not(:first-child) {
  margin-top: 10px;
}
.navMenu .sortCt a {
  display: block;
  padding: 8px 0;
  line-height: 1;
  font-size: 0.875rem;
  color: #6c6c6c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navMenu .sortCt a:hover {
  color: #000;
}

footer {
  position: relative;
  background: #fff;
}

.ft_wrap {
  max-width: 1350px;
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .ft_wrap {
    padding: 100px 0 100px;
  }
}

.ft_tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1365px) {
  .ft_tp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft_right {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
}
@media only screen and (max-width: 1365px) {
  .ft_right {
    margin: 0 auto;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 992px) {
  .ft_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ft_logo {
  max-width: 430px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ft_logo .img1 {
  max-width: 90px;
}
.ft_logo .img2 {
  max-width: 320px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .ft_logo .img2 {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ft_logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ft_link {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .ft_link {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ft_link .btn_iconP {
  min-width: 160px;
}
@media only screen and (max-width: 767px) {
  .ft_link .btn_iconP {
    margin: 10px 5px;
  }
}
.ft_link .btn_iconP:before {
  right: 0;
  width: 100%;
}
.ft_link .btn_iconP:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .ft_link .btn_iconP:not(:first-child) {
    margin-left: 5px;
  }
}
.ft_link .btn_iconP.w {
  border: 1px solid #fff;
}
.ft_link .btn_iconP.w:hover {
  border-color: #d3d3d3;
}

.ft_epaper {
  display: none;
  margin-left: 20px;
  max-width: 330px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .ft_epaper {
    margin-top: 40px;
    margin-left: 0;
  }
}
.ft_epaper .input {
  position: relative;
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #C8C8C8;
  border-radius: 30px;
}
.ft_epaper input {
  background: none;
  border: none;
  width: 100%;
  font-size: 1rem;
  font-family: "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  padding: 17px 20px;
}
.ft_epaper input::-webkit-input-placeholder {
  color: #7B7B7B;
}
.ft_epaper input::-moz-placeholder {
  color: #7B7B7B;
}
.ft_epaper input:-ms-input-placeholder {
  color: #7B7B7B;
}
.ft_epaper input::-ms-input-placeholder {
  color: #7B7B7B;
}
.ft_epaper input::placeholder {
  color: #7B7B7B;
}
.ft_epaper .btn_icon {
  margin-right: -1px;
}
.ft_epaper .p {
  margin-top: 5px;
  font-size: 0.875rem;
  color: #6C6C6C;
  text-align: center;
}
.ft_epaper .p a {
  position: relative;
  color: #1F5BE3;
}
.ft_epaper .p a:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_epaper .p a:hover:after {
  right: auto;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .ft_unit {
    display: none;
  }
}
.ft_unit li {
  margin-top: 10px;
  position: relative;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .ft_unit li {
    width: 25%;
  }
}
.ft_unit li:first-child {
  padding-left: 0;
}
.ft_unit li:last-child {
  padding-right: 0;
}
.ft_unit li:not(:first-child):after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 20px;
  width: 1px;
  background: #1F5BE3;
}
.ft_unit a {
  display: inline-block;
  font-size: 1.125rem;
  padding: 0 10px;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_unit a:hover {
  color: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft_bt {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 992px) {
  .ft_bt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }
}

.ft_declaration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.75rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .ft_declaration {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .ft_copyright {
    width: 100%;
    text-align: center;
  }
}
.ft_copyright a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_copyright a:hover {
  color: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft_policy {
  position: relative;
  margin: 0 8px;
  color: #1F5BE3;
}
@media only screen and (max-width: 767px) {
  .ft_policy {
    margin-top: 5px;
  }
}
.ft_policy:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #1F5BE3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_policy:hover:after {
  right: auto;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ft_sitemap {
  position: relative;
  margin-left: 20px;
  font-size: 0.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_sitemap:before {
  position: absolute;
  content: "";
  top: 10px;
  left: -15px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  margin-right: 15px;
}
.ft_sitemap:hover {
  opacity: 0.5;
}

.ft_backEnd {
  position: relative;
  margin-left: auto;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}
@media only screen and (max-width: 992px) {
  .ft_backEnd {
    margin-right: auto;
    margin-top: 20px;
  }
}
.ft_backEnd:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #000;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .ft_backEnd:after {
    content: none;
  }
}
.ft_backEnd a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_backEnd a:hover {
  opacity: 0.5;
}

.ft_icon {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .ft_icon {
    margin: 0 auto;
  }
}
.ft_icon a {
  padding: 5px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_icon a:not(:first-child) {
  margin-left: 20px;
}
.ft_icon a:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ft_icon img {
  max-width: 22px;
  width: 100%;
}

.ft_gotop {
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
@media only screen and (max-width: 1200px) {
  .ft_gotop {
    bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .ft_gotop {
    bottom: auto;
    top: 30px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

.wdd-form {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3px;
}
.wdd-form .scrollbar-inner > .scroll-element:hover .scroll-bar, .wdd-form .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: rgba(145, 145, 145, 0.4);
}
.wdd-form .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(224, 224, 224, 0.4);
}
.wdd-form .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: rgba(194, 194, 194, 0.4);
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.form-row:not(:first-child) {
  margin-top: 33px;
}
@media only screen and (max-width: 991px) {
  .form-row {
    margin-top: 23px !important;
  }
  .form-row:first-child {
    margin-top: 0 !important;
  }
}

.form-grid {
  width: 100%;
  padding: 0 15px;
}
.form-grid.col-6 {
  width: 50%;
}
.form-grid.col-4 {
  width: 33.3333333333%;
}
.form-grid.col-4 + .col-6 {
  width: 66.6666666667%;
}
@media only screen and (max-width: 991px) {
  .form-grid {
    width: 100% !important;
  }
  .form-grid:not(:first-child) {
    margin-top: 23px !important;
  }
  .form-grid.mt0 {
    margin-top: 0 !important;
  }
}

.form-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 43px;
}
.form-btn-group .reset {
  background: #fff;
  border: none;
  margin-right: 40px;
}
.form-btn-group .reset span {
  color: #6C6C6C;
}
.form-btn-group .reset p {
  color: #6C6C6C;
}
.form-btn-group .reset:before {
  background: #000;
}
.form-btn-group .reset:hover {
  border-color: #fff;
  -webkit-transition: 0.5s, border-color 0.5s 0.5s;
  transition: 0.5s, border-color 0.5s 0.5s;
}
.form-btn-group .reset:hover p, .form-btn-group .reset:hover span {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-btn-group .reset:hover:before {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .form-btn-group {
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-btn-group .reset {
    margin-right: 0;
    margin-top: 20px;
  }
}

.form-check {
  width: 100%;
  margin-top: 60px;
}
.form-check input:checked ~ div::after {
  opacity: 1 !important;
}
.form-check .check-box {
  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;
}
.form-check .check-box > div {
  margin-right: 15px;
  cursor: pointer;
}
.form-check .check-box > div > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  position: relative;
}
.form-check .check-box > div > div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1F5BE3;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form-check .check-box > p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
.form-check .check-box > p span, .form-check .check-box > p a {
  display: inline-block;
  margin: 0 5px;
  color: #1F5BE3;
}
@media only screen and (max-width: 1024px) {
  .form-check {
    margin-top: 45px;
  }
}

.error-tips {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FF0002;
  font-size: 0.875rem;
  margin-top: 8px;
  display: none;
}
.error-tips .t {
  margin-left: 5px;
}

.form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-group > div.tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form-group > div.tel::before, .form-group > div.tel::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.form-group > div.tel::before {
  width: 100%;
  background-color: #6C6C6C;
}
.form-group > div.tel::after {
  width: 30px;
  background-color: #1F5BE3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.form-group > div.tel .form-select {
  width: 35%;
  padding: 0 0 0 35px;
}
.form-group > div.tel .input-wrap::before, .form-group > div.tel .input-wrap::after {
  display: none !important;
}
.form-group > div.tel input {
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .form-group > div.tel .form-select {
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .form-group > div.tel input {
    padding: 0 20px;
  }
}
.form-group > div.verification {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form-group > div.verification .re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.form-group > div.verification input {
  padding: 0 180px 0 35px;
}
@media only screen and (max-width: 767px) {
  .form-group > div.verification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-group > div.verification input {
    padding: 0 35px 50px 35px;
    min-height: 120px;
  }
  .form-group > div.verification .re {
    width: 100%;
    right: 0;
    top: auto;
    bottom: 5px;
    -webkit-transform: none;
            transform: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
  }
}
.form-group.required .subject {
  position: relative;
}
.form-group.required .subject::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1F5BE3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}
.form-group.required .textarea-scrollbar .os-content {
  position: relative;
}
.form-group.required .textarea-scrollbar .os-content:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 34px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1F5BE3;
  visibility: inherit;
}
.form-group.error .error-tips {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.form-group.error > div.tel::before, .form-group.error > div.tel::after {
  background-color: #FF0002 !important;
}
.form-group.error .form-select::before, .form-group.error .form-select::after {
  background-color: #FF0002 !important;
}
.form-group.error .input-wrap::before, .form-group.error .input-wrap::after {
  background-color: #FF0002 !important;
}
.form-group.choose .input-wrap::after, .form-group.choose .form-select::after, .form-group.choose > div.tel::after, .form-group.active .input-wrap::after, .form-group.active .form-select::after, .form-group.active > div.tel::after {
  width: 100% !important;
}
.form-group.verification .refresh-icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  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;
}
.form-group.verification img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100px;
  margin: 0 10px 0 0;
}
.form-group.verify input {
  text-align: center;
  height: 200px;
  letter-spacing: 50px;
  font-size: 5rem;
  color: #1F5BE3;
  font-weight: 500;
  padding-left: 85px;
}
@media only screen and (max-width: 767px) {
  .form-group.verify input {
    height: 80px;
    font-size: 1.875rem;
    letter-spacing: 25px;
    padding-left: 60px;
  }
}
.form-group.disabled {
  pointer-events: none;
}
.form-group.disabled .input-wrap::after,
.form-group.disabled > div.tel::after,
.form-group.disabled .form-select::after {
  content: none;
}
.form-group.disabled .input-wrap::before,
.form-group.disabled > div.tel::before,
.form-group.disabled .form-select::before {
  background-color: #a9a9a9;
}
.form-group.disabled .arrow-icon {
  opacity: 0;
}
.form-group .subject {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 0 10px 15px;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .form-group .subject {
    font-size: 1.125rem;
  }
}
.form-group .subject span {
  margin-left: 20px;
  color: #A9A9A9;
  font-size: 1rem;
}
.form-group .tips {
  margin-left: 35px;
  font-size: 0.875rem;
  padding-bottom: 5px;
}
.form-group input, .form-group .form-select {
  min-height: 60px;
  padding: 0 35px;
}
.form-group .textarea-scrollbar {
  padding: 25px 35px;
}
.form-group .input-wrap {
  width: 100%;
  position: relative;
}
.form-group .input-wrap::before, .form-group .input-wrap::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.form-group .input-wrap::before {
  width: 100%;
  background-color: #6C6C6C;
}
.form-group .input-wrap::after {
  width: 30px;
  background-color: #1F5BE3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.form-group input {
  width: 100%;
  height: 1.3125rem;
  border: none;
  font-size: 0.875rem;
  background: #fff;
  color: #000000;
  font-family: "Quicksand", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif, sans-serif;
}
.form-group input::-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #A9A9A9;
  opacity: 1;
}
.form-group input::-moz-placeholder {
  font-size: 0.875rem;
  color: #A9A9A9;
  opacity: 1;
}
.form-group input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #A9A9A9;
  opacity: 1;
}
.form-group input::-ms-input-placeholder {
  font-size: 0.875rem;
  color: #A9A9A9;
  opacity: 1;
}
.form-group input::placeholder {
  font-size: 0.875rem;
  color: #A9A9A9;
  opacity: 1;
}
.form-group input:-ms-input-placeholder {
  color: #A9A9A9;
}
.form-group input::-ms-input-placeholder {
  color: #A9A9A9;
}
.form-group input[disabled] {
  -webkit-text-fill-color: #000000;
  opacity: 1;
}
.form-group input[disabled]::-webkit-input-placeholder {
  -webkit-text-fill-color: #A9A9A9;
}
.form-group input[disabled]::-moz-placeholder {
  -webkit-text-fill-color: #A9A9A9;
}
.form-group input[disabled]:-ms-input-placeholder {
  -webkit-text-fill-color: #A9A9A9;
}
.form-group input[disabled]::-ms-input-placeholder {
  -webkit-text-fill-color: #A9A9A9;
}
.form-group input[disabled]::placeholder {
  -webkit-text-fill-color: #A9A9A9;
}
.form-group .textarea-scrollbar {
  width: 100%;
  height: 200px;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #000000;
  margin-top: 15px;
  resize: none;
  background-color: #fff;
  font-family: "Quicksand", "Noto Sans TC", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif, sans-serif;
  text-align: left;
  font-weight: 400;
}
.form-group .textarea-scrollbar::-webkit-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .textarea-scrollbar::-moz-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .textarea-scrollbar:-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .textarea-scrollbar::-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .textarea-scrollbar::placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .textarea-scrollbar:-ms-input-placeholder {
  color: #A9A9A9;
}
.form-group .textarea-scrollbar::-ms-input-placeholder {
  color: #A9A9A9;
}
.form-group .form-select {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.form-group .form-select::before, .form-group .form-select::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.form-group .form-select::before {
  width: 100%;
  background-color: #6C6C6C;
}
.form-group .form-select::after {
  width: 30px;
  background-color: #1F5BE3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.form-group .form-select.active .arrow-icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  z-index: 2;
}
.form-group .form-select.type-fullbox {
  position: static;
}
.form-group .form-select .selected {
  font-size: 0.875rem;
  color: #A9A9A9;
  padding-right: 20px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.3125rem;
  max-height: 1.3125rem;
  height: 1.3125rem;
}
.form-group .form-select .selected.is-select {
  color: #000000;
}
.form-group .form-select input.selected {
  padding: 0;
  color: #000;
}
.form-group .form-select .arrow-icon {
  font-size: 1rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
}
.form-group .form-select .arrow-icon span {
  display: block;
  color: #6C6C6C;
}
@media only screen and (max-width: 991px) {
  .form-group .form-select .arrow-icon {
    font-size: 0.875rem;
  }
}
.form-group .form-select .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  top: calc(100% + 5px);
  left: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
  -webkit-transition: 0s;
  transition: 0s;
}
.form-group .form-select .dropdown .dropdown-scrollbar {
  width: 100%;
  max-height: 200px !important;
}
.form-group .form-select .dropdown ul {
  padding: 10px 0;
}
.form-group .form-select .dropdown ul > li {
  padding: 15px;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  cursor: pointer;
}
.form-group .form-select .dropdown ul > li:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.form-group .form-select .dropdown ul > li:hover {
  background-color: #eeeeee;
}
.form-group .form-check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group .form-check .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-group .form-check .option-item .checkbox-wrap {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  margin-right: 8px;
}
.form-group .form-check .option-item .checkbox-wrap > input {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}
.form-group .form-check .option-item .checkbox-wrap > input:checked ~ .fake-checkbox {
  opacity: 1;
}
.form-group .form-check .option-item .checkbox-wrap .fake-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: #ff0000;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.form-group .form-check .option-item .text {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.5;
}
.form-group .file-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
  background: #fff;
}
.form-group .file-wrap > input {
  width: 100%;
  height: 24px;
  opacity: 0;
}
.form-group .file-wrap .fake-file-upload {
  position: absolute;
  width: calc(100% - 70px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 35px;
}
.form-group .file-wrap .fake-file-upload .file-name {
  font-size: 0.875rem;
  color: #A9A9A9;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.3125rem;
  max-height: 1.3125rem;
  height: 1.3125rem;
}
.form-group .file-wrap .fake-file-upload .file-name.is-upload {
  color: #000000;
}
.form-group .file-wrap .fake-file-upload .icon-file {
  margin-left: auto;
}
.form-group.is-upload .file-wrap .fake-file-upload .file-name {
  color: #000000;
}
.form-group .data-time-picker {
  position: relative;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.form-group .data-time-picker::before, .form-group .data-time-picker::after {
  content: "";
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.form-group .data-time-picker::before {
  width: 100%;
  background-color: #6C6C6C;
}
.form-group .data-time-picker::after {
  width: 30px;
  background-color: #1F5BE3;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.form-group .data-time-picker > input {
  width: 100%;
  height: 1.3125rem;
  border: none;
  padding: 0 35px;
  font-size: 0.875rem;
  color: #000000;
}
.form-group .data-time-picker > input::-webkit-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .data-time-picker > input::-moz-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .data-time-picker > input:-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .data-time-picker > input::-ms-input-placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .data-time-picker > input::placeholder {
  color: #A9A9A9;
  opacity: 1;
}
.form-group .data-time-picker > input:-ms-input-placeholder {
  color: #A9A9A9;
}
.form-group .data-time-picker > input::-ms-input-placeholder {
  color: #A9A9A9;
}

.form-group.choose .default {
  opacity: 0;
}
.form-group.upload .default {
  position: absolute;
  color: #a9a9a9;
  top: 18px;
  pointer-events: none;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.form-group.upload .input-wrap {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5px 55px 10px 35px;
}
.form-group.upload .icon-file {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #273B4A;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 10px;
}

.btn_fileInput {
  background: #F3F3F3;
  margin-top: 5px;
  padding: 10px 20px;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_fileInput.hide {
  opacity: 0;
}
.btn_fileInput:not(:last-child) {
  margin-right: 15px;
}
.btn_fileInput:hover {
  background: #1F5BE3;
  color: #fff;
}
.btn_fileInput .icon-delete {
  cursor: pointer;
  font-size: 1.25rem;
}
.btn_fileInput input {
  width: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.btn_fileInput .name {
  margin-left: 10px;
  word-break: break-word;
}

.lightbox-wrap, .lightbox1-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 999;
}
.lightbox-wrap.show, .lightbox1-wrap.show {
  opacity: 1;
}
.lightbox-wrap.show .close-btn, .lightbox1-wrap.show .close-btn {
  opacity: 1;
}
.lightbox-wrap.show .modal-dialog, .lightbox1-wrap.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lightboxF-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 9999;
}
.lightboxF-wrap .modal-dialog {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.lightboxF-wrap.show {
  opacity: 1;
}
.lightboxF-wrap.show .close-btn {
  opacity: 1;
}
.lightboxF-wrap.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lightbox-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-inner::before {
  content: "";
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5 1;
          flex: 0.5 1;
}
.lightbox-inner .modal-scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.lightbox-inner .modal-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  padding: 80px 0;
}
.lightbox-inner .modal-dialog {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.lb_productCase .modal-dialog {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
.lb_productCase .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.lb_productCase .lb_content {
  overflow: hidden;
  padding-bottom: 50px;
}
.lb_productCase .lb_casebn {
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1366px) {
  .lb_productCase .lb_casebn {
    min-height: 600px;
  }
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casebn {
    min-height: 100%;
  }
}
.lb_productCase .lb_casebn:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.lb_productCase .lb_casebn:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 80%, white 100%);
  z-index: 1;
  pointer-events: none;
}
.lb_productCase .lb_casebn .bn_wrap {
  position: relative;
  height: 100%;
}
.lb_productCase .lb_casebn .caseBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lb_productCase .lb_casebn .case_wrap {
  max-width: 1040px;
  width: 85%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casebn .case_wrap {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lb_productCase .lb_casebn .commonCthead {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casebn .commonCthead {
    width: 100%;
    margin-top: 30px;
  }
}
.lb_productCase .lb_casebn .pic {
  position: relative;
  max-width: 450px;
  width: 45%;
  margin-left: auto;
  display: block;
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casebn .pic {
    width: 100%;
    margin: 0 auto;
  }
}
.lb_productCase .lb_casebn .pic:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url("../assets/img/application/circle_480x480.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lb_productCase .lb_casebn .pic .pic_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  overflow: hidden;
  z-index: 3;
}
.lb_productCase .lb_casebn .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
          transform: translate(-50%, -50%) translateZ(0);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lb_productCase .lb_casebn .pic img {
    height: auto;
  }
}
.lb_productCase .lb_casetarget {
  position: relative;
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  margin-top: -40px;
  z-index: 3;
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casetarget {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lb_productCase .lb_casetarget {
    width: 100%;
  }
}
.lb_productCase .lb_casetarget .caseBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lb_productCase .lb_casetarget .target_wrap {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .lb_productCase .lb_casetarget .target_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casetarget .target_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 60px 0;
    max-width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_productCase .lb_casetarget .target_wrap {
    padding: 40px 0;
    width: 85%;
  }
}
.lb_productCase .lb_casetarget .word {
  -webkit-box-flex: 1%;
      -ms-flex: 1% 1 0px;
          flex: 1% 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .lb_productCase .lb_casetarget .word {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 992px) {
  .lb_productCase .lb_casetarget .word {
    max-width: 100%;
  }
}
.lb_productCase .lb_casetarget .title {
  max-width: 200px;
  width: 100%;
  font-size: 1.5rem;
  margin-right: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .lb_productCase .lb_casetarget .title {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
.lb_productCase .lb_casetarget .p {
  max-width: 500px;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .lb_productCase .lb_casetarget .p {
    max-width: 100%;
    width: 100%;
  }
}
.lb_productCase .lb_casect {
  max-width: 960px;
  width: 85%;
  margin: 0 auto;
  padding-top: 60px;
}
.lb_productCase .lb_gotop {
  margin-top: 85px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lb_productCase .lb_gotop {
    margin-top: 50px;
  }
}

.lb_about {
  position: relative;
  max-width: 1630px;
  width: 95%;
  margin: 0 auto;
}

.lb_hd {
  text-align: center;
}
.lb_hd .icon {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lb_hd .icon {
    max-width: 60px;
  }
}
.lb_hd .icon + .title {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .lb_hd .icon + .title {
    margin-top: 20px;
  }
}
.lb_hd .title {
  line-height: 1.35;
  font-size: 3.125rem;
}
@media only screen and (max-width: 1200px) {
  .lb_hd .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_hd .title {
    font-size: 1.875rem;
  }
}
.lb_hd .line {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #6C6C6C;
}
.lb_hd .line:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #1F5BE3;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .lb_hd .line:before {
    width: 80px;
  }
}
.lb_hd .line + .p {
  margin-top: 30px;
}
.lb_hd .p {
  margin-top: 10px;
}
.lb_hd .p.c {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lb_hd .btn {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lb_hd .btn a {
  min-width: 145px;
  margin: 0 10px;
}
.lb_hd .btn a:not(:last-child) {
  margin-bottom: 20px;
}
.lb_hd.w {
  color: #fff;
}

.lb_circleS {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lb_circleS .modal-dialog {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.lb_circleS .modal-dialog:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.lb_circleS .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_circleS .btn_close {
    top: calc(50% - 225px);
  }
}
.lb_circleS .lb_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .lb_circleS .lb_content {
    max-width: 400px;
  }
}
.lb_circleS .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .lb_circleS .bg {
    width: 450px;
    height: 450px;
  }
}
.lb_circleS .border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  -webkit-mask: url("../assets/img/layout/circle_600x600.png") no-repeat center center;
          mask: url("../assets/img/layout/circle_600x600.png") no-repeat center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lb_circleS .border {
    width: 480px;
    height: 480px;
  }
}
.lb_circleS .border:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--bg1)), to(var(--bg2)));
  background: linear-gradient(90deg, var(--bg1) 0%, var(--bg2) 100%);
  background-size: 150% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 5s linear infinite;
          animation: bg-move 5s linear infinite;
}

@keyframes bg-move {
  0% {
    background-position: 0% 100%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.lb_circleB {
  overflow: hidden;
}
.lb_circleB .modal-dialog {
  position: relative;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.lb_circleB .lb_content {
  max-width: 540px;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lb_circleB .lb_content {
    max-width: 400px;
  }
}
.lb_circleB .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .lb_circleB .bg {
    width: 490px;
    height: 490px;
  }
}
.lb_circleB .border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 790px;
  height: 790px;
  -webkit-mask: url("../assets/img/layout/circle_790x790.png") no-repeat center center;
          mask: url("../assets/img/layout/circle_790x790.png") no-repeat center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lb_circleB .border {
    -webkit-mask: url("../assets/img/layout/circle_600x600.png") no-repeat center center;
            mask: url("../assets/img/layout/circle_600x600.png") no-repeat center center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    width: 510px;
    height: 510px;
  }
}
.lb_circleB .border:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, var(--bg1)), to(var(--bg2)));
  background: linear-gradient(90deg, var(--bg1) 10%, var(--bg2) 100%);
  background-size: 150% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 5s linear infinite;
          animation: bg-move 5s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lb_semspeaker {
    padding: 0 !important;
  }
}
.lb_semspeaker .modal-dialog {
  max-width: 800px;
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .modal-dialog {
    width: 100%;
    height: 100%;
  }
}
.lb_semspeaker .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .btn_close {
    top: 65px;
  }
}
.lb_semspeaker .lb_content {
  position: relative;
  padding: 110px 0 140px;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .lb_content {
    padding: 120px 0 80px;
    height: 100%;
    min-height: 100vh;
  }
}
.lb_semspeaker .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.lb_semspeaker ul {
  max-width: 470px;
  width: 85%;
  margin: 0 auto;
}
.lb_semspeaker li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lb_semspeaker li:not(:first-child) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker li:not(:first-child) {
    margin-top: 30px;
  }
}
.lb_semspeaker li:hover .li_line:before {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lb_semspeaker .li_pic {
  max-width: 100px;
  width: 100%;
}
.lb_semspeaker .li_pic .pic_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.lb_semspeaker .li_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lb_semspeaker .li_pic img {
    height: auto;
  }
}
.lb_semspeaker .li_word {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .li_word {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
.lb_semspeaker .li_word .name {
  font-weight: 700;
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .li_word .name {
    font-size: 1.25rem;
  }
}
.lb_semspeaker .li_word .des {
  margin-top: 5px;
}
.lb_semspeaker .li_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
}
.lb_semspeaker .li_line:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #1F5BE3;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .lb_semspeaker .li_line:before {
    width: 80px;
  }
}

.lb_cookie .modal-dialog {
  width: 95%;
  max-width: 710px;
  margin: 0 auto;
  background-image: url("../assets/img/other/bg_cookie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lb_cookie .lb_content {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 90px 0 85px;
  text-align: center;
}
.lb_cookie .title, .lb_cookie .content {
  color: #fff;
}
.lb_cookie .title {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.2;
}
.lb_cookie .sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.lb_cookie .content {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
.lb_cookie .content a {
  display: inline-block;
  margin: 0 8px;
  color: #1F5BE3;
}
.lb_cookie .line {
  width: 100%;
  height: 1px;
  background-color: #6C6C6C;
  position: relative;
  margin: 35px 0;
}
.lb_cookie .line::before {
  content: "";
  width: 25%;
  height: 5px;
  background-color: #1F5BE3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lb_cookie .btn_iconP {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  .lb_cookie {
    padding: 45px 0 !important;
  }
  .lb_cookie .lb_content {
    padding: 75px 0;
  }
  .lb_cookie .title {
    font-size: 1.875rem;
  }
  .lb_cookie .sub {
    font-size: 1.375rem;
    margin-top: 15px;
  }
  .lb_cookie .line {
    margin: 25px 0;
  }
}

.cookiesBox {
  pointer-events: none;
}
.cookiesBox.show {
  pointer-events: auto;
}

.lb_privacy .modal-dialog, .lb_regulation .modal-dialog {
  background: #fff;
  width: 94.666%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.lb_privacy .modal-dialog::before, .lb_regulation .modal-dialog::before {
  content: "";
  width: 40px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1F5BE3), to(#63EADA));
  background: linear-gradient(0deg, #1F5BE3 0%, #63EADA 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .modal-dialog::before, .lb_regulation .modal-dialog::before {
    width: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_privacy .modal-dialog::before, .lb_regulation .modal-dialog::before {
    width: 12px;
  }
}
.lb_privacy .btn_close, .lb_regulation .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.lb_privacy .lb_content, .lb_regulation .lb_content {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  padding: 120px 0 65px 40px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .lb_content, .lb_regulation .lb_content {
    padding: 80px 0 50px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_privacy .lb_content, .lb_regulation .lb_content {
    padding: 55px 0 50px 12px;
  }
}
.lb_privacy .title, .lb_regulation .title {
  display: inline-block;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .title, .lb_regulation .title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_privacy .title, .lb_regulation .title {
    font-size: 1.875rem;
  }
}
.lb_privacy .sub, .lb_regulation .sub {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}
.lb_privacy .line, .lb_regulation .line {
  width: 100%;
  height: 1px;
  background-color: #6C6C6C;
  position: relative;
  margin: 35px 0;
}
.lb_privacy .line::before, .lb_regulation .line::before {
  content: "";
  width: 25%;
  height: 5px;
  background-color: #1F5BE3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lb_privacy .lists, .lb_regulation .lists {
  text-align: left;
  counter-reset: my-awesome-counter;
}
.lb_privacy .lists > div, .lb_regulation .lists > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-increment: my-awesome-counter;
  margin-bottom: 45px;
}
.lb_privacy .lists > div:last-child, .lb_regulation .lists > div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .lists > div, .lb_regulation .lists > div {
    margin-bottom: 28px;
  }
}
.lb_privacy .lists .n, .lb_regulation .lists .n {
  display: block;
  font-size: 2.125rem;
  font-weight: 600;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  color: #1F5BE3;
  margin-top: -8px;
}
.lb_privacy .lists .n::before, .lb_regulation .lists .n::before {
  content: counter(my-awesome-counter, decimal-leading-zero);
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .lists .n, .lb_regulation .lists .n {
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: -6px;
  }
}
.lb_privacy .lists .c, .lb_regulation .lists .c {
  width: 100%;
}
.lb_privacy .lists .c > p, .lb_regulation .lists .c > p {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .lb_privacy .lists .c > p, .lb_regulation .lists .c > p {
    font-size: 1.25rem;
  }
}
.lb_privacy .lists .ci, .lb_regulation .lists .ci {
  width: 100%;
}
.lb_privacy .lists .ci span, .lb_privacy .lists .ci li, .lb_regulation .lists .ci span, .lb_regulation .lists .ci li {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.lb_privacy .lists .ci span:last-child, .lb_privacy .lists .ci li:last-child, .lb_regulation .lists .ci span:last-child, .lb_regulation .lists .ci li:last-child {
  margin-bottom: 0 !important;
}
.lb_privacy .lists .ci span, .lb_regulation .lists .ci span {
  margin-bottom: 20px;
}
.lb_privacy .lists .ci li, .lb_regulation .lists .ci li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 6px;
  margin-bottom: 10px;
}
.lb_privacy .lists .ci li::before, .lb_regulation .lists .ci li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1F5BE3;
  border-radius: 50%;
  margin-right: 13px;
  margin-top: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lb_privacy .top, .lb_regulation .top {
  width: 100%;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .lb_privacy .top, .lb_regulation .top {
    margin-top: 60px;
  }
}

.lb_regulation .modal-dialog {
  max-width: 1280px;
}
.lb_regulation .modal-dialog::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #63EADA), to(#1F5BE3));
  background: linear-gradient(0deg, #63EADA 10%, #1F5BE3 100%);
}
.lb_regulation .lb_content {
  max-width: 985px;
}
.lb_regulation .lb_btn {
  height: 80px;
  width: 100%;
  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;
  background: #1F5BE3;
  color: #fff;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.lb_regulation .lb_btn span {
  margin-right: 10px;
  font-size: 1.125rem;
}

.lb_semForm .modal-dialog, .lb_mbSeminar .modal-dialog {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
.lb_semForm .btn_close, .lb_mbSeminar .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.lb_semForm .lb_sembn, .lb_mbSeminar .lb_sembn {
  padding: 140px 0 150px;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_sembn, .lb_mbSeminar .lb_sembn {
    padding: 110px 0 40px;
  }
}
.lb_semForm .commonCthead, .lb_mbSeminar .commonCthead {
  max-width: 750px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .commonCthead, .lb_mbSeminar .commonCthead {
    width: 90%;
  }
}
.lb_semForm .commonCthead .btn, .lb_mbSeminar .commonCthead .btn {
  margin-top: 40px;
  padding: 0;
}
.lb_semForm .commonCthead .line, .lb_mbSeminar .commonCthead .line {
  margin-top: 45px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #6c6c6c;
}
.lb_semForm .commonCthead .line:before, .lb_mbSeminar .commonCthead .line:before {
  position: absolute;
  content: "";
  width: 25%;
  height: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #1F5BE3;
  border-radius: 2px;
}
.lb_semForm .lb_semdate, .lb_mbSeminar .lb_semdate {
  position: relative;
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  margin-top: -90px;
  min-height: 180px;
  background: #1F5BE3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semdate, .lb_mbSeminar .lb_semdate {
    width: 100%;
    margin-top: 0;
  }
}
.lb_semForm .lb_semdate .date_wrap, .lb_mbSeminar .lb_semdate .date_wrap {
  max-width: 750px;
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media only screen and (max-width: 992px) {
  .lb_semForm .lb_semdate .date_wrap, .lb_mbSeminar .lb_semdate .date_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 320px;
  }
}
.lb_semForm .lb_semdate .time, .lb_mbSeminar .lb_semdate .time {
  position: relative;
  padding: 0 40px;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .lb_semForm .lb_semdate .time, .lb_mbSeminar .lb_semdate .time {
    padding: 0 15px 20px;
    width: 100%;
  }
}
.lb_semForm .lb_semdate .time:after, .lb_mbSeminar .lb_semdate .time:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 60px;
  background: #fff;
}
@media only screen and (max-width: 992px) {
  .lb_semForm .lb_semdate .time:after, .lb_mbSeminar .lb_semdate .time:after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.lb_semForm .lb_semdate .info, .lb_mbSeminar .lb_semdate .info {
  padding: 0 40px;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .lb_semForm .lb_semdate .info, .lb_mbSeminar .lb_semdate .info {
    padding: 20px 15px 0;
    width: 100%;
  }
}
.lb_semForm .lb_semdate .p, .lb_mbSeminar .lb_semdate .p {
  margin-top: 10px;
  line-height: 1;
  font-size: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semdate .p, .lb_mbSeminar .lb_semdate .p {
    font-size: 1.5rem;
  }
}
.lb_semForm .lb_semdate ul, .lb_mbSeminar .lb_semdate ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lb_semForm .lb_semdate li, .lb_mbSeminar .lb_semdate li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lb_semForm .lb_semdate li:not(:last-child), .lb_mbSeminar .lb_semdate li:not(:last-child) {
  padding-right: 20px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semdate li:not(:last-child), .lb_mbSeminar .lb_semdate li:not(:last-child) {
    font-size: 1.125rem;
  }
}
.lb_semForm .lb_semdate li:not(:last-child):after, .lb_mbSeminar .lb_semdate li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  margin-left: 20px;
}
.lb_semForm .lb_semdate .dl, .lb_mbSeminar .lb_semdate .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lb_semForm .lb_semdate .dl:not(:first-child), .lb_mbSeminar .lb_semdate .dl:not(:first-child) {
  margin-top: 10px;
}
.lb_semForm .lb_semdate .dt, .lb_mbSeminar .lb_semdate .dt {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.lb_semForm .lb_semdate .dt:after, .lb_mbSeminar .lb_semdate .dt:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
}
.lb_semForm .lb_semct, .lb_mbSeminar .lb_semct {
  position: relative;
  margin-top: -80px;
  background: #F3F3F3;
  padding: 180px 0 40px;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semct, .lb_mbSeminar .lb_semct {
    margin-top: 0;
    padding: 40px 0;
  }
}
.lb_semForm .lb_semct .ct_wrap, .lb_mbSeminar .lb_semct .ct_wrap {
  width: 85%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semct .ct_wrap, .lb_mbSeminar .lb_semct .ct_wrap {
    width: 90%;
  }
}
.lb_semForm .lb_semct .commonCthead, .lb_mbSeminar .lb_semct .commonCthead {
  max-width: 990px;
  width: 100%;
  border-bottom: 5px solid #1F5BE3;
  padding: 15px;
}
.lb_semForm .lb_semct .commonCthead .title, .lb_mbSeminar .lb_semct .commonCthead .title {
  font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  .lb_semForm .lb_semct .commonCthead .title, .lb_mbSeminar .lb_semct .commonCthead .title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semct .commonCthead .title, .lb_mbSeminar .lb_semct .commonCthead .title {
    font-size: 1.875rem;
  }
}
.lb_semForm .lb_semct .form-check, .lb_mbSeminar .lb_semct .form-check {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.lb_semForm .lb_semct .form-check .check-box, .lb_mbSeminar .lb_semct .form-check .check-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lb_semForm .lb_semct .wdd-form, .lb_mbSeminar .lb_semct .wdd-form {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .lb_semForm .lb_semct .wdd-form, .lb_mbSeminar .lb_semct .wdd-form {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 993px) {
  .lb_semForm .lb_semct .form-btn-group, .lb_mbSeminar .lb_semct .form-btn-group {
    margin-top: 100px;
  }
}
.lb_semForm .lb_top, .lb_mbSeminar .lb_top {
  text-align: center;
  margin-top: 50px;
}

.lb_mbSeminar .input-wrap:after, .lb_mbSeminar div.tel:after, .lb_mbSeminar .form-select:after {
  content: none;
}
.lb_mbSeminar .input-wrap:before, .lb_mbSeminar div.tel:before, .lb_mbSeminar .form-select:before {
  background: #a9a9a9;
}
.lb_mbSeminar .lb_top {
  margin-top: 100px;
}

.lb_semSuccess {
  padding: 0 !important;
}
.lb_semSuccess .lb_content {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.lb_semSuccess.show .lb_content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.lb_semSuccess .modal-dialog {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lb_semSuccess .modal-dialog:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #63EADA), to(#1F5BE3));
  background: linear-gradient(90deg, #63EADA 10%, #1F5BE3 100%);
  background-size: 150% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 5s linear infinite;
          animation: bg-move 5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .modal-dialog:before {
    height: 10px;
  }
}
.lb_semSuccess .modal-dialog:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #63EADA), to(#1F5BE3));
  background: linear-gradient(90deg, #63EADA 10%, #1F5BE3 100%);
  background-size: 150% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 5s linear infinite;
          animation: bg-move 5s linear infinite;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .modal-dialog:after {
    height: 10px;
  }
}
.lb_semSuccess .lb_content {
  position: relative;
  max-width: 530px;
  width: 85%;
  margin: auto;
  min-height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .lb_content {
    min-height: 100%;
    padding: 100px 0;
  }
}
.lb_semSuccess .lb_content:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 890px;
  height: 890px;
  background-image: url("../assets/img/application/circle_900x900.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .lb_content:after {
    content: none;
  }
}
.lb_semSuccess .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lb_semSuccess .semInfo {
  margin-top: 30px;
}
.lb_semSuccess .semInfo .name {
  font-size: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .semInfo .name {
    font-size: 1.25rem;
  }
}
.lb_semSuccess .semInfo .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lb_semSuccess .semInfo .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lb_semSuccess .semInfo .date, .lb_semSuccess .semInfo .time {
  margin-top: 10px;
}
.lb_semSuccess .semInfo .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.lb_semSuccess .semInfo .date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.lb_semSuccess .semInfo .date p:after {
  content: "";
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1F5BE3;
}
.lb_semSuccess .semInfo .time {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lb_semSuccess .semInfo .time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lb_semSuccess .semInfo .time li:not(:last-child) {
  padding-right: 20px;
  font-size: 1.25rem;
}
.lb_semSuccess .semInfo .time li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 12px;
  background: #fff;
  margin-left: 20px;
}

.lb_productForm .modal-dialog {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
.lb_productForm .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.lb_productForm .lb_content {
  min-height: 500px;
  padding-top: 130px;
}
@media only screen and (max-width: 1200px) {
  .lb_productForm .lb_content {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_productForm .lb_content {
    padding-top: 60px;
  }
}
.lb_productForm .lb_hd {
  max-width: 570px;
  width: 90%;
  margin: 0 auto;
}
.lb_productForm .lb_hd .title {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lb_productForm .block_hd {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lb_productForm .block_hd .total {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_hd .total {
    margin-top: 10px;
    margin-right: auto;
  }
}
.lb_productForm .block_hd .total p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.lb_productForm .block_hd .total p:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1F5BE3;
  margin-left: 20px;
}
.lb_productForm .block_hd .total span {
  font-weight: 700;
  font-size: 1.625rem;
}
.lb_productForm .block_hd .form-check {
  width: auto;
  margin-left: auto;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_hd .form-check {
    margin-left: 0;
    margin-top: 60px;
  }
}
.lb_productForm .block_ct {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.lb_productForm .block_ct .ul {
  width: 100%;
}
.lb_productForm .block_ct .li {
  position: relative;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lb_productForm .block_ct .li:not(:first-child) {
  border-top: 2px solid #A9A9A9;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .li {
    padding-bottom: 90px;
  }
}
.lb_productForm .block_ct .num {
  min-width: 195px;
  line-height: 1.35;
  font-size: 4.5rem;
  font-weight: 400;
  color: #6C6C6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
}
@media only screen and (max-width: 992px) {
  .lb_productForm .block_ct .num {
    font-size: 2.5rem;
    min-width: 100px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .num {
    font-size: 1.5rem;
    min-width: 55px;
    padding-right: 15px;
  }
}
.lb_productForm .block_ct .num:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F5BE3;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .lb_productForm .block_ct .num:after {
    width: 5px;
    height: 5px;
  }
}
.lb_productForm .block_ct .pic {
  max-width: 125px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .lb_productForm .block_ct .pic {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .pic {
    max-width: 70px;
  }
}
.lb_productForm .block_ct .pic .pic_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.lb_productForm .block_ct .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lb_productForm .block_ct .pic img {
    height: auto;
  }
}
.lb_productForm .block_ct .type {
  width: 100%;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .type {
    margin-left: 5px;
  }
}
.lb_productForm .block_ct .dropdown {
  width: 100%;
  z-index: 3;
}
.lb_productForm .block_ct .dropdown + .dropdown {
  z-index: 2;
}
.lb_productForm .block_ct .dropdown + .dropdown + .dropdown {
  z-index: 1;
}
.lb_productForm .block_ct .dropdown.list {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lb_productForm .block_ct .dropdown.list .dropdown_click {
  border-radius: 0;
  padding: 0 25px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .dropdown.list .dropdown_click {
    padding: 0 10px;
  }
}
.lb_productForm .block_ct .dropdown.list .dropdown_select {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .dropdown.list .dropdown_opt li {
    padding: 10px;
  }
}
.lb_productForm .block_ct .dropdown.list.open .dropdown_select {
  -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
}
.lb_productForm .block_ct .btn {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .block_ct .btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 0;
  }
}
.lb_productForm .block_ct .more {
  text-align: center;
}
.lb_productForm .block_ct .more .addpd {
  display: inline-block;
}
.lb_productForm .block_ct .more p {
  margin-top: 10px;
}
.lb_productForm .stepNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lb_productForm .stepNum span {
  position: relative;
  background: #1F5BE3;
  color: #fff;
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  min-width: 70px;
  font-size: 1.5rem;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .stepNum span {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.lb_productForm .stepNum span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background-image: url("../assets/img/product/circle_90x90.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .stepNum span:after {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
  }
}
.lb_productForm .stepNum p {
  margin-left: 30px;
}
.lb_productForm .lb_block1 .block_hd {
  margin-top: 50px;
  border-top: 5px solid #1F5BE3;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .lb_block1 .block_hd {
    margin-top: 30px;
  }
}
.lb_productForm .lb_block1 .block_ct {
  padding-bottom: 50px;
  border-bottom: 5px solid #1F5BE3;
}
.lb_productForm .lb_block2 {
  padding: 90px 0;
  background: #F3F3F3;
}
@media only screen and (max-width: 767px) {
  .lb_productForm .lb_block2 {
    padding: 60px 0;
  }
}

.lb_mbConsult .modal-dialog {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
.lb_mbConsult .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.lb_mbConsult .lb_content {
  min-height: 500px;
  padding-top: 130px;
}
@media only screen and (max-width: 1200px) {
  .lb_mbConsult .lb_content {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .lb_content {
    padding-top: 60px;
  }
}
.lb_mbConsult .lb_hd {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.lb_mbConsult .lb_hd .title {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #1F5BE3), color-stop(90%, #63EADA));
  background: linear-gradient(90deg, #1F5BE3 10%, #63EADA 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lb_mbConsult .block_hd {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lb_mbConsult .total {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  height: 75px;
  margin-top: 40px;
  color: #fff;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#1F5BE3), to(#63EADA));
  background: linear-gradient(to right, #1F5BE3, #63EADA);
  background-size: 200% 100%;
  background-position: 0% 100%;
  -webkit-animation: bg-move 8s linear infinite;
          animation: bg-move 8s linear infinite;
}
@keyframes bg-move {
  0% {
    background-position: 0% 100%;
  }
  25% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.lb_mbConsult .total span {
  margin: 0 13px;
  font-size: 2.375rem;
  line-height: 1.3;
}
.lb_mbConsult .block_ct {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.lb_mbConsult .block_ct .ul {
  width: 100%;
}
.lb_mbConsult .block_ct .li {
  position: relative;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #A9A9A9;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_ct .li {
    padding: 20px 0;
  }
}
.lb_mbConsult .block_ct .num {
  min-width: 195px;
  line-height: 1.35;
  font-size: 4.5rem;
  font-weight: 400;
  color: #6C6C6C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
}
@media only screen and (max-width: 992px) {
  .lb_mbConsult .block_ct .num {
    font-size: 2.5rem;
    min-width: 100px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_ct .num {
    display: none;
  }
}
.lb_mbConsult .block_ct .num:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1F5BE3;
  margin-left: auto;
}
@media only screen and (max-width: 992px) {
  .lb_mbConsult .block_ct .num:after {
    width: 5px;
    height: 5px;
  }
}
.lb_mbConsult .block_ct .pic {
  max-width: 125px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .lb_mbConsult .block_ct .pic {
    max-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_ct .pic {
    max-width: 70px;
  }
}
.lb_mbConsult .block_ct .pic .pic_wrap {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
.lb_mbConsult .block_ct .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lb_mbConsult .block_ct .pic img {
    height: auto;
  }
}
.lb_mbConsult .block_ct .type {
  width: 100%;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_ct .type {
    margin-left: 15px;
    margin-top: 10px;
  }
}
.lb_mbConsult .block_ct ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lb_mbConsult .block_ct li {
  margin-bottom: 10px;
}
.lb_mbConsult .block_ct li:nth-child(1) {
  width: 100%;
}
.lb_mbConsult .block_ct li:nth-child(3) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
.lb_mbConsult .block_ct li:nth-child(3):before {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1F5BE3;
  margin-right: 10px;
}
.lb_mbConsult .block_ct .btn {
  min-width: 85px;
  margin-left: 35px;
  will-change: auto;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .block_ct .btn {
    min-width: 40px;
    margin-left: 20px;
  }
}
.lb_mbConsult .block_ct .btn .btn_homeMore {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .lb_mbConsult .block_ct .btn .btn_homeMore {
    width: 40px;
    height: 40px;
  }
}
.lb_mbConsult .block_ct .btn .btn_homeMore span:before, .lb_mbConsult .block_ct .btn .btn_homeMore span:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1201px) {
  .lb_mbConsult .block_ct .btn .btn_homeMore:hover {
    width: 85px;
    height: 85px;
  }
}
@media only screen and (max-width: 1200px) {
  .lb_mbConsult .block_ct .btn .btn_homeMore:hover span {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .lb_mbConsult .block_ct .btn .btn_homeMore:hover p {
    display: none;
  }
}
.lb_mbConsult .lb_block1 .block_hd {
  margin-top: 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .lb_block1 .block_hd {
    margin-top: 30px;
  }
}
.lb_mbConsult .lb_block1 .block_ct {
  padding-bottom: 80px;
}
.lb_mbConsult .lb_block2 {
  padding: 80px 0 60px;
  background: #F3F3F3;
}
@media only screen and (max-width: 767px) {
  .lb_mbConsult .lb_block2 {
    padding: 60px 0;
  }
}
.lb_mbConsult .lb_block2 .block_ct {
  padding-top: 10px;
  border-top: 5px solid #1F5BE3;
}
.lb_mbConsult .input-wrap:after, .lb_mbConsult div.tel:after, .lb_mbConsult .form-select:after {
  content: none;
}
.lb_mbConsult .input-wrap:before, .lb_mbConsult div.tel:before, .lb_mbConsult .form-select:before {
  background: #a9a9a9;
}
.lb_mbConsult .lb_top {
  text-align: center;
  margin-top: 80px;
}

.lb_deactivateAccount .modal-dialog {
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
  background: #fff;
}
.lb_deactivateAccount .lb_content {
  max-width: 640px;
  width: 90%;
  margin: 0 auto;
  padding: 150px 0;
}
@media only screen and (max-width: 1200px) {
  .lb_deactivateAccount .lb_content {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .lb_deactivateAccount .lb_content {
    padding: 50px 0;
  }
}
.lb_deactivateAccount .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.lb_deactivateAccount .wdd-form {
  margin-top: 20px;
}

.lb_abt4 {
  overflow: hidden;
}
.lb_abt4 .modal-dialog {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.lb_abt4 .btn_close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.lb_abt4 .lb_content {
  padding: 100px 0 60px;
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .lb_content {
    padding: 60px 0 0;
  }
}
.lb_abt4 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1300px;
  height: 1300px;
  border-radius: 50%;
  background: #A9A9A9;
}
.lb_abt4 .swiper_wrap {
  position: relative;
}
.lb_abt4 .swiper {
  width: 195%;
  -webkit-transform: translateX(-24.5%);
          transform: translateX(-24.5%);
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .swiper {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .lb_abt4 .swiper-slide .slide_li {
    -webkit-transform: scale(0.78);
            transform: scale(0.78);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .lb_abt4 .swiper-slide.swiper-slide-prev .slide_li {
    -webkit-transform-origin: 80% 30%;
            transform-origin: 80% 30%;
  }
  .lb_abt4 .swiper-slide.swiper-slide-active .slide_li {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s 0.3s;
    transition: 0.5s 0.3s;
  }
  .lb_abt4 .swiper-slide.swiper-slide-active .li_word {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
  }
  .lb_abt4 .swiper-slide.swiper-slide-active + .swiper-slide .slide_li {
    -webkit-transform-origin: 20% 30%;
            transform-origin: 20% 30%;
  }
}
@media only screen and (max-width: 768px) {
  .lb_abt4 .swiper-slide.swiper-slide-active .li_word {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: 0.5s 0.5s;
    transition: 0.5s 0.5s;
  }
}
.lb_abt4 .swiper_btn {
  display: block;
}
.lb_abt4 .swiper_prev {
  position: absolute;
  top: 45%;
  left: 20%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .swiper_prev {
    left: 5%;
  }
}
.lb_abt4 .swiper_prev:after {
  content: none;
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .swiper_prev:before {
    border-width: 5px 12px 5px 0;
  }
}
.lb_abt4 .swiper_next {
  position: absolute;
  top: 45%;
  right: 20%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .swiper_next {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .swiper_next:before {
    border-width: 5px 0 5px 12px;
  }
}
.lb_abt4 .slide_li {
  max-width: 450px;
  width: 90%;
  margin: 0 auto;
}
.lb_abt4 .li_word {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  text-align: left;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lb_abt4 .title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lb_abt4 .title {
    font-size: 1.375rem;
  }
}
.lb_abt4 .p {
  margin-top: 15px;
  line-height: 1.9;
}

.fullContainer.newsletter .btn_close, .fullContainer.unsubscribe .btn_close {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.fullContainer.newsletter .inner, .fullContainer.unsubscribe .inner {
  width: 92%;
  max-width: 1280px;
}
.fullContainer.newsletter .innerWrap, .fullContainer.unsubscribe .innerWrap {
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
  padding: 80px 25px 70px;
  position: relative;
  z-index: 1;
}
.fullContainer.newsletter .innerTitle, .fullContainer.unsubscribe .innerTitle {
  display: inline-block;
  font-size: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#1F5BE3), to(#63EADA));
  background: linear-gradient(90deg, #1F5BE3 0%, #63EADA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullContainer.newsletter .innerText, .fullContainer.unsubscribe .innerText {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.fullContainer.newsletter .midLine, .fullContainer.unsubscribe .midLine {
  width: 100%;
  height: 5px;
  background-color: #1F5BE3;
  margin: 20px 0 30px;
}
.fullContainer.newsletter .wdd-form, .fullContainer.unsubscribe .wdd-form {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .fullContainer.newsletter .innerTitle, .fullContainer.unsubscribe .innerTitle {
    font-size: 1.875rem;
  }
  .fullContainer.newsletter .midLine, .fullContainer.unsubscribe .midLine {
    margin: 20px 0 10px;
  }
}

.fullContainer.newsletter .innerWrap {
  padding: 80px 25px 70px;
}
.fullContainer.newsletter .innerIcon {
  max-width: 620px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .fullContainer.newsletter .innerIcon {
    max-width: 310px;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fullContainer.newsletter .innerWrap {
    padding: 65px 0 50px;
  }
}

.fullContainer.unsubscribe .innerWrap {
  padding: 105px 25px;
}
@media only screen and (max-width: 767px) {
  .fullContainer.unsubscribe .innerWrap {
    padding: 65px 0 50px;
  }
}

.fullContainer.success_subscribe .inner {
  max-width: 540px;
  margin: 0 auto;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */