@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap");
@keyframes floatUp {
  0% {
    transform: translateY(0);
    opacity: 0.35;
  }
  10% {
    opacity: 0.85;
  }
  90% {
    opacity: 0.85;
  }
  100% {
    transform: translateY(calc(-100vh - 300px));
    opacity: 0;
  }
}
.l1 {
  left: 2%;
  top: 45%;
  animation-duration: 32s !important;
}

.l2 {
  left: 18%;
  top: 20%;
  animation-duration: 38s !important;
}

.l3 {
  left: 20%;
  top: 120%;
  animation-duration: 35s !important;
}

.l4 {
  left: 10%;
  top: 70%;
  animation-duration: 35s !important;
}

.r1 {
  right: 2%;
  top: 25%;
  animation-duration: 36s !important;
}

.r2 {
  right: 8%;
  top: 60%;
  animation-duration: 42s !important;
}

.r3 {
  right: 15%;
  top: 125%;
  animation-duration: 34s !important;
}

.r4 {
  right: 20%;
  top: 90%;
  animation-duration: 34s !important;
}

body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  overflow-x: hidden;
  color: #333;
  background-image: url(../images/bg_back.png);
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

input[type=button]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
}

header {
  position: relative;
}
header h1 {
  text-indent: -9999px;
  width: 100%;
  height: 950px;
  background-image: url(../images/sixty.png), url(../images/logo.png), url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center 70%, center 5%, left top;
  background-size: auto, auto, cover;
}
@media only screen and (max-width: 600px) {
  header h1 {
    background-size: 85%, auto, cover;
    background-position: center 65%, center 5%, left top;
    height: 600px;
  }
}
header .float-wrap {
  position: absolute;
  width: 100%;
  height: 900px;
  overflow: hidden;
  z-index: 1;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1180px) {
  header .float-wrap {
    display: none;
  }
}
header .float-item {
  position: absolute;
  animation: floatUp linear infinite;
}
header .float-item img {
  opacity: 0.85;
}
@media only screen and (max-width: 1366px) {
  header .float-item img {
    width: 120px;
  }
}

article {
  background-image: url(../images/line.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 100%;
}

.con {
  padding: 2.5% 10%;
}
@media only screen and (max-width: 1366px) {
  .con {
    padding: 2.5% 5%;
  }
}
@media only screen and (max-width: 820px) {
  .con {
    padding: 2.5%;
    box-sizing: border-box;
    overflow-x: hidden;
  }
}
.con h2 {
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1480px) {
  .con h2 {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 600px) {
  .con h2 {
    font-size: 1.8em;
  }
}
.con h4 {
  font-size: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
  .con h4 {
    font-size: 1.8em;
  }
}
.con p {
  width: 100%;
  text-align: justify;
}
.con.con_sixty img {
  margin-top: 2em;
  width: 100%;
}
.con.con_sixty h3 {
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.con ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.con ul li {
  width: 31%;
  box-sizing: border-box;
  padding: 2%;
  margin: 0.5%;
  background-color: #efeeee;
  color: #7e7d7e;
  font-size: 1.25em;
  opacity: 0.85;
}
@media only screen and (max-width: 600px) {
  .con ul li {
    width: 48%;
  }
}
.con ul li i {
  display: block;
  font-style: normal;
  font-size: 1.1em;
}
.con ul li.on {
  background-color: #eee3cf;
  color: #666;
  opacity: 1;
}

.con1 {
  padding-bottom: 0;
  background-image: url(../images/bg01.png), url(../images/con_line01.png);
  background-repeat: no-repeat;
  background-position: right 30%, 22% bottom;
}
@media only screen and (max-width: 1366px) {
  .con1 {
    background-position: right -50px, 22% bottom;
    background-size: 450px, auto;
  }
}
@media only screen and (max-width: 1180px) {
  .con1 {
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-position: right 30%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 {
    background: none;
  }
}
.con1 .page1 {
  width: 100%;
}
.con1 .page1 p {
  width: 40%;
}
@media only screen and (max-width: 1480px) {
  .con1 .page1 p {
    width: 60%;
  }
}
@media only screen and (max-width: 1180px) {
  .con1 .page1 p {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .page1 p {
    width: 100%;
  }
}
.con1 .page2 {
  display: flex;
  justify-self: flex-end;
  flex-direction: column;
  margin-top: -50px;
  padding-bottom: 50px;
  width: 80%;
}
@media only screen and (max-width: 1480px) {
  .con1 .page2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1180px) {
  .con1 .page2 {
    width: 100%;
    margin-top: 50px;
    justify-self: center;
  }
}
.con1 .page2 figure {
  margin-left: auto;
}
@media only screen and (max-width: 1180px) {
  .con1 .page2 figure {
    margin-left: 0;
  }
}

.con2 {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../images/bg02.png), url(../images/bg03.png), url(../images/con_line02.png), url(../images/con_line03.png);
  background-repeat: no-repeat;
  background-position: right -8%, left 65%, 80% 30%, 30% bottom;
}
@media only screen and (max-width: 1366px) {
  .con2 {
    background-position: right 50px, left 65%, 80% 27%, 30% bottom;
    background-size: 450px, auto, 50%, auto;
  }
}
@media only screen and (max-width: 1180px) {
  .con2 {
    background-image: url(../images/bg02.png), url(../images/bg03.png);
    background-repeat: no-repeat;
    background-position: right 20%, left 65%;
  }
}
@media only screen and (max-width: 820px) {
  .con2 {
    background-position: right 10%, left 65%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 {
    background-position: right 10%, left 45%;
    background-size: 300px;
  }
}
.con2 .page1 p {
  width: 70%;
}
@media only screen and (max-width: 820px) {
  .con2 .page1 p {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .page1 p {
    padding-top: 100px;
  }
}
.con2 .page2 {
  margin-top: 50px;
  display: flex;
  justify-self: flex-end;
  flex-direction: column;
  width: 80%;
  margin-top: -20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .con2 .page2 {
    width: 100%;
    margin-top: 50px;
  }
}
.con2 .page2 figure {
  margin-left: auto;
}
@media only screen and (max-width: 1180px) {
  .con2 .page2 figure img {
    width: 80%;
    margin-left: 20%;
  }
}
@media only screen and (max-width: 820px) {
  .con2 .page2 figure img {
    width: 70%;
    margin-left: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .page2 figure img {
    width: 100%;
    margin-left: 0;
    margin-top: 250px;
  }
}

.con3 {
  padding-top: 0;
  background-image: url(../images/bg04.png);
  background-repeat: no-repeat;
  background-position: right 20%;
}
@media only screen and (max-width: 1180px) {
  .con3 {
    background-position: right bottom;
    background-size: 450px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 {
    background-position: right bottom;
    background-size: 350px;
  }
}
.con3 p {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .con3 p {
    width: 100%;
    padding-bottom: 300px;
  }
}

footer {
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  height: 80px;
}
@media only screen and (max-width: 820px) {
  footer {
    background-position: right bottom;
    background-size: auto;
  }
}
footer p {
  font-size: 0.8em;
  color: #927e4f;
  padding-left: 56%;
  padding-top: 20px;
}
@media only screen and (max-width: 820px) {
  footer p {
    padding-left: 0;
    font-size: 0.75em;
    text-align: center;
    padding-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */