@keyframes moving {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
img {
  width: 100%;
}

.media_pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .media_pc {
    display: none;
  }
}

.media_mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .media_mobile {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.under {
  padding-bottom: 0.2em;
  border-bottom: 1px white solid;
}

.yellow {
  color: #f5c700;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: Microsoft JhengHei;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 640px) {
  body.registBody {
    width: 620px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  body.registBody .warning {
    height: 90px;
  }
}
@media only screen and (max-width: 640px) {
  body.registBody .warningImg {
    height: 25px;
  }
}

.navs.navbar-collapse {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 18px;
  padding: 0.5em 0;
  flex-wrap: wrap;
  flex-basis: auto;
  flex-grow: 0;
}
@media only screen and (max-width: 575px) {
  .navs.navbar-collapse {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .navs.navbar-collapse {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .navs.navbar-collapse:not(.show) {
    display: none;
  }
}
.navs.navbar-collapse .nav {
  font-weight: bold;
  margin: 0 2.5em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .navs.navbar-collapse .nav {
    width: 100%;
    margin: 0.75em 0;
  }
}
.navs.navbar-collapse .fb.nav {
  width: 2em;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .navs.navbar-collapse .fb.nav {
    margin-right: 15px;
  }
}
.navs.navbar-collapse a {
  color: black;
  text-decoration: none;
}

.fixedIcon {
  position: fixed;
  z-index: 998;
  bottom: 11%;
  right: 3%;
  width: 5vw;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .fixedIcon {
    bottom: calc(11% + 75px);
    width: 75px;
  }
}

.main {
  width: 100%;
  position: relative;
  margin-top: 69px;
  background: url(../images/bg_pc.jpg);
  background-size: contain;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  .main {
    margin-top: 55px;
    background: url(../images/bg_m.jpg);
  }
}
.main .banner1 {
  background: url(../images/banner.jpg);
  background-size: cover;
  position: relative;
}
.main .banner1 .mainBanner1 {
  margin: 1% auto;
  position: relative;
  width: 40%;
  top: 3%;
  left: 30%;
}
@media only screen and (max-width: 768px) {
  .main .banner1 .mainBanner1 {
    margin: -1% auto 0%;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner1 .bannerFooter {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
  background: #603813;
}
@media only screen and (max-width: 768px) {
  .main .banner1 .bannerFooter {
    display: none;
  }
}
.main .banner1 .bannerFooter .bannerFooterImg {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
.main .banner2 {
  background: url(../images/banner2_bg.jpg);
  background-size: cover;
  position: relative;
}
.main .banner2 .mainBanner2 {
  margin: 5% auto;
  position: relative;
  width: 60%;
  top: 3%;
  left: 20%;
}
@media only screen and (max-width: 768px) {
  .main .banner2 .mainBanner2 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner3 {
  background: url(../images/banner3_bg.jpg);
  background-size: cover;
  position: relative;
}
.main .banner3 .mainBanner31 {
  margin: 15% auto 0%;
  position: relative;
  width: 60%;
  top: 3%;
  left: 20%;
}
@media only screen and (max-width: 768px) {
  .main .banner3 .mainBanner31 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner3 .mainBanner32 {
  margin: 0% auto 5%;
  position: relative;
  width: 60%;
  top: 3%;
  left: 20%;
}
@media only screen and (max-width: 768px) {
  .main .banner3 .mainBanner32 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner4 {
  background: url(../images/banner4_bg.jpg);
  background-size: cover;
  position: relative;
}
.main .banner4 .mainBanner4 {
  position: relative;
  width: 60%;
  top: 3%;
  left: 20%;
}
@media only screen and (max-width: 768px) {
  .main .banner4 .mainBanner4 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner5 {
  background: url(../images/banner5_bg.jpg);
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main .banner5 {
    background: none;
  }
}
.main .banner5 .mainBanner5-1 {
  position: relative;
  width: 70%;
  top: 3%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .main .banner5 .mainBanner5-1 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner5 .mainBanner5-2 {
  margin: 3% auto 0%;
  position: relative;
  width: 70%;
  top: 3%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .main .banner5 .mainBanner5-2 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner5 .mainBanner5-3 {
  margin: 3% auto 5%;
  position: relative;
  width: 70%;
  top: 3%;
  left: 15%;
}
@media only screen and (max-width: 768px) {
  .main .banner5 .mainBanner5-3 {
    margin: 0% auto;
    width: 100vw;
    top: 0%;
    left: 0%;
  }
}
.main .banner {
  position: relative;
}
.main .banner .mainBanner {
  position: absolute;
  width: 40%;
  top: 3%;
  left: 30%;
}
.main .banner .bannerFooter {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  background: #603813;
}
.main .banner .bannerFooter .bannerFooterImg {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
.main .banner .bannerItem1 {
  position: absolute;
  width: 21%;
  top: 64.5%;
  left: 5.3%;
  transform: rotate(-6deg);
}
@media only screen and (max-width: 768px) {
  .main .banner .bannerItem1 {
    width: 44%;
    top: 54%;
    left: 4%;
  }
}
.main .banner .bannerItem2 {
  position: absolute;
  width: 21%;
  top: 64.5%;
  left: 73%;
  transform: rotate(6deg);
}
@media only screen and (max-width: 768px) {
  .main .banner .bannerItem2 {
    width: 44%;
    top: 54.5%;
    left: 51%;
  }
}
.main .banner .bannerLink1 {
  position: absolute;
  width: 56vw;
  height: 3.2vw;
  top: 94%;
  left: 21%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .main .banner .bannerLink1 {
    width: 94vw;
    height: 37.2vw;
    top: 82%;
    left: 2.6%;
  }
}
.main .banner .bannerLink2 {
  position: absolute;
  width: 14.5vw;
  height: 3.2vw;
  top: 91%;
  left: 42.6%;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .main .banner .bannerLink2 {
    width: 35vw;
    height: 8.2vw;
    top: 94.6%;
    left: 32%;
  }
}
.main .invoiceForm {
  padding: 4% 0;
  background-size: cover;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm {
    background-size: cover;
  }
}
.main .invoiceForm .title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #603813;
  margin-bottom: 1em;
  margin: 10px auto 50px;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .title {
    margin-bottom: 0.5em;
  }
}
.main .invoiceForm .typeBtns {
  width: 35%;
  display: flex;
  justify-content: space-between;
  margin: auto auto 1% auto;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns {
    width: 80%;
    margin-bottom: 3%;
  }
}
.main .invoiceForm .typeBtns .typeBtn {
  width: 46%;
  cursor: pointer;
}
.main .invoiceForm .typeBtns .typeBtn2 {
  width: 20%;
  margin-left: 5%;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns .typeBtn2 {
    width: 30%;
  }
}
.main .invoiceForm .typeBtns .tip {
  font-size: 20px;
  padding-left: 2em;
  color: red;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns .tip {
    font-size: 16px;
  }
}
.main .invoiceForm .uploadArea {
  width: 35vw;
  height: 17.5vw;
  margin: auto auto 0.5% auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .uploadArea {
    width: 80vw;
    height: 40vw;
  }
}
.main .invoiceForm .uploadArea #uploadFile {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.main .invoiceForm .uploadArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main .invoiceForm .formOuter {
  width: 46%;
  background: white;
  padding: 15px;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter {
    width: 95%;
    padding: 6px;
  }
}
.main .invoiceForm .formOuter .form {
  padding: 7% 10%;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .form {
    padding: 8% 4%;
  }
}
.main .invoiceForm .formOuter .inputGroup {
  margin-bottom: 3%;
}
.main .invoiceForm .formOuter .inputGroup .invoiceTip {
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin-left: 1em;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .inputGroup .invoiceTip {
    font-size: 12px;
  }
}
.main .invoiceForm .formOuter .inputGroup .invoiceTip .tipIcon {
  width: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .inputGroup .invoiceTip .tipIcon {
    width: 18px;
  }
}
.main .invoiceForm .formOuter span {
  font-size: min(max(2.4vw, 18px), 30px);
  color: #000;
  margin: 0 0.3em;
}
.main .invoiceForm .formOuter label {
  display: block;
  font-size: min(max(2.4vw, 18px), 30px);
  color: #000;
}
.main .invoiceForm .formOuter .invoiceInputs {
  display: flex;
}
.main .invoiceForm .formOuter input {
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
  font-size: min(max(2.4vw, 18px), 30px);
  width: 100%;
}
.main .invoiceForm .formOuter input.invoice1 {
  width: 2.5em;
}
.main .invoiceForm .sendBtn {
  width: 12%;
  margin: auto;
  margin-top: 5%;
  cursor: pointer;
  min-width: 150px;
}
.main .eventSteps {
  padding-top: 4%;
  width: 64%;
  margin: auto;
  color: white;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps {
    width: 95%;
  }
}
.main .eventSteps .stepTitle {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .stepTitle {
    font-size: 28px;
  }
}
.main .eventSteps .stepTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #6453a1;
  z-index: -1;
  left: 0;
}
.main .eventSteps .title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-left: 1.35em;
  padding-right: 1em;
  margin-top: 1em;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .title {
    font-size: 28px;
  }
}
.main .eventSteps .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/star.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}
.main .eventSteps .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.main .eventSteps .step1 {
  margin-bottom: 7.5%;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .step1 {
    margin-bottom: 3em;
  }
}
.main .eventSteps .step1 .title::after {
  background: url(../images/camera.png);
  background-size: cover;
  width: 2.6em;
  height: 2em;
}
.main .eventSteps .step2 {
  margin-bottom: 7.5%;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .step2 {
    margin-bottom: 4em;
  }
}
.main .eventSteps .step2 .title::after {
  background: url(../images/form.png);
  background-size: contain;
  width: 2em;
  height: 2em;
}
.main .eventSteps .step3 {
  margin-bottom: 7.5%;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .step3 {
    margin-bottom: 2.5em;
  }
}
.main .eventSteps .step3 .title::after {
  background: url(../images/picture.png);
  background-size: cover;
  width: 2.5em;
  height: 2em;
}
.main .eventSteps .step4 {
  margin-bottom: 7.5%;
}
.main .eventSteps .step4 .content {
  margin-bottom: 0;
}
.main .eventSteps .step4 .title::after {
  background: url(../images/ig.png);
  background-size: cover;
  width: 1.5em;
  height: 1.5em;
}
.main .eventSteps .stepImg {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .stepImg {
    width: 100%;
  }
}
.main .eventSteps .content {
  font-size: 18px;
  margin: 1em 0;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps .content {
    font-size: 16px;
  }
}
.main .eventSteps .tip {
  font-size: 12px;
  line-height: 2em;
}
.main .eventTimes {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}
@media only screen and (max-width: 575px) {
  .main .eventTimes {
    width: 95%;
  }
}
.main .eventTimes .title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .main .eventTimes .title {
    font-size: 28px;
  }
}
.main .eventTimes .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #6453a1;
  z-index: -1;
  left: 0;
}
.main .eventTimes .content {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}
@media only screen and (max-width: 575px) {
  .main .eventTimes .content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .main .eventTimes .content {
    margin-bottom: 0.5em;
  }
}
.main .eventTimes .tip {
  font-size: 12px;
  color: #c6a201;
}
@media only screen and (max-width: 575px) {
  .main .eventTimes .tip {
    color: #c6a201;
  }
}
.main .eventTimes .tip2 {
  font-size: 12px;
  color: #939393;
}
@media only screen and (max-width: 575px) {
  .main .eventTimes .tip2 {
    color: #939393;
  }
}
.main .eventInfomation {
  background-color: white;
  position: relative;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}
@media only screen and (max-width: 575px) {
  .main .eventInfomation {
    padding-top: 15%;
    background-color: white;
    background-size: 100% 100%;
    padding-bottom: 20%;
  }
}
.main .eventInfomation2 {
  background: url(../images/beerBg-2.jpg);
  position: relative;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 2.5%;
}
@media only screen and (max-width: 575px) {
  .main .eventInfomation2 {
    padding-top: 1%;
    background: url(../images/beerBg_m-2.jpg);
    background-size: 100% 100%;
    padding-bottom: 40%;
  }
}
.main .eventIntros {
  width: 64%;
  margin: auto;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 575px) {
  .main .eventIntros {
    width: 95%;
  }
}
.main .eventIntros .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
}
@media only screen and (max-width: 575px) {
  .main .eventIntros .title {
    font-size: 28px;
  }
}
.main .eventIntros .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}
.main .eventIntros .content {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 1.5em;
}
@media only screen and (max-width: 575px) {
  .main .eventIntros .content {
    font-size: 16px;
  }
}
.main .eventIntros .tip {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
  font-weight: bold;
}
.main .eventPrizes {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes {
    width: 95%;
  }
}
.main .eventPrizes .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes .title {
    font-size: 28px;
  }
}
.main .eventPrizes .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}
.main .eventPrizes .prizeContent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main .eventPrizes .prizeContent .prize {
  width: 30%;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}
.main .eventPrizes .prizeContent .prizeTip {
  text-align: center;
  font-size: 10px;
  margin-top: 1em;
  font-weight: bold;
}
.main .eventPrizes2 {
  width: 64%;
  margin: auto;
  width: 85%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes2 {
    width: 95%;
  }
}
.main .eventPrizes2 .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes2 .title {
    font-size: 28px;
  }
}
.main .eventPrizes2 .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}
.main .eventPrizes2 .prizeContent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main .eventPrizes2 .prizeContent .prize {
  width: 23%;
}
@media only screen and (max-width: 575px) {
  .main .eventPrizes2 .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}
.main .eventPrizes2 .prizeContent .prizeTip {
  text-align: center;
  font-size: 10px;
  margin-top: 1em;
  font-weight: bold;
}
.main .prizePublished {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .prizePublished {
    width: 95%;
  }
}
.main .prizePublished .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .prizePublished .title {
    font-size: 28px;
  }
}
.main .prizePublished .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}
.main .prizePublished .content {
  font-weight: bold;
}
.main .prizeExchange {
  width: 64%;
  margin: auto;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .prizeExchange {
    width: 95%;
  }
}
.main .prizeExchange .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .prizeExchange .title {
    font-size: 28px;
  }
}
.main .prizeExchange .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}
.main .prizeExchange .content {
  font-weight: bold;
}
.main .eventBtn {
  z-index: 99;
  position: absolute;
  width: 28%;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 575px) {
  .main .eventBtn {
    width: 70vw;
    bottom: 0.5%;
  }
}
.main .eventBtn .cursor {
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .main .eventBtn .cursor {
    display: none;
  }
}
.main .eventBtn .cursor:hover {
  background: #eababa;
  mix-blend-mode: multiply;
}
.main .eventWarnings {
  width: 64%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings {
    width: 95%;
  }
}
.main .eventWarnings .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings .title {
    font-size: 28px;
  }
}
.main .eventWarnings .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}
.main .eventWarnings .content {
  color: black;
}
.main .eventWarnings a {
  color: #2186e2;
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings ul {
    padding-left: 1rem;
  }
}
.main .eventWarnings2 {
  width: 64%;
  margin: auto;
  color: black;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings2 {
    width: 95%;
  }
}
.main .eventWarnings2.show {
  height: -moz-max-content;
  height: max-content;
}
.main .eventWarnings2 a {
  color: #2186e2;
}
@media only screen and (max-width: 575px) {
  .main .eventWarnings2 ul {
    padding-left: 1em;
  }
}
.main .warnings2Btn {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}
@media only screen and (max-width: 575px) {
  .main .warnings2Btn {
    width: 95%;
  }
}
.main .warnings2Btn .toggleBtn {
  width: 10%;
  margin-left: auto;
  cursor: pointer;
  max-width: 90px;
  min-width: 70px;
}
.main .privacys1 {
  width: 64%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .main .privacys1 {
    width: 95%;
  }
}
.main .privacys1 .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .privacys1 .title {
    font-size: 28px;
  }
}
.main .privacys1 .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}
.main .privacys1 .content {
  color: black;
}
.main .privacys1 a {
  color: #2186e2;
}
@media only screen and (max-width: 575px) {
  .main .privacys1 ul {
    padding-left: 1rem;
  }
}
.main .privacys2 {
  width: 64%;
  margin: auto;
  color: black;
  overflow: hidden;
  height: 0;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 575px) {
  .main .privacys2 {
    width: 95%;
  }
}
.main .privacys2.show {
  height: -moz-max-content;
  height: max-content;
}
.main .privacys2 a {
  color: #2186e2;
}
@media only screen and (max-width: 575px) {
  .main .privacys2 ul {
    padding-left: 1em;
  }
}
.main .privacyBtn {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}
@media only screen and (max-width: 575px) {
  .main .privacyBtn {
    width: 95%;
  }
}
.main .privacyBtn .toggleBtn {
  width: 10%;
  margin-left: auto;
  cursor: pointer;
  max-width: 90px;
  min-width: 70px;
}
.main .introduction {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}
@media only screen and (max-width: 575px) {
  .main .introduction {
    width: 95%;
  }
}
.main .introduction .prizeContent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.main .introduction .prizeContent .prize {
  width: 45%;
}
@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}
.main .introduction .prizeContent .prizeTip1 {
  text-align: left;
  font-size: 16px;
  margin-top: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prizeTip1 {
    text-align: center;
  }
}
.main .introduction .prizeContent .prizeTip2 {
  text-align: right;
  font-size: 16px;
  margin-top: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prizeTip2 {
    text-align: center;
  }
}
.main .prizeOwers {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers {
    width: 95%;
  }
}
.main .prizeOwers .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
  z-index: 0;
  margin-bottom: 1em;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .title {
    font-size: 28px;
  }
}
.main .prizeOwers .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}
.main .prizeOwers .img {
  width: 36%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .img {
    width: 75%;
  }
}
.main .prizeOwers .prizeLists {
  background: url(../images/prizeBg.jpg);
  padding: 5% 10%;
}
.main .prizeOwers .prizeList {
  margin-bottom: 5%;
}
.main .prizeOwers .prizeList_img {
  margin-bottom: 1em;
}
.main .prizeOwers .prizeList_user {
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user {
    font-size: 16px;
  }
}
.main .prizeOwers .prizeList_user .name {
  width: 6em;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .name {
    width: 5em;
    text-align: center;
  }
}
.main .prizeOwers .prizeList_user .phone {
  width: calc(100% - 32em);
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .phone {
    width: calc(100% - 10em);
  }
}
.main .prizeOwers .prizeList_user .city {
  width: 8em;
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .city {
    width: 5em;
  }
}
.main .carousel_container {
  width: 95%;
  margin: 1% auto 3% auto;
  background: #757575;
  padding: 2% 0;
}
.main .carousel_container .owl-carousel {
  width: 70%;
  margin: auto;
  background: black;
  color: white;
}
@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-carousel {
    width: 85%;
  }
}
.main .carousel_container .caroudel-item {
  padding: 5px;
}
.main .carousel_container .caroudel_img {
  cursor: pointer;
}
.main .carousel_container .caroudel_text {
  padding-left: 0.5em;
  line-height: 2em;
}
.main .carousel_container .owl-nav .owl-next {
  border: 30px solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-nav .owl-next {
    border: 20px solid;
    border-color: transparent transparent transparent white;
    transform: translate(10px, -50%);
  }
}
.main .carousel_container .owl-nav .owl-next.disabled {
  border-color: transparent transparent transparent grey;
}
.main .carousel_container .owl-nav .owl-next span {
  display: none;
}
.main .carousel_container .owl-nav .owl-prev {
  border: 30px solid;
  border-color: transparent white transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-nav .owl-prev {
    border: 20px solid;
    border-color: transparent white transparent transparent;
    transform: translate(-10px, -50%);
  }
}
.main .carousel_container .owl-nav .owl-prev.disabled {
  border-color: transparent grey transparent transparent;
}
.main .carousel_container .owl-nav .owl-prev span {
  display: none;
}
.main .eventSteps.formSteps {
  width: 1240px;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps.formSteps .title, .main .eventSteps.formSteps .content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .eventSteps.formSteps .content {
  font-size: 18px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 575px) {
  .main .eventSteps.formSteps .content {
    font-size: 20px;
  }
}
.main .registTitle {
  font-size: 36px;
  font-weight: bold;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  padding: 1em 0.75em;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #b99251, #e9dac5, #e2d3ac, #c7a960, #a08943, #b9b061, #af9a56);
     border-image: linear-gradient(to right, #b99251, #e9dac5, #e2d3ac, #c7a960, #a08943, #b9b061, #af9a56);
  border-image-slice: 1;
}
@media only screen and (max-width: 575px) {
  .main .registTitle {
    font-size: 28px;
  }
}
.main .form_container {
  width: 100%;
  background: url(../images/formBg.png);
  background-size: 100% 100%;
  padding-bottom: 5%;
  padding-top: 3%;
}
@media only screen and (max-width: 575px) {
  .main .form_container {
    background: url(../images/formBg_m.png);
    background-size: 100% auto;
  }
}
.main .form_container .form_body {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 18px;
  width: 46%;
  margin-left: 27%;
  margin-bottom: 4%;
  flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .main .form_container .form_body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .main .form_container .form_body {
    width: 60%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 575px) {
  .main .form_container .form_body {
    width: 95%;
    margin-left: 2.5%;
  }
}
.main .form_container .input_group1 {
  width: 100%;
  margin-bottom: 1.75em;
}
.main .form_container .input_group1 label {
  width: 8em;
  font-size: 18px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin: 0;
  color: black;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 label {
    width: 6em;
    margin-bottom: 0.3em;
  }
}
.main .form_container .input_group1 input {
  width: calc(100% - 8.5em);
  margin-left: 0.5em;
  background: black;
  padding-left: 1em;
  color: white;
  outline: none;
}
@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 input {
    width: 100%;
    margin: auto;
  }
}
.main .form_container .select_group {
  margin-top: 5%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.main .form_container .select_group .selectItem {
  width: 33%;
}
@media only screen and (max-width: 575px) {
  .main .form_container .select_group .selectItem #selectPic {
    content: url(../images/select_m.png);
  }
}
.main .form_container .select_group .selectItem #select1 {
  widows: 100%;
}
.main .form_container .select_group .selectItem #select1:hover {
  content: url(../images/select1choose.png);
}
.main .form_container .select_group .selectItem #select2 {
  widows: 100%;
}
.main .form_container .select_group .selectItem #select2:hover {
  content: url(../images/select2choose.png);
}
.main .form_container .select_group2 {
  margin-top: 5%;
  width: 100%;
  display: none;
  justify-content: space-around;
}
.main .form_container .select_group2.show {
  display: flex;
}
.main .form_container .select_group2 .selectItem {
  width: 40%;
  color: black;
}
.main .form_container .select_group2 .selectItem .radioText {
  text-align: center;
  font-size: 15px;
  margin-top: 1em;
  font-weight: bold;
}
.main .form_container .select_group3 {
  margin-top: 5%;
  width: 100%;
  display: none;
  justify-content: space-around;
}
.main .form_container .select_group3.show {
  display: flex;
}
.main .form_container .select_group3 .selectItem {
  width: 40%;
  color: black;
}
.main .form_container .select_group3 .selectItem .radioText {
  text-align: center;
  font-size: 15px;
  margin-top: 1em;
  font-weight: bold;
}
.main .form_container .input_group2 {
  width: 100%;
  margin-bottom: 1.5em;
}
.main .form_container .input_group2 label {
  color: black;
  position: relative;
  font-weight: bold;
  padding-right: 0.5em;
  margin-bottom: 0.75em;
  font-size: 18px;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .main .form_container .input_group2 label {
    font-size: 16px;
  }
}
.main .form_container .input_group2 label .getIg {
  background: url(../images/getIg.png);
  position: absolute;
  background-size: 100% 100%;
  height: 1.2em;
  width: 7.3em;
  left: 100%;
  top: calc(50% - 0.6em);
  cursor: pointer;
}
.main .form_container .input_group2 input {
  width: 100%;
  background: black;
  color: white;
  padding-left: 1em;
  outline: none;
}
@media only screen and (max-width: 575px) {
  .main .form_container .input_group2 input {
    width: 100%;
  }
}
.main .form_container .checkTip {
  color: black;
  font-size: 32px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  left: -3%;
}
.main .form_container .form-check {
  color: black;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .main .form_container .form-check {
    font-size: 14px;
  }
}
.main .form_container .form-check .form-check-input {
  background-color: while;
  width: 30px;
  border: 2px solid #000;
  border-radius: 0em;
}
@media only screen and (max-width: 575px) {
  .main .form_container .form-check .form-check-input {
    width: 20px;
  }
}
.main .form_container .form-check .form-check-input:checked {
  background-color: black;
}
.main .form_container .form-check a {
  color: black;
}
.main .form_container .getIgTip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .form_container .getIgTip .igTip {
  width: 50%;
}
.main .form_container .getIgTip .closeBtn {
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}
.main .form_container .getIgTip::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
  background: black;
}
.main .form_container .formBtns {
  width: 45%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .main .form_container .formBtns {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .main .form_container .formBtns {
    width: 95%;
  }
}
.main .form_container .formBtns .formBtn {
  background: black;
  font-weight: bold;
  cursor: pointer;
  padding: 0.25em 3.5em;
  line-height: 2.25em;
}
@media only screen and (max-width: 768px) {
  .main .form_container .formBtns .formBtn {
    padding: 0.25em 3em;
  }
}
@media only screen and (max-width: 575px) {
  .main .form_container .formBtns .formBtn {
    padding: 0.25em 2.75em;
  }
}
@media only screen and (max-width: 330px) {
  .main .form_container .formBtns .formBtn {
    padding: 0.25 2.25em;
  }
}
.main .homeBTn {
  width: 250px;
  margin: 7.5% auto;
  cursor: pointer;
}
.main .edit_container {
  background: url(../images/formBg.png);
  background-size: 100% 100%;
  padding-bottom: 5%;
  padding-top: 3%;
}
.main #cropmeContainer {
  width: 520px;
  height: 601.5px;
  position: relative;
  margin: 5% auto;
}
@media only screen and (max-width: 575px) {
  .main #cropmeContainer {
    width: 80vw;
    height: 92.8vw;
    margin: 5% 5vw 15vw auto;
  }
}
.main #cropmeContainer .mask {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
}
.main .editBtns {
  width: 45%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .main .editBtns {
    width: 95%;
  }
}
.main .editBtns .editBtn {
  cursor: pointer;
  width: 45%;
}
.main .editBtns .editBtn:hover {
  filter: brightness(80%);
}
.main .editIcon {
  position: absolute;
  width: 30px;
  height: 30px;
}
.main .editIcon.plus {
  top: 0;
  left: 0;
  transform: translate(-45px, 0);
  background: url(../images/plus.png);
  background-size: 100% 100%;
}
.main .editIcon.minus {
  bottom: 0;
  left: 0;
  transform: translate(-45px, 0);
  background: url(../images/minus.png);
  background-size: 100% 100%;
}
.main .editIcon.rotateR {
  bottom: 0;
  right: 0;
  transform: translate(0, 45px);
  background: url(../images/rotateR.png);
  background-size: 100% 100%;
}
.main .editIcon.rotateL {
  bottom: 0;
  left: 0;
  transform: translate(0, 45px);
  background: url(../images/rotateL.png);
  background-size: 100% 100%;
}
.main .resultImg {
  width: 540px;
  padding: 10px;
  background: white;
  margin: 5% auto 3% auto;
}
@media only screen and (max-width: 575px) {
  .main .resultImg {
    width: calc(80vw + 20px);
  }
}
.main .downloadBtn {
  width: 20.25%;
  margin: auto auto 5% auto;
  cursor: pointer;
}
@media only screen and (max-width: 575px) {
  .main .downloadBtn {
    width: 42.75%;
  }
}
.main .downloadBtn:hover {
  filter: brightness(80%);
}
.main .hide.step {
  width: 0;
  height: 0;
  overflow: hidden;
}
.main .footer {
  background-color: #603813;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 1.5em 0;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .main .footer {
    font-size: 14px;
    margin-bottom: -1px;
  }
}
.main .footer a {
  color: #29abe2;
  text-decoration: none;
}

.warning {
  height: 11vh;
  background: url(../images/warningBg.jpg);
  background-size: cover;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .warning {
    height: 18vw;
  }
}
.warning .warningImg {
  height: 4.5vh;
}
@media only screen and (max-width: 575px) {
  .warning .warningImg {
    height: 4.3vw;
  }
}
.warning .warningImg img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.loading {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.loading .mask {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.5;
}
.loading .loadingItem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #myModal .modal-dialog {
    max-width: 95vw;
  }
}
#myModal .modal-content {
  padding: 2%;
  background: transparent;
  z-index: 1;
}
#myModal .modal-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.9;
}
#myModal .modalContentFrame {
  padding: 3%;
  border: 2px solid #c7980b;
}
#myModal .modalImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#myModal .modalImage {
  margin-bottom: 2%;
}
@media only screen and (max-width: 768px) {
  #myModal .modalImage {
    width: 100%;
  }
}
#myModal .modalClose {
  color: white;
  background: black;
  padding: 0.5em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}

#myModal2 .mailBtn {
  width: 81%;
  height: 6%;
  position: absolute;
  top: 65%;
  left: 9%;
}
#myModal2 .closeBtn {
  width: 25.5%;
  height: 8.2%;
  position: absolute;
  top: 77%;
  left: 37%;
  cursor: pointer;
}

#myModal3 .modal-dialog {
  max-width: 45vw;
}
@media only screen and (max-width: 768px) {
  #myModal3 .modal-dialog {
    max-width: 95vw;
  }
}
#myModal3 .modal-content {
  padding: 2%;
  z-index: 1;
}
#myModal3 .modalContentFrame {
  padding: 3%;
  border: 2px solid #c7980b;
}
#myModal3 .modalText {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  #myModal3 .modalText {
    font-size: 16px;
  }
}
#myModal3 .modalClose {
  color: white;
  background: black;
  padding: 0.5em 1.5em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */