@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
body {
  position: relative;
  color: #4d4d4d;
  background-color: #fff;
  background-image: url(../imgs/bg-pattern.svg);
  background-size: 20px 20px;
  background-repeat: repeat;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 1.6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #acacac;
  border-radius: 3px;
  margin: 0 auto;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.outer-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.head-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 650px;
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 0;
}

.head-wrapper .logo-wrapper {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 10;
}

.head-wrapper .logo-wrapper a {
  display: inline-block;
  width: 120px;
}

.head-wrapper .v-bg {
  position: absolute;
  z-index: 0;
}

.head-wrapper .v-bg img {
  position: absolute;
}

.head-wrapper .v-bg-lt {
  top: -150px;
  left: calc(50% - 900px);
  width: 718px;
  height: 505px;
}

.head-wrapper .v-bg-rc {
  top: -250px;
  left: 50%;
  width: 595px;
  height: 580px;
}

.head-wrapper .v-bg-r {
  top: calc(50% - 570px);
  left: calc(50% + 50px);
  width: 960px;
  height: 925px;
  z-index: 1;
}

.head-wrapper .v-bg-r img {
  bottom: 0;
  left: 0;
}

.head-wrapper .v-bg-r img:nth-child(2) {
  width: 480px;
  height: 260px;
}

.head-wrapper .v-bg-r img:nth-child(3) {
  width: 430px;
  height: 465px;
  z-index: 1;
}

.head-wrapper .v-bg-p {
  top: 0px;
  left: calc(60% + 160px);
  width: 110px;
  height: 110px;
}

.head-wrapper .v-bg-rb {
  top: 50%;
  left: 50%;
  width: 735px;
  height: 565px;
}

.head-wrapper .v-bg-lb {
  bottom: -200px;
  left: calc(50% - 980px);
  width: 635px;
  height: 348px;
}

.head-wrapper .visual-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 650px;
  z-index: 2;
}

.head-wrapper .visual-wrapper .techgirl-img {
  width: 350px;
}

.head-wrapper .visual-wrapper .v-topborder {
  width: 528px;
}

.head-wrapper .visual-wrapper .v-typo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
}

.head-wrapper .visual-wrapper .v-typo-wrapper .typo {
  position: relative;
  width: 135px;
}

.head-wrapper .visual-wrapper .v-typo-wrapper .typo img:nth-child(2) {
  position: absolute;
  left: 0;
}

.head-wrapper .visual-wrapper .typo-description {
  width: 460px;
  z-index: 1;
}

.head-wrapper .visual-wrapper .headphone {
  position: absolute;
  top: calc(50% - 5px);
  right: calc(100% - 135px);
  width: 350px;
  z-index: 0;
}

.head-wrapper .site-info {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}

.head-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.sec-title {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}

.feature-wrapper {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.feature-wrapper .feature-bg {
  position: absolute;
  z-index: -1;
}

.feature-wrapper .bg-01 {
  width: 827px;
  top: 100px;
  left: calc(50% + 120px);
}

.feature-wrapper .bg-01 img {
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.feature-wrapper .bg-02 {
  width: 140px;
  left: calc(50% + 120px);
}

.feature-wrapper .bg-02 img {
  -webkit-animation-name: float;
          animation-name: float;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.feature-wrapper .items-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 30px;
  margin-bottom: 30px;
}

.feature-wrapper .list-num {
  width: 135px;
  margin-right: 30px;
}

.feature-wrapper .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-wrapper .list-title {
  height: 38px;
  margin-bottom: 15px;
}

.feature-wrapper .list-title img {
  width: auto;
  height: 100%;
}

.feature-wrapper p {
  font-size: 22px;
  margin-bottom: 0;
}

.honor-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.honor-wrapper .honor-bg {
  position: absolute;
  z-index: -1;
}

.honor-wrapper .bg-01 {
  width: 690px;
  right: calc(50% + 220px);
  top: -100px;
}

.honor-wrapper .bg-02 {
  width: 525px;
  right: calc(50% + 120px);
  top: 50px;
}

.honor-wrapper .honor-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.honor-wrapper .honor-stage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 30px;
}

.honor-wrapper .honor-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 50px;
}

.honor-wrapper .honor-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7e6f5), to(#e49cd7));
  background-image: linear-gradient(to right, #f7e6f5, #e49cd7);
  margin-bottom: 30px;
  border-radius: 80px;
}

.honor-wrapper .honor-items:nth-child(1) {
  margin-left: -50px;
}

.honor-wrapper .honor-items:nth-child(1) .honor-title {
  color: #dd54c3;
}

.honor-wrapper .honor-items:nth-child(1) .honor-info {
  background-color: #f7e6f5;
}

.honor-wrapper .honor-items:nth-child(1) .honor-info p {
  color: #dd85cf;
}

.honor-wrapper .honor-items:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#d2d3f6), to(#9b9fec));
  background-image: linear-gradient(to right, #d2d3f6, #9b9fec);
}

.honor-wrapper .honor-items:nth-child(2) .honor-info {
  background-color: #8386e7;
}

.honor-wrapper .honor-items:nth-child(3) {
  margin-left: -50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e1abd8), to(#aa6ba0));
  background-image: linear-gradient(to right, #e1abd8, #aa6ba0);
}

.honor-wrapper .honor-items:nth-child(3) .honor-info {
  background-color: #dd85cf;
}

.honor-wrapper .honor-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 30px 20px 30px 30px;
}

.honor-wrapper .honor-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 15px 50px;
  border-radius: 80px;
  -webkit-box-shadow: 0 0 1px #d087c4;
          box-shadow: 0 0 1px #d087c4;
}

.honor-wrapper .honor-info p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

.rules-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.rules-wrapper .rules-bg {
  position: absolute;
  z-index: -1;
}

.rules-wrapper .bg-01 {
  width: 720px;
  right: calc(50% + 0px);
  top: 50px;
}

.rules-wrapper .bg-02 {
  width: 215px;
  right: calc(50% - 640px);
  top: 120px;
}

.rules-wrapper span {
  font-size: 24px;
  margin-left: 30px;
}

.rules-wrapper .rules-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px 15px 10px;
  margin: 30px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}

.rules-wrapper .rules-items.items-01 {
  border: 2px solid #3b80e2;
}

.rules-wrapper .rules-items.items-01 p {
  color: #3b80e2;
}

.rules-wrapper .rules-items.items-02 {
  border: 2px solid #6a40dd;
}

.rules-wrapper .rules-items.items-02 p {
  color: #6a40dd;
}

.rules-wrapper .img-holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.rules-wrapper p {
  font-size: 18px;
  margin-top: 36px;
  margin-bottom: 0;
}

.notice-wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
  overflow: hidden;
}

.notice-wrapper .notice-bg {
  position: absolute;
  bottom: -200px;
  left: calc(50% - 920px);
  width: 1840px;
  z-index: 0;
}

.notice-wrapper .qualify-items, .notice-wrapper .notice-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  font-size: 24px;
  color: #535353;
  padding-left: 50px;
  margin-bottom: 30px;
}

.notice-wrapper .qualify-items:before, .notice-wrapper .notice-items:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 22px;
  display: block;
  width: 15px;
  height: 15px;
}

.notice-wrapper .qualify-items:before {
  background-image: url(../imgs/notice-icon.svg);
}

.notice-wrapper .notice-items:before {
  background-color: #e83184;
  border-radius: 50%;
}

.notice-wrapper span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: bold;
}

.notice-wrapper a {
  color: #28abe5;
}

.float-btn-wrapper {
  position: fixed;
  bottom: 0;
  max-width: 1140px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
}

.btn-wrapper a {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #d33d8f;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#d087c4), to(#ff8aac));
  background-image: linear-gradient(to right top, #d087c4, #ff8aac);
  padding: 10px 50px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 0px 12px #9e075a;
          box-shadow: 0px 0px 12px #9e075a;
}

.btn-wrapper a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20%;
  width: 60%;
  height: 2px;
  background-image: url(../imgs/btn-line.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.float-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.float-active .btn-wrapper a {
  margin-bottom: 0px;
}

@media (hover: hover) {
  .btn-wrapper a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
/*# sourceMappingURL=style.css.map */