@charset "UTF-8";
body,
html {
  background-color: #1a1a1a;
}

body,
html,
* {
  margin: 0;
  padding: 0;
  font-family: arial,"Microsoft JhengHei","微軟正黑體",sans-serif;
  color: #1a1a1a;
}

section {
  position: relative;
}

section .s-block {
  position: absolute;
  width: 100%;
  word-wrap: break-word;
  padding: 0;
}

.text-justify {
  text-justify: distribute;
  text-align: justify;
  -ms-text-justify: inter-ideograph;
  -moz-text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.headerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.logolink {
  max-width: 167px;
  width: 10vw;
  height: auto;
}

@media only screen and (max-width: 2000px) {
  .logolink {
    margin-left: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .logolink {
    width: 18vw;
  }
}

.winnlink {
  display: flex;
  max-width: 400px;
  width: 26vw;
  height: auto;
  align-items: center;
  align-self: flex-start;
  padding-top: 1.5%;
}

.winnlink a:not(:first-of-type) {
  margin: 0 5%;
}

/* @media only screen and (max-width: 2000px) {
  .winnlink {
    margin-right: 5%;
  }
} */

@media only screen and (max-width: 768px) {
  .winnlink {
    width: 55vw;
    padding-top: 4%;
  }
}

.wrap {
  position: relative;
  max-width: 2000px;
  width: 100%;
  line-height: 1;
  font-size: 16px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 0%;
  /* background-image: url(bg.jpg);
  background-repeat: repeat; */
  background-color: #90b5d4;
}

/* @media only screen and (max-width: 768px) {
  .wrap {
    background-image: url(bg_m.jpg);
  }
} */

.wrap .info {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}

.wrap .plus {
  width: 54vw;
  max-width: 1050px;
  margin: -1.5% auto 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .wrap .plus {
    width: 100%;
    margin-top: -2.75%;
  }
	
	.wrap .info {
  width: 100%;
 
}
}

.wrap .sec2 {
  padding-top: 5%;
}

.wrap .sec2 li {
  margin-left: 1.5em;
}

.wrap .sec2 .txt {
  position: absolute;
  width: calc(100% - 9.5% * 2);
  left: 0;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
  font-size: 24px;
  padding: 0 9.5%;
}

@media only screen and (max-width: 1050px) {
  .wrap .sec2 .txt {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .sec2 .txt {
    font-size: 4.5vw;
  }
}

.wrap .sec2 .txt1 {
  top: 3.6%;
}

@media only screen and (max-width: 768px) {
  .wrap .sec2 .txt1 {
    top: 3.2%;
  }
}

.wrap .sec2 .txt2 {
  top: 10%;
}

@media only screen and (max-width: 768px) {
  .wrap .sec2 .txt2 {
    top: 9%;
  }
}

.wrap .sec2 .txt3 {
  top: 9%;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .wrap .sec2 .txt3 {
    top: 6%;
  }
}

.wrap .sec3 .winnBtn2Btn {
  max-width: 432px;
  height: auto;
  width: 38vw;
  margin: 1.8% auto 1.8%;
  cursor: pointer;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .winnBtn2Btn {
    max-width: 500px;
    width: 44vw;
    margin: 5% auto 5%;
  }
}

.wrap .sec3 .txt {
  position: absolute;
  width: calc(100% - 9.5% * 2);
  left: 0;
  text-align: left;
  line-height: 1.4;
  z-index: 1;
  padding: 0 9.5%;
  font-size: 24px;
}

@media only screen and (max-width: 1050px) {
  .wrap .sec3 .txt {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .txt {
    font-size: 4.5vw;
  }
}

.wrap .sec3 {
  padding-top: 1%;
}

.wrap .sec3 li {
  margin-left: 1.5em;
}

.wrap .sec3 .txt1 {
  top: 24%;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 {
  padding-top: 9%;
}

	.wrap .sec3 .txt1 {
    top: 19.5%;
  }
}

.wrap .sec3 .txt2 {
  top: 42%;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .txt2 {
    top: 41%;
  }
}

.wrap .sec3 .txt3 {
  top: 9%;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .txt3 {
    top: 3.5%;
  }
}

.wrap .sec3 .note {
  background-color: #f2f2f2;
  padding: 0 7% 2%;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  text-align: justify;
  text-justify: distribute;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .note {
    padding: 0 7% 5%;
  }
}

.wrap .sec3 .note-inner {
  background-color: #bf2624;
  padding: 2.5% 1.5%;
  line-height: 1.4;
  list-style: decimal;
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .note-inner {
    padding: 2.5% 3%;
  }
}

.wrap .sec3 .note-inner ol {
  padding-left: 3%;
}

.wrap .sec3 .note-inner li {
  color: #fff;
  list-style-type: '* ';
  font-size: 20.8px;
}

@media only screen and (max-width: 1050px) {
  .wrap .sec3 .note-inner li {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .sec3 .note-inner li {
    font-size: 3.2vw;
  }
}

.wrap .sce4 {
  font-weight: 500;
  color: #000;
}

.wrap .sce4 ol li {
  font-size: 19.5px;
}

@media only screen and (max-width: 1050px) {
  .wrap .sce4 ol li {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .sce4 ol li {
    font-size: 3.2vw;
  }
}

.wrap .sce4 ol {
  padding: 3% 4% 0 7%;
  text-align: justify;
  text-justify: distribute;
  line-height: 1.4;
}

.wrap .sce4 ol p {
  margin-left: -3.5%;
  font-weight: 600;
  font-size: 26px;
}

@media only screen and (max-width: 1050px) {
  .wrap .sce4 ol p {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap .sce4 ol p {
    font-size: 4vw;
  }
}

.wrap .sce4 li {
  margin: 1.5% 0;
  list-style: decimal;
}

.wrap footer {
  padding: 2.5% 1% 1.5%;
  text-align: center;
  line-height: 1.4;
  font-size: 12px;
}

@media only screen and (max-width: 1050px) {
  .wrap footer {
    font-size: 1.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .wrap footer {
    font-size: 2.6vw;
  }
}

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

.wrap .md {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wrap .md {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */