@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexming.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexkai.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'FontAwesome';
/*   src: url("../fonts/fontawesome-webfont.eot"); */
/*   src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  outline: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
}

b {
  font-weight: bold;
}

html, body {
  width: 100%;
  height: 100%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.window-cont-show, .window-cont-show aside {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.clrBoth {
  clear: both;
}

.divine-2-box {
  position: relative;
}
.divine-2-box .divine-left {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-left {
    float: left;
  }
}
.divine-2-box .divine-right {
  float: none;
}
@media only screen and (min-width: 481px) {
  .divine-2-box .divine-right {
    float: right;
  }
}

.show-pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

.show-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .show-mobile {
    display: none;
  }
}

.has-animation {
  position: relative;
}
.has-animation p, .has-animation h2 {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in h2 {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:after {
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes movingSec1Gph {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-0.25%);
  }
  50% {
    transform: translateY(-0.5%);
  }
  80% {
    transform: translateY(-0.25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  font-size: 15px;
  font-family: "FontAwesome", "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體";
  margin: 0;
  padding: 0;
}

.lookfor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 10px auto;
}
.lookfor .ppic {
  width: 46px;
  margin: 0 10px 0 0;
}
.lookfor .ppic img {
  width: 100%;
}
.lookfor .contword {
  position: relative;
  z-index: 5;
  color: #0068b6;
  font-weight: bold;
  font-size: 200%;
}
@media only screen and (min-width: 768px) {
  .lookfor .contword {
    font-size: 240%;
    letter-spacing: 3px;
  }
}
.lookfor .contword aside {
  font-size: 30%;
  color: #222222;
  margin: 5px 0;
}
.lookfor .contpp {
  position: absolute;
  z-index: -2;
  width: 90%;
  bottom: -10px;
  left: 0;
}
.lookfor .contpp img {
  width: 100%;
}

.btn-add {
  display: block;
  background-color: #ff971c;
  position: relative;
  color: #fff;
  font-size: 145%;
  text-align: center;
  font-weight: bold;
  width: 70%;
  margin: 20px auto;
  padding: 20px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 481px) {
  .btn-add {
    font-size: 150%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-add {
    font-size: 160%;
    width: 35%;
    margin: 20px auto;
    padding: 20px 10px;
  }
}
.btn-add i {
  margin: 0 0 0 10px;
}

.btn-add-blue {
  display: block;
  background-color: #2388bc;
  position: relative;
  color: #fff;
  font-size: 145%;
  text-align: center;
  font-weight: bold;
  width: 70%;
  margin: 20px auto;
  padding: 20px 10px;
  cursor: pointer;
}
@media only screen and (min-width: 481px) {
  .btn-add-blue {
    font-size: 150%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-add-blue {
    font-size: 160%;
    width: 35%;
    margin: 20px auto;
    padding: 20px 10px;
  }
}
.btn-add-blue i {
  margin: 0 0 0 10px;
}

.gogogog {
  position: absolute;
  z-index: 5;
  left: -10%;
  bottom: -80%;
  width: 8%;
}
.gogogog img {
  width: 100%;
}

/*20210521修改 start*/
.notenew {
  position: relative;
  color: #0a0a0a;
  font-size: 118%;
  width: 65%;
  text-align: left;
  margin: 5px auto;
  line-height: 1.4rem;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 481px) {
  .notenew {
    font-size: 120%;
    width: 45%;
    padding: 0 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .notenew {
    width: 33%;
  }
}
.notenew span {
  color: #f60404;
}

.notestart {
  position: absolute;
  z-index: 5;
  left: -10px;
  top: 0;
  width: 25px;
}
.notestart img {
  width: 100%;
}

.new-s5cont {
  display: block;
  margin: 50px auto;
}
@media only screen and (min-width: 481px) {
  .new-s5cont {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .new-s5cont {
    margin: 80px 0  30px 0;
  }
}
.new-s5cont .scase {
  box-shadow: 12px 12px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  background-color: #fff;
  z-index: 1;
  width: 80%;
  margin: 80px auto;
  padding: 80px 20px 40px 20px;
}
@media only screen and (min-width: 481px) {
  .new-s5cont .scase {
    padding: 80px 20px 45px 20px;
    width: calc(100% / 4);
  }
}
@media only screen and (min-width: 768px) {
  .new-s5cont .scase {
    padding: 80px 25px 40px 25px;
    width: calc(100% / 4);
  }
}
.new-s5cont .scase figure {
  color: #222222;
  text-align: center;
  font-weight: bold;
  font-size: 160%;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .new-s5cont .scase figure {
    font-size: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .new-s5cont .scase figure {
    font-size: 200%;
    letter-spacing: 2px;
    margin: 0 auto 20px auto;
  }
}
.new-s5cont .scase figcaption {
  color: #ff6e03;
  font-size: 145%;
  margin: 0 auto 20px auto;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 481px) {
  .new-s5cont .scase figcaption {
    font-size: 130%;
  }
}
@media only screen and (min-width: 768px) {
  .new-s5cont .scase figcaption {
    font-size: 150%;
    text-align: center;
    margin: 0 auto 30px auto;
  }
}
.new-s5cont .scase ul {
  text-align: left;
  line-height: 1.8rem;
}
.new-s5cont .scase span {
  color: #ff0000;
}
.new-s5cont .scase .arti {
  color: #222222;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 120%;
  line-height: 1.5rem;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .new-s5cont .scase .arti {
    font-size: 130%;
    -webkit-line-clamp: 3;
    line-height: 1.7rem;
  }
}
.new-s5cont .scase .btn-toomuch {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  display: block;
  cursor: pointer;
  color: #222222;
  border: #222222 1px solid;
  padding: 5px 5px;
  text-align: center;
  font-size: 90%;
}
.new-s5cont .captionpic {
  position: absolute;
  z-index: 5;
  width: 35%;
  left: 30%;
  top: -60px;
}
@media only screen and (min-width: 481px) {
  .new-s5cont .captionpic {
    width: 50%;
    left: 28%;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) {
  .new-s5cont .captionpic {
    width: 153px;
    left: 28%;
    top: -90px;
  }
}
.new-s5cont .captionpic img {
  width: 100%;
}

/*20210521修改end*/
.secbox-sendForm {
  background-color: #41d4d9;
}
.secbox-sendForm .joinForm {
  background-color: #fff;
  margin: 10px auto;
}

/*20210521修改 start*/
.window-cont-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 20;
}
.window-cont-show aside {
  display: block;
  position: relative;
  width: 90%;
  text-align: center;
  margin: 70px auto 0 auto;
  padding: 30px 20px 20px 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
@media only screen and (min-width: 481px) {
  .window-cont-show aside {
    margin: 40px auto 30px auto;
    padding: 40px 20px 20px 20px;
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .window-cont-show aside {
    margin: 90px auto 20px auto;
    padding: 40px 45px;
    width: 600px;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show aside {
    margin: 6% auto 0 auto;
    padding: 40px 45px;
    width: 800px;
  }
}
.window-cont-show aside .scrollBox {
  height: 75vh;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .window-cont-show aside .scrollBox {
    height: 70vh;
  }
}
@media only screen and (min-width: 768px) {
  .window-cont-show aside .scrollBox {
    height: 50vh;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show aside .scrollBox {
    height: 60vh;
  }
}
.window-cont-show aside .scrollBox-content {
  padding: 0 10px 0 0;
}
.window-cont-show aside .btn-close-login {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  z-index: 66;
}
.window-cont-show aside .btn-close-login:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.window-cont-show .window-table {
  width: 98%;
  margin: 20px auto;
}
@media only screen and (min-width: 481px) {
  .window-cont-show .window-table {
    width: 95%;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 768px) {
  .window-cont-show .window-table {
    width: 90%;
    margin: 10px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show .window-table {
    width: 95%;
    margin: 20px auto;
  }
}
.window-cont-show .window-table table {
  border: #666666 3px solid;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 481px) {
  .window-cont-show .window-table table {
    margin: 0 auto 40px auto;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show .window-table table {
    margin: 20px auto 10px auto;
  }
}
.window-cont-show .window-table table th {
  text-align: center;
  color: #fff;
  background-color: #0b99a7;
  border: #666666 1px solid;
  padding: 5px 5px;
  font-size: 135%;
  font-weight: bolder;
  line-height: 1.3rem;
}
@media only screen and (min-width: 481px) {
  .window-cont-show .window-table table th {
    font-size: 140%;
    line-height: 1.6rem;
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show .window-table table th {
    font-size: 160%;
  }
}
.window-cont-show .window-table table th span {
  color: #2ea7e0;
}
.window-cont-show .window-table table th:nth-of-type(2) {
  background-color: #c3c3c3;
}
.window-cont-show .window-table table td {
  text-align: left;
  color: #373737;
  background-color: #ffffff;
  border: #666666 1px solid;
  padding: 5px 5px;
  font-size: 120%;
  line-height: 1.3rem;
}
@media only screen and (min-width: 481px) {
  .window-cont-show .window-table table td {
    font-size: 125%;
    line-height: 1.6rem;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 1100px) {
  .window-cont-show .window-table table td {
    font-size: 135%;
    line-height: 1.45rem;
    padding: 10px 10px;
  }
}
.window-cont-show .window-table table td:nth-of-type(2) {
  text-align: center;
  font-weight: bold;
  background-color: #c3c3c3;
}
.window-cont-show .window-table table td:nth-of-type(3) {
  background-color: #fde59c;
}
.window-cont-show .window-table table .spgood {
  background-color: #e28500;
  border: #e28500 1px solid;
}
.window-cont-show .window-table .ps {
  font-size: 100%;
  text-align: right;
  color: #0b99a7;
}

.addps {
  font-size: 120%;
  margin: 10px auto 8% auto;
  text-align: center;
}

/*20210521修改end*/
