@charset "UTF-8";
@keyframes chartArrowMove {
  10% {
    opacity: 1;
  }
  15% {
    transform: translateX(0px);
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(var(--arrow-move-distance));
  }
}
@keyframes chartTooltipsFade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
@keyframes animateScaleDialog {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  6% {
    transform: scale(1);
    opacity: 1;
  }
  65% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes animateScaleArrow {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  6% {
    transform: scale(0);
  }
  12% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes animateScaleTable {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  12% {
    transform: scale(0);
  }
  19% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
}
body,
html {
  scroll-padding-top: 100px;
  line-height: normal;
  scroll-behavior: smooth;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}
@media screen and (max-width: 768px) {
  body,
  html {
    scroll-padding-top: 44px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0 !important;
}

.rowbox-esg {
  display: flex;
  align-items: center;
}

.wow {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media screen and (min-width: 576px) {
  .mb_show_hrm {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc_show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  .pc_show_hrm {
    display: none !important;
  }
}
.img-box img,
.img img {
  max-width: 100%;
}

.btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 10px 67.5px;
  border-radius: 12px;
  font-size: 18px;
  text-align: center;
  min-width: 80px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn {
    padding: 7px 10px;
    font-size: 16px;
  }
}
.btn:hover {
  color: #fff;
}
.btn.btn-face {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 158px;
  height: 44px;
  color: #fff;
  background: #2d8ef2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-face {
    width: 158px;
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-face:hover {
  background: #64b1fe;
  color: #fff;
}
.btn.btn-online {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 20px;
  width: 262px;
  color: #fff;
  background: #2d8ef2;
  box-shadow: 5px 10px 30px 0px rgba(0, 105, 194, 0.3);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-online {
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.btn.btn-online:hover {
  background: #64b1fe;
  color: #fff;
}

.btn-line {
  color: #0069c2;
  border: solid 1px #0069c2;
  background: #fff;
}
.btn-line:hover {
  color: #fff;
  border: solid 1px #4394db;
  box-shadow: 0 0 4px 0 #4394db;
}

.wrapper-in {
  width: calc(100% - 56px);
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .wrapper-in {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.nav {
  min-height: 42px;
  display: flex;
  align-items: stretch;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 100;
}
.nav .logo {
  width: 186px;
  margin-right: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 22px;
  color: #0069c2;
  font-weight: bold;
}
.nav .list {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.nav .list li {
  height: 100%;
  transition: background-color 0.2s ease;
}
.nav .list li:hover, .nav .list li.active {
  background-color: #e6f9fa;
}
.nav .list li > a {
  color: #222;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
}
.nav .btn-call {
  text-align: center;
  background: #0069c2;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 12px 14px;
}
.nav .btn-call i {
  margin-right: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .list li > a {
    padding: 0 8px;
  }
}
.fullpage-section-row {
  min-height: 500px;
  display: flex;
}
.fullpage-section-row .wrapper-in {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section-row .wrapper-in {
    margin: 50px 0 0px;
    flex-direction: column;
  }
  .fullpage-section-row .wrapper-in .btn-group {
    display: flex;
  }
  .fullpage-section-row .wrapper-in .btn-group > .btn {
    flex-grow: 1;
  }
}

.fullpage-section {
  padding: 50px 0;
}
.fullpage-section .wrapper-in {
  position: relative;
  z-index: 2;
}
.fullpage-section .wrapper-in > .title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 32px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section .wrapper-in > .title {
    font-size: 24px;
  }
}
.fullpage-section .wrapper-in > .title span {
  font-size: 36px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .fullpage-section .wrapper-in > .title span {
    font-size: 28px;
  }
}

.bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.background-overlay-wrapper {
  position: relative;
  background: url(../images/group_wrapper_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
}
.background-overlay-wrapper .background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 1280px;
  background: url(../images/background_light.png) lightgray no-repeat;
  mix-blend-mode: screen;
  z-index: 1;
}

#body {
  overflow-x: hidden;
}

.locked {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .mb-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none !important;
  }
}
.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(../../images/loader.gif) center no-repeat #fff;
}

.section {
  --section-gap: 24px;
  overflow: hidden;
  color: #003664;
  padding: 80px var(--section-gap);
}
.section__content {
  max-width: 100%;
  margin: 0 auto;
}
.section__header {
  margin-bottom: 60px;
}
.section__title {
  margin: 0;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.section__subtitle {
  color: #003664;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}
.section__description {
  text-align: center;
  margin-top: 12px;
  color: #003664;
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
}
.section__btn {
  transition-duration: 0.3s;
  margin: auto;
  border-radius: 8px;
  border: 1px solid #ff7800;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7800;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 36px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.section__btn:hover, .section__btn:active {
  background: #ff9100;
  color: #fff;
}
.section__btn.filled {
  background: #ff7800;
  color: #fff;
  border: none;
}
.section__btn.filled:hover, .section__btn.filled:active {
  background: #ff9100;
  color: #fff;
}
.section img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .section .section__content {
    max-width: calc(960px - 2 * var(--section-gap));
  }
}
@media screen and (max-width: 960px) {
  .section .section__content {
    max-width: calc(768px - 2 * var(--section-gap));
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 72px var(--section-gap);
  }
  .section .section__content {
    width: 100%;
    max-width: 480px;
  }
  .section .section__title {
    font-weight: 500;
    font-size: 32px;
  }
  .section .section__subtitle {
    font-weight: 500;
    font-size: 28px;
  }
  .section .section__description {
    font-size: 16px;
    margin-top: 36px;
  }
}

.topbanner {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  background-color: #eaf5ff;
}
@media screen and (max-width: 1200px) {
  .topbanner {
    margin-top: 44px;
  }
}
.topbanner__content {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .topbanner__content {
    max-width: 480px;
    height: auto;
  }
}
.topbanner__main {
  padding: 0px 24px 0px;
  color: #003664;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner__main {
    padding: 48px 24px 0px;
    flex-direction: column;
    justify-content: center;
    height: auto;
  }
}
.topbanner__video {
  width: 55%;
  aspect-ratio: 725/576;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topbanner__video {
    width: 100%;
    min-width: 560px;
    margin-left: 15%;
  }
}
@media screen and (max-width: 500px) {
  .topbanner__video {
    width: 130%;
    margin-left: 15%;
    min-width: unset;
  }
}
.topbanner__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(234, 245, 255, 0) 90%, rgb(234, 245, 255) 100%), radial-gradient(circle at center, rgba(234, 245, 255, 0) 60%, rgb(234, 245, 255) 100%);
}
.topbanner__video-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.topbanner__video-inner video {
  width: 101%;
  height: 101%;
}
.topbanner__text {
  max-width: 454px;
  flex-shrink: 0;
  min-width: 400px;
  margin-left: auto;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .topbanner__text {
    width: 100%;
    min-width: unset;
  }
}
.topbanner__text-inner {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .topbanner__text-inner {
    width: 100%;
    text-align: center;
  }
}
.topbanner__text .topbanner__subtitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .topbanner__text .topbanner__subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.topbanner__text .topbanner__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 32px;
}
@media screen and (max-width: 768px) {
  .topbanner__text .topbanner__title {
    font-size: 18px;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup {
  border: 1px solid rgba(20, 143, 229, 0.3);
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  gap: 4px;
  z-index: 1;
  max-width: 432px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup {
    background: transparent;
    flex-direction: column;
    padding: 0;
    gap: 6px;
    border: none;
    max-width: none;
    margin-bottom: 24px;
    margin-top: auto;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
  border: none;
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input {
    padding: 12px;
    border: 1px solid rgba(20, 143, 229, 0.3);
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::-moz-placeholder {
  color: #003664;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::-moz-placeholder, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__input::placeholder {
  color: #003664;
  font-size: 16px;
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
  transition-duration: 0.3s;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border: none;
  color: #fff;
  background: #ff7800;
  max-width: 150px;
  width: 100%;
  border-radius: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn {
    max-width: none;
  }
}
.topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:hover, .topbanner .topbanner__inputWrapper .topbanner__inputGroup .topbanner__inputBtn:active {
  background: #ff9100;
}

.problem {
  padding-bottom: 60px;
}
.problem__content {
  width: 1126px;
  border-color: #2ea3f5;
  border-width: 2px;
  border-style: solid;
  border-radius: 20px;
}
.problem__title {
  max-width: 92%;
  padding: 0 12px;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -3%;
  background-color: #fff;
}
.problem__title .section__title {
  margin-top: 0px;
}
.problem__main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.problem__img-left {
  position: absolute;
  left: 5%;
  width: 16%;
  bottom: 0;
}
.problem__img-right {
  position: absolute;
  width: 32%;
  right: 6%;
  bottom: 0;
}
.problem__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 64px;
}
.problem__item {
  font-family: Inter;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  background-color: #f2f8ff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}
.problem__item:nth-child(odd) {
  margin-left: -4%;
}
.problem__item:nth-child(even) {
  margin-left: 8%;
}
.problem__item img {
  width: 24px;
  margin-right: 4px;
}
.problem__item div {
  font-weight: 500;
  margin-right: 8px;
}
@media screen and (max-width: 1200px) {
  .problem__item:nth-child(odd) {
    margin-left: 0%;
  }
  .problem__item:nth-child(even) {
    margin-left: 10%;
  }
  .problem .problem__img-left {
    left: 0px;
    width: 15%;
  }
  .problem .problem__img-right {
    right: 2%;
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .problem__main {
    padding-bottom: 2%;
  }
  .problem .problem__img-left {
    left: 0px;
    width: 12%;
  }
  .problem .problem__img-right {
    right: 5%;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .problem {
    padding-bottom: 0px;
  }
  .problem__title {
    max-width: unset;
    padding: 0;
  }
  .problem__content {
    max-width: 576px;
    border-color: transparent;
  }
  .problem__main {
    padding-bottom: 0px;
    align-items: center;
    flex-direction: column;
  }
  .problem__wrapper {
    width: 100%;
    padding-bottom: 0px;
  }
  .problem__item {
    line-height: 150%;
    padding: 8px 12px;
    border-radius: 12px;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .problem__item img {
    display: none;
  }
  .problem__item:nth-child(odd) {
    margin-left: 0%;
  }
  .problem__item:nth-child(even) {
    margin-left: 0%;
  }
  .problem .problem__img {
    margin-top: -8px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .problem .problem__img-left {
    z-index: 1;
    position: relative;
    width: 45%;
    left: 0;
  }
  .problem .problem__img-right {
    margin-left: -15%;
    flex-shrink: 0;
    position: relative;
    width: 70%;
    right: 0;
  }
}

.dataValue {
  background-position: center top;
  background-size: 27px 27px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-image: radial-gradient(#d4d9df 1px, transparent 1px), linear-gradient(104deg, #f1f8ff 15.77%, #deedff 76.78%);
}
.dataValue__title {
  margin-bottom: 0px;
}
.dataValue__title .section__title {
  font-size: 32px;
  font-weight: 500;
}
.dataValue__wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.dataValue .feature {
  width: 320px;
  border-radius: 12px;
  background: #fff;
  padding: 20px;
  font-family: Inter;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  min-height: 200px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .dataValue .feature {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .dataValue .feature .feature__title {
    transform: translateY(20px);
  }
  .dataValue .feature .feature__desc {
    opacity: 1;
    transform: translateY(30px);
    transition-delay: 0.1s;
    color: #0069c2;
  }
}
.dataValue .feature:hover::before {
  opacity: 1;
}
.dataValue .feature:hover .feature__iconWrapper {
  background: #43acf7;
}
.dataValue .feature:hover .feature__title {
  color: #fff;
  transform: translateY(20px);
}
.dataValue .feature:hover .feature__footer {
  border-color: rgba(255, 255, 255, 0.2);
}
.dataValue .feature:hover .feature__btn {
  background: #359be3;
}
.dataValue .feature:hover .feature__arrow {
  filter: brightness(0) invert(1);
}
.dataValue .feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(146deg, #33a7f9 7.54%, #0180d9 97.12%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.dataValue .feature__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.dataValue .feature__iconWrapper {
  border-radius: 6px;
  background: #2ea3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dataValue .feature__icon {
  width: 24px;
  height: 24px;
}
.dataValue .feature__title {
  color: #0069c2;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(20px);
  margin: 0;
}
.dataValue .feature__footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dataValue .feature__btn {
  border-radius: 8px;
  background: #f2f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dataValue .feature__arrow {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .dataValue {
    background-image: unset;
    background-color: #f2f8ff;
  }
  .dataValue__title br {
    display: none;
  }
}

.form {
  background-position: center top;
  background-size: 27px 27px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-image: radial-gradient(#d4d9df 1px, transparent 1px);
}
.form__content {
  width: 1136px;
}
.form__main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}
.form .accordions {
  display: grid;
  place-content: center;
  font-optical-sizing: auto;
  max-width: 320px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .form .accordions {
    max-width: none;
  }
}
.form .accordion {
  padding: 28px 8px;
  border-bottom: 1px solid rgba(0, 54, 100, 0.44) !important;
  cursor: pointer;
  font-family: Inter;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .form .accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.form .accordion:first-child .accordion__imgWrapper {
  padding-bottom: 0;
  padding-right: 0;
}
.form .accordion:last-child {
  border-bottom: none !important;
}
.form .accordion:hover .accordion__title {
  opacity: 1;
}
.form .accordion-active {
  border-bottom: 1px solid rgb(0, 54, 100) !important;
}
.form .accordion-active .accordion__title {
  opacity: 1;
  margin-bottom: 4px;
}
.form .accordion-active .accordion__content {
  grid-template-rows: 1fr;
}
.form .accordion-active .accordion__content > * {
  animation: overflowModify 0.5s ease-in-out forwards;
}
.form .accordion__title {
  color: #003664;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.44;
  transition-duration: 0.2s;
}
.form .accordion__subtitle {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 150%;
}
.form .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s ease-in-out;
}
.form .accordion__content > * {
  overflow: hidden;
}
.form .accordion__content .accordion__subtitle {
  font-size: 16px;
  font-weight: 500;
}
.form .accordion__content div {
  color: #003664;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.form .accordion__link {
  margin-top: 20px;
  display: block;
  color: #2d8ef2;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .form .accordion__link {
    margin-top: 14px;
  }
}
.form .accordion__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form .accordion__imgWrapper {
  margin-top: 10px;
  padding: 2px;
  border-radius: 9.272px;
  background: #e8f4fc;
}
@media screen and (min-width: 769px) {
  .form .accordion__imgWrapper {
    display: none !important;
  }
}
.form .accordion__imgWrapper--2 {
  padding: 6%;
}
.form .accordion__imgPc {
  width: 77%;
  border-radius: 24px;
  background: #e8f4fc;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form .accordion__imgPc {
    display: none;
  }
}
.form .form__carouselCell--2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .form__carouselCell--2 .form__carouselCellImg {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .form {
    background-image: unset;
    background-color: #ffffff;
  }
}

.report {
  background-position: center top;
  background-size: 27px 27px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-image: radial-gradient(#d4d9df 1px, transparent 1px), linear-gradient(124deg, #f1f8ff 12.89%, #deedff 88.49%);
}
.report__content {
  width: 1136px;
}
.report__main {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 60px;
}
.report__carouselCell {
  width: 100%;
  top: 0;
}
.report__carouselCell--animation {
  display: flex;
  justify-content: center;
}
.report__carouselCell--table {
  opacity: 0;
  margin-top: 18%;
  margin-right: -30%;
  width: 83%;
}
.report__carouselCell--dialog {
  opacity: 0;
  margin-top: 10%;
  width: 40%;
}
.report__carouselCell--arrow {
  opacity: 0;
  width: 15%;
  position: absolute;
  bottom: 5%;
  right: 40%;
}
.report .accordion.accordion-active,
.report .report__carouselCell--3.is-selected {
  transform-origin: center;
}
.report .accordion.accordion-active .report__carouselCell--dialog,
.report .report__carouselCell--3.is-selected .report__carouselCell--dialog {
  animation: animateScaleDialog 5s ease-in-out infinite forwards 0.3s;
}
.report .accordion.accordion-active .report__carouselCell--arrow,
.report .report__carouselCell--3.is-selected .report__carouselCell--arrow {
  transform-origin: right bottom;
  animation: animateScaleArrow 5s ease-in-out infinite forwards 0.3s;
}
.report .accordion.accordion-active .report__carouselCell--table,
.report .report__carouselCell--3.is-selected .report__carouselCell--table {
  animation: animateScaleTable 5s ease-in-out infinite forwards 0.3s;
}
.report .accordions {
  display: grid;
  place-content: center;
  font-optical-sizing: auto;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .report .accordions {
    max-width: none;
  }
}
.report .accordion {
  padding: 28px 8px;
  border-bottom: 1px solid rgba(0, 54, 100, 0.44) !important;
  cursor: pointer;
  font-family: Inter;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .report .accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.report .accordion:first-child .accordion__imgWrapper {
  padding-bottom: 0;
  padding-right: 0;
}
.report .accordion:last-child {
  border-bottom: none !important;
}
.report .accordion:hover .accordion__title {
  opacity: 1;
}
.report .accordion-active {
  border-bottom: 1px solid rgb(0, 54, 100) !important;
}
.report .accordion-active .accordion__title {
  opacity: 1;
  margin-bottom: 4px;
}
.report .accordion-active .accordion__content {
  grid-template-rows: 1fr;
}
.report .accordion-active .accordion__content > * {
  animation: overflowModify 0.5s ease-in-out forwards;
}
.report .accordion__title {
  color: #003664;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.44;
  transition-duration: 0.2s;
}
.report .accordion__subtitle {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 150%;
}
.report .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s ease-in-out;
}
.report .accordion__content > * {
  overflow: hidden;
}
.report .accordion__content .accordion__subtitle {
  font-size: 16px;
  font-weight: 500;
}
.report .accordion__content div {
  color: #003664;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.report .accordion__link {
  margin-top: 20px;
  display: block;
  color: #2d8ef2;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .report .accordion__link {
    margin-top: 14px;
  }
}
.report .accordion__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.report .accordion__imgWrapper {
  margin-top: 10px;
  padding: 2px;
  border-radius: 9.272px;
}
@media screen and (min-width: 769px) {
  .report .accordion__imgWrapper {
    display: none !important;
  }
}
.report .accordion__imgPc {
  width: 77%;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .report .accordion__imgPc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .report {
    background-image: unset;
    background-color: #f2f8ff;
  }
}

.dashboard {
  background-position: center top;
  background-size: 27px 27px, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-image: radial-gradient(#d4d9df 1px, transparent 1px), linear-gradient(104deg, #f1f8ff 15.77%, #deedff 76.78%);
}
.dashboard__content {
  width: 740px;
}
.dashboard__main {
  margin-bottom: 40px;
}
.dashboard__imgWrapper {
  display: flex;
  justify-content: center;
}
.dashboard__chart {
  position: relative;
  --arrow-move-distance: 200%;
}
.dashboard__chart .arrow {
  width: 2.5%;
  opacity: 0;
  transform: translateX(var(--arrow-move-distance));
  left: 25.5%;
  bottom: 34.5%;
  position: absolute;
  animation: chartArrowMove 7s ease-in-out infinite;
}
.dashboard__chart .tooltips {
  opacity: 0;
  top: 40%;
  width: 20%;
  position: absolute;
  bottom: 55%;
  left: 28%;
  animation: chartTooltipsFade 7s ease-in-out infinite;
}
.dashboard__chart--2 {
  margin-top: 32px;
  --arrow-move-distance: -200%;
}
.dashboard__chart--2 .arrow {
  transform: translateX(var(--arrow-move-distance));
  left: 49%;
  bottom: 44.5%;
  animation: chartArrowMove 7s ease-in-out infinite 1s;
}
.dashboard__chart--2 .tooltips {
  opacity: 0;
  top: 45%;
  width: 20%;
  position: absolute;
  left: auto;
  right: 29%;
  animation: chartTooltipsFade 7s ease-in-out infinite 1s;
}
@media screen and (max-width: 768px) {
  .dashboard {
    background-image: unset;
    background-color: #f2f8ff;
  }
}

.compare {
  background-position: center top;
  background-size: 27px 27px;
  background-repeat: repeat;
  background-image: radial-gradient(#d4d9df 1px, transparent 1px);
}
.compare__content {
  width: 920px;
}
.compare__main {
  margin: 0 auto;
  position: relative;
}
.compare__main--pc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 60px;
}
.compare__main--pc .compare__item {
  width: 46%;
}
.compare__main--pc .compare__item ul li {
  background-color: #f2f2f2;
  padding: 36px 18px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #003664;
  font-size: 18px;
  border-bottom: 1.125px solid #eee;
}
.compare__main--pc .compare__item ul li:last-child {
  border-bottom: none;
}
.compare__main--pc .compare__item--max {
  width: 54%;
}
.compare__main--pc .compare__item--max .compare__head {
  background-color: #2d8ef2;
  font-weight: 600;
}
.compare__main--pc .compare__item--max ul li {
  font-weight: 600;
  background-color: #f2f8ff;
}
.compare__main--pc .compare__head {
  padding: 22px 18px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 24px;
  color: #fff;
  background-color: #7e7e7e;
}
.compare__main--pc .compare__head img {
  margin-right: 8px;
}
.compare__main--pc .compare__decorate {
  width: 28%;
  right: -5%;
  bottom: -1%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .compare__main--pc {
    display: none;
  }
}
.compare__main--mb {
  pointer-events: none;
  opacity: 0;
  height: 0;
}
.compare__main--mb .compare__top {
  position: relative;
}
.compare__main--mb .compare__top__shadow {
  display: flex;
  padding: 20px 16px;
  opacity: 0;
  pointer-events: none;
}
.compare__main--mb .compare__top__carousel {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}
.compare__main--mb .compare__top__carouselCell {
  padding: 0 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 22px;
  font-weight: 600;
  color: white;
  background-color: #7e7e7e;
}
.compare__main--mb .compare__top__carouselCell:first-child {
  background-color: #2d8ef2;
}
.compare__main--mb .compare__top__carouselCell:first-child img {
  transform: translateY(-10%);
}
.compare__main--mb .compare__bottom {
  position: relative;
}
.compare__main--mb .compare__bottom span {
  font-size: 14px;
}
.compare__main--mb .compare__bottom-item {
  background-color: #f2f2f2;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.compare__main--mb .compare__bottom-item ul li {
  display: flex;
  min-height: 116px;
  background-color: #f2f8ff;
  padding: 20px 16px;
  flex-direction: column;
  justify-content: center;
}
.compare__main--mb .compare__bottom-item.active {
  opacity: 1;
  pointer-events: all;
}
.compare__main--mb .compare__bottom-item:last-child {
  top: 0;
  width: 100%;
  position: absolute;
}
.compare__main--mb .compare__bottom-item:last-child li {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.compare__main--mb .compare__bottom-item .compare__bottom-subtitle {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.compare__main--mb .compare__bottom-item .compare__bottom-subtitle img {
  margin-right: 8px;
}
.compare__main--mb .compare__pagination {
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.compare__main--mb .compare__pagination .compare__paginationCell {
  width: 3%;
  padding-bottom: 2%;
  border-radius: 100px;
  background-color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.compare__main--mb .compare__pagination .compare__paginationCell.active {
  width: 6%;
  background-color: #2d8ef2;
}
.compare__main--mb .compare__decorate {
  position: absolute;
  width: 120px;
  right: 0%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .compare__main--mb {
    opacity: 1;
    pointer-events: all;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .compare {
    background-image: unset;
    background-color: #ffffff;
  }
}

.faq {
  background-color: #f1f8ff;
}
.faq__content {
  width: 1024px;
}
.faq .faq-class {
  margin-bottom: 50px;
}
.faq ul.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 40px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .faq ul.faq-list {
    margin: 20px 15px;
  }
}
.faq ul.faq-list > li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq ul.faq-list > li.active .question .fold-btn {
  transform: rotate(0deg);
}
.faq ul.faq-list > li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.faq ul.faq-list > li .question h2 {
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .faq ul.faq-list > li .question h2 {
    align-items: normal;
  }
}
.faq ul.faq-list > li .question .q-style {
  margin-right: 6px;
  color: #2d8ef2;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
}
.faq ul.faq-list > li .question .fold-btn {
  width: 23px;
  height: 23px;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
.faq ul.faq-list > li .answer {
  display: none;
  padding: 10px 15px 0 35px;
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.faq ul.faq-list > li .answer ol {
  margin-left: 25px;
}
.faq ul.faq-list > li .answer ol li {
  list-style: disc;
}
.faq ul.faq-list > li .answer p,
.faq ul.faq-list > li .answer li {
  color: #616161;
  margin: 0;
}
.faq ul.faq-list > li .answer p:not(:nth-of-type(1)) {
  margin-top: 10px;
}

#online {
  background: linear-gradient(117deg, #35a9fb 16.25%, #0180d9 88.15%) !important;
  background-size: cover;
  min-height: 719px;
  overflow: hidden;
  background-color: #0869c2;
  padding: 50px 0 0;
  /* Contact Us */
}
#online .wrapper-in {
  padding: 0;
  margin: 0 auto;
  max-width: 1055px;
  width: calc(100% - 56px);
  justify-content: space-between;
}
#online .wrapper-in.online-wrapper {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #online .wrapper-in.online-wrapper {
    align-items: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#online .title-box {
  margin-top: 45px;
}
#online .title-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  #online .title-box .title {
    max-width: initial;
    margin: 0;
  }
}
#online .title-box .section-content-list {
  margin-top: 50px !important;
  max-width: 419px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list {
    max-width: initial;
    margin: 0 !important;
  }
}
#online .title-box .section-content-list > li + li {
  margin-top: 15px;
}
#online .title-box .section-content-list .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
}
#online .title-box .section-content-list .title::before {
  content: url(/products/HRMax/images/checked.svg);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .title {
    margin-top: 20px;
    font-size: 24px;
  }
}
#online .title-box .section-content-list .stext {
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .stext {
    font-size: 16px;
    line-height: 1.5;
  }
}
#online .title-box .section-content-list .phone-group {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
#online .title-box .section-content-list .phone-group div {
  margin-top: 10px;
  letter-spacing: 0.24px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .phone-group {
    margin: 31px 0 0;
  }
}
#online .title-box .section-content-list .phone-group::before {
  content: url(/products/HRMax/images/phone.svg);
  margin-right: 6px;
  vertical-align: middle;
}
#online .title-box .section-content-list .phone-group .phone-call {
  margin-right: 4px;
  width: 28px;
  fill: #fff;
  font-weight: bold;
}
#online #contactUsPageForm {
  max-width: 528px;
  width: 100% !important;
  padding: 30px 65px 70px !important;
  margin-top: 30px;
  margin-left: 20px;
  height: 830px;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  #online #contactUsPageForm {
    padding: 15px 30px !important;
    margin-left: 0;
  }
}
#online #contactUsPageForm .modal-body {
  padding: 0 !important;
}
#online #contactUsPageForm .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
#online #contactUsPageForm .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
#online .row {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  #online #contactUsPageForm .modal-body {
    padding: 10px;
  }
}
#online #contactUsPageForm .displayNone {
  display: none;
}
#online #newCompanyInfo .errorInfo,
#online #contactUsPageForm .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
#online #contactUsPageForm label {
  padding: 9px 6px 4px 0;
}
#online #contactUsPageForm label {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
  margin: 0 3px;
}
#online #contactUsPageForm label.required:after {
  content: "*";
  color: #ea475b;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  #online #contactUsPageForm .job-title {
    text-align: right;
  }
}
#online #contactUsPageForm #queryCompanyInput {
  margin: 8px 0 0;
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #resetQueryCompany {
  margin-top: 48px;
}
#online #contactUsPageForm #queryCompanyBtn {
  margin-top: 42px;
  color: #1654b9;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #online #contactUsPageForm #queryCompanyBtn {
    margin-left: -16px;
  }
}
#online #contactUsPageForm #resetQueryCompany .fa-times {
  cursor: pointer;
  color: #ea475b;
}
#online #contactUsPageForm #companyName {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
#online #contactUsPageForm #queryCompanyList {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
#online #contactUsPageForm #searchInfoRow {
  margin: 0 3px;
}
#online #contactUsPageForm #queryCompanyList li.searching:hover {
  background-color: white !important;
}
#online #contactUsPageForm #queryCompanyList li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
#online #contactUsPageForm #queryCompanyList li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
#online #contactUsPageForm #queryCompanyList li:hover {
  background-color: lightblue;
}
#online #contactUsPageForm #userName {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #empNum {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #identityCategory {
  height: 38px;
  margin: 8px 0 0 0;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
#online #contactUsPageForm #phoneAreaCode,
#online #phoneNum,
#online #phoneExt {
  margin: 8px 0 0 0;
}
#online #contactUsPageForm #message {
  height: 70px;
}
#online #contactUsPageForm .J104Checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
@media screen and (max-width: 991px) {
  #online #contactUsPageForm .J104Checkbox {
    grid-template-columns: 1fr;
  }
}
#online .btn-submit {
  width: 180px;
  height: 50px;
  border-radius: 4px;
  background-color: #ff7800;
  color: #fff;
  font-size: 18px;
}
#online .J104Text,
#online .J104Number,
#online .J104Select {
  margin: 0 3px;
}
#online .J104Text input,
#online .J104Text textarea,
#online .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 16px;
  height: 38px;
  color: #7e7e7e;
}
#online .J104Text input ::-moz-placeholder, #online .J104Text textarea ::-moz-placeholder, #online .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
#online .J104Text input ::placeholder,
#online .J104Text textarea ::placeholder,
#online .J104Select .field ::placeholder {
  color: #7e7e7e;
}
#online .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}

.modal-dialog {
  max-width: 822px !important;
  width: 100% !important;
}
.modal-content {
  border-radius: 8px !important;
  background: #fff;
  box-shadow: 0px 2px 4px 1px rgba(200, 201, 204, 0.5) !important;
  position: relative;
  border: none !important;
}
.modal-header {
  border: none !important;
  padding-top: 36px !important;
}
.modal-footer {
  border: none !important;
  padding-bottom: 36px !important;
}
.modal .modal-body {
  max-height: calc(100dvh - 120px) !important;
  overflow: auto !important;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .modal .modal-body {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.modal-title {
  text-align: center;
  color: #003664;
  font-family: "Microsoft JhengHei";
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
.modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close {
  border: none;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.modal__btn {
  transition-duration: 0.3s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 150px;
  justify-content: center;
  align-items: center;
  background: #ff7800;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 8px;
  border: none;
  height: 48px;
}
.modal__btn:hover, .modal__btn:active {
  background-color: #ff9100;
}
.modal #contactUsPageForm2 {
  max-width: 394px;
  width: 100%;
  margin: auto;
}
.modal #contactUsPageForm2 .form-title {
  font-size: 24px;
  margin: 0 19px 5px 0px;
  color: #292929;
  font-weight: 600;
}
.modal #contactUsPageForm2 .content-title {
  color: #292929;
  font-weight: bold;
  font-size: 14px;
}
.modal .row {
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-bottom: 21px;
}
.modal #contactUsPageForm2 .displayNone {
  display: none;
}
.modal #newCompanyInfo2 .errorInfo,
.modal #contactUsPageForm2 .errorInfo {
  color: #ea475b;
  font-size: 85%;
}
.modal #contactUsPageForm2 label {
  padding: 9px 6px 4px 0;
}
.modal #contactUsPageForm2 label {
  color: #003664;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  padding: 0;
  font-weight: 700;
}
.modal #contactUsPageForm2 label.required:after {
  content: "*";
  color: #ea475b;
  margin-left: 4px;
  display: inline-block;
}
.modal #contactUsPageForm2 #queryCompanyInput2 {
  font-size: 16px;
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #resetQueryCompany2 {
  margin-top: 34px;
}
.modal #contactUsPageForm2 #queryCompanyBtn2 {
  margin-top: 30px;
  color: #0069c2;
  font-size: 16px;
  text-decoration: underline;
  align-items: flex-end;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .modal #contactUsPageForm2 #queryCompanyBtn2 {
    margin-left: -16px;
  }
}
.modal #contactUsPageForm2 #resetQueryCompany2 .fa-times {
  cursor: pointer;
  color: #ea475b;
}
.modal #contactUsPageForm2 #companyName2 {
  color: #3f5dab;
  text-align: left;
  font-size: 12pt;
  padding: 7px 0 0 3px;
  display: none;
}
.modal #contactUsPageForm2 #queryCompanyList2 {
  list-style: none;
  padding-left: 0;
  border: 1pt solid #b9b9b9;
  display: none;
  background: white;
  position: absolute;
  z-index: 100;
  text-align: left;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}
.modal #contactUsPageForm2 #searchInfoRow2 {
  margin: 0 3px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching:hover {
  background-color: white !important;
}
.modal #contactUsPageForm2 #queryCompanyList2 li.searching {
  cursor: default !important;
  color: #9a9a9a;
}
.modal #contactUsPageForm2 #queryCompanyList2 li {
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}
.modal #contactUsPageForm2 #queryCompanyList2 li:hover {
  background-color: lightblue;
}
.modal #contactUsPageForm2 #userName2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal .J104Text,
.modal .J104Number,
.modal .J104Select {
  margin: 0px;
}
.modal .J104Text:has(#userName2),
.modal .J104Text:has(#phoneAreaCode2),
.modal .J104Text:has(#phoneNum2) {
  margin-right: 8px !important;
}
.modal #contactUsPageForm2 #empNum2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #identityCategory2 {
  height: 38px;
  border-radius: 4px;
  border: solid 1px #eee;
  background-color: #f3f3f3;
}
.modal #contactUsPageForm2 #message2 {
  height: 70px;
}
.modal .J104Text input,
.modal .J104Text textarea,
.modal .J104Select .field {
  padding: 8px 12px;
  border-radius: 4px;
  border: solid 1px #eeeeee;
  background-color: #f3f3f3;
  box-shadow: none;
  font-size: 16px;
  height: 38px;
  color: #7e7e7e;
}
.modal .J104Text input ::-moz-placeholder, .modal .J104Text textarea ::-moz-placeholder, .modal .J104Select .field ::-moz-placeholder {
  color: #7e7e7e;
}
.modal .J104Text input ::placeholder,
.modal .J104Text textarea ::placeholder,
.modal .J104Select .field ::placeholder {
  color: #7e7e7e;
}
.modal .J104Select .field:after {
  border-left: none;
  background: none;
  line-height: 38px;
}
.modal #email2,
.modal #queryCompanyInput2,
.modal #userName2,
.modal #empNum2,
.modal #identityCategory2,
.modal #phoneAreaCode2,
.modal #phoneNum2,
.modal #phoneExt2,
.modal #source2,
.modal #message2 {
  color: #003664 !important;
}

.J104Mask.gray {
  z-index: 2000 !important;
}

.J104BoxDialog.wrapper {
  z-index: 2100 !important;
}

.side-menu {
  z-index: 300 !important;
}/*# sourceMappingURL=style.css.map */