@charset "UTF-8";


.aboutTopBox .Txt, .platformList, .platformList li, .introList .Txt, .monthRound, .logoList > li, .soulList > li, .useColorBox .leftBox, .useColorBox .rightBox {
  box-sizing: border-box;
}

.aboutTopBox .Img, .aboutTopBox .Txt, .aboutCenterBox .titleBox, .aboutCenterBox .titleBox + p, .platformList li, .teamArea .Img, .introList .Img, .introList .topBox, .introList .intro, .teamInfoList, .yearLine, .historyItemList, .historyLinkItem a::before, .articleTopBox, .articleCenterBox, .articleBottomBox {
  transition: all .5s ease-out;
}

.aboutTopBox .Img, .aboutTopBox .Txt, .aboutCenterBox .titleBox, .aboutCenterBox .titleBox + p, .teamArea .Img, .introList .topBox, .introList .intro, .teamInfoList, .historyItemList, .articleTopBox, .articleCenterBox, .articleBottomBox, .platformList li, .yearLine {
  opacity: 0;
}

.aboutTopBox .Img {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.aboutTopBox .Txt {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.aboutCenterBox .titleBox, .aboutCenterBox .titleBox + p, .teamArea .Img, .introList .topBox, .introList .intro, .teamInfoList, .historyItemList, .articleTopBox, .articleCenterBox, .articleBottomBox {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.aboutTopBox.show .Img, .aboutTopBox.show .Txt, .aboutCenterBox .titleBox.show, .aboutCenterBox .titleBox.show + p, .platformList.show li, .teamArea.show .Img, .introList > li.show .topBox, .introList > li.show .intro, .introList > li.show .teamInfoList, .historyList .show .yearLine, .historyList .show .historyItemList, .articleTopBox.show, .articleCenterBox.show, .articleBottomBox.show {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.aboutMainArea .bread, .historyMainArea .bread {
  margin-bottom: 40px;
}

.aboutMainArea .classBox, .historyMainArea .classBox {
  margin-bottom: 90px;
}

@media (max-width: 1180px) {
  .aboutMainArea .classBox, .historyMainArea .classBox {
    margin-bottom: 40px;
  }
}

.aboutTopBox {
  padding-bottom: 100px;
}

.aboutTopBox.show .Txt {
  transition-delay: .3s;
}

.aboutTopBox .wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 641px) {
  .aboutTopBox .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.aboutTopBox .Img {
  max-width: 860px;
}

.aboutTopBox .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (min-width: 641px) {
  .aboutTopBox .textBox {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 1250px) {
  .aboutTopBox .textBox {
    left: 20px;
  }
}

@media (max-width: 640px) {
  .aboutTopBox .textBox {
    margin-top: 30px;
  }
}

.aboutTopBox .Txt {
  padding: 50px;
  background-color: #f6f6f6;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
  letter-spacing: .5px;
}

@media (min-width: 641px) {
  .aboutTopBox .Txt {
    max-width: 515px;
  }
}

@media (max-width: 640px) {
  .aboutTopBox .Txt {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  .aboutTopBox .titleBox {
    text-align: center;
  }
  .aboutTopBox .titleBox::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutCenterBox {
  padding-top: 60px;
  padding-bottom: 60px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

@media (max-width: 1060px) {
  .aboutCenterBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.aboutCenterBox .titleBox {
  margin-bottom: 20px;
}

.aboutCenterBox .titleBox.show + p {
  transition-delay: .3s;
}

@media (max-width: 768px) {
  .aboutCenterBox .titleBox {
    margin-bottom: 10px;
  }
}

.aboutCenterBox .titleBox::after {
  background-color: #9edbee;
}

.aboutCenterBox .titleBox h2 {
  font-size: 27px;
  color: #fff;
}

@media (max-width: 768px) {
  .aboutCenterBox .titleBox h2 {
    font-size: 22px;
  }
}

.aboutCenterBox .titleBox + p {
  font-size: 18px;
  text-align: center;
  letter-spacing: .5px;
}

@media (max-width: 768px) {
  .aboutCenterBox .titleBox + p {
    font-size: 14px;
  }
}

.platformBox {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1061px) {
  .platformBox {
    max-width: 1040px;
    height: 710px;
    margin-top: 50px;
  }
}

@media (max-width: 1060px) {
  .platformBox {
    margin-top: 30px;
  }
}

.platformBox .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.5), 0 0 0 36px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1060px) {
  .platformBox .logo {
    display: none;
  }
}

.platformBox .logo img {
  width: 226px;
}

.platformList {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  counter-reset: item;
}

.platformList.show li:first-child {
  transition-delay: .3s;
}

.platformList.show li:nth-child(2) {
  transition-delay: .5s;
}

.platformList.show li:nth-child(3) {
  transition-delay: .7s;
}

.platformList.show li:nth-child(4) {
  transition-delay: .9s;
}

@media (max-width: 1060px) {
  .platformList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.platformList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: item;
}

@media (min-width: 1061px) {
  .platformList li {
    position: absolute;
    width: 270px;
  }
}

@media (min-width: 481px) and (max-width: 1060px) {
  .platformList li {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .platformList li + li {
    margin-top: 20px;
  }
}

.platformList li:first-child, .platformList li:nth-child(3) {
  left: 50%;
}

@media (min-width: 1061px) {
  .platformList li:first-child, .platformList li:nth-child(3) {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.platformList li:nth-child(2), .platformList li:nth-child(4) {
  top: 50%;
}

@media (min-width: 1061px) {
  .platformList li:nth-child(2), .platformList li:nth-child(4) {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.platformList li:first-child {
  top: 0;
}

.platformList li:nth-child(2) {
  left: 0;
}

.platformList li:nth-child(3) {
  bottom: 0;
}

.platformList li:nth-child(4) {
  right: 0;
}

.platformList .Img {
  margin-right: 20px;
}

.platformList .Txt {
  letter-spacing: .5px;
}

.platformList .Txt::before {
  content: "0" counter(item);
  color: #7ec04c;
  font-size: 17px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
}

.platformList h3 {
  font-size: 22px;
  font-weight: 400;
}

@media (max-width: 1060px) {
  .platformList h3 {
    font-size: 15px;
  }
}

.platformList h4 {
  margin-top: 5px;
  font: 400 14px Arial, Helvetica, "Noto Sans TC", sans-serif;
  color: #c7c7c7;
  text-transform: uppercase;
}

@media (max-width: 1060px) {
  .platformList h4 {
    font-size: 12px;
  }
}

.bgLine {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 20px;
  max-width: 700px;
  margin-top: -10px;
  background-image: linear-gradient(to right, #9edbee 0, #9edbee 100%);
  background-position: 50% 50%;
  background-size: calc(100% - 20px) 1px;
  background-repeat: no-repeat;
}

@media (max-width: 1060px) {
  .bgLine {
    display: none;
  }
}

.bgLine::before, .bgLine::after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: radial-gradient(circle, #9edbee 3px, transparent 0, transparent 100%);
  border: 1px dashed #9edbee;
}

.bgLine::before {
  left: 0;
}

.bgLine::after {
  right: 0;
}

.bgLine.left {
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.bgLine.right {
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.teamArea {
  padding-top: 80px;
}

@media (max-width: 1180px) {
  .teamArea {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

.teamArea .Img {
  margin-top: 55px;
}

.teamArea .Img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


.lg-backdrop.lg-backdrop {
  background-color: #fff;
}

.lg-toolbar.lg-toolbar {
  background-color: #000;
}

.introArea {
  padding-top: 80px;
  padding-bottom: 15px;
}

@media (min-width: 1211px) {
  .introArea .wrap {
    width: 1150px;
  }
}

@media (min-width: 769px) {
  .introList {
    margin-top: 60px;
  }
}

@media (min-width: 1181px) {
  .introList > li:nth-child(odd) .Img {
    left: 0;
  }
  .introList > li:nth-child(odd) .Txt {
    margin-left: auto;
    padding-left: calc(50% + 20px);
    padding-right: 85px;
  }
  .introList > li:nth-child(even) .Img {
    right: 0;
  }
  .introList > li:nth-child(even) .Txt {
    margin-right: auto;
    padding-left: 85px;
    padding-right: calc(50% + 20px);
  }
}

.introList > li:nth-child(odd) .Img {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.introList > li:nth-child(even) .Img {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

@media (min-width: 769px) {
  .introList > li + li {
    margin-top: 65px;
  }
}

@media (max-width: 768px) {
  .introList > li + li {
    margin-top: 30px;
  }
}

.introList > li.show .Img.Img {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.introList > li.show .topBox {
  transition-delay: .3s;
}

.introList > li.show .intro {
  transition-delay: .5s;
}

.introList > li.show .teamInfoList {
  transition-delay: .7s;
}

.introList .item {
  position: relative;
}

@media (min-width: 1181px) {
  .introList .item {
    padding-top: 65px;
  }
}

@media (max-width: 1180px) {
  .introList .item {
    padding-top: 20px;
  }
}

.introList .Img {
  opacity: 0;
}

@media (min-width: 769px) and (max-width: 1180px) {
  .introList .Img {
    left: 0;
  }
}

@media (min-width: 769px) {
  .introList .Img {
    position: absolute;
    top: 0;
    width: 50%;
  }
}

.introList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 768px) {
  .introList .Img img {
    margin-left: auto;
    margin-right: auto;
  }
}

.introList .Txt {
  background-color: #fff;
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) and (max-width: 1180px) {
  .introList .Txt {
    margin-left: auto;
    padding-left: calc(50% - 60px);
  }
}

@media (min-width: 769px) {
  .introList .Txt {
    width: calc(100% - 85px);
    min-width: 50%;
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .introList .Txt {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 20px;
  }
}

.introList .topBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d2e2f2;
}

.introList .topBox strong {
  position: relative;
  margin-left: 10px;
  margin-bottom: 2px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #676767;
}

.introList .topBox strong::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -1px;
  z-index: 1;
  width: 10px;
  height: 1px;
  background-color: #676767;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-65deg);
      -ms-transform: rotate(-65deg);
          transform: rotate(-65deg);
}

.introList h3 {
  font-size: 25px;
  font-weight: 400;
  color: #02498e;
  letter-spacing: 1px;
}

.introList .intro {
  color: #393939;
}

.teamInfoList {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .teamInfoList {
    margin-top: 10px;
  }
}

.teamInfoList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.7;
  letter-spacing: .5px;
}

@media (max-width: 400px) {
  .teamInfoList li {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .teamInfoList li + li {
    margin-top: 10px;
  }
}

.teamInfoList li > span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70px;
}

@media (max-width: 400px) {
  .teamInfoList li > span {
    width: 100%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.teamInfoList li > span svg {
  fill: #558fc8;
}

@media (max-width: 400px) {
  .teamInfoList li > span svg {
    margin-right: 10px;
  }
}

.teamInfoList .education svg {
  width: 19px;
  height: 15px;
}

.teamInfoList .experience svg {
  width: 16px;
  height: 17px;
}

.historyMainArea > .wrap {
  width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1240px) {
  .historyMainArea > .wrap {
    width: 100%;
  }
}

.historyContentBox {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #fff;
}

@media (max-width: 1240px) {
  .historyContentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.historyList {
  position: relative;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}

@media (max-width: 767px) {
  .historyList {
    padding-top: 30px;
  }
}

.historyList::before {
  content: '';
  position: absolute;
  top: 0;
  left: 140px;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #1884c4 0, #009bb3 100%) 0 0 no-repeat;
}

@media (max-width: 767px) {
  .historyList::before {
    left: 20px;
  }
}

.yearLine {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 40px;
  color: #1884c4;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
}

@media (max-width: 767px) {
  .yearLine {
    padding-left: 40px;
  }
}

.yearLine::before, .yearLine::after {
  content: '';
  background-color: #1884c4;
}

.yearLine::before {
  position: absolute;
  top: 50%;
  left: 135px;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
}

@media (max-width: 767px) {
  .yearLine::before {
    left: 15.5px;
  }
}

.yearLine::after {
  width: calc(100% - 140px);
  height: 1px;
}

@media (max-width: 767px) {
  .yearLine::after {
    display: none;
  }
}

.monthRound {
  position: absolute;
  top: -17px;
  left: -125px;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  height: 62px;
  font-size: 18px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  color: #fff;
  background-color: #009bb3;
  border-radius: 50%;
  border: 1px solid #4db9ca;
  box-shadow: 0 0 0 4px #009bb3, 0 0 0 9px #fff;
}

@media (max-width: 767px) {
  .monthRound {
    top: 0;
    left: -60px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .monthRound::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: 1;
    width: 30px;
    height: 1px;
    margin-top: -.5px;
    background-color: #009bb3;
  }
}

.monthRound::after {
  content: '.';
}

.historyItemList {
  margin-top: 60px;
  padding-bottom: 100px;
  padding-left: 235px;
}

@media (max-width: 767px) {
  .historyItemList {
    margin-top: 10px;
    padding-left: 60px;
    padding-bottom: 50px;
  }
}

.historyItemList li {
  position: relative;
}

.historyItemList li + li {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .historyItemList li + li {
    margin-top: 30px;
  }
}

.historyItemList .textEditor {
  font-size: 18px;
}

@media (max-width: 767px) {
  .historyItemList .textEditor {
    padding-top: 10px;
    font-size: 14px;
  }
}

.historyQuickLinkBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 75px;
}

@media (max-width: 1180px) {
  .historyQuickLinkBox {
    display: none;
  }
}

.historyLinkItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid #1884c4;
}

.historyLinkItem::before {
  content: '年度';
  margin-right: 20px;
  font-size: 16px;
  color: #373737;
}

.historyLinkItem a {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 30px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  color: #777;
  overflow: hidden;
}

.historyLinkItem a + a {
  margin-left: 10px;
}

.historyLinkItem a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2d77bc 0, #29bc9f 100%) 0 0 no-repeat;
  opacity: 0;
}

@media (min-width: 1181px) {
  .historyLinkItem a:hover {
    color: #fff;
  }
  .historyLinkItem a:hover::before {
    opacity: 1;
  }
}

.articleMainArea .bread {
  margin-bottom: 40px;
}

.articleMainArea .classBox {
  margin-bottom: 100px;
}

@media (max-width: 1180px) {
  .articleMainArea .classBox {
    margin-bottom: 40px;
  }
}

@media (max-width: 960px) {
  .articleMainArea p br {
    display: none;
  }
}

.articleTopBox, .articleCenterBox, .articleBottomBox {
  position: relative;
  z-index: 1;
}

.descriptionBox, .logoBox, .useColorBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.descriptionBox .titleBox, .logoBox .titleBox, .useColorBox .titleBox {
  margin-bottom: 20px;
}

.descriptionBox .titleBox::after, .logoBox .titleBox::after, .useColorBox .titleBox::after {
  margin-top: 10px;
}

.descriptionBox .titleBox em, .logoBox .titleBox em, .useColorBox .titleBox em {
  margin-top: 0;
}

.descriptionBox {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .descriptionBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .descriptionBox .titleBox::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.logoList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: item;
}

@media (min-width: 961px) {
  .logoList {
    margin-left: 20px;
  }
}

@media (max-width: 960px) {
  .logoList {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .logoList {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.logoList > li {
  counter-increment: item;
  position: relative;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .logoList > li {
    width: 100%;
  }
  .logoList > li + li {
    margin-top: 30px;
  }
}

.logoList > li:nth-child(-n+9) .Txt::before {
  content: "0" counter(item) ".";
}

@media (min-width: 961px) {
  .logoList > li:nth-child(odd) {
    padding-right: 30px;
  }
}

@media (min-width: 961px) {
  .logoList > li:nth-child(even) {
    padding-left: 60px;
  }
}

.logoList > li:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background-color: #cbcbcb;
}

@media (max-width: 960px) {
  .logoList > li:nth-child(even)::before {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .logoList > li:nth-child(even)::before {
    display: none;
  }
}

.logoList .Txt {
  margin-bottom: 30px;
  font-size: 18px;
  letter-spacing: .5px;
}

@media (max-width: 768px) {
  .logoList .Txt {
    margin-bottom: 10px;
  }
}

.logoList .Txt::before {
  content: counter(item) ".";
  margin-right: 3px;
}

.logoList .Img img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (max-width: 960px) {
  .logoList .Img img {
    margin-left: auto;
    margin-right: auto;
  }
}

.soulList {
  counter-reset: item;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 140px;
}

@media (max-width: 1180px) {
  .soulList {
    margin-top: 40px;
  }
}

.soulList > li {
  counter-increment: item;
  position: relative;
  width: calc(100% / 3);
  padding-right: 20px;
}

@media (min-width: 961px) {
  .soulList > li {
    padding-left: 110px;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .soulList > li {
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  .soulList > li {
    width: 100%;
    padding-left: 20px;
    text-align: center;
  }
  .soulList > li + li {
    margin-top: 20px;
  }
}

.soulList > li::before {
  content: counter(item);
  font: 90px/1 Arial, Helvetica, "Noto Sans TC", sans-serif;
  color: #f5c76e;
}

@media (min-width: 769px) and (max-width: 960px) {
  .soulList > li::before {
    font-size: 50px;
  }
}

@media (min-width: 769px) {
  .soulList > li::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .soulList > li::before {
    font-size: 30px;
  }
}

.soulList > li:nth-child(-n+9)::before {
  content: "0" counter(item);
}

.soulList > li:nth-child(3n+1) h2::before {
  background-color: #009bb3;
}

.soulList > li:nth-child(3n+2) h2::before {
  background-color: #7ec04c;
}

.soulList > li:nth-child(3n) h2::before {
  background-color: #e3eb98;
}

.soulList h2 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #2b71b8;
  letter-spacing: .5px;
}

.soulList h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-top: -4px;
}

.articleCenterBox {
  padding-top: 80px;
}

.logoBox {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 960px) {
  .logoBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.logoBox::before, .logoBox::after {
  content: '';
  position: absolute;
  z-index: -1;
}

.logoBox::before {
  top: 10%;
  left: 0;
  width: 30%;
  height: 80%;
  background-color: #9bd5e7;
}

@media (max-width: 960px) {
  .logoBox::before {
    height: 480px;
  }
}

.logoBox::after {
  bottom: 0;
  right: 15%;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle, #8bcdd4 1px, transparent 0, transparent 100%);
  background-position: 0 0;
  background-size: 7px 7px;
}

@media (max-width: 960px) {
  .logoBox::after {
    width: 150px;
    left: 0;
    right: auto;
  }
}

@media (max-width: 480px) {
  .logoBox::after {
    display: none;
  }
}

.logoBox .Img img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.logoBox .Img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  z-index: -1;
  width: 360px;
  height: 360px;
  background-image: radial-gradient(circle, #f5fdbe 1px, transparent 0, transparent 100%);
  background-position: 0 0;
  background-size: 7px 7px;
}

.logoBox .Txt {
  width: 50%;
}

@media (max-width: 960px) {
  .logoBox .Txt {
    width: 100%;
    text-align: center;
  }
  .logoBox .Txt .titleBox::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.logoBox .Txt::before {
  content: '';
  position: absolute;
  right: calc(15% - 120px);
  bottom: -120px;
  z-index: -2;
  width: 350px;
  height: 350px;
  background-color: #f8faea;
}

.parallaxText {
  bottom: 0;
  right: 0;
  font-size: 170px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  font-weight: 700;
  color: #eaf5f9;
  white-space: nowrap;
}

@media (max-width: 1220px) {
  .parallaxText {
    font-size: 120px;
  }
}

@media (max-width: 960px) {
  .parallaxText {
    bottom: -100px;
  }
}

@media (max-width: 768px) {
  .parallaxText {
    display: none;
  }
}

.articleBottomBox {
  padding-top: 80px;
}

@media (max-width: 960px) {
  .articleBottomBox {
    padding-top: 40px;
  }
}

@media (max-width: 960px) {
  .useColorBox {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .useColorBox .titleBox::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.useColorBox .leftBox, .useColorBox .rightBox {
  width: 50%;
}

@media (max-width: 960px) {
  .useColorBox .leftBox, .useColorBox .rightBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .useColorList {
    margin-top: 40px;
  }
}

.useColorList > li + li {
  margin-top: 40px;
}

.useColorList em {
  font-size: 12px;
  text-transform: uppercase;
}

.useColorList h3 {
  font-size: 18px;
  font-weight: 400;
  color: #363636;
}

.colorTicket {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media (max-width: 960px) {
  .colorTicket {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.colorTicket li {
  width: 70px;
  height: 40px;
}

.colorTicket li + li {
  margin-left: 15px;
}