@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&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: #EFFDFF;
}

.section-title {
  background-size: cover;
  font-size: 0;
  margin-bottom: 15px;
}
.section-title.title-index-01 {
  width: 433px;
  height: 75px;
  background-image: url(../img/img-title-index01.svg);
}
.section-title.title-index-02 {
  width: 433px;
  height: 75px;
  background-image: url(../img/img-title-index02.svg);
}
.section-title.title-index-03 {
  width: 395px;
  height: 75px;
  background-image: url(../img/img-title-index03.svg);
}
.section-title.title-index-04 {
  width: 356px;
  height: 75px;
  background-image: url(../img/img-title-index04.svg);
}
.section-title.title-index-05 {
  width: 433px;
  height: 75px;
  background-image: url(../img/img-title-index05.svg);
}
.section-title p {
  text-align: center;
}

@media screen and (max-width: 440px) {
  .section-title.title-index-01 {
    width: 307px;
    height: 52px;
  }
  .section-title.title-index-02 {
    width: 300px;
    height: 52px;
  }
  .section-title.title-index-03 {
    width: 274px;
    height: 52px;
  }
  .section-title.title-index-04 {
    width: 247px;
    height: 52px;
  }
  .section-title.title-index-05 {
    width: 307px;
    height: 52px;
  }

  .section-text p {
    font-size: 1.125rem;
  }
}
#KV {
  height: 700px;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../img/img-kv.jpg);
  margin-top: 60px;
}
#KV .kv-inner {
  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;
}
#KV .kv-inner h2 {
  font-size: 0;
  width: 475px;
  height: 491px;
  background-image: url(../img/img-kv-title.png);
  background-size: cover;
}
#KV .kv-inner h2.zoom-in {
  -webkit-animation: zoomIn 1s 1 ease;
          animation: zoomIn 1s 1 ease;
}
#KV .kv-inner .arrow {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  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;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: -30px;
  -webkit-animation: floating 1s infinite alternate;
          animation: floating 1s infinite alternate;
}
#KV .kv-inner .arrow .icon-arrow-down {
  font-size: 28px;
  color: #009ACE;
}

@media (max-width: 1920px) {
  #KV {
    height: 600px;
    background-size: cover;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 400px;
    height: 413px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
  }
  #KV .kv-inner .arrow {
    width: 54px;
    height: 54px;
    bottom: -27px;
  }
  #KV .kv-inner .arrow .icon-arrow {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  #KV {
    height: 450px;
    background-size: cover;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 300px;
    height: 310px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
  }
}
@media (max-width: 880px) {
  #KV {
    height: 380px;
    background-size: cover;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 300px;
    height: 310px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #KV {
    height: 380px;
    background-size: cover;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 280px;
    height: 289px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
  }
}
@media (max-width: 540px) {
  #KV {
    height: 550px;
    background-image: url(../img/img-kv-mobile.jpg);
    background-size: cover;
    background-position: center bottom;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 300px;
    height: 310px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
    margin-top: -100px;
  }
}
@media (max-width: 440px) {
  #KV {
    height: 540px;
    background-image: url(../img/img-kv-mobile.jpg);
    background-size: cover;
    background-position: center bottom;
  }
}
@media (max-width: 390px) {
  #KV {
    height: 430px;
    background-image: url(../img/img-kv-mobile.jpg);
    background-size: cover;
    background-position: center bottom;
  }
  #KV .kv-inner h2 {
    font-size: 0;
    width: 260px;
    height: 268px;
    background-image: url(../img/img-kv-title.png);
    background-size: cover;
    margin-top: -50px;
  }
}
#EXAM {
  padding: 80px 0 0px 0;
  background-color: #D0F9FF;
  background-image: url(../img/img-bg-yellow.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
#EXAM .container {
  position: relative;
}
#EXAM .container .img-exam-right {
  position: absolute;
  background-size: cover;
  width: 180px;
  height: 135px;
  background-image: url(../img/img-exam-right.svg);
  right: 160px;
  top: -160px;
  -webkit-animation: pulse 1.5s infinite alternate;
          animation: pulse 1.5s infinite alternate;
}
#EXAM .container .img-exam-left {
  position: absolute;
  background-size: cover;
  width: 100px;
  height: 88px;
  background-image: url(../img/img-tooth02.svg);
  left: 240px;
  top: -100px;
  -webkit-animation: swing 1s infinite alternate;
          animation: swing 1s infinite alternate;
}
#EXAM .exam-box-wrap {
  border-radius: 15px 15px 0 0;
  background-color: #E375B4;
  padding: 18px 18px 0px 18px;
  margin-top: 35px;
  overflow: hidden;
}
#EXAM .exam-box-wrap .page-bind {
  width: 140px;
  height: 61px;
  background-image: url(../img/page-bind.svg);
  background-size: cover;
  position: absolute;
  top: 19px;
  left: 50%;
  z-index: 10;
  margin-left: -70px;
}
#EXAM .exam-box-wrap .exam-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  padding: 10px 50px 40px 50px;
}
#EXAM .exam-box-wrap .exam-box .exam-image-box {
  position: relative;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  -webkit-animation: floating2 1s infinite alternate;
          animation: floating2 1s infinite alternate;
}
#EXAM .exam-box-wrap .exam-box .exam-image-box .img-tooth-left {
  position: absolute;
  background-size: cover;
  width: 120px;
  height: 93px;
  background-image: url(../img/img-tooth03.svg);
  -webkit-animation: floating 1.5s infinite alternate;
          animation: floating 1.5s infinite alternate;
  left: 60px;
  top: -60px;
}
#EXAM .exam-box-wrap .exam-box .exam-image-box .img-tooth-right {
  position: absolute;
  background-size: cover;
  width: 120px;
  height: 105px;
  background-image: url(../img/img-tooth02-1.svg);
  -webkit-animation: floating 2s infinite alternate;
          animation: floating 2s infinite alternate;
  right: -120px;
  bottom: 20px;
}
#EXAM .exam-box-wrap .exam-box .exam-content-box {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  margin-top: 70px;
}
#EXAM .exam-box-wrap .exam-box .exam-content-box p {
  font-size: 16px;
  line-height: 32px;
}
#EXAM .exam-box-wrap .exam-box .exam-content-box p a {
  display: inline-block;
  color: #ffffff;
  background-color: #E04F9E;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 20px;
}
#EXAM .exam-box-wrap .exam-box .exam-content-box .btn {
  -webkit-animation: pulse 0.8s infinite alternate;
          animation: pulse 0.8s infinite alternate;
}

@media (max-width: 1200px) {
  #EXAM .container {
    position: relative;
  }
  #EXAM .container .img-exam-right {
    right: 0px;
    top: -180px;
  }
  #EXAM .exam-box-wrap .exam-box {
    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;
  }
  #EXAM .exam-box-wrap .exam-box .exam-image-box {
    position: relative;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    padding: 0 2%;
  }
}
@media (max-width: 1100px) {
  #EXAM .container {
    position: relative;
  }
  #EXAM .container .img-exam-right {
    display: none;
  }
  #EXAM .container .img-exam-left {
    display: none;
  }
  #EXAM .exam-box-wrap .exam-box {
    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;
  }
  #EXAM .exam-box-wrap .exam-box .exam-image-box {
    position: relative;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    padding: 0 2%;
  }
  #EXAM .exam-box-wrap .exam-box .exam-content-box {
    margin-top: 50px;
  }
}
@media (max-width: 540px) {
  #EXAM .container {
    position: relative;
  }
  #EXAM .container .img-exam-right {
    display: none;
  }
  #EXAM .exam-box-wrap {
    padding: 14px 14px 0px 14px;
  }
  #EXAM .exam-box-wrap .exam-box {
    padding: 10px 20px 40px 20px;
  }
  #EXAM .exam-box-wrap .exam-box .exam-image-box {
    padding: 0 4%;
  }
  #EXAM .exam-box-wrap .exam-box .exam-content-box {
    text-align: justify;
  }
}
#CARD {
  padding: 140px 0 80px 0;
  background: url(../img/img-bg-blue.svg) center bottom no-repeat;
}
#CARD .title-index-01 {
  position: relative;
}
#CARD .title-index-01 .img-flip-left-out {
  position: absolute;
  z-index: 50;
  top: -100px;
  left: -280px;
}
#CARD .title-index-01 .img-flip-left-out .img-flip-left {
  width: 220px;
  height: 220px;
  background-image: url(../img/img-flip-left.png);
  background-size: cover;
  -webkit-animation: pulse2 0.8s infinite alternate;
          animation: pulse2 0.8s infinite alternate;
}
#CARD .title-index-01 .img-flip-right-out {
  position: absolute;
  z-index: 50;
  top: -50px;
  right: -250px;
}
#CARD .title-index-01 .img-flip-right-out .img-flip-right {
  width: 160px;
  height: 160px;
  background-image: url(../img/img-flip-right.png);
  background-size: cover;
  -webkit-animation: pulse 0.8s infinite alternate;
          animation: pulse 0.8s infinite alternate;
}
#CARD .container {
  position: relative;
}
#CARD .container .img-left-tool-out {
  position: absolute;
  z-index: 50;
  top: 0px;
  left: -50px;
}
#CARD .container .img-left-tool-out .img-tool-left {
  width: 201px;
  height: 238px;
  background-image: url(../img/img-tool-left.svg);
  background-size: cover;
  -webkit-animation: swing 0.8s infinite alternate;
          animation: swing 0.8s infinite alternate;
}
#CARD .container .img-right-tool-out {
  position: absolute;
  z-index: 50;
  top: 0px;
  right: -20px;
}
#CARD .container .img-right-tool-out .img-tool-right {
  width: 111px;
  height: 247px;
  background-image: url(../img/img-tool-right.svg);
  background-size: cover;
  -webkit-animation: swing 1s infinite alternate;
          animation: swing 1s infinite alternate;
}
#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 30%;
          flex: 1 1 30%;
  /*grow | shrink | basis */
  height: 330px;
  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(-80px);
          transform: translateZ(-80px);
  -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 .side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
#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: top;
      -ms-flex-pack: top;
          justify-content: top;
  background: url(../img/img-card-front.svg) top center;
  background-repeat: no-repeat;
  background-size: 330px 330px;
}
#CARD .card-row .card .front .front-img {
  width: 110px;
}
#CARD .card-row .card .front .question {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 28px;
  min-height: 85px;
  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;
}
#CARD .card-row .card .front .question .question-inner {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#CARD .card-row .card .front .question .question-inner span {
  color: #009ACE;
  margin-right: 5px;
}
#CARD .card-row .card .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 18px 24px;
  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: top;
      -ms-flex-pack: top;
          justify-content: top;
  background-color: #FFFBD6;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#CARD .card-row .card .back .back-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: -15px;
}
#CARD .card-row .card .back .back-img img {
  width: 100%;
  border-radius: 50%;
}
#CARD .card-row .card .back .back-text p {
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}
#CARD .card-row .card .back .back-text p span {
  color: #0066AC;
}

@media (max-width: 1920px) {
  #CARD .title-index-01 .img-flip-left-out {
    top: -100px;
    left: -280px;
  }
  #CARD .title-index-01 .img-flip-left-out .img-flip-left {
    width: 220px;
    height: 220px;
  }
  #CARD .title-index-01 .img-flip-right-out {
    top: -50px;
    right: -250px;
  }
  #CARD .title-index-01 .img-flip-right-out .img-flip-right {
    width: 160px;
    height: 160px;
  }
  #CARD .container .img-left-tool-out {
    top: 30px;
    left: -70px;
  }
  #CARD .container .img-left-tool-out .img-tool-left {
    width: 201px;
    height: 238px;
  }
  #CARD .container .img-right-tool-out {
    top: 40px;
    right: -50px;
  }
  #CARD .container .img-right-tool-out .img-tool-right {
    width: 111px;
    height: 247px;
  }
}
@media (max-width: 1200px) {
  #CARD .container .img-left-tool-out {
    top: 40%;
    left: -30px;
  }
  #CARD .container .img-left-tool-out .img-tool-left {
    width: 161px;
    height: 238px;
  }
  #CARD .container .img-right-tool-out {
    top: 40%;
    right: -20px;
  }
  #CARD .container .img-right-tool-out .img-tool-right {
    width: 111px;
    height: 247px;
  }
  #CARD .card-row {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33%;
            flex: 1 1 33%;
    /*grow | shrink | basis */
    height: 330px;
  }
  #CARD .card-row .card .front .question {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 28px;
    width: 280px;
    min-height: 85px;
    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;
  }
}
@media (max-width: 992px) {
  #CARD .title-index-01 .img-flip-left-out {
    top: -100px;
    left: -200px;
  }
  #CARD .title-index-01 .img-flip-left-out .img-flip-left {
    width: 180px;
    height: 180px;
  }
  #CARD .title-index-01 .img-flip-right-out {
    top: -50px;
    right: -160px;
  }
  #CARD .title-index-01 .img-flip-right-out .img-flip-right {
    width: 140px;
    height: 140px;
  }
  #CARD .container .img-left-tool-out {
    display: none;
  }
  #CARD .container .img-right-tool-out {
    display: none;
  }
  #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;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 360px;
            flex: 1 1 360px;
    /*grow | shrink | basis */
    height: 360px;
  }
  #CARD .card-row .card .front {
    background-size: 360px 360px;
  }
  #CARD .card-row .card .front .question {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 28px;
    width: 280px;
    min-height: 85px;
    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;
  }
}
@media (max-width: 880px) {
  #CARD .title-index-01 .img-flip-left-out {
    left: -140px;
  }
  #CARD .title-index-01 .img-flip-left-out .img-flip-left {
    width: 140px;
    height: 140px;
  }
  #CARD .title-index-01 .img-flip-right-out {
    right: -140px;
  }
  #CARD .title-index-01 .img-flip-right-out .img-flip-right {
    width: 130px;
    height: 130px;
  }
  #CARD .card-row {
    padding-left: 4% !important;
    padding-right: 4% !important;
    position: relative;
  }
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 330px;
            flex: 1 1 330px;
    /*grow | shrink | basis */
    height: 330px;
  }
  #CARD .card-row .card .front {
    background-size: 330px 330px;
  }
  #CARD .card-row .card .back {
    padding: 18px 25px;
  }
  #CARD .card-row .card .back .back-text p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  #CARD {
    padding: 60px 0;
  }
  #CARD .title-index-01 .img-flip-left-out {
    display: none;
  }
  #CARD .title-index-01 .img-flip-right-out {
    display: none;
  }
  #CARD .container .img-left-tool-out {
    display: block;
    top: 16%;
    left: -58px;
  }
  #CARD .container .img-left-tool-out .img-tool-left {
    width: 220px;
    height: 325px;
  }
  #CARD .container .img-right-tool-out {
    display: block;
    top: 58%;
    right: -5px;
  }
  #CARD .container .img-right-tool-out .img-tool-right {
    width: 120px;
    height: 267px;
  }
  #CARD .card-row {
    padding-left: 15% !important;
    padding-right: 15% !important;
    z-index: 60;
  }
  #CARD .card-row .card .front .front-img {
    width: 130px;
  }
  #CARD .card-row .card .front .question {
    width: 300px;
  }
  #CARD .card-row .card .back {
    padding: 18px 35px;
  }
}
@media (max-width: 660px) {
  #CARD .title-index-01 .img-flip-left-out {
    display: none;
  }
  #CARD .title-index-01 .img-flip-right-out {
    display: none;
  }
  #CARD .card-row {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  #CARD .card-row .cardContainer {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 330px;
            flex: 1 1 330px;
    /*grow | shrink | basis */
    height: 330px;
    padding: 0 10%;
  }
}
@media (max-width: 540px) {
  #CARD .container .img-left-tool-out {
    opacity: 0.5;
  }
  #CARD .container .img-left-tool-out .img-tool-left {
    width: 260px;
    height: 384px;
  }
  #CARD .container .img-right-tool-out {
    opacity: 0.5;
  }
  #CARD .container .img-right-tool-out .img-tool-right {
    width: 160px;
    height: 357px;
  }
  #CARD .card-row {
    padding-left: 0;
    padding-right: 0;
  }
  #CARD .card-row .cardContainer {
    padding: 0 0%;
  }
  #CARD .card-row .cardContainer .card .back {
    padding: 15px 25px;
  }
  #CARD .card-row .cardContainer .card .back .back-text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 440px) {
  #CARD {
    overflow: hidden;
  }
  #CARD .container .img-left-tool-out {
    left: -80px;
  }
  #CARD .container .img-left-tool-out .img-tool-left {
    width: 220px;
    height: 325px;
  }
  #CARD .container .img-right-tool-out {
    right: -60px;
  }
  #CARD .container .img-right-tool-out .img-tool-right {
    width: 120px;
    height: 267px;
  }
  #CARD .card-row .cardContainer {
    padding: 0 0px;
  }
  #CARD .card-row .cardContainer .front .question .question-inner {
    font-size: 19px;
  }
}
#ARTICLE {
  padding: 80px 0;
  background: url(../img/img-title-bg-yellow.svg) center top no-repeat;
}
#ARTICLE .container {
  position: relative;
}
#ARTICLE .container .img-men-out {
  position: absolute;
  z-index: 50;
  top: -280px;
  right: 150px;
}
#ARTICLE .container .img-men-out .img-men {
  width: 220px;
  height: 292px;
  background-image: url(../img/img-men.svg);
  background-size: cover;
  -webkit-animation: pulse2 0.8s infinite alternate;
          animation: pulse2 0.8s infinite alternate;
}
#ARTICLE .container .img-tooth-out {
  position: absolute;
  z-index: 50;
  top: -120px;
  left: 150px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
#ARTICLE .container .img-tooth-out .img-tooth {
  width: 179px;
  height: 156px;
  background-image: url(../img/img-tooth02.svg);
  background-size: cover;
  -webkit-animation: swing 1s infinite alternate;
          animation: swing 1s infinite alternate;
}
#ARTICLE .container .owl-four {
  margin-top: 30px;
  padding-bottom: 40px;
}
#ARTICLE .container .owl-four .odd {
  margin-top: 30px;
}
#ARTICLE .container .card-article {
  padding: 10px;
}
#ARTICLE .container .card-article .text-box {
  position: relative;
  background-color: #ffffff;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px 24px;
  margin-top: -30px;
}
#ARTICLE .container .card-article .text-box .title {
  font-size: 1.1875rem;
  color: #009ACE;
  font-weight: bold;
  margin-bottom: 15px;
}
#ARTICLE .container .card-article .text-box .text {
  color: #555555;
  font-weight: 300;
  margin-bottom: 15px;
}
#ARTICLE .container .card-article .text-box .text span {
  font-weight: 500;
}
#ARTICLE .container .card-article .text-box .btn.sm {
  width: 100%;
}

@media (max-width: 1920px) {
  #ARTICLE .container {
    position: relative;
  }
  #ARTICLE .container .img-men-out {
    position: absolute;
    z-index: 50;
    top: -260px;
    right: 170px;
  }
  #ARTICLE .container .img-men-out .img-men {
    width: 200px;
    height: 265px;
  }
  #ARTICLE .container .img-tooth-out {
    top: -160px;
    left: 170px;
  }
  #ARTICLE .container .img-tooth-out .img-tooth {
    width: 160px;
    height: 140px;
  }
}
@media (max-width: 1240px) {
  #ARTICLE .container .img-men-out {
    top: -250px;
    right: 80px;
  }
  #ARTICLE .container .img-men-out .img-men {
    width: 180px;
    height: 238px;
  }
  #ARTICLE .container .img-tooth-out {
    top: -120px;
    left: 80px;
  }
  #ARTICLE .container .img-tooth-out .img-tooth {
    width: 130px;
    height: 113px;
  }
}
@media (max-width: 768px) {
  #ARTICLE .container .img-men-out {
    top: -250px;
    right: 3%;
  }
  #ARTICLE .container .img-men-out .img-men {
    width: 140px;
    height: 185px;
  }
  #ARTICLE .container .img-tooth-out {
    top: -120px;
    left: 3%;
  }
  #ARTICLE .container .img-tooth-out .img-tooth {
    width: 100px;
    height: 87px;
  }
}
@media (max-width: 660px) {
  #ARTICLE .container .img-men-out {
    top: -250px;
    right: 0%;
  }
  #ARTICLE .container .img-tooth-out {
    top: -120px;
    left: -3%;
  }
}
@media (max-width: 540px) {
  #ARTICLE {
    padding: 60px 0;
    background: url(../img/img-title-bg-yellow.svg) center -200px no-repeat;
  }
  #ARTICLE .container .img-men-out {
    display: none;
  }
  #ARTICLE .container .img-tooth-out {
    display: none;
  }
  #ARTICLE .container .owl-four {
    margin-top: -10px;
    padding-bottom: 0px;
  }
  #ARTICLE .container .owl-four .odd {
    margin-top: 0px;
  }
}
#PODCAST {
  background-color: #00C6E3;
  padding: 60px 0 40px 0;
  overflow: hidden;
  position: relative;
  height: 100%;
}
#PODCAST .container {
  position: relative;
}
#PODCAST .container .img-tooth-out {
  position: absolute;
  z-index: 50;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(29deg);
      -ms-transform: rotate(29deg);
          transform: rotate(29deg);
}
#PODCAST .container .img-tooth-out .img-tooth {
  width: 160px;
  height: 124px;
  background-image: url(../img/img-tooth03.svg);
  background-size: cover;
  -webkit-animation: swing 1s infinite alternate;
          animation: swing 1s infinite alternate;
}
#PODCAST .container .img-podcast-right-out {
  display: none;
}
#PODCAST .container .podcast-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
#PODCAST .container .podcast-box .img-box {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  margin-right: 25px;
}
#PODCAST .container .podcast-box .img-box .img-podcast-mobile {
  display: none;
}
#PODCAST .container .podcast-box .img-box img {
  border-radius: 8px;
}
#PODCAST .container .podcast-box .text-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#PODCAST .container .podcast-box .text-box .name {
  display: table;
  color: #009ACE;
  background-color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 100px;
  margin-bottom: 5px;
}
#PODCAST .container .podcast-box .text-box h4 {
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #ffffff;
}
#PODCAST .container .podcast-box .text-box p {
  font-weight: 400;
  line-height: 32px;
}
#PODCAST .pink-box {
  position: absolute;
  right: 0px;
  top: 0;
}
#PODCAST .pink-box .img-podcast-girl {
  position: absolute;
  bottom: 310px;
  left: -20px;
  z-index: 10;
  width: 600px;
  height: 629px;
  background-image: url(../img/img-podcast-girl.png);
  background-size: cover;
}
#PODCAST .pink-box .pink-box-inner {
  width: 800px;
  height: 1000px;
  background-color: #E1318F;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
}
#PODCAST .pink-box-mobile {
  display: none;
}

@media (max-width: 1920px) {
  #PODCAST .pink-box {
    position: absolute;
    right: -140px;
    top: 0;
  }
  #PODCAST .pink-box .img-podcast-girl {
    bottom: 310px;
    left: -20px;
    width: 600px;
    height: 629px;
  }
}
@media (max-width: 1800px) {
  #PODCAST .pink-box {
    right: -320px;
    top: 0;
  }
  #PODCAST .pink-box .img-podcast-girl {
    bottom: 310px;
    left: -50px;
    width: 600px;
    height: 629px;
  }
}
@media (max-width: 1700px) {
  #PODCAST .pink-box {
    right: -260px;
    top: 0;
  }
}
@media (max-width: 1500px) {
  #PODCAST .pink-box {
    right: -340px;
    top: 0;
  }
}
@media (max-width: 1430px) {
  #PODCAST .pink-box {
    right: -380px;
    top: 0;
  }
  #PODCAST .pink-box .img-podcast-girl {
    bottom: 310px;
    left: -50px;
    width: 600px;
    height: 629px;
  }
}
@media (max-width: 1200px) {
  #PODCAST .pink-box {
    right: -420px;
    top: 0;
  }
}
@media (max-width: 1180px) {
  #PODCAST .container .podcast-box .img-box {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    margin-right: 25px;
  }
  #PODCAST .container .podcast-box .img-box img {
    border-radius: 8px;
  }
  #PODCAST .pink-box {
    right: -420px;
    top: 0;
  }
  #PODCAST .pink-box .img-podcast-girl {
    bottom: 260px;
    left: -50px;
    width: 500px;
    height: 524px;
  }
}
@media (max-width: 1140px) {
  #PODCAST .container .podcast-box .img-box {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    margin-right: 25px;
  }
  #PODCAST .container .podcast-box .img-box img {
    border-radius: 8px;
  }
  #PODCAST .pink-box {
    right: -500px;
    top: 0;
  }
  #PODCAST .pink-box .img-podcast-girl {
    bottom: 260px;
    left: -80px;
    width: 500px;
    height: 524px;
  }
}
@media (max-width: 990px) {
  #PODCAST .container .img-tooth-out {
    position: absolute;
    z-index: 50;
    top: 0px;
    left: 8%;
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
  }
  #PODCAST .container .img-tooth-out .img-tooth {
    width: 140px;
    height: 108px;
  }
  #PODCAST .container .img-podcast-right-out {
    display: block;
    position: absolute;
    right: 8%;
  }
  #PODCAST .container .img-podcast-right-out .img-podcast-right {
    width: 160px;
    height: 160px;
    background-image: url(../img/img-podcast-right.png);
    background-size: cover;
    -webkit-animation: pulse2 0.8s infinite alternate;
            animation: pulse2 0.8s infinite alternate;
  }
  #PODCAST .pink-box {
    display: none;
  }
}
@media (max-width: 800px) {
  #PODCAST .container .img-tooth-out {
    position: absolute;
    z-index: 50;
    top: 20%;
    left: 4%;
    -webkit-transform: rotate(29deg);
        -ms-transform: rotate(29deg);
            transform: rotate(29deg);
  }
  #PODCAST .container .img-podcast-right-out {
    display: block;
    position: absolute;
    top: 20%;
    right: 4%;
  }
  #PODCAST .container .podcast-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #PODCAST .container .podcast-box .img-box {
    width: 250px;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  #PODCAST .container .podcast-box .img-box img {
    border-radius: 8px;
  }
  #PODCAST .container .podcast-box .text-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  #PODCAST .container .podcast-box .text-box .name {
    display: table;
    color: #009ACE;
    background-color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 100px;
    margin: 0 auto 5px auto;
  }
  #PODCAST .container .podcast-box .text-box h4 {
    font-size: 1.375rem;
    margin-bottom: 10px;
    color: #ffffff;
  }
  #PODCAST .container .podcast-box .text-box p {
    font-weight: 300;
    line-height: 32px;
  }
  #PODCAST .pink-box {
    display: none;
  }
}
@media (max-width: 640px) {
  #PODCAST {
    padding: 60px 0 0 0;
  }
  #PODCAST .container .img-tooth-out {
    display: none;
  }
  #PODCAST .container .img-podcast-right-out {
    display: none;
  }
  #PODCAST .container .podcast-box .img-box {
    width: 100%;
    padding: 0 10%;
  }
  #PODCAST .container .podcast-box .text-box {
    text-align: center;
  }
  #PODCAST .container .podcast-box .text-box .name {
    display: table;
    color: #009ACE;
    background-color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 100px;
    margin: 0 auto 5px auto;
  }
  #PODCAST .container .podcast-box .text-box h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #ffffff;
  }
  #PODCAST .container .podcast-box .text-box p {
    font-weight: 400;
    line-height: 34px;
    font-size: 17px;
  }
  #PODCAST .pink-box-mobile {
    display: block;
    margin-bottom: -5px;
  }
}
#VIDEO {
  padding: 80px 0;
  background: url(../img/img-title-bg-yellow.svg) center top no-repeat;
}
#VIDEO .container {
  position: relative;
}
#VIDEO .container .img-women-out {
  position: absolute;
  z-index: 50;
  top: -100px;
  left: 50px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#VIDEO .container .img-women-out .img-women {
  width: 300px;
  height: 248px;
  background-image: url(../img/img-women.svg);
  background-size: cover;
  -webkit-animation: pulse2 0.8s infinite alternate;
          animation: pulse2 0.8s infinite alternate;
}
#VIDEO .container .img-tooth-out {
  position: absolute;
  z-index: 50;
  top: -120px;
  right: 150px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
#VIDEO .container .img-tooth-out .img-tooth {
  width: 160px;
  height: 120px;
  background-image: url(../img/img-tooth04.svg);
  background-size: cover;
  -webkit-animation: swing 1s infinite alternate;
          animation: swing 1s infinite alternate;
}
#VIDEO .video-box {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 17px 17px 15px 17px;
  position: relative;
  margin-top: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
#VIDEO .video-box .video-box-inner {
  background-color: #ffffff;
}
#VIDEO .video-box .video-box-inner img {
  border-radius: 15px;
}
#VIDEO .video-box .btn-play {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../img/img-btn-play.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
#VIDEO .video-article {
  margin: 60px 0 0 0;
  text-align: center;
}
#VIDEO .video-article h4 {
  font-size: 0;
  background-image: url(../img/img-table-title.svg);
  background-size: cover;
  width: 365px;
  height: 30px;
  margin: 0 auto;
}
#VIDEO .video-article p {
  font-weight: 300;
  line-height: 32px;
}
#VIDEO .video-article .note {
  display: none;
}

@media (max-width: 1920px) {
  #VIDEO .container {
    position: relative;
  }
  #VIDEO .container .img-women-out {
    top: -120px;
    left: 140px;
  }
  #VIDEO .container .img-women-out .img-women {
    width: 300px;
    height: 248px;
  }
  #VIDEO .container .img-tooth-out .img-tooth {
    width: 160px;
    height: 120px;
  }
  #VIDEO .container .video-article h4 {
    width: 365px;
    height: 30px;
  }
}
@media (max-width: 1430px) {
  #VIDEO .container .img-women-out {
    top: -100px;
    left: 50px;
  }
  #VIDEO .container .img-tooth-out {
    z-index: 50;
    top: -120px;
    right: 60px;
  }
}
@media (max-width: 990px) {
  #VIDEO .video-box {
    border-radius: 14px;
    padding: 13px 13px 11px 13px;
  }
  #VIDEO .container .img-women-out {
    top: -100px;
    left: 50px;
  }
  #VIDEO .container .img-women-out .img-women {
    width: 250px;
    height: 207px;
  }
  #VIDEO .container .img-tooth-out {
    z-index: 50;
    top: -120px;
    right: 80px;
  }
  #VIDEO .container .img-tooth-out .img-tooth {
    width: 120px;
    height: 90px;
  }
  #VIDEO .video-box-inner img {
    border-radius: 13px;
  }
  #VIDEO .video-box-inner .btn-play {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  #VIDEO .video-article p br {
    display: none;
  }
}
@media (max-width: 768px) {
  #VIDEO .container .img-women-out {
    top: -70px;
    left: 5%;
  }
  #VIDEO .container .img-women-out .img-women {
    width: 180px;
    height: 148px;
  }
  #VIDEO .container .img-tooth-out {
    z-index: 50;
    top: -67px;
    right: 8%;
  }
  #VIDEO .container .img-tooth-out .img-tooth {
    width: 90px;
    height: 67px;
  }
}
@media (max-width: 690px) {
  #VIDEO .container .img-women-out {
    top: -150px;
    left: 0%;
  }
  #VIDEO .container .img-women-out .img-women {
    width: 180px;
    height: 148px;
  }
  #VIDEO .container .img-tooth-out {
    z-index: 50;
    top: -120px;
    right: 6%;
  }
  #VIDEO .container .img-tooth-out .img-tooth {
    width: 90px;
    height: 67px;
  }
  #VIDEO .video-article .img-fluid {
    display: none;
  }
  #VIDEO .video-article .note {
    display: block;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #VIDEO .video-article .note .icon-swipe {
    width: 30px;
    height: 30px;
    background-image: url(../img/icon-swipe.svg);
    background-size: cover;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  #VIDEO .video-article .table-scroll-outer {
    width: 100%;
    height: 286px;
    position: relative;
  }
  #VIDEO .video-article .table-scroll-outer .img-table-mobile-title {
    width: 132px;
    height: 249px;
    background-image: url(../img/img-table-title-m.svg);
    position: absolute;
    bottom: 4px;
    left: 0;
  }
  #VIDEO .video-article .table-scroll-outer .table-scroll {
    width: 100%;
    height: 286px;
    margin-top: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 125px;
  }
  #VIDEO .video-article .table-scroll-outer .table-scroll .img-table-mobile {
    width: 757px;
    height: 286px;
    background-image: url(../img/img-table-m.svg);
  }
}
@media (max-width: 540px) {
  #VIDEO .container .img-women-out {
    display: none;
  }
  #VIDEO .container .img-tooth-out {
    display: none;
  }
  #VIDEO .container .video-article h4 {
    background-image: url(../img/img-table-title-mobile.svg);
    background-size: cover;
    width: 271px;
    height: 25px;
    margin: 0 auto;
  }
  #VIDEO .container .video-article .table-scroll-outer .table-scroll {
    padding-left: 125px;
  }
}
@media screen and (max-width: 440px) {
  #VIDEO {
    padding: 60px 0;
    background: url(../img/img-title-bg-yellow.svg) center -200px no-repeat;
  }
  #VIDEO .video-box {
    border-radius: 14px;
    padding: 12px 12px 8px 12px;
  }
  #VIDEO .video-box .video-box-inner img {
    border-radius: 10px;
  }
  #VIDEO .video-box .btn-play {
    display: block;
    width: 60px;
    height: 60px;
  }
}