@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&amp;display=swap");
.la-gutters.container {
  padding-left: 10px;
  padding-right: 10px; }

.la-gutters .row {
  margin-left: -5px;
  margin-right: -5px; }

.la-gutters [class^="col-"], .la-gutters [class*=" col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  color: #333333; }

body {
  width: 100%;
  -webkit-font-smoothing: auto;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden; }

p {
  display: block;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  outline: none; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

dl {
  display: block;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

dd {
  display: block;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px; }

img {
  display: inline-block;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0; }

.img-fluid {
  width: 100%; }

@media (max-width: 441px) {
  .hidden-xxs-down {
    display: none !important; } }

@media (max-width: 576px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 992px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1200px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-sm-up {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important; } }

@media (min-width: 441px) {
  .hidden-xxs-up {
    display: none !important; } }

.eng-num {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif'; }

.img-bg {
  background-size: cover;
  width: 100%;
  background-position: center center; }

body {
  background-color: #EDFCFF; }

a.floating-link {
  width: 120px;
  height: 178px;
  background-image: url(../img/floating-link.png);
  background-size: cover;
  font-size: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 30;
  -webkit-animation: floating2 3s infinite alternate;
  animation: floating2 3s infinite alternate; }

@media screen and (max-width: 1920px) {
  a.floating-link {
    width: 100px;
    height: 148px; } }

@media screen and (max-width: 540px) {
  a.floating-link {
    width: 80px;
    height: 118px;
    right: 15px;
    bottom: 15px; } }

.section-title {
  background-size: cover;
  font-size: 0;
  margin-bottom: 15px; }
  .section-title.title-index-01 {
    width: 333px;
    height: 32px;
    background-image: url(../img/img-title-index01.html); }
  .section-title.title-index-02 {
    width: 510px;
    height: 44px;
    background-image: url(../img/img-title-index02.svg); }
  .section-title.title-index-03 {
    width: 475px;
    height: 88px;
    background-image: url(../img/img-title-index03.svg); }

@media screen and (max-width: 990px) {
  .section-title.title-index-01 {
    margin: 0 auto 20px auto; }
  .section-title.title-index-03 {
    margin: 0 auto 20px auto; } }

@media screen and (max-width: 840px) {
  .section-title.title-index-03 {
    width: 300px;
    height: 110px;
    margin: 0 auto 20px auto;
    background-image: url(../img/img-title-index03-m.svg); }
  .section-title.title-index-02 {
    width: 300px;
    height: 84px;
    background-image: url(../img/img-title-index02-m.svg); } }

@media screen and (max-width: 640px) {
  .section-title {
    background-size: cover;
    font-size: 0;
    margin-bottom: 20px; }
    .section-title.title-index-01 {
      width: 164px;
      height: 69px;
      background-image: url(../img/img-title-index01-m.html);
      margin: 0 auto 20px auto; }
    .section-title.title-index-02 {
      width: 281px;
      height: 69px;
      background-image: url(../img/img-title-index02-m.svg); } }

#INDEX {
  overflow: hidden; }

#KV {
  height: 620px;
  background-image: url(../img/img-kv-bg.svg);
  background-repeat: repeat-x;
  background-position: center;
  overflow: hidden; }
  #KV .kv-inner {
    position: relative;
    width: 100%;
    height: 620px; }
    #KV .kv-inner .wave_bottom {
      position: absolute;
      width: 9000px;
      height: 105px;
      background-image: url(../img/img-header-bottom.svg);
      background-repeat: repeat-x;
      background-position: top;
      bottom: 0;
      -webkit-animation: ticker 90s linear infinite;
      animation: ticker 90s linear infinite;
      z-index: 9; }
    #KV .kv-inner .container {
      position: relative;
      height: 620px;
      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; }
      #KV .kv-inner .container .kv-title-box {
        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; }
        #KV .kv-inner .container .kv-title-box .kv-title {
          width: 450px;
          height: 148px;
          background-image: url(../img/img-header-title.svg);
          background-size: cover;
          margin: 0 auto;
          margin-top: 110px; }
        #KV .kv-inner .container .kv-title-box .kv-text {
          margin-top: 10px;
          font-size: 18px;
          font-weight: 500;
          text-align: center; }
        #KV .kv-inner .container .kv-title-box a.btn {
          margin-top: 20px;
          -webkit-animation: pulse 1s infinite alternate;
          animation: pulse 1s infinite alternate; }
      #KV .kv-inner .container .img-kv-boy {
        width: 340px;
        height: 359px;
        background-image: url(../img/img-kv-boy.svg);
        background-size: cover;
        position: absolute;
        left: 0%;
        bottom: 20px;
        z-index: 10;
        -webkit-animation: floating2 3s infinite alternate;
        animation: floating2 3s infinite alternate; }
        #KV .kv-inner .container .img-kv-boy .img-cloud {
          width: 90px;
          height: 76px;
          background-image: url(../img/img-header-cloud01.png);
          background-size: cover;
          position: absolute;
          left: 20px;
          top: -76px; }
      #KV .kv-inner .container .img-kv-girl {
        width: 320px;
        height: 349px;
        background-image: url(../img/img-kv-girl.svg);
        background-size: cover;
        position: absolute;
        right: 0%;
        bottom: 30px;
        z-index: 10;
        -webkit-animation: floating2 4s infinite alternate;
        animation: floating2 4s infinite alternate; }
        #KV .kv-inner .container .img-kv-girl .img-cloud {
          width: 60px;
          height: 58px;
          background-image: url(../img/img-header-cloud02.png);
          background-size: cover;
          position: absolute;
          right: 40px;
          top: -50px; }
      #KV .kv-inner .container .kv-m {
        display: none; }
      #KV .kv-inner .container .kv-toy-box {
        width: 45%;
        margin-top: 20px;
        position: relative; }
        #KV .kv-inner .container .kv-toy-box .img-toy-01 {
          width: 230px;
          height: 207px;
          background-image: url(../img/left-toy2.png);
          background-size: cover;
          position: absolute;
          z-index: 15;
          -webkit-animation: floating 4s infinite alternate;
          animation: floating 4s infinite alternate; }
        #KV .kv-inner .container .kv-toy-box .img-toy-02 {
          width: 180px;
          height: 171px;
          background-image: url(../img/right-toy1.png);
          background-size: cover;
          position: absolute;
          right: 70px;
          z-index: 15;
          -webkit-animation: floating 3s infinite alternate;
          animation: floating 3s infinite alternate; }

@media screen and (max-width: 1240px) {
  #KV {
    height: 620px; }
    #KV .kv-inner .container .img-kv-boy {
      width: 300px;
      height: 316px; }
    #KV .kv-inner .container .img-kv-girl {
      width: 280px;
      height: 305px; }
      #KV .kv-inner .container .img-kv-girl .img-cloud {
        right: 40px;
        top: -100px; }
    #KV .kv-inner .container .kv-toy-box {
      width: 45%;
      margin-top: 20px;
      position: relative; }
      #KV .kv-inner .container .kv-toy-box .img-toy-01 {
        width: 230px;
        height: 207px;
        z-index: 15;
        -webkit-animation: floating 4s infinite alternate;
        animation: floating 4s infinite alternate; }
      #KV .kv-inner .container .kv-toy-box .img-toy-02 {
        width: 180px;
        height: 171px;
        right: 0px;
        z-index: 15;
        -webkit-animation: floating 3s infinite alternate;
        animation: floating 3s infinite alternate; } }

@media screen and (max-width: 990px) {
  #KV {
    height: 620px; }
    #KV .kv-inner .container .img-kv-boy {
      width: 300px;
      height: 316px;
      left: -80px; }
    #KV .kv-inner .container .img-kv-girl {
      width: 280px;
      height: 305px;
      right: -50px; }
    #KV .kv-inner .container .kv-toy-box {
      width: 50%;
      margin-top: 20px;
      position: relative; }
      #KV .kv-inner .container .kv-toy-box .img-toy-01 {
        width: 230px;
        height: 207px;
        z-index: 15;
        -webkit-animation: floating 4s infinite alternate;
        animation: floating 4s infinite alternate; }
      #KV .kv-inner .container .kv-toy-box .img-toy-02 {
        width: 180px;
        height: 171px;
        right: 0px;
        z-index: 15;
        -webkit-animation: floating 3s infinite alternate;
        animation: floating 3s infinite alternate; } }

@media screen and (max-width: 768px) {
  #KV {
    height: 720px;
    background-position: top;
    background-image: url(../img/img-kv-bg-m.svg);
    background-repeat: repeat; }
    #KV .kv-inner {
      height: 720px; }
      #KV .kv-inner .container {
        height: 720px; }
        #KV .kv-inner .container .img-kv-boy {
          display: none; }
        #KV .kv-inner .container .img-kv-girl {
          display: none; }
        #KV .kv-inner .container .kv-toy-box {
          display: none; }
        #KV .kv-inner .container .kv-m {
          display: block;
          position: absolute;
          bottom: 0;
          z-index: 15; } }

@media screen and (max-width: 640px) {
  #KV {
    height: 680px; }
    #KV .kv-inner {
      height: 680px; }
      #KV .kv-inner .container {
        height: 680px; }
        #KV .kv-inner .container .img-kv-boy {
          display: none; }
        #KV .kv-inner .container .img-kv-girl {
          display: none; }
        #KV .kv-inner .container .kv-toy-box {
          display: none; }
        #KV .kv-inner .container .kv-m {
          display: block;
          position: absolute;
          bottom: 0;
          z-index: 15; } }

@media screen and (max-width: 540px) {
  #KV {
    height: 600px; }
    #KV .kv-inner {
      height: 600px; }
      #KV .kv-inner .container {
        height: 600px; }
        #KV .kv-inner .container .kv-title-box .kv-title {
          width: 350px;
          height: 115px;
          background-image: url(../img/img-header-title.svg);
          background-size: cover;
          margin: 0 auto;
          margin-top: 90px; }
        #KV .kv-inner .container .kv-title-box .kv-text {
          margin-top: 10px;
          font-size: 15px;
          font-weight: 500;
          text-align: center; } }

#VIDEO-TITLE {
  padding: 150px 0 150px 0;
  background-color: #1AB9D5; }
  #VIDEO-TITLE .container {
    position: relative; }
    #VIDEO-TITLE .container .img-toy-03 {
      width: 321px;
      height: 202px;
      background-image: url(../img/left-toy1.png);
      background-size: cover;
      position: absolute;
      -webkit-animation: floating 3s infinite alternate;
      animation: floating 3s infinite alternate;
      z-index: 15;
      left: -100px;
      top: -100px; }
    #VIDEO-TITLE .container .img-toy-04 {
      width: 220px;
      height: 207px;
      background-image: url(../img/right-toy3.png);
      background-size: cover;
      position: absolute;
      z-index: 15;
      -webkit-animation: floating 4s infinite alternate;
      animation: floating 4s infinite alternate;
      right: 50px;
      top: -120px; }
    #VIDEO-TITLE .container .img-toy-05 {
      width: 130px;
      height: 100px;
      background-image: url(../img/right-toy2.png);
      background-size: cover;
      position: absolute;
      z-index: 15;
      -webkit-animation: floating 4s infinite alternate;
      animation: floating 4s infinite alternate;
      right: -50px;
      bottom: -120px; }

@media screen and (max-width: 1240px) {
  #VIDEO-TITLE .container {
    position: relative; }
    #VIDEO-TITLE .container .img-toy-03 {
      width: 321px;
      height: 202px;
      left: -120px;
      top: -100px; }
    #VIDEO-TITLE .container .img-toy-04 {
      right: -50px;
      top: -120px; }
    #VIDEO-TITLE .container .img-toy-05 {
      display: none; } }

@media screen and (max-width: 768px) {
  #VIDEO-TITLE {
    padding: 80px 0 150px 0; }
    #VIDEO-TITLE .container .img-toy-03 {
      display: none; }
    #VIDEO-TITLE .container .img-toy-04 {
      display: none; }
    #VIDEO-TITLE .container .img-toy-05 {
      display: none; } }

#VIDEO {
  margin-top: -120px;
  position: relative; }
  #VIDEO .video-left-product {
    width: 470px;
    height: 465px;
    background-image: url(../img/video-left-product.png);
    background-size: cover;
    position: absolute;
    top: 60%;
    left: 100px;
    z-index: 18; }
  #VIDEO .video-right-product {
    width: 608px;
    height: 608px;
    background-image: url(../img/video-right-product.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 18; }
  #VIDEO .video-box {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 17px 17px 15px 17px;
    position: relative; }
    #VIDEO .video-box .icon-play {
      font-size: 76px;
      position: absolute;
      color: #FFCF00;
      left: 50%;
      top: 50%;
      margin-left: -38px;
      margin-top: -38px; }

@media (max-width: 1920px) {
  #VIDEO .video-left-product {
    top: 60%;
    left: -100px; }
  #VIDEO .video-right-product {
    top: 30%;
    right: -200px;
    z-index: 15; } }

@media (max-width: 1430px) {
  #VIDEO .video-left-product {
    width: 350px;
    height: 346px;
    top: 70%;
    left: -60px; }
  #VIDEO .video-right-product {
    width: 400px;
    height: 400px;
    top: 60%;
    right: -100px;
    z-index: 15; } }

@media (max-width: 990px) {
  #VIDEO .video-left-product {
    display: none; }
  #VIDEO .video-right-product {
    display: none; } }

@media (max-width: 690px) {
  #VIDEO .video-box {
    padding: 12px 12px 10px 12px; }
    #VIDEO .video-box .icon-play {
      font-size: 66px;
      margin-left: -33px;
      margin-top: -33px; } }

#CARD {
  padding: 100px 0;
  background-color: #EDFCFF; }
  #CARD .card-row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px; }
    #CARD .card-row .cardContainer {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 24%;
      flex: 1 1 24%;
      /*grow | shrink | basis */
      height: 260px;
      position: relative;
      margin: 4px;
      -webkit-perspective: 1000px;
      perspective: 1000px; }
    #CARD .card-row .active {
      -webkit-transform: translateZ(0px) rotateY(180deg) !important;
      transform: translateZ(0px) rotateY(180deg) !important; }
      #CARD .card-row .active:after {
        display: none; }
    #CARD .card-row .card {
      display: inline-block;
      width: 100%;
      height: 100%;
      cursor: pointer;
      -moz-backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: translateZ(-100px);
      transform: translateZ(-100px);
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      #CARD .card-row .card:after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        -webkit-box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.05);
        box-shadow: 0 14px 20px -4px rgba(0, 0, 0, 0.05);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.1);
        -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.1); }
      #CARD .card-row .card:hover {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px); }
        #CARD .card-row .card:hover:after {
          opacity: 1; }
      #CARD .card-row .card .side {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background-color: white; }
      #CARD .card-row .card .front {
        z-index: 2;
        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;
        padding: 20px;
        background-color: #FFCF00; }
        #CARD .card-row .card .front .title {
          font-size: 20px;
          font-weight: 500;
          text-align: center;
          margin-top: 10px; }
          #CARD .card-row .card .front .title .lego-icon {
            color: #EA212D;
            font-size: 18px; }
      #CARD .card-row .card .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        padding: 20px 26px;
        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; }
        #CARD .card-row .card .back .back-img {
          width: 140px;
          height: 140px;
          border-radius: 50%;
          overflow: hidden;
          margin-bottom: 10px; }
        #CARD .card-row .card .back .back-img img {
          width: 100%;
          border-radius: 50%; }
        #CARD .card-row .card .back .back-img-inner {
          background: #ffffff;
          padding: 3px; }
        #CARD .card-row .card .back .back-text p {
          font-size: 18px;
          font-weight: 500;
          text-align: center; }
        #CARD .card-row .card .back.card01 {
          background-color: #FDF38B; }
          #CARD .card-row .card .back.card01 .back-img {
            border: 4px solid #E6DC7E; }
          #CARD .card-row .card .back.card01 .back-text p {
            color: #9B8B22; }
        #CARD .card-row .card .back.card02 {
          background-color: #FFC8CA; }
          #CARD .card-row .card .back.card02 .back-img {
            border: 4px solid #F7969B; }
          #CARD .card-row .card .back.card02 .back-text p {
            color: #D1343A; }
        #CARD .card-row .card .back.card03 {
          background-color: #C5AFD5; }
          #CARD .card-row .card .back.card03 .back-img {
            border: 4px solid #B794D0; }
          #CARD .card-row .card .back.card03 .back-text p {
            color: #6D4C85; }
        #CARD .card-row .card .back.card04 {
          background-color: #9FD8B6; }
          #CARD .card-row .card .back.card04 .back-img {
            border: 4px solid #95CBAB; }
          #CARD .card-row .card .back.card04 .back-text p {
            color: #2C7D4D; }

@media (max-width: 990px) {
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    /*grow | shrink | basis */ } }

@media (max-width: 690px) {
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    /*grow | shrink | basis */
    height: 280px; } }

#PRODUCT {
  background-image: url(../img/img-product-bg.svg);
  background-position: center top;
  background-size: cover;
  padding-bottom: 50px; }
  #PRODUCT .product-inner .product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px; }
    #PRODUCT .product-inner .product-row.reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    #PRODUCT .product-inner .product-row .product-img-box {
      -webkit-box-flex: 7;
      -ms-flex: 7;
      flex: 7;
      position: relative; }
      #PRODUCT .product-inner .product-row .product-img-box .product-img {
        background-color: #ffffff;
        padding: 13px 13px 11px 13px;
        -webkit-box-shadow: 0 5px 0px 0px rgba(2, 125, 223, 0.05);
        box-shadow: 0 5px 0px 0px rgba(2, 125, 223, 0.05);
        width: 485px;
        border-radius: 4px; }
        #PRODUCT .product-inner .product-row .product-img-box .product-img img {
          margin-bottom: -1px; }
        #PRODUCT .product-inner .product-row .product-img-box .product-img.pic01 {
          position: absolute;
          left: 20px;
          top: 0;
          -webkit-transform: rotate(-4deg);
          -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
          -webkit-animation: swing 2.5s infinite alternate;
          animation: swing 2.5s infinite alternate; }
        #PRODUCT .product-inner .product-row .product-img-box .product-img.pic02 {
          position: absolute;
          right: 20px;
          top: 0;
          -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
          transform: rotate(3deg);
          -webkit-animation: swing 2.8s infinite alternate;
          animation: swing 2.8s infinite alternate; }
        #PRODUCT .product-inner .product-row .product-img-box .product-img.pic03 {
          position: absolute;
          left: 20px;
          top: 0;
          -webkit-transform: rotate(-2deg);
          -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
          -webkit-animation: swing 2.5s infinite alternate;
          animation: swing 2.5s infinite alternate; }
      #PRODUCT .product-inner .product-row .product-img-box .product-kid-01 {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-animation: floating2 2.5s infinite alternate;
        animation: floating2 2.5s infinite alternate; }
      #PRODUCT .product-inner .product-row .product-img-box .product-kid-02 {
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-animation: floating2 2s infinite alternate;
        animation: floating2 2s infinite alternate; }
      #PRODUCT .product-inner .product-row .product-img-box .product-kid-03 {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-animation: floating2 1.5s infinite alternate;
        animation: floating2 1.5s infinite alternate; }
    #PRODUCT .product-inner .product-row .product-text-box {
      -webkit-box-flex: 5;
      -ms-flex: 5;
      flex: 5; }
      #PRODUCT .product-inner .product-row .product-text-box.circle-right {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end; }
      #PRODUCT .product-inner .product-row .product-text-box .product-text-circle {
        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;
        width: 400px;
        height: 400px;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-box-shadow: 0 6px 0px 0px rgba(2, 125, 223, 0.05);
        box-shadow: 0 6px 0px 0px rgba(2, 125, 223, 0.05);
        position: relative; }
        #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title {
          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; }
          #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .sub-title {
            width: 170px;
            height: 40px;
            background-image: url(../img/img-product-subtitle.svg);
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
            -webkit-animation: pulse 1s infinite alternate;
            animation: pulse 1s infinite alternate; }
          #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .main-title {
            width: 280px;
            height: 28px;
            background-size: cover;
            font-size: 0;
            margin-bottom: 15px; }
            #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .main-title.pro01 {
              background-image: url(../img/img-product-title01.svg); }
            #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .main-title.pro02 {
              background-image: url(../img/img-product-title02.svg); }
            #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .main-title.pro03 {
              background-image: url(../img/img-product-title03.svg); }
          #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .product-text {
            text-align: center;
            font-size: 17px;
            line-height: 28px;
            margin-bottom: 20px; }
        #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic01 {
          width: 195px;
          position: absolute;
          right: -50px;
          top: -60px; }
        #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic02 {
          width: 234px;
          position: absolute;
          left: -50px;
          top: -60px; }
        #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic03 {
          width: 162px;
          position: absolute;
          right: -50px;
          top: -20px; }

@media (max-width: 1430px) {
  #PRODUCT {
    padding-bottom: 50px; }
    #PRODUCT .product-inner .product-row .product-img-box .product-img {
      width: 400px; } }

@media (max-width: 990px) {
  #PRODUCT {
    padding-bottom: 50px; }
    #PRODUCT .product-inner .product-row .product-img-box .product-img {
      width: 400px; }
    #PRODUCT .product-inner .product-row .product-img-box .product-kid-01 {
      width: 200px; }
    #PRODUCT .product-inner .product-row .product-img-box .product-kid-02 {
      width: 180px; }
    #PRODUCT .product-inner .product-row .product-img-box .product-kid-03 {
      width: 180px; } }

@media (max-width: 840px) {
  #PRODUCT {
    padding-bottom: 50px; }
    #PRODUCT .product-inner .product-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -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; }
      #PRODUCT .product-inner .product-row.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
      #PRODUCT .product-inner .product-row .product-img-box {
        margin: 40px 0; }
        #PRODUCT .product-inner .product-row .product-img-box .product-img {
          width: 400px; }
          #PRODUCT .product-inner .product-row .product-img-box .product-img.pic01 {
            position: static; }
          #PRODUCT .product-inner .product-row .product-img-box .product-img.pic02 {
            position: static; }
          #PRODUCT .product-inner .product-row .product-img-box .product-img.pic03 {
            position: static; }
        #PRODUCT .product-inner .product-row .product-img-box .product-kid-01 {
          width: 200px;
          right: 0;
          right: -100px;
          bottom: -100px; }
        #PRODUCT .product-inner .product-row .product-img-box .product-kid-02 {
          width: 180px;
          left: -90px;
          bottom: -90px; }
        #PRODUCT .product-inner .product-row .product-img-box .product-kid-03 {
          width: 180px;
          right: -100px;
          bottom: -100px; } }

@media (max-width: 640px) {
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-01 {
    width: 160px;
    right: 0;
    right: 0px;
    bottom: -100px; }
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-02 {
    width: 140px;
    left: 0px;
    bottom: -90px; }
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-03 {
    width: 140px;
    right: 0px;
    bottom: -100px; } }

@media (max-width: 440px) {
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-01 {
    width: 160px;
    right: 0;
    right: 0px;
    bottom: -100px; }
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-02 {
    width: 140px;
    left: 0px;
    bottom: -90px; }
  #PRODUCT .product-inner .product-row .product-img-box .product-kid-03 {
    width: 140px;
    right: 0px;
    bottom: -100px; }
  #PRODUCT .product-inner .product-row .product-text-box .product-text-circle {
    width: 360px;
    height: 360px;
    margin: 0 auto; }
    #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .product-title .product-text {
      text-align: center;
      font-size: 16px;
      line-height: 24px; }
    #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic01 {
      width: 155px;
      position: absolute;
      right: -20px;
      top: -60px; }
    #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic02 {
      width: 194px;
      position: absolute;
      left: -30px;
      top: -60px; }
    #PRODUCT .product-inner .product-row .product-text-box .product-text-circle .small-pic03 {
      width: 122px;
      position: absolute;
      right: -20px;
      top: -20px; } }

@media (max-width: 375px) {
  #PRODUCT .product-inner .product-row .product-img-box .product-img {
    width: 325px; } }
