@charset "UTF-8";
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;700;900&display=swap");
@-webkit-keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}
@keyframes updown {
  0% {
    transform: translate(0%, -0.5%);
    -webkit-transform: translate(0%, -0.5%);
    -moz-transform: translate(0%, -0.5%);
    -ms-transform: translate(0%, -0.5%);
  }
  100% {
    transform: translate(0%, 0.5%);
    -webkit-transform: translate(0%, 0.5%);
    -moz-transform: translate(0%, 0.5%);
    -ms-transform: translate(0%, 0.5%);
  }
}

@-webkit-keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@keyframes swing {
  0% {
    transform: translate(5%, 0%);
    -webkit-transform: translate(5%, 0%);
    -moz-transform: translate(5%, 0%);
    -ms-transform: translate(5%, 0%);
  }
  100% {
    transform: translate(-5%, 0%);
    -webkit-transform: translate(-5%, 0%);
    -moz-transform: translate(-5%, 0%);
    -ms-transform: translate(-5%, 0%);
  }
}

@-webkit-keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@keyframes planeFly {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  40% {
    transform: translate(200%, 30%);
    -webkit-transform: translate(200%, 30%);
    -moz-transform: translate(200%, 30%);
    -ms-transform: translate(200%, 30%);
  }
  60% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  80% {
    transform: translate(-100%, 60%);
    -webkit-transform: translate(-100%, 60%);
    -moz-transform: translate(-100%, 60%);
    -ms-transform: translate(-100%, 60%);
  }
  100% {
    transform: translate(-200%, 0%);
    -webkit-transform: translate(-200%, 0%);
    -moz-transform: translate(-200%, 0%);
    -ms-transform: translate(-200%, 0%);
  }
}

@-webkit-keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@keyframes planeFly2 {
  0% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
  20% {
    transform: translate(200%, 0%);
    -webkit-transform: translate(200%, 0%);
    -moz-transform: translate(200%, 0%);
    -ms-transform: translate(200%, 0%);
  }
  40% {
    transform: translate(150%, 50%);
    -webkit-transform: translate(150%, 50%);
    -moz-transform: translate(150%, 50%);
    -ms-transform: translate(150%, 50%);
  }
  60% {
    transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
  }
  80% {
    transform: translate(200%, 50%);
    -webkit-transform: translate(200%, 50%);
    -moz-transform: translate(200%, 50%);
    -ms-transform: translate(200%, 50%);
  }
  100% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }
}

@-webkit-keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@keyframes swipe {
  0% {
    transform: translate(6%, 0%);
    -webkit-transform: translate(6%, 0%);
    -moz-transform: translate(6%, 0%);
    -ms-transform: translate(6%, 0%);
    opacity: 0;
  }
  25% {
    transform: translate(3%, 0%);
    -webkit-transform: translate(3%, 0%);
    -moz-transform: translate(3%, 0%);
    -ms-transform: translate(3%, 0%);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    opacity: 1;
  }
  75% {
    transform: translate(-3%, 0%);
    -webkit-transform: translate(-3%, 0%);
    -moz-transform: translate(-3%, 0%);
    -ms-transform: translate(-3%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-6%, 0%);
    -webkit-transform: translate(-6%, 0%);
    -moz-transform: translate(-6%, 0%);
    -ms-transform: translate(-6%, 0%);
    opacity: 0;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@-webkit-keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@keyframes spark {
  0% {
    width: 10px;
    height: 10px;
  }
  50% {
    width: 20px;
    height: 20px;
  }
  100% {
    width: 10px;
    height: 10px;
  }
}

@-webkit-keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@keyframes spark-bd {
  0% {
    width: 20px;
    height: 20px;
  }
  50% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@keyframes nextYear {
  0% {
    background-color: opacity;
  }
  100% {
    background-color: #F39500;
  }
}

@-webkit-keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@keyframes nextYearSpan {
  0% {
    color: #F39500;
  }
  100% {
    color: #fff;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes boomFadeLg {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@keyframes btnHighlight {
  0% {
    background-color: #1b6d5d;
    color: #fff;
  }
  100% {
    background-color: #fff;
    color: #1b6d5d;
  }
}

@-webkit-keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

@keyframes bottleRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg);
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-scrolling: touch;
  font-family: "微軟正黑體";
  font-weight: 500;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  background-color: #8c7f74;
}

#vBoard, #hBoard {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#vBoard li, #hBoard li {
  border: 1px solid #fff;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}

#vBoard li.vline {
  height: 0;
  -webkit-box-flex: calc(100vw/30);
      -ms-flex: calc(100vw/30);
          flex: calc(100vw/30);
}

#hBoard li.hline {
  width: 100vw;
  height: calc(100vw/30);
}

.fileArea {
  padding-top: 200px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .fileArea {
    padding-top: 150px;
  }
}

.fileArea .envelop {
  position: relative;
  background-color: #fffff4;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  width: 25%;
  margin: auto;
  padding: 20px 50px;
}

@media only screen and (max-width: 1439px) {
  .fileArea .envelop {
    width: 30%;
  }
}

@media only screen and (max-width: 991px) {
  .fileArea .envelop {
    width: 50%;
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 559px) {
  .fileArea .envelop {
    width: 70%;
  }
}

.fileArea .envelop .title {
  position: relative;
  color: #3a4d57;
  text-align: center;
  font-weight: bold;
  font-family: 'noto sans TC';
  z-index: 1;
}

.fileArea .envelop .title .before {
  position: absolute;
  content: '';
  width: 15vw;
  height: 1vw;
  background-image: url(../images/title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .fileArea .envelop .title .before {
    width: 30vw;
    height: 2vw;
  }
}

.fileArea .envelop .content {
  margin-top: 30px;
}

.fileArea .envelop .content p {
  color: #3a4d57;
  font-size: 18px;
  font-weight: bold;
}

.fileArea .envelop .content p span {
  color: #65AC1E;
  font-weight: bold;
  font-size: 24px;
  overflow: hidden;
}

.fileArea .envelop .conclude {
  margin-top: 20px;
}

.fileArea .envelop .conclude p {
  color: #3a4d57;
  font-size: 16px;
  font-weight: bold;
}

.fileArea .envelop .back {
  position: absolute;
  background-color: #d4b7a3;
  width: 17vw;
  height: 17vw;
  right: -10%;
  bottom: 0;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.fileArea .envelop .back:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 3vw;
  background-color: #d4b7a3;
  top: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1439px) {
  .fileArea .envelop .back {
    height: 25vw;
  }
  .fileArea .envelop .back:before {
    height: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .fileArea .envelop .back {
    height: 35vw;
  }
  .fileArea .envelop .back:before {
    height: 6vw;
  }
}

@media only screen and (max-width: 559px) {
  .fileArea .envelop .back {
    height: 60vw;
  }
  .fileArea .envelop .back:before {
    height: 7vw;
  }
}

.roleArea {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  padding-top: 100px;
  width: 100%;
}

.roleArea .role {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.roleArea .role .mainRole {
  position: relative;
  width: 27vw;
  height: 30vw;
  background-image: url(../images/fly.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .roleArea .role .mainRole {
    width: 45vw;
    height: 50vw;
  }
}

.roleArea .role .backSpotlight {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  background: radial-gradient(circle farthest-side at center, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .role .backSpotlight {
    width: 60vw;
    height: 60vw;
  }
}

.roleArea .role .triangleLight {
  position: absolute;
  width: 30vw;
  height: 100vw;
  z-index: 50;
  left: 0;
  top: -150%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  -webkit-clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 5%, 0% 100%, 100% 100%);
  transform: rotate(-70deg);
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roleArea .role .triangleLight {
    width: 50vw;
    height: 100vw;
    top: -100%;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
  }
}

.roleArea .title {
  width: 20vw;
  height: 10vw;
  background-image: url(../images/title-fly.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .roleArea .title {
    width: 60vw;
    height: 30vw;
  }
}

.growArea {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 559px) {
  .growArea {
    padding-top: 0;
  }
}

.growArea .container-fluid {
  width: 60%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid {
    width: 90%;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.growArea .container-fluid .growBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar {
    margin-top: 50px;
  }
}

.growArea .container-fluid .growBar .picCircle {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 15vw;
  height: 15vw;
  background-color: #fffff4;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle {
    width: 50vw;
    height: 50vw;
  }
}

.growArea .container-fluid .growBar .picCircle:before {
  position: absolute;
  content: '';
  width: 14vw;
  height: 14vw;
  border: 2px solid #8c7f74;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle:before {
    width: 19vw;
    height: 19vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle:before {
    width: 48vw;
    height: 48vw;
  }
}

.growArea .container-fluid .growBar .picCircle .pic.fly1 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/fly-egg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle .pic.fly1 {
    width: 20vw;
    height: 20vw;
  }
}

.growArea .container-fluid .growBar .picCircle .pic.fly2 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/fly-baby.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle .pic.fly2 {
    width: 20vw;
    height: 20vw;
  }
}

.growArea .container-fluid .growBar .picCircle .pic.fly3 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/fly-pupa.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .picCircle .pic.fly3 {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle .pic.fly1, .growArea .container-fluid .growBar .picCircle .pic.fly2, .growArea .container-fluid .growBar .picCircle .pic.fly3 {
    width: 50vw;
    height: 50vw;
  }
}

.growArea .container-fluid .growBar .name {
  position: relative;
  color: #cfff97;
  font-weight: bold;
  background-color: #5b5048;
  padding: 10px;
  border: 2px solid #cfff97;
  z-index: 10;
}

.growArea .container-fluid .growBar .introduce {
  position: relative;
  background-color: #fffff4;
  width: 100%;
  font-size: 16px;
  color: #3a4d57;
  font-weight: bold;
  padding: 20px 30px;
  padding-top: 30px;
  margin-top: -25px;
  border-radius: 5px;
  min-height: 140px;
  z-index: 5;
}

@media only screen and (max-width: 1599px) {
  .growArea .container-fluid .growBar .introduce {
    min-height: 164px;
  }
}

@media only screen and (max-width: 991px) {
  .growArea .container-fluid .growBar .introduce {
    min-height: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .introduce {
    min-height: auto;
  }
}

.killArea {
  position: relative;
  height: 100vh;
  padding-top: 100px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .killArea {
    padding-top: 50px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea {
    padding-top: 10px;
  }
}

.killArea h5 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .killArea br.brLine {
    display: none;
  }
}

.killArea .table-top {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20vh;
  background-color: #d6a885;
}

.killArea .table-top:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5vh;
  background-color: #b8855f;
  left: 0;
  bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .killArea .table-top {
    width: 100%;
    height: 26vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .table-top {
    width: 100%;
    height: 39vw;
    bottom: -5px;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .table-top {
    height: 13vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .table-top {
    height: 13vw;
  }
}

.killArea .fly-soul {
  position: absolute;
  z-index: 10;
  left: 30%;
  top: 40%;
  opacity: 0;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 10vw;
  height: 20vw;
  background-image: url(../images/fly-soul.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .fly-soul {
    width: 15vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .fly-soul {
    width: 20vw;
    height: 40vw;
    left: 40%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .fly-soul {
    width: 15vw;
    height: 30vw;
  }
}

.killArea .fly-apple {
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 50%;
  transform: translate(25%, -50%);
  -webkit-transform: translate(25%, -50%);
  -moz-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  width: 12vw;
  height: 10.8vw;
  background-image: url(../images/fly-apple.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: fly-float 1s alternate infinite both linear;
          animation: fly-float 1s alternate infinite both linear;
}

@media only screen and (max-width: 1279px) {
  .killArea .fly-apple {
    width: 20vw;
    height: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .fly-apple {
    width: 30vw;
    height: 27vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .fly-apple {
    width: 20vw;
    height: 18vw;
  }
}

@-webkit-keyframes fly-float {
  0% {
    transform: translate(25%, -52%);
    -webkit-transform: translate(25%, -52%);
    -moz-transform: translate(25%, -52%);
    -ms-transform: translate(25%, -52%);
  }
  100% {
    transform: translate(25%, -48%);
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
  }
}

@keyframes fly-float {
  0% {
    transform: translate(25%, -52%);
    -webkit-transform: translate(25%, -52%);
    -moz-transform: translate(25%, -52%);
    -ms-transform: translate(25%, -52%);
  }
  100% {
    transform: translate(25%, -48%);
    -webkit-transform: translate(25%, -48%);
    -moz-transform: translate(25%, -48%);
    -ms-transform: translate(25%, -48%);
  }
}

.killArea .fly-swatter {
  position: absolute;
  z-index: 5;
  right: 20%;
  top: 50%;
  transform: translate(0%, -35%);
  -webkit-transform: translate(0%, -35%);
  -moz-transform: translate(0%, -35%);
  -ms-transform: translate(0%, -35%);
  width: 50vw;
  height: 45vw;
  background-image: url(../images/fly-swatter.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .fly-swatter {
    width: 70vw;
    height: 63vw;
    right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .fly-swatter {
    width: 100vw;
    height: 90vw;
    transform: translate(30%, -30%);
    -webkit-transform: translate(30%, -30%);
    -moz-transform: translate(30%, -30%);
    -ms-transform: translate(30%, -30%);
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .fly-swatter {
    width: 70vw;
    height: 63vw;
    transform: translate(0%, -30%);
    -webkit-transform: translate(0%, -30%);
    -moz-transform: translate(0%, -30%);
    -ms-transform: translate(0%, -30%);
  }
}

.killArea .apple {
  position: absolute;
  left: 30%;
  top: 65%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28vw;
  height: 28vw;
  background-image: url(../images/apple.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .apple {
    width: 42vw;
    height: 42vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .apple {
    width: 56vw;
    height: 56vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .apple {
    width: 40vw;
    height: 40vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .apple {
    width: 35vw;
    height: 35vw;
  }
}

.killArea .apple-die {
  position: absolute;
  left: 30%;
  top: 65%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 28vw;
  height: 28vw;
  background-image: url(../images/apple-die.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .apple-die {
    width: 42vw;
    height: 42vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .apple-die {
    width: 56vw;
    height: 56vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .apple-die {
    width: 40vw;
    height: 40vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .apple-die {
    width: 35vw;
    height: 35vw;
  }
}

.killArea .suicide-note {
  position: absolute;
  z-index: 10;
  left: 70%;
  top: 30%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 2px;
  color: #3a4d57;
  font-weight: bold;
  background-color: #fffff4;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.killArea .suicide-note .gemNum {
  background-color: #ff4d75;
  color: #fff;
  line-height: 1;
  padding: 2px 3px;
  border-radius: 50%;
}

.killArea .suicide-note .flyEgg {
  color: #ff4d75;
  font-weight: bold;
  font-size: 1.2vw;
}

@media only screen and (max-width: 1279px) {
  .killArea .suicide-note .flyEgg {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .suicide-note .flyEgg {
    font-size: 5vw;
  }
}

.killArea .suicide-note:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 95%);
  -webkit-transform: translate(-50%, 95%);
  -moz-transform: translate(-50%, 95%);
  -ms-transform: translate(-50%, 95%);
  -webkit-clip-path: polygon(25% 0, 0% 100%, 100% 0);
          clip-path: polygon(25% 0, 0% 100%, 100% 0);
  background-color: #fffff4;
  width: 5vw;
  height: 2vw;
}

.killArea .suicide-note:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-image: url(../images/virus.svg);
  width: 20vw;
  height: 20vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .suicide-note:after {
    width: 30vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .suicide-note:after {
    width: 60vw;
    height: 60vw;
  }
}

@media only screen and (max-width: 1279px) {
  .killArea .suicide-note {
    left: 45%;
    top: 60%;
  }
  .killArea .suicide-note:before {
    top: 0%;
    bottom: auto;
    transform: translate(-50%, calc(-3vw + 5px));
    -webkit-transform: translate(-50%, calc(-3vw + 5px));
    -moz-transform: translate(-50%, calc(-3vw + 5px));
    -ms-transform: translate(-50%, calc(-3vw + 5px));
    -webkit-clip-path: polygon(25% 100%, 0 0, 100% 100%);
            clip-path: polygon(25% 100%, 0 0, 100% 100%);
    width: 7.5vw;
    height: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .suicide-note {
    left: 0%;
    top: 25%;
  }
  .killArea .suicide-note:before {
    left: 50%;
    bottom: 0%;
    top: auto;
    transform: translate(-50%, calc(6vw - 5px));
    -webkit-transform: translate(-50%, calc(6vw - 5px));
    -moz-transform: translate(-50%, calc(6vw - 5px));
    -ms-transform: translate(-50%, calc(6vw - 5px));
    -webkit-clip-path: polygon(0 0, 100% 100%, 75% 0);
            clip-path: polygon(0 0, 100% 100%, 75% 0);
    width: 15vw;
    height: 6vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .suicide-note {
    left: 0%;
    top: auto;
    bottom: 10%;
  }
  .killArea .suicide-note br {
    display: block;
  }
  .killArea .suicide-note:before {
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translate(-50%, calc(-4vw + 5px));
    -webkit-transform: translate(-50%, calc(-4vw + 5px));
    -moz-transform: translate(-50%, calc(-4vw + 5px));
    -ms-transform: translate(-50%, calc(-4vw + 5px));
    -webkit-clip-path: polygon(0 100%, 100% 0, 75% 100%);
            clip-path: polygon(0 100%, 100% 0, 75% 100%);
    width: 10vw;
    height: 4vw;
  }
}

.resultArea {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.resultArea .leftBg {
  position: relative;
  background-color: #b8855f;
  height: 60vh;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 5;
}

@media only screen and (max-width: 559px) {
  .resultArea .leftBg {
    height: 75vh;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .resultArea .leftBg {
    margin-top: 75vh;
  }
}

.resultArea .leftBg:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 4vw;
  height: 100%;
  background-color: #9b6b4b;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 100%);
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
}

.resultArea .leftBg:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 4vw;
  height: 4vw;
  background-color: #b8855f;
  -webkit-clip-path: polygon(100% 0%, 55% 25%, 25% 55%, 0 100%, 0% 50%, 0 0);
          clip-path: polygon(100% 0%, 55% 25%, 25% 55%, 0 100%, 0% 50%, 0 0);
  transform: translate(99%, 0);
  -webkit-transform: translate(99%, 0);
  -moz-transform: translate(99%, 0);
  -ms-transform: translate(99%, 0);
}

.resultArea .rightText {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText {
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
  }
}

.resultArea .rightText .container-fluid {
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid {
    width: 90%;
  }
}

.resultArea .rightText .container-fluid .resultList .title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #3a4d57;
  background-color: #cfff97;
  padding: 10px 10px 10px 30px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.resultArea .rightText .container-fluid .resultList .title:before {
  position: absolute;
  content: '';
  background-color: rgba(101, 172, 30, 0.3);
  width: 20px;
  height: 100%;
  left: 0;
  top: 0;
}

.resultArea .rightText .container-fluid .resultList .title:after {
  position: absolute;
  content: '';
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%);
  background-color: #cfff97;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  transform: translate(49%, 0);
  -webkit-transform: translate(49%, 0);
  -moz-transform: translate(49%, 0);
  -ms-transform: translate(49%, 0);
}

.resultArea .rightText .container-fluid .resultList p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.resultArea .rightText .container-fluid .resultConclude {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 30px;
}

.resultArea .rightText .container-fluid .resultConclude .left {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #5b5048;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 15px 20px 15px 50px;
  min-height: 7vw;
  border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .resultConclude .left {
    min-height: 9vw;
    font-size: 2vw;
  }
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .resultConclude .left {
    min-height: 11vw;
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConclude .left {
    min-height: 15vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 559px) {
  .resultArea .rightText .container-fluid .resultConclude .left {
    width: auto;
    height: auto;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #cfff97;
  }
}

.resultArea .rightText .container-fluid .resultConclude .right {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #5b5048;
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  padding: 15px 50px 15px 20px;
  min-height: 7vw;
  border-radius: 0 50px 50px 0;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .resultConclude .right {
    font-size: 2vw;
    min-height: 9vw;
  }
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .resultConclude .right {
    min-height: 11vw;
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConclude .right {
    min-height: 15vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 559px) {
  .resultArea .rightText .container-fluid .resultConclude .right {
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #cfff97;
  }
}

.resultArea .rightText .container-fluid .resultConclude .center {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background-color: #cfff97;
  color: #3a4d57;
  font-family: 'noto sans TC';
  font-size: 5vw;
  padding: 20px;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .resultConclude .center {
    width: 12vw;
    height: 12vw;
    font-size: 6vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConclude .center {
    width: 18vw;
    height: 18vw;
    font-size: 8vw;
  }
}

.resultArea .rightText .container-fluid .resultConclude .center:before {
  position: absolute;
  content: '';
  height: 7vw;
  width: 100%;
  background-color: #5b5048;
  z-index: -1;
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .resultConclude .center:before {
    height: 9vw;
  }
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .resultConclude .center:before {
    min-height: 11vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConclude .center:before {
    min-height: 15vw;
  }
}

@media only screen and (max-width: 559px) {
  .resultArea .rightText .container-fluid .resultConclude .center:before {
    display: none;
  }
}

.resultArea .rightText .container-fluid .resultConclude .center:after {
  position: absolute;
  content: '';
  width: 5vw;
  height: 3vw;
  background-color: #cfff97;
  -webkit-clip-path: polygon(0 25%, 15% 100%, 100% 100%);
          clip-path: polygon(0 25%, 15% 100%, 100% 100%);
  left: 50%;
  top: 0;
  transform: translate(-45%, -70%);
  -webkit-transform: translate(-45%, -70%);
  -moz-transform: translate(-45%, -70%);
  -ms-transform: translate(-45%, -70%);
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConclude .center:after {
    width: 10vw;
    height: 6vw;
  }
}

.productArea {
  position: relative;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .productArea {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.productArea .container-fluid {
  width: 60%;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid {
    width: 90%;
  }
}

.productArea .container-fluid .productBar {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .leftProduct {
    transform: translate(30%, 0);
    -webkit-transform: translate(30%, 0);
    -moz-transform: translate(30%, 0);
    -ms-transform: translate(30%, 0);
  }
}

.productArea .container-fluid .productBar .leftProduct .productDetail {
  width: 32vw;
  height: 42vw;
  background-image: url(../images/product-fly.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .leftProduct .productDetail {
    width: 48vw;
    height: 63vw;
  }
}

.productArea .container-fluid .productBar .rightProduct .pic {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .rightProduct .pic {
    width: 30vw;
    height: 60vw;
  }
}

.productArea .container-fluid .productBar .rightProduct .pic .picAfter {
  position: relative;
  width: 10.5vw;
  height: 20vw;
  background-image: url(../images/fly-angel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .rightProduct .pic .picAfter {
    width: 21vw;
    height: 40vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .productArea .container-fluid .productBar .rightProduct .pic .picAfter {
    width: 21vw;
    height: 40vw;
  }
}

.productArea .container-fluid .productBar .rightProduct .pic .backLight {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 30vw;
  height: 30vw;
  background-image: url(../images/halo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .rightProduct .pic .backLight {
    width: 50vw;
    height: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .productBar .rightProduct .pic {
    width: 60vw;
    height: 48vw;
    background-position: left bottom;
  }
}

.productArea .container-fluid .mainTitle {
  text-align: center;
}

.productArea .container-fluid .mainTitle .title h1 {
  position: relative;
  display: inline-block;
  color: #cfff97;
  font-weight: 900;
  text-align: center;
  padding: 12px 20px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.productArea .container-fluid .mainTitle .title h1 br {
  display: none;
}

.productArea .container-fluid .mainTitle .title h1 .frame-t {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-t.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-t {
    height: 1vw;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-b {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.5vw;
  background-image: url(../images/frame-b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-b {
    height: 1vw;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-l {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-l {
    width: 1vw;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-l {
    display: none;
  }
}

.productArea .container-fluid .mainTitle .title h1 .frame-r {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5vw;
  height: 100%;
  background-image: url(../images/frame-r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 .frame-r {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .productArea .container-fluid .mainTitle .title h1 {
    font-size: 28px;
  }
  .productArea .container-fluid .mainTitle .title h1 br {
    display: block;
  }
}

.productArea .container-fluid .mainTitle .title p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.productArea .container-fluid .mainTitle .title p br {
  display: block;
}

@media only screen and (max-width: 991px) {
  .productArea .container-fluid .mainTitle .title p br {
    display: none;
  }
}

.compareArea {
  margin-top: 50px;
}

.compareArea .container-fluid {
  width: 60%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid {
    width: 90%;
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.compareArea .container-fluid .productZone {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.compareArea .container-fluid .productZone .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .item {
    display: none;
  }
}

.compareArea .container-fluid .productZone .info {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}

.compareArea .container-fluid .productZone .info .pic {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  background-color: #fff;
  width: 13vw;
  height: 13vw;
  border-radius: 10px;
}

.compareArea .container-fluid .productZone .info .pic:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  content: '';
  width: 12vw;
  height: 12vw;
  border-radius: 7px;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic {
    width: 20vw;
    height: 20vw;
  }
  .compareArea .container-fluid .productZone .info .pic:before {
    width: 19vw;
    height: 19vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic {
    width: 50vw;
    height: 50vw;
  }
  .compareArea .container-fluid .productZone .info .pic:before {
    width: 45vw;
    height: 45vw;
  }
}

.compareArea .container-fluid .productZone .info .pic.win .productPic {
  width: 4.5vw;
  height: 10.5vw;
  background-image: url(../images/fly-bottle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic.win .productPic {
    width: 6vw;
    height: 14vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic.win .productPic {
    width: 18vw;
    height: 42vw;
  }
}

.compareArea .container-fluid .productZone .info .pic.win:before {
  border: 3px solid #ebae21;
}

.compareArea .container-fluid .productZone .info .pic.win:after {
  position: absolute;
  content: '';
  width: 8vw;
  height: 5.6vw;
  background-image: url(../images/winner.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -75%);
  -webkit-transform: translate(-50%, -75%);
  -moz-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .productZone .info .pic.win:after {
    width: 15vw;
    height: 10.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .pic.win:after {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20vw;
    height: 14vw;
  }
}

.compareArea .container-fluid .productZone .info .title {
  display: inline-block;
  color: #fff;
  font-family: 'noto sans TC';
  padding: 5px 30px 7px;
  border-radius: 10px;
  white-space: nowrap;
}

.compareArea .container-fluid .productZone .info .title.win {
  background-color: #ebae21;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .productZone .info .title {
    font-size: 20px;
  }
}

.compareArea .container-fluid .compareZoneBox {
  margin-left: 5vw;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox {
    margin-left: 0;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone {
  position: relative;
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  z-index: 5;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(even) .item {
  background-color: #b8855f;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(even) .info {
  background-color: #b8855f;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(odd) .item {
  background-color: #d6a885;
}

.compareArea .container-fluid .compareZoneBox .compareZone:nth-child(odd) .info {
  background-color: #d6a885;
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  font-size: 1.5vw;
  font-family: 'noto sans TC';
  width: 7vw;
  height: 7vw;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .item {
    width: 13vw;
    height: 13vw;
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .item {
    width: 100%;
    font-size: 6vw;
    padding: 5px;
    border-radius: 10px 10px 0 0;
  }
  .compareArea .container-fluid .compareZoneBox .compareZone .item br {
    display: none;
  }
}

.compareArea .container-fluid .compareZoneBox .compareZone .info {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  min-height: 5vw;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 20px #60432f, 2px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 0px 20px #60432f, 2px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    min-height: 7vw;
  }
}

@media only screen and (max-width: 991px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    min-height: 12vw;
  }
}

@media only screen and (max-width: 767px) {
  .compareArea .container-fluid .compareZoneBox .compareZone .info {
    width: 100%;
    min-height: auto;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }
}

.advantageArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  padding-top: 200px;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .advantageArea {
    padding-top: 50px;
  }
}

.advantageArea .puzzle {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  z-index: 5;
}

.advantageArea .puzzle .puzzle-top, .advantageArea .puzzle .puzzle-bottom {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top, .advantageArea .puzzle .puzzle-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar, .advantageArea .puzzle .puzzle-bottom .advantageBar {
  position: relative;
  width: 25vw;
  height: 25vw;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1279px) {
  .advantageArea .puzzle .puzzle-top .advantageBar, .advantageArea .puzzle .puzzle-bottom .advantageBar {
    width: 30vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar, .advantageArea .puzzle .puzzle-bottom .advantageBar {
    width: 90%;
    height: auto;
    margin-top: 50px;
    justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  padding: 20px 30px;
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea .title, .advantageArea .puzzle .puzzle-top .advantageBar .textArea .content, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .title, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .content {
  font-weight: bold;
  text-align: center;
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea .title, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .title {
  position: relative;
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea .title span, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .title span {
  position: relative;
  z-index: 2;
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea .title .before, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .title .before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 7.5vw;
  height: 0.5vw;
  background-image: url(../images/title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar .textArea .title .before, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .title .before {
    width: 30vw;
    height: 2vw;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar .textArea .content, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .content {
  font-size: 16px;
  width: 70%;
}

@media only screen and (max-width: 1559px) {
  .advantageArea .puzzle .puzzle-top .advantageBar .textArea .content, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .content {
    width: 80%;
  }
}

@media only screen and (max-width: 1279px) {
  .advantageArea .puzzle .puzzle-top .advantageBar .textArea .content, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar .textArea .content, .advantageArea .puzzle .puzzle-bottom .advantageBar .textArea .content {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top {
    width: 100%;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar:nth-child(odd) {
  background-color: #fffff4;
}

.advantageArea .puzzle .puzzle-top .advantageBar:nth-child(odd) .title, .advantageArea .puzzle .puzzle-top .advantageBar:nth-child(odd) .content {
  color: #3a4d57;
}

.advantageArea .puzzle .puzzle-top .advantageBar:nth-child(even) {
  background-color: #3a4d57;
}

.advantageArea .puzzle .puzzle-top .advantageBar:nth-child(even) .title, .advantageArea .puzzle .puzzle-top .advantageBar:nth-child(even) .content {
  color: #fffff4;
}

.advantageArea .puzzle .puzzle-top .advantageBar .holeArea {
  width: 5vw;
  height: 5vw;
  background-color: #8c7f74;
  border-radius: 50%;
  transform: translate(30%, 0);
  -webkit-transform: translate(30%, 0);
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar .holeArea {
    display: none;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:before {
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  left: 0;
  top: 50%;
  transform: translate(-70%, -50%);
  -webkit-transform: translate(-70%, -50%);
  -moz-transform: translate(-70%, -50%);
  -ms-transform: translate(-70%, -50%);
  background-color: #3a4d57;
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:before {
    width: 10vw;
    height: 10vw;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 30%);
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -ms-transform: translate(-50%, 30%);
  background-color: #8c7f74;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:after {
    width: 5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:after {
    width: 5vw;
    height: 5vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle:after {
    display: none;
  }
}

.advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle .fly-puzzle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -20%);
  -webkit-transform: translate(50%, -20%);
  -moz-transform: translate(50%, -20%);
  -ms-transform: translate(50%, -20%);
  width: 10vw;
  height: 12.5vw;
  background-image: url(../images/fly-puzzle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-top .advantageBar#movePuzzle .fly-puzzle {
    width: 20vw;
    height: 25vw;
  }
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  width: 5vw;
  height: 5vw;
  left: 50%;
  top: 0;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-bottom .advantageBar:after {
    width: 10vw;
    height: 10vw;
  }
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) {
  background-color: #fffff4;
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) .textArea {
  transform: translate(-10%, 0);
  -webkit-transform: translate(-10%, 0);
  -moz-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) .textArea .title, .advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) .textArea .content {
  color: #3a4d57;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) .textArea {
    transform: translate(-5%, 0);
    -webkit-transform: translate(-5%, 0);
    -moz-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even) .textArea {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(even):after {
  background-color: #fffff4;
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(odd) {
  background-color: #3a4d57;
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(odd) .title, .advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(odd) .content {
  color: #fffff4;
}

.advantageArea .puzzle .puzzle-bottom .advantageBar:nth-child(odd):after {
  background-color: #3a4d57;
}

.advantageArea .puzzle .puzzle-bottom .advantageBar .holeArea {
  width: 5vw;
  height: 5vw;
  min-width: 5vw;
  background-color: #3a4d57;
  border-radius: 50%;
  transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
}

@media only screen and (max-width: 767px) {
  .advantageArea .puzzle .puzzle-bottom .advantageBar .holeArea {
    display: none;
  }
}

.advantageArea h6 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
/*# sourceMappingURL=fly.css.map */