@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: #718420;
}

.mudCover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.mudCover [class^="mud"] {
  background-color: #fff;
  opacity: 0.2;
  font-weight: bold;
  border-radius: 50px;
  -webkit-animation: mudSpark linear 3s infinite;
          animation: mudSpark linear 3s infinite;
}

.mudCover .mud1 {
  position: absolute;
  left: 35.30034%;
  top: 50.76574%;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  width: 20px;
  height: 10px;
}

.mudCover .mud2 {
  position: absolute;
  left: 70.33117%;
  top: 39.35133%;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  width: 16px;
  height: 10px;
}

.mudCover .mud3 {
  position: absolute;
  left: 36.86326%;
  top: 45.12177%;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  width: 21px;
  height: 10px;
}

.mudCover .mud4 {
  position: absolute;
  left: 77.24508%;
  top: 86.56615%;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  width: 22px;
  height: 10px;
}

.mudCover .mud5 {
  position: absolute;
  left: 35.07169%;
  top: 91.57023%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  width: 28px;
  height: 10px;
}

.mudCover .mud6 {
  position: absolute;
  left: 53.77049%;
  top: 28.71345%;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  width: 22px;
  height: 10px;
}

.mudCover .mud7 {
  position: absolute;
  left: 4.92783%;
  top: 23.69029%;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  width: 18px;
  height: 10px;
}

.mudCover .mud8 {
  position: absolute;
  left: 60.63024%;
  top: 61.14003%;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  width: 18px;
  height: 10px;
}

.mudCover .mud9 {
  position: absolute;
  left: 5.05774%;
  top: 65.77076%;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  width: 17px;
  height: 10px;
}

.mudCover .mud10 {
  position: absolute;
  left: 76.1088%;
  top: 38.43317%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  width: 26px;
  height: 10px;
}

@-webkit-keyframes mudSpark {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}

@keyframes mudSpark {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.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%;
  overflow: hidden;
}

.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: 30vw;
  height: 25vw;
  background-image: url(../images/ant.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: 72vw;
    height: 60vw;
  }
}

.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;
  right: 0;
  top: -200%;
  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: -50%;
    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-ant.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.ant1 {
  width: 15vw;
  height: 15vw;
  background-image: url(../images/ant-egg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .picCircle .pic.ant1, .growArea .container-fluid .growBar .picCircle .pic.ant2, .growArea .container-fluid .growBar .picCircle .pic.ant3 {
    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;
}

@media only screen and (max-width: 1279px) {
  .growArea .container-fluid .growBar .name {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .growArea .container-fluid .growBar .name {
    font-size: 24px;
  }
}

.growArea .container-fluid .growBar .introduce {
  position: relative;
  background-color: #fffff4;
  width: 100%;
  text-align: center;
  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: 165px;
  }
}

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

@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 .nest {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 30vw;
  background-image: url(../images/ant-nest.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .killArea .nest {
    height: 45vw;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .nest {
    height: 60vw;
    background-size: cover;
  }
}

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

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

.killArea .nest-bg {
  position: absolute;
  left: 30%;
  bottom: 30%;
  z-index: 1;
  width: 50vw;
  height: 15vw;
  background-image: url(../images/ant-nest-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .killArea .nest-bg {
    width: 60vw;
    height: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .nest-bg {
    width: 90vw;
    height: 27vw;
    bottom: 18%;
    left: 20%;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .nest-bg {
    width: 60vw;
    height: 18vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .nest-bg {
    width: 60vw;
    height: 18vw;
  }
}

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

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

@media only screen and (max-width: 991px) {
  .killArea .ant-soul {
    width: 20vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .ant-soul {
    width: 30vw;
    height: 45vw;
    left: 30%;
  }
}

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

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

@media only screen and (max-width: 1279px) {
  .killArea .antQueen {
    width: 22.5vw;
    height: 27vw;
    top: 55%;
  }
}

@media only screen and (max-width: 991px) {
  .killArea .antQueen {
    width: 25vw;
    height: 30vw;
    top: 60%;
    left: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .antQueen {
    width: 30vw;
    height: 36vw;
    left: 55%;
    top: 65%;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .antQueen {
    left: 60%;
    top: 60%;
  }
}

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

.killArea .ant-leg {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 25%;
  transform: translate(50%, 0%);
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  width: 5vw;
  height: 10vw;
  background-image: url(../images/ant-leg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .ant-leg {
    width: 10vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .ant-leg {
    width: 12vw;
    height: 24vw;
    bottom: 20%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .ant-leg {
    width: 10vw;
    height: 20vw;
  }
}

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

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

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

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

.killArea .ant-splash {
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: 6;
  transform: translate(-45%, -50%);
  -webkit-transform: translate(-45%, -50%);
  -moz-transform: translate(-45%, -50%);
  -ms-transform: translate(-45%, -50%);
  width: 24vw;
  height: 32vw;
  background-image: url(../images/ant-splash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .ant-splash {
    width: 36vw;
    height: 48vw;
    transform: translate(-35%, -50%);
    -webkit-transform: translate(-35%, -50%);
    -moz-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
  }
}

@media only screen and (max-width: 991px) {
  .killArea .ant-splash {
    width: 48vw;
    height: 64vw;
    transform: translate(-55%, -45%);
    -webkit-transform: translate(-55%, -45%);
    -moz-transform: translate(-55%, -45%);
    -ms-transform: translate(-55%, -45%);
  }
}

@media only screen and (max-width: 767px) {
  .killArea .ant-splash {
    width: 72vw;
    height: 96vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .ant-splash {
    width: 36vw;
    height: 48vw;
    transform: translate(-35%, -50%);
    -webkit-transform: translate(-35%, -50%);
    -moz-transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .ant-splash {
    width: 36vw;
    height: 48vw;
    transform: translate(-30%, -45%);
    -webkit-transform: translate(-30%, -45%);
    -moz-transform: translate(-30%, -45%);
    -ms-transform: translate(-30%, -45%);
  }
}

.killArea .ant-wave {
  position: absolute;
  left: 23%;
  top: 60%;
  z-index: 6;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40vw;
  height: 40vw;
  background-image: url(../images/ant-wave.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .ant-wave {
    width: 60vw;
    height: 60vw;
    transform: translate(-40%, -50%);
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
  }
}

@media only screen and (max-width: 991px) {
  .killArea .ant-wave {
    width: 80vw;
    height: 80vw;
    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: 767px) {
  .killArea .ant-wave {
    width: 120vw;
    height: 120vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .ant-wave {
    width: 50vw;
    height: 50vw;
    transform: translate(-40%, -55%);
    -webkit-transform: translate(-40%, -55%);
    -moz-transform: translate(-40%, -55%);
    -ms-transform: translate(-40%, -55%);
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .ant-wave {
    width: 45vw;
    height: 45vw;
    transform: translate(-40%, -45%);
    -webkit-transform: translate(-40%, -45%);
    -moz-transform: translate(-40%, -45%);
    -ms-transform: translate(-40%, -45%);
  }
}

.killArea .ant-sea {
  position: absolute;
  left: 50%;
  top: 72%;
  z-index: 6;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90vw;
  height: 12vw;
  background-image: url(../images/ant-sea.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .ant-sea {
    width: 135vw;
    height: 18vw;
  }
}

@media only screen and (max-width: 767px) {
  .killArea .ant-sea {
    width: 270vw;
    height: 36vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .ant-sea {
    width: 120vw;
    height: 16vw;
    top: 80%;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .ant-sea {
    width: 120vw;
    height: 16vw;
  }
}

.killArea .ant-friend {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 10;
  width: 25vw;
  height: 15vw;
  background-image: url(../images/ant-friend.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media only screen and (max-width: 1279px) {
  .killArea .ant-friend {
    width: 35vw;
    height: 21vw;
  }
}

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

@media screen and (orientation: landscape) and (max-width: 1024px) {
  .killArea .ant-friend {
    width: 35vw;
    height: 28vw;
  }
}

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

.killArea .suicide-note {
  position: absolute;
  z-index: 10;
  left: 60%;
  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 span {
  color: #ff4d75;
  font-weight: bold;
  font-size: 1.2vw;
}

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

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

.killArea .suicide-note:before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, calc(2vw - 5px));
  -webkit-transform: translate(-50%, calc(2vw - 5px));
  -moz-transform: translate(-50%, calc(2vw - 5px));
  -ms-transform: translate(-50%, calc(2vw - 5px));
  -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;
}

@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: 60%;
  }
  .killArea .suicide-note:before {
    top: 0%;
    bottom: 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 100%, 100% 0, 75% 100%);
            clip-path: polygon(0 100%, 100% 0, 75% 100%);
    width: 15vw;
    height: 6vw;
  }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .killArea .suicide-note {
    left: 40%;
    top: auto;
    bottom: 5%;
  }
  .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(25% 100%, 0 0, 100% 100%);
            clip-path: polygon(25% 100%, 0 0, 100% 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 .rightText .container-fluid {
  width: 60%;
  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 .resultConcludeAdd {
  position: relative;
  text-align: center;
  margin-top: 50px;
}

.resultArea .rightText .container-fluid .resultConcludeAdd .textBar {
  display: inline-block;
  background-color: #cfff97;
  color: #3a4d57;
  font-family: 'noto sans TC';
  font-size: 1.5vw;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1279px) {
  .resultArea .rightText .container-fluid .resultConcludeAdd .textBar {
    font-size: 16px;
    padding: 10px 50px;
  }
}

@media only screen and (max-width: 991px) {
  .resultArea .rightText .container-fluid .resultConcludeAdd .textBar {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 767px) {
  .resultArea .rightText .container-fluid .resultConcludeAdd .textBar {
    font-size: 4vw;
  }
}

.resultArea .rightText .container-fluid .resultConcludeAdd: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 .resultConcludeAdd: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: 30vw;
  height: 36vw;
  background-image: url(../images/product-ant.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: 50vw;
    height: 60vw;
  }
}

.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: 12vw;
  height: 18vw;
  background-image: url(../images/ant-soul.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: 26vw;
    height: 39vw;
  }
}

@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;
}

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

.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 p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 80%;
  margin: auto;
  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 {
    width: 100%;
  }
  .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: 10vw;
  height: 10vw;
  background-image: url(../images/product-ant.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: 15vw;
    height: 15vw;
  }
}

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

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

.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: #004498;
}

@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;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  -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 {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.advantageArea .container-fluid {
  width: 50%;
}

@media only screen and (max-width: 1599px) {
  .advantageArea .container-fluid {
    width: 60%;
  }
}

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

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

.advantageArea .container-fluid .advantageZone {
  position: relative;
}

.advantageArea .container-fluid .advantageZone .ant-circle {
  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/ant-circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .container-fluid .advantageZone .ant-circle {
    width: 40vw;
    height: 40vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .ant-circle {
    width: 56vw;
    height: 56vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .ant-circle {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .ant-circle:before {
  position: absolute;
  content: '';
  width: 34vw;
  height: 34vw;
  border: 5px dotted #fff;
  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) {
  .advantageArea .container-fluid .advantageZone .ant-circle:before {
    width: 45vw;
    height: 45vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .ant-circle:before {
    width: 65vw;
    height: 65vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .ant-circle:before {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .ant-core {
  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%);
}

.advantageArea .container-fluid .advantageZone .ant-core .ant-medicine {
  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: 5vw;
  height: 5vw;
  background-image: url(../images/ant-medicine.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 10;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .container-fluid .advantageZone .ant-core .ant-medicine {
    width: 7.5vw;
    height: 7.5vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .ant-core .ant-medicine {
    width: 10vw;
    height: 10vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .ant-core .ant-medicine {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .ant-core .before {
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-color: #fffff4;
  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%);
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .container-fluid .advantageZone .ant-core .before {
    width: 15vw;
    height: 15vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .ant-core .before {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .ant-core .before {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .ant-core .bottom {
  position: absolute;
  width: 13vw;
  height: 13vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff104), to(#cfff97));
  background: linear-gradient(#fff104, #cfff97);
  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%);
  z-index: -1;
}

@media only screen and (max-width: 1279px) {
  .advantageArea .container-fluid .advantageZone .ant-core .bottom {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .ant-core .bottom {
    width: 26vw;
    height: 26vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .ant-core .bottom {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .ant-plate {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.advantageArea .container-fluid .advantageZone .ant-plate [class^="ant-medicine"] {
  position: absolute;
  background-image: url(../images/ant-medicine.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.advantageArea .container-fluid .advantageZone .ant-plate .ant-medicine1 {
  left: 50%;
  top: 0;
  width: 5vw;
  height: 5vw;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.advantageArea .container-fluid .advantageZone .ant-plate .ant-medicine2 {
  left: 0;
  top: 50%;
  width: 5vw;
  height: 5vw;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

.advantageArea .container-fluid .advantageZone .ant-plate .ant-medicine3 {
  right: 25%;
  bottom: 10%;
  width: 3vw;
  height: 3vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.advantageArea .container-fluid .advantageZone .ant-plate .ant-medicine4 {
  right: 0%;
  bottom: 20%;
  width: 2vw;
  height: 2vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.advantageArea .container-fluid .advantageZone .ant-plate .ant-medicine5 {
  right: 0%;
  top: 0;
  width: 2vw;
  height: 2vw;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}

.advantageArea .container-fluid .advantageZone .advantageBar {
  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;
}

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

.advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle {
  text-align: center;
}

.advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .titleBar {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: 'noto sans TC';
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #3a4d57;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 5;
}

.advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
  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;
  margin-top: -50px;
  width: 14vw;
  height: 14vw;
  background: linear-gradient(135deg, #004498, #072b4f);
  border-radius: 50%;
  padding: 20px;
  border: 20px solid #e8e8dd;
  z-index: 3;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar p {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 1599px) {
  .advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
    width: 20vw;
    height: 20vw;
  }
}

@media only screen and (max-width: 1279px) {
  .advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
    width: 23vw;
    height: 23vw;
  }
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
    width: 30vw;
    height: 30vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
    width: 50vw;
    height: 50vw;
  }
}

@media only screen and (max-width: 499px) {
  .advantageArea .container-fluid .advantageZone .advantageBar .advantageCircle .circleBar {
    width: 60vw;
    height: 60vw;
  }
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(odd) .advantageCircle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 3vw;
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(odd) .barSpace {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(odd) .advantageCircle {
    margin-left: 0;
  }
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(odd) .barSpace {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(even) .advantageCircle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(even) .barSpace {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(even) .advantageCircle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(even) .barSpace {
    display: none;
  }
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(2) {
  margin-top: -5vw;
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(2) {
    margin-top: -10vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(2) {
    margin-top: 0;
  }
}

.advantageArea .container-fluid .advantageZone .advantageBar:nth-child(3) {
  margin-top: -5vw;
}

@media only screen and (max-width: 991px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(3) {
    margin-top: -10vw;
  }
}

@media only screen and (max-width: 767px) {
  .advantageArea .container-fluid .advantageZone .advantageBar:nth-child(3) {
    margin-top: 0;
  }
}

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