.awardArea .awardList .item::before, .branchesBox .branchesList .Img img, .branchesBox .branchesList .item > .title, .historyArea .historyList .Txt .contentList .month,
.historyArea .historyList .Txt .contentList .text, .historyArea .historyList .title {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.bgLineBox {
  z-index: 1;
}

.insBannerArea {
  z-index: 2;
}

.customArea {
  z-index: 2;
}

.mainArea .wrap {
  max-width: 1580px;
  margin-right: 0;
}
@media (max-width: 1700px) {
  .mainArea .wrap {
    margin-right: auto;
  }
}

.introArea {
  position: relative;
  padding: 0 0 60px;
}
@media (max-width: 1180px) {
  .introArea {
    padding: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .introArea {
    padding: 30px 0 40px;
  }
}
.introArea .anchor {
  position: absolute;
  top: 20%;
  right: auto;
  bottom: auto;
  left: auto;
  visibility: hidden;
}
@media (max-width: 1180px) {
  .introArea .anchor {
    top: 15%;
  }
}
@media (max-width: 991px) {
  .introArea .anchor {
    top: -20px;
  }
}
@media (max-width: 768px) {
  .introArea .anchor {
    top: -50px;
  }
}
.introArea .wrap {
  position: relative;
}
.introArea .Img.right {
  max-width: 500px;
  margin-left: auto;
  margin-right: 3.375rem;
}
@media (max-width: 1660px) {
  .introArea .Img.right {
    max-width: 450px;
    margin-right: 0;
  }
}
@media (max-width: 1536px) {
  .introArea .Img.right {
    width: 30%;
    max-width: none;
  }
}
@media (max-width: 1180px) {
  .introArea .Img.right {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .introArea .Img.right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .introArea .Img.right {
    width: 150px;
  }
}
.introArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .introBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -39%;
}
@media (max-width: 1536px) {
  .introArea .introBox {
    margin-top: -35%;
  }
}
@media (max-width: 1180px) {
  .introArea .introBox {
    margin-top: -25%;
  }
}
@media (max-width: 991px) {
  .introArea .introBox {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .introArea .introBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.introArea .introBox .Img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48%;
}
@media (max-width: 1536px) {
  .introArea .introBox .Img {
    width: 45%;
  }
}
@media (max-width: 1180px) {
  .introArea .introBox .Img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .introArea .introBox .Img {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .introArea .introBox .Img {
    width: 250px;
    margin-top: -30%;
  }
}
.introArea .introBox .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 830px;
  margin-left: -90px;
}
@media (max-width: 1536px) {
  .introArea .introBox .Txt {
    max-width: 760px;
    margin-left: 0;
  }
}
@media (max-width: 1180px) {
  .introArea .introBox .Txt {
    max-width: none;
    margin-left: -80px;
  }
}
@media (max-width: 768px) {
  .introArea .introBox .Txt {
    max-width: 550px;
    margin: 0 auto;
  }
}
.introArea .introBox .Txt .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: #45FDF6;
}
@media (max-width: 1180px) {
  .introArea .introBox .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .introArea .introBox .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .introArea .introBox .Txt .title {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 375px) {
  .introArea .introBox .Txt .title {
    font-size: 28px;
  }
}
.introArea .introBox .Txt .textEditor {
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: justify;
  margin-top: 1.25rem;
}
@media (max-width: 1180px) {
  .introArea .introBox .Txt .textEditor {
    margin-top: 0.625rem;
  }
}
@media (max-width: 991px) {
  .introArea .introBox .Txt .textEditor {
    max-width: 700px;
  }
}
.introArea .introBox .Txt .textEditor p + p {
  margin-top: 1.5rem;
}
@media (max-width: 1180px) {
  .introArea .introBox .Txt .textEditor p + p {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .introArea .introBox .Txt .textEditor p + p {
    margin-top: 0.625rem;
  }
}
.introArea .itemRow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1366px) {
  .introArea .itemRow {
    -webkit-column-gap: 2.25rem;
       -moz-column-gap: 2.25rem;
            column-gap: 2.25rem;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .introArea .itemRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow {
    row-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .introArea .itemRow:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.introArea .itemRow + .itemRow {
  margin-top: 2.25rem;
}
.introArea .itemRow .Img {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .introArea .itemRow .Img {
    width: 100%;
  }
}
.introArea .itemRow .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .itemRow .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 991px) {
  .introArea .itemRow .Txt {
    width: 100%;
  }
}
.introArea .itemRow .Txt .title {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #fff;
}
@media (max-width: 1366px) {
  .introArea .itemRow .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow .Txt .title {
    font-size: 30px;
  }
}
.introArea .itemRow .Txt .subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.625rem;
}
@media (max-width: 1366px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 20px;
    margin-top: 0.375rem;
  }
}
@media (max-width: 575px) {
  .introArea .itemRow .Txt .subtitle {
    font-size: 18px;
  }
}
.introArea .itemRow .Txt .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #fff;
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .introArea .itemRow .Txt .text {
    font-size: 14px;
    margin-top: 0.625rem;
  }
}

.historyArea {
  position: relative;
  padding: 60px 0 150px;
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 40px 0;
  }
}
.historyArea .decoImg {
  width: 100%;
  max-width: 660px;
  position: absolute;
  top: calc(50% + 100px);
  right: 0;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
  pointer-events: none;
}
@media (max-width: 1366px) {
  .historyArea .decoImg {
    max-width: 50%;
  }
}
@media (max-width: 1180px) {
  .historyArea .decoImg {
    top: calc(50% + 80px);
  }
}
@media (max-width: 768px) {
  .historyArea .decoImg {
    max-width: 350px;
    top: 50%;
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  .historyArea .decoImg {
    max-width: 300px;
  }
}
.historyArea .decoImg .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.historyArea .titleBox {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .historyArea .titleBox {
    margin-bottom: 4rem;
  }
}
.historyArea .historyBox {
  position: relative;
  max-width: 1100px;
}
@media (max-width: 1180px) {
  .historyArea .historyBox {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .historyArea .historyBox {
    padding-left: 2.25rem;
  }
}
.historyArea .historyBox .controlBox {
  height: calc(100% + 100px);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 13.5%;
  translate: 0 -50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1180px) {
  .historyArea .historyBox .controlBox {
    left: 130px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyBox .controlBox {
    height: calc(100% + 80px);
    left: 84px;
  }
}
@media (max-width: 575px) {
  .historyArea .historyBox .controlBox {
    left: 0;
  }
}
.historyArea .historyBox .controlBox .arrowBox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.historyArea .historyBox .controlBox .arrowBox .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.historyArea .historyBox .controlBox .line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #3cb4e5), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #3cb4e5 50%, rgba(0, 0, 0, 0) 100%);
}
.historyArea .historyList {
  overflow: hidden;
}
.historyArea .historyList .slick-list {
  margin: -0.625rem 0;
}
@media (max-width: 768px) {
  .historyArea .historyList .slick-list {
    margin: -0.375rem 0;
  }
}
.historyArea .historyList .historyItem {
  position: relative;
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .historyArea .historyList .historyItem {
    padding: 0.375rem 0;
  }
}
.historyArea .historyList .historyItem.current .title {
  scale: 1;
  color: #45FDF6;
}
.historyArea .historyList .historyItem.current .Txt .contentList .month,
.historyArea .historyList .historyItem.current .Txt .contentList .text {
  scale: 1;
  color: #45FDF6;
}
.historyArea .historyList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media (max-width: 1180px) {
  .historyArea .historyList .item {
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyList .item {
    -webkit-column-gap: 2.625rem;
       -moz-column-gap: 2.625rem;
            column-gap: 2.625rem;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
  }
}
.historyArea .historyList .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 115px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: right;
  scale: 0.9;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 1180px) {
  .historyArea .historyList .title {
    font-size: 30px;
    min-width: 100px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyList .title {
    font-size: 26px;
    min-width: 90px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyList .title {
    font-size: 22px;
    min-width: 70px;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .title {
    font-size: 20px;
    min-width: auto;
    text-align: left;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 480px) {
  .historyArea .historyList .title {
    font-size: 18px;
  }
}
.historyArea .historyList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 5.35em;
}
@media (max-width: 1180px) {
  .historyArea .historyList .Txt {
    min-height: 5em;
  }
}
@media (max-width: 991px) {
  .historyArea .historyList .Txt {
    min-height: 4.25em;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .Txt {
    min-height: 7.5em;
  }
}
.historyArea .historyList .Txt .contentList {
  list-style: none;
  padding-left: 0;
}
.historyArea .historyList .Txt .contentList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1180px) {
  .historyArea .historyList .Txt .contentList li {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .historyArea .historyList .Txt .contentList li {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .Txt .contentList li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .Txt .contentList li + li {
    margin-top: 0.5rem;
  }
}
.historyArea .historyList .Txt .contentList .month {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 65px;
  text-align: right;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
@media (max-width: 1180px) {
  .historyArea .historyList .Txt .contentList .month {
    min-width: 60px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyList .Txt .contentList .month {
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .Txt .contentList .month {
    text-align: left;
    min-width: auto;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.historyArea .historyList .Txt .contentList .text {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.historyArea .historyList .Txt .contentList .month,
.historyArea .historyList .Txt .contentList .text {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
  scale: 0.9;
}
@media (max-width: 1180px) {
  .historyArea .historyList .Txt .contentList .month,
  .historyArea .historyList .Txt .contentList .text {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .historyArea .historyList .Txt .contentList .month,
  .historyArea .historyList .Txt .contentList .text {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .historyArea .historyList .Txt .contentList .month,
  .historyArea .historyList .Txt .contentList .text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .historyArea .historyList .Txt .contentList .month,
  .historyArea .historyList .Txt .contentList .text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .historyArea .historyList .Txt .contentList .month,
  .historyArea .historyList .Txt .contentList .text {
    font-size: 15px;
  }
}

.teamArea {
  position: relative;
  padding: 50px 0 100px;
  overflow-x: hidden;
}
@media (max-width: 1180px) {
  .teamArea {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .teamArea {
    padding-bottom: 60px;
  }
}
.teamArea .titleBox {
  margin-bottom: 2rem;
}
.teamArea .teamBox {
  position: relative;
}
.teamArea .teamList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 2rem;
}
@media (max-width: 1180px) {
  .teamArea .teamList {
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .teamArea .teamList {
    gap: 1.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList {
    gap: 1.5rem 0.5rem;
  }
}
.teamArea .teamList .teamItem {
  position: relative;
  width: calc(33.3333333333% - 2rem * 2 / 3);
}
@media (max-width: 1180px) {
  .teamArea .teamList .teamItem {
    width: calc(33.3333333333% - 1.5rem * 2 / 3);
  }
}
@media (max-width: 768px) {
  .teamArea .teamList .teamItem {
    width: calc(50% - 1rem * 1 / 2);
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .teamItem {
    width: calc(50% - 0.5rem * 1 / 2);
  }
}
@media (max-width: 375px) {
  .teamArea .teamList .teamItem {
    width: 100%;
  }
}
.teamArea .teamList .item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teamArea .teamList .job {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #45FDF6;
  margin-bottom: 0.5rem;
}
@media (max-width: 1180px) {
  .teamArea .teamList .job {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .job {
    font-size: 20px;
  }
}
.teamArea .teamList .Img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 250px;
}
.teamArea .teamList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.teamArea .teamList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 180, 229, 0.6)), color-stop(73.56%, rgba(17, 50, 64, 0.17)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(60, 180, 229, 0.6) 0%, rgba(17, 50, 64, 0.17) 73.56%, rgba(0, 0, 0, 0) 100%);
  padding: 0.5rem 1.25rem;
}
@media (max-width: 1366px) {
  .teamArea .teamList .Txt {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 575px) {
  .teamArea .teamList .Txt {
    padding: 0.5rem 0.625rem;
  }
}
.teamArea .teamList .Txt .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .Txt .title {
    font-size: 18px;
  }
}
.teamArea .teamList .Txt .text {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .teamArea .teamList .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .teamArea .teamList .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .teamArea .teamList .Txt .text {
    font-size: 14px;
  }
}

.branchesArea {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .branchesArea {
    padding: 40px 0;
  }
}
.branchesArea .titleBox {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .branchesArea .titleBox {
    margin-bottom: 1.5rem;
  }
}

.branchesBox {
  position: relative;
  max-width: 1260px;
}
.branchesBox:not(:has(.arrow.slick-hidden)) {
  padding: 0 50px;
  margin-left: -50px;
}
@media (max-width: 1599px) {
  .branchesBox:not(:has(.arrow.slick-hidden)) {
    padding: 0 40px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .branchesBox:not(:has(.arrow.slick-hidden)) {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .branchesBox:not(:has(.arrow.slick-hidden)) {
    padding: 0;
  }
}
.branchesBox .controlBox {
  width: 100%;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 480px) {
  .branchesBox .controlBox {
    position: relative;
    top: unset;
    left: unset;
    translate: unset;
    margin-top: 1.5rem;
  }
}
.branchesBox .controlBox .arrowBox {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .branchesBox .controlBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.branchesBox .branchesList {
  overflow-x: clip;
}
.branchesBox .branchesList .slick-list {
  margin: 0 -1.5rem;
}
@media (max-width: 1366px) {
  .branchesBox .branchesList .slick-list {
    margin: 0 -1rem;
  }
}
@media (max-width: 991px) {
  .branchesBox .branchesList .slick-list {
    margin: 0 -0.625rem;
  }
}
@media (max-width: 768px) {
  .branchesBox .branchesList .slick-list {
    margin: 0 -0.375rem;
  }
}
.branchesBox .branchesList .branchesItem {
  position: relative;
  padding: 0 1.5rem;
}
@media (max-width: 1366px) {
  .branchesBox .branchesList .branchesItem {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .branchesBox .branchesList .branchesItem {
    padding: 0 0.625rem;
  }
}
@media (max-width: 768px) {
  .branchesBox .branchesList .branchesItem {
    padding: 0 0.375rem;
  }
}
.branchesBox .branchesList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .branchesBox .branchesList .item:hover .Img img {
    scale: 1.1;
  }
  .branchesBox .branchesList .item:hover .Txt > .title {
    color: #45FDF6;
  }
}
.branchesBox .branchesList .item > .title {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #45FDF6;
  margin-bottom: 1rem;
}
@media (max-width: 1180px) {
  .branchesBox .branchesList .item > .title {
    font-size: 22px;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  .branchesBox .branchesList .item > .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .branchesBox .branchesList .item > .title {
    font-size: 18px;
  }
}
.branchesBox .branchesList .Img {
  overflow: hidden;
}
.branchesBox .branchesList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.branchesBox .branchesList .Txt {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 1536px) {
  .branchesBox .branchesList .Txt {
    margin-top: 1rem;
  }
}
.branchesBox .branchesList .Txt .infoList {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.branchesBox .branchesList .Txt .infoList li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.branchesBox .branchesList .Txt .infoList li + li {
  margin-top: 0.25rem;
}
.branchesBox .branchesList .Txt .infoList span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .branchesBox .branchesList .Txt .infoList span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .branchesBox .branchesList .Txt .infoList span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .branchesBox .branchesList .Txt .infoList span {
    font-size: 14px;
  }
}
.branchesBox .branchesList .Txt .infoList span.title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.branchesBox .branchesList .Txt .infoList span.text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.branchesBox .branchesList .Txt .infoList span a {
  display: block;
  color: inherit;
  word-break: break-all;
}
@media (min-width: 1181px) {
  .branchesBox .branchesList .Txt .infoList span a:hover {
    color: #45FDF6;
  }
}
.branchesBox .branchesList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.awardArea {
  position: relative;
  padding: 150px 0;
  overflow-x: hidden;
  z-index: 1;
}
@media (max-width: 1499px) {
  .awardArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .awardArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .awardArea {
    padding: 60px 0;
  }
}
.awardArea .awardBox {
  position: relative;
  margin-top: 2.5rem;
}
.awardArea .awardBox .controlBox {
  margin-top: 3.375rem;
}
@media (min-width: 769px) {
  .awardArea .awardBox .controlBox {
    display: none;
  }
}
.awardArea .awardList {
  margin-bottom: 0 !important;
}
.awardArea .awardList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardArea .awardList:not(.slick-slider) .awardItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .awardArea .awardList:not(.slick-slider) .awardItem {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .awardArea .awardList .slick-list {
    overflow: visible;
    padding: 0 20%;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .slick-list {
    padding: 0 15%;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .slick-list {
    padding: 0;
    overflow: hidden;
  }
}
.awardArea .awardList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.awardArea .awardList .slick-track .slick-slide {
  height: auto;
}
.awardArea .awardList .slick-track .slick-slide > div {
  height: 100%;
}
.awardArea .awardList .awardItem {
  position: relative;
  height: 100%;
}
.awardArea .awardList .item {
  position: relative;
  height: 100%;
  padding: 3rem 0 1.5rem;
}
@media (max-width: 1180px) {
  .awardArea .awardList .item {
    padding: 0;
  }
}
.awardArea .awardList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: rgba(60, 180, 229, 0.5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .awardArea .awardList .item:has(.linkWrap):hover::before {
    height: 100%;
  }
}
.awardArea .awardList .imgBox {
  position: relative;
  padding: 0 1.5rem;
}
.awardArea .awardList .imgBox .Img {
  max-width: 240px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .awardArea .awardList .imgBox .Img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .imgBox .Img {
    max-width: 180px;
  }
}
.awardArea .awardList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.awardArea .awardList .Txt {
  position: relative;
  border-left: 2px solid #62bcea;
  padding: 0 1.25rem;
  margin-top: 3rem;
}
@media (max-width: 1180px) {
  .awardArea .awardList .Txt {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  .awardArea .awardList .Txt {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt {
    margin-top: 1.5rem;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .Txt {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.awardArea .awardList .Txt .year {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #62bcea;
  margin-bottom: 0.625rem;
}
@media (max-width: 1280px) {
  .awardArea .awardList .Txt .year {
    font-size: 16px;
    margin-bottom: 0.375rem;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt .year {
    font-size: 15px;
  }
}
.awardArea .awardList .Txt .title {
  font-family: Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
  max-width: 240px;
}
@media (max-width: 1280px) {
  .awardArea .awardList .Txt .title {
    font-size: 18px;
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .awardArea .awardList .Txt .title {
    font-size: 16px;
    max-width: 190px;
  }
}
@media (max-width: 375px) {
  .awardArea .awardList .Txt .title {
    max-width: none;
  }
}
.awardArea .awardList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.organizeArea {
  position: relative;
  padding: 160px 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  .organizeArea {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .organizeArea {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .organizeArea {
    padding: 60px 0;
  }
}
.organizeArea .organizeBox {
  position: relative;
}
.organizeArea .organizeBox .textEditor .itemRow .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 991px) {
  .organizeArea .organizeBox .textEditor .itemRow .Img.pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .organizeArea .organizeBox .textEditor .itemRow .Img.mobile {
    display: none;
  }
}

footer {
  z-index: 1;
}
/*# sourceMappingURL=about.css.map */