@charset "UTF-8";
html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  -webkit-transition: all .35s;
  transition: all .35s;
}

a:hover,
a:focus a:active {
  text-decoration: none;
}

.for-mobile-lg {
  display: none !important;
}

@media (max-width: 990px) {
  .for-mobile-lg {
    display: block !important;
  }
}

@media (max-width: 990px) {
  .for-desk-lg {
    display: none !important;
  }
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: 1.125rem;
}

@media (max-width: 990px) {
  p {
    font-size: 1rem;
  }
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

.ANT {
  -webkit-transition: all .4s;
  transition: all .4s;
}

#GOTOP {
  display: none;
  border: 2px solid #000;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background-color: #37E678;
  border-radius: 50%;
  z-index: 555;
  text-align: center;
  color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

#GOTOP transition:all .4s i {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin-top: -3px;
}

#GOTOP:hover {
  color: #fff;
  background-color: #37E678;
}

#GOTOP p {
  color: #333;
  font-size: 17px;
  margin-top: 15%;
  line-height: 1.2;
  font-family: Arial, 'Meiryo', "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

html,
body {
  overflow-x: hidden;
}

.tc {
  text-align: center;
}

/* ----------top banner--------------------------- */
.TOP {
  background-image: url(../images/top_img_1920.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .TOP {
    height: 0;
    background-size: 100% auto;
    padding-bottom: 78%;
    background-image: url(../images/top_img_768.jpg);
  }
}

@media screen and (max-width: 1024px) {
  .TOP {
    padding-bottom: 78%;
  }
}

.TOP .topbox {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 10px;
  left: 0;
}

.TOP .topbox h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  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;
}

.TOP .topbox h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  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;
}

@media screen and (max-width: 1366px) {
  .TOP .topbox {
    position: absolute;
    max-width: inherit;
    top: 10%;
    left: 3%;
  }
}

@media screen and (max-width: 1024px) {
  .TOP .topbox {
    display: none;
    position: absolute;
    max-width: inherit;
    top: 16%;
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .TOP .topbox {
    background-color: transparent;
    position: absolute;
    max-width: inherit;
    top: 16%;
    left: 3%;
  }
  .TOP .topbox h1 > img,
  .TOP .topbox h3 > img {
    display: none;
  }
}

/* Cover : Lines */
.lines {
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  position: absolute;
  width: 90vw;
  z-index: 3;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: 110%;
  }
  100% {
    top: -50%;
  }
}

@keyframes run {
  0% {
    top: 110%;
  }
  100% {
    top: -50%;
  }
}

/*------------- CONTENT1 -------------*/
.CONTENT1 {
  background: #383838;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(100%, #080808), to(#080808));
  background: linear-gradient(to bottom, #383838 0%, #080808 100%, #080808 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#080808', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .CONTENT1 .container {
    padding: 0 30px;
  }
}

.CONTENT1 .cardimg {
  padding-bottom: 90px;
}

.CONTENT1 .dot {
  background: url(../images/dot.png) repeat;
  background-position: initial;
}

.CONTENT1 .topbar {
  background: url(../images/blue_bar.svg) no-repeat right top;
  height: 15px;
}

.CONTENT1 .bottombar {
  background: url(../images/blue_bar.svg) no-repeat left bottom;
  height: 15px;
}

.CONTENT1 .turn-inline-block {
  padding-top: 90px;
  padding-bottom: 60px;
}

.CONTENT1 .turn-inline-block > img {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .CONTENT1 .turn-inline-block > img {
    width: 15%;
    margin: auto;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .CONTENT1 .turn-inline-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.CONTENT1 h2 {
  color: #29D4FF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  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;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .CONTENT1 h2 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    padding-left: 22px;
  }
}

.CONTENT1 h2::before {
  content: "";
  display: block;
  background: url(../images/h1_shapesBlue_icon.svg) no-repeat;
  width: 64px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: -11px;
}

@media screen and (max-width: 767px) {
  .CONTENT1 h2::before {
    width: 44px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -16px;
  }
}

.CONTENT1 p {
  display: inline-block;
  color: #fff;
  font-size: 1.25rem;
  line-height: 36px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .CONTENT1 p {
    font-size: 1.125rem;
  }
}

.CONTENT1 p span {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .CONTENT1 p {
    text-align: left;
  }
}

/*------------- FORM_BLOCK -------------*/
.FORM_BLOCK {
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  .FORM_BLOCK .container-fluid {
    padding: 0 30px;
  }
}

.FORM_BLOCK .BG-C {
  width: 50%;
  margin-left: 50px;
}

@media screen and (max-width: 1366px) {
  .FORM_BLOCK .BG-C {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .FORM_BLOCK .BG-C {
    width: 100%;
    margin-left: 0px;
  }
}

.FORM_BLOCK .BG-C .form-H {
  font-weight: bold;
  font-size: 34px;
  display: block;
}

@media screen and (max-width: 768px) {
  .FORM_BLOCK .BG-C .form-H {
    word-break: keep-all;
  }
}

.FORM_BLOCK .BG-C .form-H span {
  display: inline-block;
}

@media screen and (max-width: 882px) {
  .FORM_BLOCK .BG-C .form-H span {
    display: none;
  }
}

.FORM_BLOCK .BG-C .form-H2 {
  margin: 10px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.FORM_BLOCK .form-img {
  background-image: url(../images/form-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 84%;
  background-size: 50%;
  width: 100%;
  height: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .FORM_BLOCK .form-img {
    display: none;
  }
}

.FORM_BLOCK #FORM {
  width: 100%;
  height: auto;
}

.FORM_BLOCK span {
  line-height: 1.4;
}

.FORM_BLOCK input,
.FORM_BLOCK select {
  border: 0;
  border-bottom: 1px solid #333;
  color: #333;
}

.FORM_BLOCK .w100 > img {
  width: 100%;
}

.FORM_BLOCK #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

.FORM_BLOCK #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

.FORM_BLOCK #EMAIL,
.FORM_BLOCK #CLASS,
.FORM_BLOCK #GIFT,
.FORM_BLOCK #COURSE {
  width: 98%;
  height: auto;
  margin: 0 1%;
}

.FORM_BLOCK #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 35px;
}

.FORM_BLOCK #CITY {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

.FORM_BLOCK #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

.FORM_BLOCK #ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}

.FORM_BLOCK #ddl_area_no {
  width: 100%;
  height: 40px;
  text-align: center;
  height: 35px;
}

.FORM_BLOCK #READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 30px;
  color: #333;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .FORM_BLOCK #READ {
    word-break: keep-all;
  }
}

.FORM_BLOCK #READ label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.FORM_BLOCK #READ span {
  position: relative;
  padding-left: 2px;
}

.FORM_BLOCK #READ span a i {
  margin-left: 8px;
}

@media screen and (max-width: 320px) {
  .FORM_BLOCK #READ span a i {
    display: none;
  }
}

.FORM_BLOCK #READ span a {
  color: #2b4da9;
  text-decoration: underline;
}

.FORM_BLOCK #READ label input[type="checkbox"] + span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #29D4FF;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.FORM_BLOCK #READ label input[type="checkbox"] + span::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #29D4FF;
  position: absolute;
  left: 5px;
  top: -3px;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.FORM_BLOCK #READ label input[type="checkbox"]:checked + span::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  color: #29D4FF;
}

.FORM_BLOCK #READ input[type="checkbox"] {
  display: none;
}

.FORM_BLOCK #READ input[type="radio"],
.FORM_BLOCK #READ input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.FORM_BLOCK #READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}

.FORM_BLOCK .A {
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 10px;
  font-size: 100%;
  text-align: left;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

.FORM_BLOCK .BUT {
  display: inline-block;
  padding: 15px 100px;
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  background-color: #29D4FF;
  border: none;
  border-radius: 99px;
  height: auto;
}

.FORM_BLOCK .BUT > a {
  margin-bottom: 0px;
  color: #333;
}

/*------------- CONTENT2 -------------*/
.CONTENT2 {
  background: #383838;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(100%, #080808), to(#080808));
  background: linear-gradient(to bottom, #383838 0%, #080808 100%, #080808 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#080808', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .container {
    padding: 0 30px;
  }
}

.CONTENT2 .dot {
  background: url(../images/dot.png) repeat;
  background-position: initial;
}

.CONTENT2 .topbar {
  background: url(../images/green_bar.svg) no-repeat right top;
  height: 15px;
}

.CONTENT2 .bottombar {
  background: url(../images/green_bar.svg) no-repeat left bottom;
  height: 15px;
}

.CONTENT2 .turn-inline-block {
  padding-top: 90px;
}

.CONTENT2 .turn-inline-block > img {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .turn-inline-block > img {
    width: 15%;
    margin: auto;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .CONTENT2 .turn-inline-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.CONTENT2 h2 {
  color: #37E678;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  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;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .CONTENT2 h2 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    padding-left: 22px;
  }
}

.CONTENT2 h2::before {
  content: "";
  display: block;
  background: url(../images/h1_shapesGreen_icon.svg) no-repeat;
  width: 64px;
  height: 50px;
  position: absolute;
  left: 5px;
  top: -11px;
}

@media screen and (max-width: 767px) {
  .CONTENT2 h2::before {
    width: 44px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -16px;
  }
}

.CONTENT2 h3 {
  color: #333;
  padding: 6px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  border: #37E678 1px solid;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .CONTENT2 h3 {
    margin-bottom: 35px;
  }
}

.CONTENT2 .flip {
  border-radius: 20px;
  position: relative;
}

.CONTENT2 .flip > .front,
.CONTENT2 .flip > .back {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: .20s;
          transition-duration: .20s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.CONTENT2 .flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.CONTENT2 .move01:hover {
  cursor: pointer;
  animation: move01 1s 0s infinite;
  -webkit-animation: move01 1s 0s infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@-webkit-keyframes move01 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move01 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CONTENT2 .move02:hover {
  cursor: pointer;
  animation: move02 1s 0s infinite;
  -webkit-animation: move02 1s 0s infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@-webkit-keyframes move02 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move02 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CONTENT2 .move03:hover {
  cursor: pointer;
  animation: move03 1s 0s infinite;
  -webkit-animation: move03 1s 0s infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@-webkit-keyframes move03 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move03 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CONTENT2 .move04:hover {
  cursor: pointer;
  animation: move04 1s 0s infinite;
  -webkit-animation: move04 1s 0s infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@-webkit-keyframes move04 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move04 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CONTENT2 .move05:hover {
  cursor: pointer;
  animation: move05 1s 0s infinite;
  -webkit-animation: move05 1s 0s infinite;
  transform-origin: center;
  -webkit-transform-origin: center;
}

@-webkit-keyframes move05 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes move05 {
  0%,
  65% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  70% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  75% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  85% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  90% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }
  95% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CONTENT2 .flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2em;
  width: 100%;
}

.CONTENT2 .flip > .front,
.CONTENT2 .flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 200px;
  border-radius: 20px;
  background: #383838;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#383838), color-stop(100%, #080808), to(#080808));
  background: linear-gradient(to bottom, #383838 0%, #080808 100%, #080808 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#080808', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
  border: 1px solid #37E678;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .flip > .front,
  .CONTENT2 .flip > .back {
    height: auto;
  }
}

.CONTENT2 .flip > .front .cardbar,
.CONTENT2 .flip > .back .cardbar {
  background: url(../images/bar.svg) no-repeat top right;
  height: 12px;
  margin-right: 20px;
}

.CONTENT2 .flip > .front .frontBox,
.CONTENT2 .flip > .back .frontBox {
  padding: 1.25rem;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .flip > .front .frontBox,
  .CONTENT2 .flip > .back .frontBox {
    padding: 1.25rem;
  }
}

.CONTENT2 .flip > .front h4,
.CONTENT2 .flip > .back h4 {
  font-size: 1.375rem;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: left;
  color: #37E678;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .flip > .front h4,
  .CONTENT2 .flip > .back h4 {
    margin-bottom: 10px;
  }
}

.CONTENT2 .flip > .front h4 > span,
.CONTENT2 .flip > .back h4 > span {
  color: #333;
  font-size: 1.125rem;
  border-radius: 99px;
  background-color: #37E678;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  width: 23px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 4px;
  margin: -3px 6px 0px 4px;
}

.CONTENT2 .flip > .front ul,
.CONTENT2 .flip > .back ul {
  list-style: disc;
  font-size: torem(20px);
  line-height: 160%;
  text-align: justify;
  color: #fff;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .flip > .front ul,
  .CONTENT2 .flip > .back ul {
    font-size: torem(18px);
  }
}

.CONTENT2 .button {
  background-color: #37E678;
  color: #333;
  display: inline-block;
  padding: 15px 100px;
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  border: none;
  border-radius: 99px;
  height: auto;
  margin-bottom: 5rem;
}

.CONTENT2 .button :hover,
.CONTENT2 .button :focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #31be65;
}

.CONTENT2 .tc p {
  color: #37E678;
  font-size: 1.25rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .CONTENT2 .tc p {
    margin-bottom: 1rem;
  }
}

/*------------- CONTENT3 -------------*/
.CONTENT3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#043d64+0,080808+100,001620+100 */
  background: #043d64;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#043d64), color-stop(100%, #080808), to(#001620));
  background: linear-gradient(to bottom, #043d64 0%, #080808 100%, #001620 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#043d64', endColorstr='#001620', GradientType=0);
  /* IE6-9 */
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .CONTENT3 .container-fluid {
    padding: 0 30px;
  }
}

.CONTENT3 .cardimg {
  padding-bottom: 90px;
}

.CONTENT3 .dot {
  background: url(../images/c3_bg.svg) repeat;
  background-position: initial;
}

.CONTENT3 .topbar {
  background: url(../images/blue_bar.svg) no-repeat right top;
  height: 15px;
}

.CONTENT3 .bottombar {
  background: url(../images/blue_bar.svg) no-repeat left bottom;
  height: 15px;
}

.CONTENT3 .turn-inline-block {
  padding-top: 90px;
  padding-bottom: 60px;
}

.CONTENT3 .turn-inline-block > img {
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .CONTENT3 .turn-inline-block > img {
    width: 15%;
    margin: auto;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .CONTENT3 .turn-inline-block {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.CONTENT3 h2 {
  color: #29D4FF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  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;
  font-size: 2.25rem;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .CONTENT3 h2 {
    margin-bottom: 0px;
    font-size: 1.875rem;
    padding-left: 22px;
  }
}

.CONTENT3 h2::before {
  content: "";
  display: block;
  background: url(../images/h1_shapesBlue_icon.svg) no-repeat;
  width: 60px;
  height: 45px;
  position: absolute;
  left: 5px;
  top: -11px;
}

@media screen and (max-width: 767px) {
  .CONTENT3 h2::before {
    width: 44px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: -16px;
  }
}

.CONTENT3 .c3Box-pc {
  display: block;
}

@media screen and (max-width: 576px) {
  .CONTENT3 .c3Box-pc {
    display: none;
  }
}

.CONTENT3 .c3Box-mb {
  display: none;
}

@media screen and (max-width: 576px) {
  .CONTENT3 .c3Box-mb {
    display: block;
  }
  .CONTENT3 .c3Box-mb .boxImg {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .CONTENT3 .c3Box-mb .boxImg > img {
    width: 50%;
    padding-bottom: 15px;
  }
  .CONTENT3 .c3Box-mb p {
    color: #fff;
    font-size: 1.375rem;
    white-space: nowrap;
  }
  .CONTENT3 .c3Box-mb p > img {
    margin-top: -7px;
    margin-left: 5px;
  }
}

.CONTENT3 .button {
  background-color: #29D4FF;
  color: #333;
  display: inline-block;
  padding: 15px 100px;
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  border: none;
  border-radius: 99px;
  height: auto;
  margin-bottom: 5rem;
}

.CONTENT3 .button :hover,
.CONTENT3 .button :focus {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #31be65;
}

.CONTENT3 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.CONTENT3 .embed-container iframe,
.CONTENT3 .embed-container object,
.CONTENT3 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.CONTENT3 .video {
  outline: none;
}

.CONTENT3 .modal {
  top: 15%;
}
/*# sourceMappingURL=layout.css.map */