@charset "UTF-8";
.color-pruple {
  color: #542cf2;
}

.color-pruple-bg {
  background-color: #542cf2;
  border-color: #542cf2;
}

.margin-b-124 {
  margin-bottom: 124px;
}

.margin-b-20 {
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  line-height: 28px;
  color: #01a0d9;
  margin-bottom: 48px;
}

.subtitle-b {
  font-size: 36px;
  font-family: NotoSansCJKtc-Bold;
  line-height: 58px;
  color: #092540;
  margin-bottom: 16px;
}

.subtitle-w {
  font-size: 36px;
  font-family: NotoSansCJKtc-Bold;
  line-height: 58px;
  color: #fff;
  margin-bottom: 16px;
}

.para-b {
  font-size: 16px;
  line-height: 26px;
  color: #092540;
  margin-bottom: 74px;
}

.para-w {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 74px;
}

@media (max-width: 599px) {
  h2 {
    margin-bottom: 36px;
  }
  .subtitle-b,
  .subtitle-w {
    font-size: 24px;
    line-height: 40px;
  }
}
.personnel {
  height: 988px;
  padding-top: 108px;
  background-color: #f1f5f8;
  overflow: hidden;
}
.personnel br {
  display: none;
}
.personnel .circle-bg {
  width: 4320px;
  height: 4320px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 602px;
  left: 50%;
  transform: translateX(-50%);
}
.personnel .image-group img {
  width: 712px;
  height: 452px;
  border: 13px solid #e3ebef;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.personnel .image-group img:nth-child(1) {
  top: 0;
}
.personnel .image-group img:nth-child(2) {
  top: 29px;
  width: 791px;
  height: 502px;
  z-index: 1;
}
.personnel .image-group img:nth-child(3) {
  top: 70px;
  width: 860px;
  height: 546px;
  z-index: 2;
}
.personnel .image-group img:nth-child(4) {
  top: 114px;
  width: 900px;
  height: 571px;
  z-index: 3;
}

.attendance {
  padding: 106px 0 202px 0;
  background-color: #0a2540;
  overflow-x: hidden;
}
.attendance .frame-full {
  width: 1200px;
  margin: auto;
}
.attendance .para {
  max-width: 514px;
  margin-bottom: 94px;
}
.attendance .frame {
  max-width: 884px;
  height: auto;
  margin: auto;
  border: 13px solid #e3ebef;
  border-radius: 20px;
  overflow: hidden;
}
.attendance img {
  width: 100%;
  height: auto;
}
.attendance .notify {
  width: auto;
  padding: 0 18px 0 16px;
  background-color: #3894d2;
  border-radius: 32px;
  font-size: 0;
  white-space: nowrap;
}
.attendance .notify .image-frame {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 18px 10px 0;
  overflow: hidden;
}
.attendance .notify .image-frame img {
  width: 100%;
  height: auto;
}
.attendance .notify .detail {
  font-size: 20px;
  color: #fff;
  line-height: 64px;
}
.attendance .notify-1 {
  position: absolute;
  top: 172px;
  left: calc(50% + 180px);
  animation-name: notify-1;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.attendance .notify-2 {
  background-color: #2a40d2;
  position: absolute;
  bottom: 100px;
  left: calc(50% - 562px);
  animation-name: notify-2;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.attendance .notify-3 {
  background-color: #b8301d;
  position: absolute;
  bottom: -100px;
  left: calc(50% + 134px);
  animation-name: notify-3;
  animation-duration: 1.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes notify-1 {
  0% {
    top: 172px;
  }
  50% {
    top: 160px;
  }
  100% {
    top: 172px;
  }
}
@keyframes notify-2 {
  0% {
    bottom: 100px;
  }
  50% {
    bottom: 88px;
  }
  100% {
    bottom: 100px;
  }
}
@keyframes notify-3 {
  0% {
    bottom: -100px;
  }
  50% {
    bottom: -88px;
  }
  100% {
    bottom: -100px;
  }
}
.salary {
  padding: 120px 60px 144px 60px;
  background-color: #f1f5f8;
  text-align: center;
}
.salary .subtitle-b br,
.salary .para br {
  display: none;
}
.salary .para {
  max-width: 642px;
  margin: 0 auto 100px auto;
}
.salary .frame {
  max-width: 1070px;
  margin: auto;
}
.salary .nav-tabs .nav-item {
  width: 25%;
}
.salary .nav-tabs .nav-link {
  border: 0;
  padding: 22px 30px;
  position: relative;
}
.salary .nav-tabs .nav-link .serial-number {
  margin-right: 22px;
  font-size: 48px;
  font-family: NotoSansCJKtc-Bold;
  color: #092540;
}
.salary .nav-tabs .nav-link .description {
  font-size: 18px;
  line-height: 26px;
  font-family: NotoSansCJKtc-Medium;
  white-space: nowrap;
}
.salary .nav-tabs .nav-item:nth-child(1) .nav-link {
  padding: 22px 0;
}
.salary .nav-tabs .nav-item:nth-child(1) .nav-link::before {
  content: "";
  display: none;
}
.salary .nav-tabs .nav-item:nth-child(4) .nav-link {
  padding: 22px 0 22px 30px;
  margin: 0;
}
.salary .nav-tabs .nav-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #01a0d9;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: rotate(45deg) translateY(-50%);
}
.salary .nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  position: relative;
}
.salary .nav-tabs .nav-link.active:after {
  content: "";
  display: inline-block;
  width: calc(100% - 32px);
  height: 8px;
  background-color: #01a0d9;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.salary .nav-tabs .nav-item:nth-child(2) .nav-link.active:after {
  width: calc(100% - 32px - 32px);
  left: 32px;
}
.salary .nav-tabs .nav-item:nth-child(3) .nav-link.active:after {
  width: calc(100% - 32px - 32px);
  left: 32px;
}
.salary .nav-tabs .nav-item:nth-child(4) .nav-link.active:after {
  width: calc(100% - 32px);
  left: 32px;
}
.salary .tab-content {
  padding: 74px 0;
  font-size: 0;
  font-family: NotoSansCJKtc-Medium;
}
.salary .tab-content .settle-accounts-group {
  padding: 36px 0;
  width: 25%;
  height: 228px;
}
.salary .tab-content .settle-accounts-group .settle-accounts {
  margin-bottom: 24px;
}
.salary .tab-content .settle-accounts-group .icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
  background-color: #119adb;
  position: relative;
}
.salary .tab-content .settle-accounts-group .icon:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.salary .tab-content .settle-accounts-group .detail {
  font-size: 18px;
  line-height: 28px;
}
.salary .tab-content .settle-accounts-group .detail-title {
  font-size: 28px;
  line-height: 64px;
}
.salary .tab-content .image-group {
  width: 75%;
}
.salary .tab-content .image-group .frame {
  max-width: 803px;
  height: 56.25%;
  border-radius: 8px;
  border: 13px solid #e3ebef;
}
.salary .tab-content .image-group img {
  width: 100%;
  height: auto;
}

.explanation {
  padding: 122px 0 156px 0;
}
.explanation .title {
  font-size: 24px;
  font-family: NotoSansCJKtc-Medium;
  color: #092540;
  line-height: 44px;
  margin-bottom: 96px;
}
.explanation .set-group {
  justify-content: center;
}
.explanation .set-group .set {
  width: 332px;
  border: 1px solid #f1f5f8;
  box-shadow: 0 20px 44px 0 rgba(168, 185, 200, 0.2);
  border-radius: 8px;
  background-color: #fff;
  padding: 68px 0 44px 0;
  margin-bottom: 116px;
  margin-right: 44px;
  position: relative;
}
.explanation .set-group .set .sptag {
  top: -4px;
  right: 28px;
  width: 32px;
  height: auto;
}
.explanation .set-group .set .set-title {
  font-size: 24px;
  font-family: NotoSansCJKtc-Medium;
  color: #01a0d9;
  line-height: 44px;
}
.explanation .set-group .set .subtitle {
  font-size: 16px;
  color: #092540;
  line-height: 26px;
  margin-bottom: 16px;
}
.explanation .set-group .set img {
  width: 230px;
  height: auto;
  margin-bottom: 24px;
}
.explanation .set-group .set .red {
  width: 40px;
  line-height: 20px;
  padding: 0 8px;
  background-color: #ea6969;
  color: #fff;
  border-radius: 20px;
  margin-right: 8px;
}
.explanation .set-group .set .green {
  margin: 0 2px;
  color: #8ab716;
}
.explanation .set-group .set:last-of-type {
  margin-right: 0;
  border: solid 4px rgba(201, 232, 255, 0.2);
  box-shadow: 0 20px 44px 0 rgba(116, 161, 201, 0.2);
}
.explanation .link-group {
  font-size: 0;
}
.explanation .link-group .detail {
  font-size: 18px;
  color: #01a0d9;
  line-height: 28px;
  margin: 0 6px 0 0;
}
.explanation .link-group .arrow {
  width: 16px;
  height: 2px;
  background-color: #01a0d9;
  border-radius: 2px;
  position: relative;
}
.explanation .link-group .arrow:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #01a0d9;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: -3px;
  transform: rotate(45deg);
}
.explanation .link-group .arrow:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #01a0d9;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(-45deg);
}

.edu-platform {
  padding: 190px 0 70px 0;
}
.edu-platform .hrmsTitle-main {
  white-space: nowrap;
}
.edu-platform .fadeCircles {
  top: calc(50% + 6px);
  left: calc(50% - 15px);
}
.edu-platform .fadeCircles span {
  background-color: #542cf2;
}

.info-security {
  margin-bottom: 232px;
  padding: 0 48px;
}
.info-security .frame {
  margin: auto;
  max-width: 1222px;
  padding: 83px 48px 79px 48px;
  box-shadow: 0 12px 44px 0 rgba(168, 185, 200, 0.3);
  border-radius: 8px;
  font-size: 0;
}
.info-security .frame img {
  width: 100%;
  height: auto;
}
.info-security .frame .info h3 {
  margin-bottom: 62px;
}
.info-security .frame .info .para-b {
  margin: 0;
  text-align: justify;
}

.service {
  margin-bottom: 246px;
}
.service h3 {
  margin-bottom: 163px;
}
.service .set-group {
  padding: 0 96px;
}
.service .set {
  padding: 0 32px;
  flex: 0 0 20%;
}
.service .set .image {
  width: 88px;
  height: 88px;
  margin-bottom: 36px;
}
.service .set .set-title {
  font-family: NotoSansCJKtc-Bold;
  font-size: 20px;
  line-height: 64px;
  color: #092540;
}
.service .set .detail {
  text-align: center;
}

.method {
  padding: 102px 0 62px 0;
  background-color: #f1f5f8;
}
.method .bg {
  width: 100%;
  background-image: url("../img/hrms/img-cloud.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.method h3 {
  margin-bottom: 36px;
}
.method .para-b {
  margin-bottom: 48px;
}
.method br {
  display: none;
}
.method .frame {
  max-width: 1000px;
  margin: auto;
}
.method .frame img {
  width: 100%;
  height: auto;
}

.examination {
  background-color: #f1f5f8;
  padding: 0 48px 151px 48px;
}
.examination .frame {
  margin: auto;
  max-width: 1222px;
  padding: 113px 0 0 0;
  box-shadow: 0 12px 44px 0 rgba(168, 185, 200, 0.3);
  border-radius: 8px;
}
.examination .frame .image {
  width: 50%;
}
.examination .frame .image img {
  width: 100%;
  height: auto;
}
.examination .frame h2 {
  margin-bottom: 48px;
}
.examination .frame h3 {
  margin-bottom: 16px;
}
.examination .frame h3:last-of-type {
  margin-bottom: 80px;
}
.examination .frame .para-b {
  margin-bottom: 64px;
}
.examination .frame .para-b br {
  display: none;
}
.examination .frame .tab-frame {
  padding: 0 48px;
  max-width: 1070px;
  margin: auto;
}
.examination .frame .nav-tabs {
  max-width: 803px;
  margin: auto;
}
.examination .frame .nav-tabs .nav-item {
  width: 33.33%;
}
.examination .frame .nav-tabs .nav-link {
  border: 0;
  padding: 22px 30px;
  position: relative;
}
.examination .frame .nav-tabs .nav-link .serial-number {
  margin-right: 22px;
  font-size: 48px;
  font-family: NotoSansCJKtc-Bold;
  color: #092540;
}
.examination .frame .nav-tabs .nav-link .description {
  font-size: 18px;
  line-height: 26px;
  font-family: NotoSansCJKtc-Medium;
  white-space: nowrap;
}
.examination .frame .nav-tabs .nav-item:nth-child(1) .nav-link {
  padding: 22px 0;
}
.examination .frame .nav-tabs .nav-item:nth-child(1) .nav-link::before {
  content: "";
  display: none;
}
.examination .frame .nav-tabs .nav-item:nth-child(3) .nav-link {
  padding: 22px 0 22px 30px;
  margin: 0;
}
.examination .frame .nav-tabs .nav-link::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #542cf2;
  position: absolute;
  top: 50%;
  left: -8px;
  transform: rotate(45deg) translateY(-50%);
}
.examination .frame .nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  position: relative;
}
.examination .frame .nav-tabs .nav-link.active:after {
  content: "";
  display: inline-block;
  width: calc(100% - 32px);
  height: 8px;
  background-color: #542cf2;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.examination .frame .nav-tabs .nav-item:nth-child(2) .nav-link.active:after {
  width: calc(100% - 32px - 32px);
  left: 32px;
}
.examination .frame .nav-tabs .nav-item:nth-child(3) .nav-link.active:after {
  width: calc(100% - 32px);
  left: 32px;
}
.examination .frame .tab-content {
  padding-top: 74px;
  font-size: 0;
  font-family: NotoSansCJKtc-Medium;
}
.examination .frame .tab-content .image-frame {
  margin-bottom: 184px;
  max-width: 803px;
  height: 56.25%;
  border-radius: 8px;
  border: 13px solid #fff;
  box-shadow: 0 12px 44px 0 rgba(168, 185, 200, 0.3);
}
.examination .frame .tab-content img {
  width: 100%;
  height: auto;
}
.examination .frame .padding-frame {
  padding: 0 102px;
}
.examination .frame .image-frame {
  width: 100%;
}
.examination .frame .image-frame img {
  width: 100%;
  height: auto;
}

.technology {
  padding: 142px 96px;
}
.technology .row {
  max-width: 1040px;
  margin: auto;
}
.technology img {
  width: 100%;
  height: auto;
}

.formLinksImgBar-exam {
  background-image: url(../img/hrms/img-bg-demo-2.webp);
}

.shareGroup {
  position: absolute;
  left: 0;
  top: 1008px;
  padding-top: 72px;
}

.shareGroupFixed {
  position: fixed;
  left: calc(50% - 596px);
  top: 56px;
}

.info-news {
  padding: 0 48px;
}
.info-news .frame {
  max-width: 1192px;
  padding-top: 144px;
  margin: auto;
}
.info-news .sub-frame {
  max-width: 830px;
  margin: auto;
}
.info-news .sub-frame h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.info-news .share-group .share {
  font-size: 14px;
  line-height: 26px;
  color: rgba(9, 37, 64, 0.5);
  margin-bottom: 20px;
}
.info-news .share-group img {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
}
.info-news .share-group button {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.info-news .share-group button img {
  margin: 0;
}
.info-news .share-group button:focus {
  border: 0;
  outline: none;
}
.info-news .share-group .btn-icon-link::before {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  background-color: #092540;
  position: absolute;
  top: 40px;
  left: 12px;
  transform: rotate(45deg);
}
.info-news .share-group .btn-icon-link::after {
  content: "複製網址";
  display: none;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 16px;
  margin-top: 12px;
  background-color: #092540;
  color: #fff;
}
.info-news .share-group .btn-icon-link:hover::before,
.info-news .share-group .btn-icon-link:hover::after {
  display: block;
}
.info-news .share-group .btn-icon-link:focus::after {
  content: "已複製";
  display: block;
}
.info-news .share-group .btn-icon-link:focus::before {
  display: block;
}
.info-news .times {
  font-size: 0;
  margin-bottom: 28px;
}
.info-news .times img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.info-news .times .date {
  font-size: 14px;
  line-height: 26px;
  color: #8d929d;
  margin-right: 8px;
}
.info-news .times .sort {
  font-size: 14px;
  line-height: 28px;
  color: #01a0d9;
  padding: 0 8px;
  border-radius: 4px;
  background-color: rgba(1, 160, 217, 0.11);
}
.info-news .title {
  font-family: NotoSansCJKtc-Bold;
  font-size: 40px;
  line-height: 56px;
  color: #092540;
  margin-bottom: 32px;
}
.info-news .title br {
  display: none;
}
.info-news .subtitle {
  font-size: 24px;
  line-height: 44px;
  color: #092540;
}
.info-news .title-image,
.info-news .para-image {
  width: 100%;
  height: auto;
}
.info-news .para {
  font-size: 16px;
  line-height: 26px;
  color: #092540;
  margin-bottom: 24px;
}
.info-news .para a {
  color: #01a0d9;
}
.info-news .para-color-block {
  margin-left: 32px;
  position: relative;
}
.info-news .para-color-block:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 26px;
  background-color: #01a0d9;
  position: absolute;
  top: 0;
  left: -16px;
}
.info-news .articleline {
  width: 80px;
  height: 8px;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.info-news .para-title {
  font-size: 24px;
  line-height: 38px;
  color: #092540;
  margin-bottom: 32px;
}
.info-news .para-subtitle {
  font-size: 20px;
  line-height: 38px;
  color: #092540;
}
.info-news .para-subtitle a {
  color: #01a0d9;
}
.info-news .para-subtitle span {
  width: 32px;
}
.info-news .para-subtitle-second {
  font-size: 20px;
  line-height: 38px;
  color: #092540;
  margin: 0 0 32px 32px;
}
.info-news .introduction {
  padding: 48px 90px 44px 54px;
  background-color: #01a0d9;
  font-size: 0;
}
.info-news .introduction img {
  width: 44px;
  height: 44px;
  margin-right: 54px;
}
.info-news .introduction .detail {
  max-width: calc(100% - 98px);
  color: #fff;
}
.info-news .introduction .para {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 32px;
  color: #fff;
}
.info-news .introduction .name {
  font-family: NotoSansCJKtc-Bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.info-news .introduction .name-title {
  font-size: 12px;
  line-height: 24px;
}
.info-news .further-reading {
  font-size: 20px;
  font-family: NotoSansCJKtc-Bold;
  line-height: 32px;
  color: #092540;
  margin-bottom: 24px;
}
.info-news .further-reading ~ p {
  color: #01a0d9;
  text-decoration: underline;
  margin-bottom: 16px;
}
.info-news .set-group .set {
  width: 180px;
  margin: auto;
  margin-bottom: 92px;
}
.info-news .set-group .set img {
  width: 100%;
  height: auto;
}
.info-news .set-group .h4-title {
  font-family: NotoSansCJKtc-Bold;
  font-size: 16px;
  line-height: 26px;
  color: #092540;
}
.info-news .description {
  width: 100%;
  padding: 44px 56px;
  border-radius: 4px;
  border: solid 4px #f1f5f8;
  margin-bottom: 220px;
}
.info-news .description h5 {
  font-size: 20px;
  line-height: 38px;
  color: #092540;
  margin-bottom: 32px;
}
.info-news .description .para {
  margin-bottom: 0;
}
.info-news .description .para-14 {
  font-size: 14px;
}
.info-news .description a {
  color: #01a0d9;
  text-decoration: underline;
  word-break: break-all;
}
.info-news .shareGroup-bottom {
  display: none;
}
.info-news .reading-block {
  margin-bottom: 240px;
}
.info-news .toc {
  display: block;
  margin: 0px auto 30px auto;
  width: 290px;
  line-height: 200%;
}
.info-news .toc a {
  color: #01a0d9;
}
.info-news .toc .toc-sub1 {
  padding-left: 30px;
}
.info-news .toc .toc-sub1 .toc-sub2 {
  padding-left: 30px;
  line-height: 150%;
  font-size: 0.875rem;
  color: #7c939b;
}

.wraller-TCloudIntro {
  width: 100%;
}
.wraller-TCloudIntro .jumbotron {
  width: 100%;
  padding: 0;
  margin: 0;
}
.wraller-TCloudIntro .jumbotron img {
  width: 100%;
  height: auto;
}
.wraller-TCloudIntro .about {
  padding: 240px 24px 200px 24px;
}
.wraller-TCloudIntro .about .frame {
  max-width: 1244px;
  margin: 0 auto;
}
.wraller-TCloudIntro .about .h2 {
  font-size: 84px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #000;
  margin-bottom: 128px;
}
.wraller-TCloudIntro .about .h2:after {
  content: "";
  display: inline-block;
  width: 336px;
  height: 16px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
}
.wraller-TCloudIntro .about .para {
  font-size: 40px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 128px;
}
.wraller-TCloudIntro .about .card-group,
.wraller-TCloudIntro .about .qualifications-group {
  margin-bottom: 192px;
}
.wraller-TCloudIntro .about .card {
  padding: 60px 70px 78px 70px;
  border-radius: 12px;
  box-shadow: 0 0 18px #b2b2b2;
  margin-right: 62px;
}
.wraller-TCloudIntro .about .card .h3 {
  font-size: 44px;
  margin-bottom: 56px;
  font-weight: 400;
}
.wraller-TCloudIntro .about .card br {
  display: none;
}
.wraller-TCloudIntro .about .card .circle {
  width: 380px;
  height: 380px;
  border: 18px solid #0071BC;
  border-radius: 50%;
  margin-bottom: 76px;
  left: 50%;
  transform: translateX(-50%);
}
.wraller-TCloudIntro .about .card .circle-frame {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wraller-TCloudIntro .about .card .employee {
  font-size: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.wraller-TCloudIntro .about .card .employee span {
  font-size: 110px;
  color: #0071BC;
  margin-bottom: 24px;
}
.wraller-TCloudIntro .about .card img {
  width: 38px;
  height: auto;
}
.wraller-TCloudIntro .about .card:last-of-type {
  margin: 0;
}
.wraller-TCloudIntro .about .btn {
  width: 312px;
  font-size: 32px;
  line-height: 80px;
  color: #fff;
  margin: 0;
  border: 0;
  border-radius: 40px;
  padding: 0 52px;
  background: linear-gradient(to right, rgb(46, 49, 146) 0%, rgb(44, 95, 177) 58%, rgb(41, 170, 226) 100%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wraller-TCloudIntro .about .qualifications {
  display: block;
  font-size: 56px;
  color: #333;
  line-height: 144px;
  padding: 0 68px;
  margin-bottom: 48px;
  border-radius: 12px;
  box-shadow: 0 0 18px #b2b2b2;
}
.wraller-TCloudIntro .about .qualifications:last-of-type {
  margin-bottom: 0;
}
.wraller-TCloudIntro .about .step-group {
  font-size: 0;
  margin-bottom: 224px;
}
.wraller-TCloudIntro .about .step {
  height: 560px;
  margin-right: 48px;
  font-size: 30px;
  color: #333;
  border-radius: 12px;
  box-shadow: 0 0 18px #b2b2b2;
  padding: 104px 53px 40px 53px;
}
.wraller-TCloudIntro .about .step img {
  width: 100%;
  height: auto;
  margin-bottom: 78px;
}
.wraller-TCloudIntro .about .step:last-of-type {
  margin: 0;
}
.wraller-TCloudIntro .about .h3 {
  font-size: 42px;
  font-weight: 350;
  line-height: 52px;
  color: #333333;
}
.wraller-TCloudIntro .footer {
  width: 100%;
  font-size: 24px;
  line-height: 82px;
  color: #fff;
  background: linear-gradient(to right, rgb(46, 49, 146) 0%, rgb(44, 95, 177) 58%, rgb(41, 170, 226) 100%);
}

@media (min-width: 997px) and (max-width: 997px) {
  .personnel {
    height: 838px;
  }
  .personnel .image-group img {
    width: 569.6px;
    height: 361.6px;
  }
  .personnel .image-group img:nth-child(2) {
    top: 23.2px;
    width: 632.8px;
    height: 401.6px;
  }
  .personnel .image-group img:nth-child(3) {
    top: 56px;
    width: 688px;
    height: 436.8px;
  }
  .personnel .image-group img:nth-child(4) {
    top: 91.2px;
    width: 720px;
    height: 456.8px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .personnel {
    height: 838px;
  }
  .personnel .image-group img {
    width: 569.6px;
    height: 361.6px;
  }
  .personnel .image-group img:nth-child(2) {
    top: 23.2px;
    width: 632.8px;
    height: 401.6px;
  }
  .personnel .image-group img:nth-child(3) {
    top: 56px;
    width: 688px;
    height: 436.8px;
  }
  .personnel .image-group img:nth-child(4) {
    top: 91.2px;
    width: 720px;
    height: 456.8px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .personnel .image-group img {
    border-width: 10px;
  }
}
@media (max-width: 767px) {
  .personnel .image-group img {
    border-width: 6px;
  }
}
@media (max-width: 719px) {
  .personnel br {
    display: inline;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .personnel {
    height: 720px;
  }
  .personnel .image-group img {
    width: 427.2px;
    height: 271.2px;
  }
  .personnel .image-group img:nth-child(2) {
    top: 17.4px;
    width: 474.6px;
    height: 301.2px;
  }
  .personnel .image-group img:nth-child(3) {
    top: 42px;
    width: 516px;
    height: 327.6px;
  }
  .personnel .image-group img:nth-child(4) {
    top: 68.4px;
    width: 540px;
    height: 342.6px;
  }
}
@media (max-width: 599px) {
  .personnel {
    height: 620px;
  }
  .personnel .circle-bg {
    width: 1200px;
    height: 1200px;
    top: 460px;
  }
  .personnel br {
    display: inline;
  }
  .personnel .image-group img {
    width: 284.8px;
    height: 180.8px;
    border-width: 8px;
  }
  .personnel .image-group img:nth-child(2) {
    top: 11.6px;
    width: 316.4px;
    height: 200.8px;
  }
  .personnel .image-group img:nth-child(3) {
    top: 28px;
    width: 344px;
    height: 218.4px;
  }
  .personnel .image-group img:nth-child(4) {
    top: 45.6px;
    width: 360px;
    height: 228.4px;
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .attendance {
    padding: 106px 100px 202px 100px;
  }
  .attendance .frame-full {
    width: 100%;
  }
  .attendance .notify-2 {
    left: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .attendance {
    padding: 106px 100px 202px 100px;
  }
  .attendance .frame-full {
    width: 100%;
  }
  .attendance .frame {
    margin: 0 98px;
  }
  .attendance .notify .detail {
    font-size: 16px;
    line-height: 48px;
  }
  .attendance .notify-2 {
    left: 38px;
  }
}
@media (max-width: 769px) {
  .attendance {
    padding: 96px 24px 202px 24px;
  }
  .attendance .frame-full {
    width: 100%;
  }
  .attendance .frame {
    margin: 0 24px;
  }
  .attendance .notify .image-frame {
    width: 24px;
    height: 24px;
    margin: 8px 8px 8px 0;
  }
  .attendance .notify .detail {
    font-size: 9px;
    line-height: 16px;
  }
  .attendance .notify-1 {
    top: 224px;
    left: calc(50% + 2px);
    animation-name: notify-1-max769;
    animation-duration: 1.8s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  .attendance .notify-2 {
    left: 6px;
    bottom: 24px;
  }
  .attendance .notify-3 {
    left: calc(50% + 6px);
  }
  @keyframes notify-1-max769 {
    0% {
      top: 224px;
    }
    50% {
      top: 212px;
    }
    100% {
      top: 224px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .attendance .frame {
    border-width: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .attendance {
    padding: 96px 24px 202px 24px;
  }
  .attendance .frame-full {
    width: 100%;
  }
  .attendance .frame {
    margin: 0 56px;
  }
  .attendance .notify .image-frame {
    width: 32px;
    height: 32px;
  }
  .attendance .notify .detail {
    font-size: 16px;
    line-height: 32px;
  }
  .attendance .notify-1 {
    top: 212px;
    left: calc(50% + 112px);
  }
  .attendance .notify-2 {
    left: 18px;
    bottom: 60px;
  }
  .attendance .notify-3 {
    left: calc(50% + 96px);
  }
}
@media (max-width: 767px) {
  .attendance .frame {
    border-width: 10px;
  }
}
@media (max-width: 620px) {
  .attendance .frame {
    border-width: 10px;
  }
  .attendance .notify-2 {
    bottom: 24px;
    animation-name: notify-2-620;
    animation-duration: 1.8s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
  }
  @keyframes notify-2-620 {
    0% {
      bottom: 24px;
    }
    50% {
      bottom: 12px;
    }
    100% {
      bottom: 24px;
    }
  }
}
@media (max-width: 1179px) {
  .salary .nav-tabs .nav-link .description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 945px) and (max-width: 1023px) {
  .salary .nav-tabs .nav-link .serial-number {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .salary .nav-tabs .nav-link .step-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .salary .nav-tabs .nav-link .serial-number {
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .salary .tab-content .image-group .frame {
    border-width: 10px;
  }
}
@media (max-width: 767px) {
  .salary .tab-container {
    display: flex;
    flex-direction: column-reverse;
  }
  .salary .tab-content .settle-accounts-group,
  .salary .tab-content .image-group {
    width: 100%;
  }
  .salary .tab-content .image-group .frame {
    border-width: 10px;
  }
}
@media (max-width: 731px) {
  .salary .subtitle-b br,
  .salary .para br {
    display: inline;
  }
}
@media (min-width: 648px) and (max-width: 700px) {
  .salary .nav-tabs .nav-link .description {
    font-size: 14px;
  }
}
@media (max-width: 647px) {
  .salary {
    padding: 80px 24px 48px 24px;
  }
  .salary .nav-tabs .nav-link .serial-number {
    font-size: 24px;
  }
  .salary .nav-tabs .nav-link .description {
    font-size: 12px;
  }
}
@media (max-width: 1580px) {
  .explanation .set-group {
    margin: 0 64px;
  }
}
@media (max-width: 1140px) {
  .explanation .set-group {
    margin: 0 24px;
  }
  .explanation .set-group .set {
    margin-right: 24px;
    width: calc((100% - 72px) / 4);
  }
  .explanation .set-group .set .set-title {
    font-size: 22px;
  }
  .explanation .set-group .set .subtitle {
    font-size: 15px;
  }
  .explanation .set-group .set img {
    width: 132px;
  }
}
@media (max-width: 1080px) {
  .explanation .link-group .detail {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .explanation .set-group {
    margin: 0 20px;
  }
  .explanation .set-group .set {
    margin-right: 20px;
    width: calc((100% - 60px) / 4);
  }
  .explanation .set-group .set .set-title {
    font-size: 20px;
  }
  .explanation .set-group .set .subtitle {
    font-size: 14px;
  }
  .explanation .set-group .set img {
    width: 112px;
  }
}
@media (min-width: 966px) and (max-width: 1023px) {
  .explanation .set-group {
    margin: 0 16px;
  }
  .explanation .set-group .set {
    margin-right: 16px;
    width: calc((100% - 48px) / 4);
  }
  .explanation .set-group .set .set-title {
    font-size: 20px;
  }
  .explanation .set-group .set .subtitle {
    font-size: 13px;
  }
  .explanation .set-group .set img {
    width: 112px;
  }
}
@media (max-width: 966px) {
  .explanation {
    padding: 80px 0 112px 0;
  }
  .explanation .title {
    margin-bottom: 64px;
  }
  .explanation .set-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .explanation .set-group .set {
    margin: 0 0 48px 0;
    width: 100%;
  }
  .explanation .set-group .set .sptag {
    top: -4px;
    right: 28px;
    width: 32px;
    height: auto;
  }
  .explanation .image {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .edu-platform {
    padding: 64px 0 70px 0;
  }
  .edu-platform .fadeCircles {
    top: calc(50% + 6px);
    left: calc(50% - 15px);
  }
  .edu-platform .fadeCircles span {
    background-color: #542cf2;
  }
}
@media (max-width: 991px) {
  .info-security {
    padding: 0 72px 80px 72px;
    margin-bottom: 120px;
  }
  .info-security .frame {
    padding-top: 0;
  }
}
@media (max-width: 1411px) {
  .service .set-group {
    max-width: 1167px;
    margin: auto;
    flex-wrap: wrap;
  }
  .service .set-group .set {
    flex: 0 0 244px;
    margin-bottom: 96px;
  }
}
@media (max-width: 991px) {
  .service {
    margin-bottom: 112px;
  }
}
@media (max-width: 1319px) {
  .method .bg {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .method .bg {
    padding: 102px 12px 62px 12px;
  }
}
@media (max-width: 751px) {
  .method .para-b br {
    display: inline;
  }
}
@media (max-width: 1414px) {
  .examination {
    padding: 0 96px 151px 96px;
  }
}
@media (max-width: 1179px) {
  .examination .frame .nav-tabs .nav-link .description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .examination .frame .nav-tabs .nav-link .step-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .examination .frame .nav-tabs .nav-link .serial-number {
    font-size: 36px;
  }
  .examination .frame .para-b br {
    display: inline;
  }
  .examination .frame .padding-frame {
    padding: 0 48px;
  }
}
@media (min-width: 945px) and (max-width: 1023px) {
  .examination .frame .nav-tabs .nav-link .serial-number {
    margin-right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .examination .frame .tab-content .image-group .frame {
    border-width: 10px;
  }
}
@media (max-width: 767px) {
  .examination .frame .tab-content .image-group {
    width: 100%;
  }
  .examination .frame .tab-content .image-group .frame {
    border-width: 10px;
  }
}
@media (min-width: 648px) and (max-width: 700px) {
  .examination .frame .nav-tabs .nav-link .description {
    font-size: 14px;
  }
}
@media (max-width: 647px) {
  .examination {
    padding: 0 48px 48px 48px;
  }
  .examination .frame .tab-frame {
    padding: 0 32px;
  }
  .examination .frame .nav-tabs .nav-link .serial-number {
    font-size: 24px;
  }
  .examination .frame .nav-tabs .nav-link .description {
    font-size: 12px;
  }
  .examination .frame .tab-content .image-frame {
    margin-bottom: 120px;
    border-width: 8px;
  }
  .examination .frame .nav-tabs .nav-item:nth-child(2) .nav-link.active:after {
    width: calc(100% - 32px);
    left: 16px;
  }
}
@media (max-width: 1366px) {
  .technology {
    padding-top: 120px;
  }
}
@media (max-width: 1288px) {
  .info-news .frame .share-group.shareGroup {
    display: none;
  }
  .info-news .frame .shareGroup-bottom {
    bottom: -48px;
    left: 0;
    display: block;
  }
  .info-news .frame .shareGroup-bottom .share {
    font-size: 14px;
    line-height: 32px;
    color: rgba(9, 37, 64, 0.5);
    margin-right: 24px;
  }
  .info-news .frame .shareGroup-bottom button {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .info-news .frame .shareGroup-bottom img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  .info-news .frame .shareGroup-bottom button:focus {
    border: 0;
    outline: none;
  }
  .info-news .frame .shareGroup-bottom .btn-icon-link::before {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    background-color: #092540;
    position: absolute;
    top: 48px;
    left: 12px;
    transform: rotate(45deg);
  }
  .info-news .frame .shareGroup-bottom .btn-icon-link::after {
    content: "複製網址";
    display: none;
    font-size: 16px;
    line-height: 32px;
    white-space: nowrap;
    border-radius: 3px;
    padding: 0 16px;
    background-color: #092540;
    color: #fff;
    position: absolute;
    top: 52px;
    left: 0;
  }
  .info-news .frame .shareGroup-bottom .btn-icon-link:hover::before,
  .info-news .frame .shareGroup-bottom .btn-icon-link:hover::after {
    display: inline-block;
  }
  .info-news .frame .shareGroup-bottom .btn-icon-link:focus::after {
    content: "已複製";
    display: inline-block;
  }
  .info-news .frame .shareGroup-bottom .btn-icon-link:focus::before {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .info-news .title br {
    display: inline;
  }
}
@media (max-width: 575px) {
  .info-news .introduction {
    padding: 24px;
  }
  .info-news .introduction .detail {
    max-width: 100%;
    margin-top: 48px;
  }
  .info-news .description {
    padding: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1272px) {
  .wraller-TCloudIntro .about .step {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .wraller-TCloudIntro .about .h2 {
    font-size: 72px;
  }
  .wraller-TCloudIntro .about .h2:after {
    width: 288px;
  }
  .wraller-TCloudIntro .about .para {
    font-size: 36px;
  }
  .wraller-TCloudIntro .about .qualifications {
    font-size: 48px;
  }
  .wraller-TCloudIntro .about .h3 {
    font-size: 36px;
  }
}
@media (min-width: 1147px) and (max-width: 1199px) {
  .wraller-TCloudIntro .about .h2 {
    font-size: 68px;
  }
  .wraller-TCloudIntro .about .h2:after {
    width: 272px;
  }
  .wraller-TCloudIntro .about .para {
    font-size: 32px;
  }
  .wraller-TCloudIntro .about .card .h3 {
    font-size: 36px;
  }
  .wraller-TCloudIntro .about .btn {
    font-size: 28px;
    line-height: 72px;
  }
  .wraller-TCloudIntro .about .step {
    font-size: 26px;
    padding: 104px 48px 40px 48px;
  }
  .wraller-TCloudIntro .about .qualifications {
    font-size: 48px;
  }
  .wraller-TCloudIntro .about .h3 {
    font-size: 36px;
  }
}
@media (max-width: 1134px) {
  .wraller-TCloudIntro .about .step {
    position: relative;
    font-size: 26px;
  }
  .wraller-TCloudIntro .about .step span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media (min-width: 1024px) and (max-width: 1151px) {
  .wraller-TCloudIntro .about .card .circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 16px solid #0071BC;
  }
}
@media (min-width: 1024px) and (max-width: 1146px) {
  .wraller-TCloudIntro .about .h2 {
    font-size: 68px;
  }
  .wraller-TCloudIntro .about .h2:after {
    width: 272px;
  }
  .wraller-TCloudIntro .about .para {
    font-size: 32px;
  }
  .wraller-TCloudIntro .about .card .h3 {
    font-size: 36px;
  }
  .wraller-TCloudIntro .about .btn {
    font-size: 28px;
    line-height: 72px;
  }
  .wraller-TCloudIntro .about .step {
    font-size: 26px;
    padding: 104px 48px 40px 48px;
  }
  .wraller-TCloudIntro .about .qualifications {
    font-size: 48px;
  }
  .wraller-TCloudIntro .about .h3 {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .wraller-TCloudIntro .about .step {
    height: 480px;
  }
  .wraller-TCloudIntro .about .card .circle {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    border: 16px solid #0071BC;
  }
  .wraller-TCloudIntro .about .card .h3 {
    font-size: 36px;
  }
  .wraller-TCloudIntro .about .card .h3 br {
    display: block;
  }
}
@media (max-width: 996px) {
  .wraller-TCloudIntro .about .btn {
    width: 240px;
    font-size: 24px;
    line-height: 72px;
    padding: 0 32px;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .wraller-TCloudIntro .about .step {
    height: 400px;
    font-size: 22px;
    padding: 88px 32px 24px 32px;
  }
}
@media (max-width: 767px) {
  .wraller-TCloudIntro .about .h2 {
    font-size: 40px;
  }
  .wraller-TCloudIntro .about .h2:after {
    width: 160px;
  }
  .wraller-TCloudIntro .about .para {
    font-size: 24px;
  }
  .wraller-TCloudIntro .about .card {
    margin: 0 0 64px 0;
    padding: 64px 32px 56px 32px;
  }
  .wraller-TCloudIntro .about .card .circle {
    width: 280px;
    height: 280px;
  }
  .wraller-TCloudIntro .about .card .employee span {
    font-size: 88px;
  }
  .wraller-TCloudIntro .about .card img {
    width: 31px;
    margin-bottom: 5px;
  }
  .wraller-TCloudIntro .about .btn {
    font-size: 24px;
    line-height: 72px;
    padding: 0 32px;
  }
  .wraller-TCloudIntro .about .qualifications {
    font-size: 24px;
    line-height: 48px;
    padding: 32px;
  }
  .wraller-TCloudIntro .about .step {
    height: 560px;
    font-size: 32px;
    padding: 88px 32px 24px 32px;
    margin: 0 0 64px 0;
  }
  .wraller-TCloudIntro .about .step img {
    width: 320px;
    text-align: center;
    margin: 0 auto 64px auto;
  }
  .wraller-TCloudIntro .about .h3 {
    font-size: 24px;
  }
  .wraller-TCloudIntro .footer {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .wraller-TCloudIntro .about .step img {
    width: 100%;
  }
  .wraller-TCloudIntro .about .step {
    font-size: 24px;
  }
}/*# sourceMappingURL=product_btm_bottom.css.map */