@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

header {
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100vw;
  padding: 10px 20px;
  background-color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 140px;
}
header .logo img {
  width: 100%;
}
header #menu_button_wrapper {
  position: fixed;
  z-index: 110;
  right: 20px;
  top: 20px;
}
header #menu_button_wrapper #menu_button span {
  display: block;
  background-color: #ea6018;
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
}
header nav {
  text-transform: uppercase;
}
header nav ul {
  margin: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  margin: 0 20px;
}
header nav ul li a {
  color: var(--main2);
  text-decoration: none;
  box-sizing: border-box;
}
header nav ul li a:hover {
  color: #ea6018;
}
header nav ul li:last-child {
  border-radius: 19px;
  background-image: linear-gradient(to bottom, #ffcea7, #ea6018);
}
header nav ul li:last-child:hover {
  background-image: linear-gradient(to bottom, #008ff7 2%, #0039c7 100%);
}
header nav ul li:last-child a {
  width: 110px;
  padding: 4px 25px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  color: var(--white);
}
header #menu_button_wrapper,
header .hidden {
  display: none;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
  header nav ul li {
    margin: 0 7px;
  }
  header nav ul li:last-child a {
    padding: 4px 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  header #menu_button_wrapper {
    display: block;
  }
  header #menu_button_wrapper:hover {
    cursor: pointer;
  }
  header #menu_button_wrapper:hover #menu_button span {
    background-color: #ea6018;
  }
  header nav {
    display: none;
  }
  .show .linkS {
    display: none;
  }
  .show #menu_button_wrapper #menu_button span:nth-child(1) {
    transform: rotate(40deg);
    transform-origin: 7px 10px;
  }
  .show #menu_button_wrapper #menu_button span:nth-child(2) {
    display: none;
  }
  .show #menu_button_wrapper #menu_button span:nth-child(3) {
    transform: rotate(-40deg);
    transform-origin: 10px -6px;
  }
  .show nav {
    display: block;
  }
  .show nav::before {
    content: "";
    position: fixed;
    z-index: 18;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 55px);
    background-color: #172046;
  }
  .show nav ul {
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    box-sizing: border-box;
    flex-direction: column;
    width: 70%;
    height: 50vh;
    justify-content: center;
    align-items: inherit;
  }
  .show nav ul li {
    display: block;
    line-height: 5;
    text-align: center;
  }
  .show nav ul li a {
    width: 100%;
    color: var(--white);
    font-size: 22px;
  }
  .show nav ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
  }
  .show nav ul li:last-child {
    height: 50px;
    line-height: 50px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1px) and (max-width: 400px) {
  .show nav ul li {
    line-height: 4;
  }
}
footer {
  padding: 40px 0;
  color: var(--white);
}
footer.triangle {
  margin-bottom: 0;
}
footer.triangle.t4::after {
  display: none;
}
footer > div {
  margin-bottom: 20px;
}
footer .info {
  display: flex;
  flex-wrap: wrap;
}
footer .info h5 {
  font-size: 20px;
  margin-bottom: 35px;
  width: 100%;
  text-align: center;
}
footer .info p {
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
  width: 25%;
  text-align: center;
}
footer .info a,
footer .info a:visited {
  color: #ffffff;
}
footer .info a:hover,
footer .info a:visited:hover {
  color: #ffba00;
}
footer .declare {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 60px;
}
footer .declare span {
  color: #ffba00;
}

@media screen and (min-width: 1200px) {
  footer p + p {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  footer p + p {
    border-left: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1px) and (max-width: 1199px) {
  footer .info {
    flex-direction: column;
  }
  footer .info P {
    width: 100%;
    text-align: center;
  }
  footer .info P:nth-child(5) {
    text-align: center;
  }
}
.bannerBox {
  background-image: radial-gradient(circle at 100% 0%, #024a81, #001324 35%, #001324 100%);
  z-index: 2;
  padding: 0 40px;
  position: relative;
}
.bannerBox .banner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
.bannerBox .banner::before, .bannerBox .banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
}
.bannerBox .banner::before {
  left: -300px;
  width: 1095px;
  height: 815px;
  background-image: url(../img/banner/bgL.png);
}
.bannerBox .banner::after {
  width: 399px;
  height: 372px;
  background-image: url(../img/banner/bgR.png);
  animation: meteor3 5.3s infinite 2s;
  opacity: 0;
}
.bannerBox .title {
  width: 40%;
  position: relative;
}
.bannerBox .title h2,
.bannerBox .title p {
  font-size: 2.8rem;
}
.bannerBox .title h2 {
  font-weight: 600;
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  position: relative;
}
.bannerBox .title h2 p {
  color: rgba(10, 129, 206, 0.7);
  line-height: 1.1;
  padding-top: 10px;
}
.bannerBox .ballBox {
  width: 60%;
  position: relative;
}
.bannerBox .ballBox img {
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
}
.bannerBox .ballBox img + img {
  z-index: 1;
  position: absolute;
}
.bannerBox .ballBox img.meteor1 {
  animation: meteor1 6s infinite 2s;
  opacity: 0;
}
@keyframes meteor1 {
  0% {
    top: -180px;
    left: -180px;
    opacity: 1;
  }
  40%, 100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .bannerBox .ballBox img.meteor1 {
    animation: meteor1 3s infinite 4s;
    opacity: 0;
  }
  @keyframes meteor1 {
    0% {
      top: -90px;
      left: -90px;
      opacity: 1;
    }
    80% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    85%, 100% {
      top: 0px;
      left: 0px;
      opacity: 0;
    }
  }
}
.bannerBox .ballBox img.meteor2 {
  animation: meteor2 7s infinite 2s;
  opacity: 0;
}
@keyframes meteor2 {
  0% {
    top: 180px;
    left: 180px;
    opacity: 1;
  }
  40%, 100% {
    top: 0px;
    left: 0px;
    opacity: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  .bannerBox .ballBox img.meteor2 {
    animation: meteor2 3.5s infinite 4s;
    opacity: 0;
  }
  @keyframes meteor2 {
    0% {
      top: 90px;
      left: 90px;
      opacity: 1;
    }
    80% {
      top: 0px;
      left: 0px;
      opacity: 1;
    }
    85%, 100% {
      top: 0px;
      left: 0px;
      opacity: 0;
    }
  }
}
.bannerBox .ballBox + .fire {
  display: none;
}
.bannerBox .container {
  margin-bottom: 100px;
}
.bannerBox .container img {
  width: 100%;
  margin-bottom: 50px;
}
.bannerBox .fire img {
  width: 100%;
}
.bannerBox #item1 {
  padding-bottom: 40px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.bannerBox #item1 img {
  width: 100%;
}
.bannerBox #item1 img:first-child {
  width: 60%;
  margin-bottom: 80px;
}
.bannerBox #item1 p {
  text-align: left;
  color: #ffffff;
}
.bannerBox .scrollDown {
  position: relative;
  animation: scrollDown 3s infinite;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .bannerBox {
    padding: 0 20px;
  }
  .bannerBox .banner {
    margin-bottom: 0;
  }
  .bannerBox .title,
.bannerBox .ballBox,
.bannerBox .ballBox + .fire {
    width: 80%;
  }
  .bannerBox .title {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .bannerBox .title > p {
    width: 100px;
    position: absolute;
    bottom: -120px;
    right: 0;
  }
  .bannerBox .ballBox {
    top: -60px;
  }
  .bannerBox .ballBox + .fire {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 8vw;
    font-weight: 800;
    position: absolute;
    bottom: 30px;
  }
  .bannerBox .scrollDown {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  .bannerBox .banner::before, .bannerBox .banner::after {
    display: none;
  }
  .bannerBox .title,
.bannerBox .ballBox {
    width: 100%;
  }
  .bannerBox .title {
    padding-top: 50px;
  }
  .bannerBox .title h2,
.bannerBox .title p {
    font-size: 2rem;
  }
  .bannerBox .title > p {
    width: 70px;
    position: absolute;
    bottom: -105px;
    right: 10vw;
    z-index: 10;
  }
  .bannerBox #item1 img:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1px) and (max-width: 450px) {
  .bannerBox .title h2,
.bannerBox .title p {
    font-size: 1.8rem;
  }
  .bannerBox .title > p {
    right: 0;
  }
  .bannerBox .ballBox {
    top: -40px;
  }
  .tabIn1 .slick-prev,
.tabIn1 .slick-next {
    top: 220px;
  }
  .tabIn2 .slick-prev,
.tabIn2 .slick-next {
    top: 310px;
  }
}
@keyframes scrollDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 20px;
  }
}
@keyframes meteor3 {
  0% {
    right: -460px;
    top: 0px;
    opacity: 1;
  }
  40%, 100% {
    right: -170px;
    top: 75px;
    opacity: 0;
  }
}
.tabSBox .container {
  text-align: center;
}
.tabSBox .container > picture img {
  padding-bottom: 20px;
  width: 100%;
}
.tabSBox .tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tabSBox .tabList span:hover {
  cursor: pointer;
}
.tabSBox .tabList span img {
  width: 100%;
}
.tabSBox .tabList .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.tabSBox .slider p {
  -webkit-text-size-adjust: none;
  font-size: 13px;
  text-align: left;
  padding: 0 25px;
  color: #595757;
}
.tabSBox .slider p span {
  color: #eb5405;
}
.tabSBox .slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.tabSBox .slider .slick-slide img {
  width: 100%;
}
.tabSBox .slider > button {
  z-index: 9;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffffff, #c0d9fc);
}
.tabSBox .slider > button img {
  width: 25px;
}
.tabSBox .slider .slick-prev:before,
.tabSBox .slider .slick-next:before {
  display: none;
}
.tabSBox .slider .slick-prev {
  left: -25px;
}
.tabSBox .slider .slick-prev img {
  margin-right: 5px;
  transform: rotate(180deg);
}
.tabSBox .slider .slick-next {
  right: -25px;
}
.tabSBox .slider .slick-next img {
  margin-left: 5px;
}
.tabSBox .slider .slick-active {
  opacity: 0.5;
}
.tabSBox .slider .slick-current {
  opacity: 1;
}

#item2 {
  margin-bottom: 0;
}
#item2 .container {
  position: relative;
  top: -130px;
  z-index: 2;
}
#item2 .tab1 {
  position: relative;
  z-index: 1;
  top: 50px;
}
#item2 .tab1 .slick-track {
  width: 480px !important;
}
#item2 .tab1 .slick-slide {
  width: 160px !important;
  transform: scale(0.9);
  top: 0;
  padding-bottom: 50px;
}
#item2 .tab1 .slick-slide.slick-current {
  top: 50px;
}
#item2 .tabS {
  position: relative;
}
#item2 .tabS::before, #item2 .tabS::after {
  display: block;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
#item2 .tabS.tabIn1::before {
  animation: book 3s infinite;
  background-image: url(../img/tab1/book.png);
  left: 0;
  width: 253px;
  height: 110px;
}
#item2 .tabS::after {
  animation: ball 3s infinite;
  background-image: url(../img/ball.png);
  right: -24px;
  width: 165px;
  height: 160px;
  z-index: -1;
}

#item3 .tab2 .slick-track {
  width: 100% !important;
}
#item3 .tab2 .slick-slide {
  width: 33.33% !important;
  filter: brightness(70%);
}
#item3 .tab2 .slick-slide.slick-current {
  filter: brightness(100%);
}

.tab3 .slick-list {
  width: 95.4%;
}
.tab3 .slick-track {
  width: 100% !important;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.tab3 .slick-track .slick-slide {
  position: absolute !important;
  width: 55% !important;
  z-index: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
}
.tab3 .slick-track .slick-slide ::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7px;
}
.tab3 .slick-track .slick-slide:first-child {
  left: 0;
  background-image: linear-gradient(330deg, #008a94 0%, #008a94 10%, #0054a7 29%, #0054a7 100%);
  transform: skew(45deg) translateX(-30px);
  text-align: left;
  padding-left: 75px;
}
.tab3 .slick-track .slick-slide:first-child span {
  transform: skew(-45deg);
}
.tab3 .slick-track .slick-slide:first-child ::after {
  right: -100%;
  background-color: #008a94;
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  .tab3 .slick-track .slick-slide:first-child {
    padding-left: 5vw;
    transform: skew(27deg) translateX(-18px);
  }
  .tab3 .slick-track .slick-slide:first-child span {
    transform: skew(-27deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 450px) {
  .tab3 .slick-track .slick-slide:first-child {
    padding-left: 8vw;
  }
}
.tab3 .slick-track .slick-slide:last-child {
  right: 0;
  background-image: linear-gradient(-330deg, #eb5405 0%, #eb5405 10%, #feb300 29%, #feb300 100%);
  transform: skew(-45deg) translateX(30px);
  text-align: right;
  padding-right: 75px;
}
.tab3 .slick-track .slick-slide:last-child span {
  transform: skew(45deg);
}
.tab3 .slick-track .slick-slide:last-child ::after {
  left: -100%;
  background-color: #eb5405;
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  .tab3 .slick-track .slick-slide:last-child {
    padding-right: 5vw;
    transform: skew(-27deg) translateX(18px);
  }
  .tab3 .slick-track .slick-slide:last-child span {
    transform: skew(27deg);
  }
}
@media screen and (min-width: 1px) and (max-width: 450px) {
  .tab3 .slick-track .slick-slide:last-child {
    padding-right: 8vw;
  }
}
.tab3 .slick-track .slick-slide.slick-current {
  z-index: 2;
}

.tabSBox .tabList .slick-slide {
  position: relative;
  transition-duration: 0.5s;
}
.tabSBox .tabList .slick-slide.slick-current {
  transition-duration: 0.5s;
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .tabSBox .slider p {
    padding: 0 15px;
  }
  .tabSBox .container {
    padding: 0 10px;
  }
  #item2 .tab1 .slick-track {
    width: 80% !important;
  }
  #item2 .tab1 .slick-slide {
    width: 33.33% !important;
  }
  #item2 .tabS.tabIn1::before {
    display: none;
  }
  .tab3 .slick-track .slick-slide {
    width: 49vw !important;
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1px) and (max-width: 450px) {
  .tab3 .slick-track {
    height: 50px;
    line-height: 50px;
  }
  .tab3 .slick-track .slick-slide {
    font-size: 1rem;
    width: 58% !important;
  }
}
@keyframes book {
  0%, 100% {
    top: -70px;
  }
  50% {
    top: -85px;
  }
}
@keyframes ball {
  0%, 100% {
    bottom: 57px;
  }
  50% {
    bottom: 15px;
  }
}
.fundTableBox {
  background-image: linear-gradient(to bottom, #011323, #024a80);
}

.fundTable {
  position: relative;
}
.fundTable > img {
  position: absolute;
  top: 17px;
  right: -10px;
  width: 259px;
  height: 173px;
  z-index: 2;
}
.fundTable .infor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #0054a7;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.fundTable .infor > div {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #beebfc;
}
.fundTable .infor + p {
  color: #ffffff;
  margin-bottom: 50px;
}
.fundTable .infor + p span {
  color: #ffba00;
}
.fundTable .infor p {
  font-size: 18px;
  margin-bottom: 8px;
}
.fundTable .infor .wal {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.fundTable .infor .wal .title {
  display: flex;
  align-items: center;
}
.fundTable .infor .wal .txt {
  width: 83%;
}
.fundTable .infor .title {
  width: 17%;
  border-left: 3px solid #ea6018;
  background-color: #349cdc;
  color: #ffffff;
}
.fundTable .infor .txt {
  width: 33%;
  background-color: #ffffff;
  color: #0054a7;
}
.fundTable .infor .txt.w85 {
  width: 83%;
}
.fundTable .infor .title,
.fundTable .infor .txt {
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
}
.fundTable .bts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
}
.fundTable .bts.nono {
  display: none;
}
.fundTable .bts a {
  width: 30%;
  text-align: center;
  margin-bottom: 20px;
  background-image: linear-gradient(to bottom, #007c85, #0054a7);
  border-radius: 40px;
  line-height: 2.3;
  font-size: 20px;
  color: var(--white);
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
  }
  .fundTable > img {
    top: 39px;
    right: -1px;
    width: 184px;
    height: 123px;
  }
  .fundTable .infor > div,
.fundTable .infor p {
    font-size: 14px;
  }
  .fundTable .infor .title {
    width: 35%;
  }
  .fundTable .infor .txt,
.fundTable .infor .txt.w85,
.fundTable .infor .wal .txt {
    width: 65%;
  }
  .fundTable .bts {
    flex-direction: column;
  }
  .fundTable .bts a {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .fundTable > img {
    top: 20px;
    right: 10px;
    width: 109px;
    height: 82px;
  }
}
.linkS {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: fixed;
  right: 15px;
  bottom: 20vh;
  z-index: 50;
}
.linkS a {
  width: 80px;
  margin-bottom: 20px;
}
.linkS a > img {
  width: 100%;
  transition: all 0.5s;
  transform: scale(1);
}
.linkS a:hover img {
  transition: all 0.5s;
  transform: scale(1.2);
}

@media screen and (min-width: 1001px) and (max-width: 8000px) {
  .linkS a span {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 1000px) {
  .linkS {
    width: calc(100vw - 30px);
    margin: 0 auto;
    flex-direction: row;
    border-radius: 10px;
    overflow: hidden;
    bottom: 2vh;
    right: 4px;
    left: 4px;
  }
  .linkS a {
    color: #ffffff;
    margin-bottom: 0;
    height: 55px;
    line-height: 55px;
    width: 33.33%;
    text-align: center;
    background: -moz-linear-gradient(top, #69cbff 0%, #23aaf2 13%, #1a93d7 20%, #06419e 85%, #1b66b1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #69cbff 0%, #23aaf2 13%, #1a93d7 20%, #06419e 85%, #1b66b1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #69cbff 0%, #23aaf2 13%, #1a93d7 20%, #06419e 85%, #1b66b1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .linkS a + a {
    border-left: 1px solid #ffffff;
  }
  .linkS a:first-child {
    background: -moz-linear-gradient(bottom, #ffdca3 0%, #f9c164 20%, #f28d01 52%, #eb5405 85%, #f28d01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, #ffdca3 0%, #f9c164 20%, #f28d01 52%, #eb5405 85%, #f28d01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffdca3 0%, #f9c164 20%, #f28d01 52%, #eb5405 85%, #f28d01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .linkS a > img {
    display: none;
  }
  .linkS span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .linkS span img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    transform: scale(1.2);
  }
}
.negotiation {
  padding: 50px 1px;
}
.negotiation .container {
  position: relative;
}
.negotiation .container > img {
  width: 160px;
  position: absolute;
  z-index: 1;
  left: 99px;
  top: 20px;
}
.negotiation .item {
  border-radius: 10px;
  overflow: hidden;
  border-left: 5px solid #ffc600;
  margin-bottom: 30px;
}
.negotiation .item p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  padding: 8px 20px;
  font-weight: 500;
}
.negotiation .item p:first-child {
  background-color: #1897da;
}
.negotiation .item p:last-child {
  background-image: linear-gradient(to top, #007c85, #0054a7);
}

@media screen and (min-width: 1px) and (max-width: 800px) {
  .negotiation .container > img {
    display: none;
  }
}
:root {
  --white: #ffffff;
  --black: #000000;
  --main: #cbd6eb;
  --main2: #0131ab;
  --main3: #2c2e30;
  --yellow: #f8e370;
  --grey1: #f4f4f4;
  --grey2: #e7e7e7;
}

.wapper {
  font-family: "Noto Sans TC", sans-serif;
  overflow: hidden;
}

p {
  font-size: 12px;
  line-height: 1.8;
}

.titleImg {
  width: 100%;
  margin-bottom: 20px;
}
.titleImg img {
  width: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

article {
  overflow: hidden;
  padding-top: 68px;
}

sup {
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 2px;
}

.cloud {
  position: fixed;
  width: 95px;
  height: 65px;
}

[class$=cloud1] {
  left: 3vw;
  animation: cloud1 3s infinite;
}

[class$=cloud2] {
  right: 6vw;
  animation: cloud2 4s infinite;
}

.triangle {
  position: relative;
  margin-bottom: 100px;
}
.triangle::after, .triangle::before {
  position: absolute;
  content: "";
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.triangle.t0::before {
  top: -100px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #001324;
}
.triangle.t0::after {
  bottom: -100px;
  border-width: 0 100vw 100px 0;
  border-color: transparent #001324 transparent transparent;
}
.triangle.t0::before {
  display: none;
}
.triangle.t1 {
  background-color: #cbd6eb;
}
.triangle.t1::before {
  top: -100px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #cbd6eb;
}
.triangle.t1::after {
  bottom: -100px;
  border-width: 0 100vw 100px 0;
  border-color: transparent #cbd6eb transparent transparent;
}
.triangle.t2 {
  background-color: #e1eecf;
}
.triangle.t2::before {
  top: -100px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #e1eecf;
}
.triangle.t2::after {
  bottom: -100px;
  border-width: 0 100vw 100px 0;
  border-color: transparent #e1eecf transparent transparent;
}
.triangle.t3::before {
  top: -100px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #011323;
}
.triangle.t3::after {
  bottom: -100px;
  border-width: 0 100vw 100px 0;
  border-color: transparent #024a80 transparent transparent;
}
.triangle.t4 {
  background-color: #0054a7;
}
.triangle.t4::before {
  top: -100px;
  border-width: 100px 0 0 100vw;
  border-color: transparent transparent transparent #0054a7;
}
.triangle.t4::after {
  bottom: -100px;
  border-width: 0 100vw 100px 0;
  border-color: transparent #0054a7 transparent transparent;
}

@media screen and (min-width: 1px) and (max-width: 1200px) {
  .cloud {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 800px) {
  article {
    padding-top: 55.2px;
  }
}
@keyframes cloud1 {
  0%, 100% {
    top: 200px;
  }
  50% {
    top: 230px;
  }
}
@keyframes cloud2 {
  0%, 100% {
    bottom: 100px;
  }
  50% {
    bottom: 70px;
  }
}