/* 主CSS */
Body {
  font-family: Arial, -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", "微軟正黑體";
  font-size: 20px;
  line-height: 200%;
  font-weight: 600;
  color: #222;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
a {
  color: #0E00C7;
  text-decoration: none;
}
a:hover {
  color: #0E00C7;
}
a:active {
  color: #5a5a5a;
  text-decoration: none;
}
a:focus {
  color: #5a5a5a;
  text-decoration: none;
}
.ss-hidden {
  display: block;
}
.ll-hidden {
  display: none
}
/*主Banner區*/
.banner-area {
  position: relative;
  padding: 90px 0px 50px;
  background-image: url(../images/default/bg_banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #FFFFFF;
  text-shadow: 2px 2px 5px #00000050;
  overflow: hidden;
}
.banner-bg-left-dot {
  position: absolute;
  width: 24vw;
  height: 24vw;
  left: -5vw;
  bottom: 2vw;
  opacity: .6;
  animation: rotate-right 40s linear infinite;
}
.banner-bg-right-dot {
  position: absolute;
  width: 24vw;
  height: 24vw;
  right: -5vw;
  top: -5vw;
  opacity: .6;
  animation: rotate-left 27s linear infinite;
}
.banner-bg-star01 {
  position: absolute;
  width: 15vw;
  height: 15vw;
  left: -30vw;
  bottom: -30vw;
  opacity: .8;
  animation: star-go 5s ease-out infinite;
}
.banner-bg-star02 {
  position: absolute;
  width: 12vw;
  height: 12vw;
  left: 20vw;
  bottom: -30vw;
  opacity: .3;
  animation: star-go 6s ease-out infinite;
  animation-delay: 7s;
}
.banner-bg-star03 {
  position: absolute;
  width: 20vw;
  height: 20vw;
  left: 50vw;
  bottom: -30vw;
  opacity: .6;
  animation: star-go 4s ease-out infinite;
  animation-delay: 3s;
}
@keyframes star-go {
  0% {}
  35% {
    transform: translate(65vw, -150vh);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.banner-logo {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.banner-inside {
  margin-top: 5%;
}
.banner-inside > div:nth-child(1) {
  font-size: 225%;
  letter-spacing: 2px;
}
.banner-inside > div:nth-child(2) {
  font-size: 140%;
  letter-spacing: 2px;
}
.banner-inside > div:nth-child(3) {
  font-size: 120%;
  letter-spacing: 2px;
}
.banner-inside > div:nth-child(4) {
  margin-top: 4%;
  text-align: center;
  font-weight: 700;
  font-weight: 500;
  font-size: 115%;
  line-height: 195%;
}
.banner-open-arrow {
  width: fit-content;
  margin: 7% auto 1%;
  animation: go-down 1s ease-out infinite;
}
.banner-open-arrow:hover {
  animation: none;
}
@keyframes go-down {
  0% {}
  85% {
    transform: translate(0, 25px) scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.banner-open-arrow > img {
  width: 80px;
}
.banner-open-arrow:hover > img {
  animation: blink .5s ease-out infinite;
}
/*獎項區*/
.award-area {
  padding: 120px 0px 15px;
  background-image: url(../images/default/bg_award.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  background-color: #e6e6e6;
}
.award-photo {
  width: 95%;
  padding-top: 50%;
  border-radius: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 115%;
  box-shadow: 3px 3px 8px 0 #00000050;
  margin: 5% auto;
  cursor: pointer;
  transition: all .4s;
}
.award-photo:hover {
  background-size: 130%;
}
.asocio-title > div:nth-child(1), .witsa-title > div:nth-child(1) {
  font-size: 185%;
  letter-spacing: 1px;
  font-weight: 700;
}
.asocio-title > div:nth-child(1) {
  padding-left: 25px;
  color: #329e9b;
}
.witsa-title > div:nth-child(1) {
  padding-right: 25px;
  color: #5f4ac6;
}
.asocio-title > div:nth-child(2), .witsa-title > div:nth-child(2) {
  font-size: 145%;
  letter-spacing: 2px;
  padding: 10px 0 20px;
}
.asocio-title > div:nth-child(2) {
  color: #329e9b;
  padding-left: 25px;
}
.witsa-title > div:nth-child(2) {
  color: #5f4ac6;
  padding-right: 25px;
}
.black-font {
  color: #000000;
}
.asocio-intro {
  padding-left: 40px;
}
.witsa-intro {
  padding-right: 40px;
}
.btn-line {
  margin: 30px 0 80px;
  display: flex;
  flex-direction: row-reverse;
}
.btn-award {
  font-size: 110%;
  color: #FFFFFF;
  width: fit-content;
  padding: 7px 28px;
  border-radius: 25px;
  cursor: pointer;
}
.btn-award > i {
  font-weight: 400;
  margin-left: 8px;
}
.btn-asocio {
  background: linear-gradient(to bottom, #70e0e3, #009fab);
  transition: all .4s;
}
.btn-asocio:hover {
  background: linear-gradient(to bottom, #0d9599, #0d9599);
}
.btn-witsa {
  background: linear-gradient(to bottom, #b463fd, #7032ca);
  transition: all .4s;
}
.btn-witsa:hover {
  background: linear-gradient(to bottom, #5e25cc, #5e25cc);
}
.btn-asocio:hover > i, .btn-witsa:hover > i {
  animation: go-right .5s ease-out infinite;
}
.btn-more {
  opacity: .9;
  font-size: 110%;
  color: #666666;
  height: 40px;
  width: 300px;
  margin: auto 5%;
  background-image: url(../images/default/arrow-more.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 95% auto;
  animation: go-right 2s ease-out infinite;
}
.footer-unit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unit div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-unit div img {
  margin: 0 10px;
  width: 350px;
}
/*動畫集錦*/
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes blink {
  from {
    opacity: auto;
  }
  to {
    opacity: .2;
  }
}
@keyframes go-right {
  0% {}
  80% {
    transform: translateX(20px);
    opacity: .1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/********************************************************************************************************************************** 

其他多屏幕設定開始

***********************************************************************************************************************************/
@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {
  .asocio-logo, .witsa-logo {
    text-align: center;
    margin: 25px 0;
  }
  .asocio-intro, .witsa-intro, .asocio-photo, .witsa-photo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .ss-hidden {
    display: none;
  }
  .ll-hidden {
    display: block;
  }
  .banner-bg-left-dot {
    position: absolute;
    width: 40vw;
    height: 40vw;
    left: -15vw;
    bottom: -20vw;
  }
  .banner-bg-right-dot {
    position: absolute;
    width: 40vw;
    height: 40vw;
    right: -15vw;
    top: -15vw;
  }
  .banner-inside > div:nth-child(3) {
    font-size: 100%;
    letter-spacing: 0;
  }
  .banner-inside > div:nth-child(4) {
    font-size: 100%;
  }
  .asocio-title > div:nth-child(1), .witsa-title > div:nth-child(1) {
    font-size: 150%;
    letter-spacing: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .asocio-title > div:nth-child(2), .witsa-title > div:nth-child(2) {
    font-size: 125%;
    letter-spacing: 0;
    padding: 10px 0 15px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .btn-more {
    font-size: 90%;
    width: fit-content;
  }
  .footer-unit div {
    font-size: 90%;
  }
  .footer-unit div img {
    margin: 0 10px;
    width: 250px;
  }
}
/********************************************************************************************************************************** 

手機板狀態

***********************************************************************************************************************************/
@media (max-width: 575.98px) {
  .banner-bg-left-dot {
    position: absolute;
    width: 65vw;
    height: 65vw;
    left: -15vw;
    bottom: -25vw;
  }
  .banner-bg-right-dot {
    position: absolute;
    width: 60vw;
    height: 60vw;
    right: -15vw;
    top: -15vw;
  }
  .banner-inside > div:nth-child(4) {
    font-size: 100%;
    line-height: 175%;
  }
  .btn-line {
    margin: 30px 0 80px;
    display: flex;
    flex-direction: column-reverse;
  }
  .btn-award {
    font-size: 100%;
    width: 95%;
    padding: 2px 20px;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
  }
  .btn-award > i {
    display: none;
  }
  .btn-more {
    opacity: .7;
    font-size: 80%;
    color: #666666;
    height: 35px;
    width: 200px;
    margin: 0 15px 25px;
    animation: none;
  }
  .footer-unit div {
    font-size: 80%;
	margin:0 15px;
  }
  .footer-unit div img {
    margin: 10px 5px;
    width: 225px;
  }
}