@charset "UTF-8";
body,
html {
  line-height: normal;
  scroll-behavior: smooth;
  font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

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: 1080px) {
  .mb_show_1080 {
    display: none !important;
  }
}
@media screen and (min-width: 976px) {
  .mb_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mb_show {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 1080px) {
  .pc_show_1080 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 975px) {
  .pc_show_976 {
    display: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc_show {
    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);
}
.btn.btn-face:hover {
  background: #64b1fe;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-face {
    width: 158px;
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}
.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);
}
.btn.btn-online:hover {
  background: #64b1fe;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .btn.btn-online {
    margin: 0 auto;
    flex-grow: 0 !important;
  }
}

.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: 1080px;
  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;
  }
}

.fullpage-section-row {
  min-height: 550px;
  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: 60px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .fullpage-section {
    padding: 60px 0 0 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;
}
.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 {
    font-size: 24px;
  }
  .fullpage-section .wrapper-in > .title span {
    font-size: 28px;
  }
}

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

#topbanner {
  background: url(../images/topbanner_wrapper_bg.png) no-repeat;
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-size: cover;
  background-color: #DDEBFF;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 15px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner {
    background: url(../images/topbanner_wrapper_bg.png) no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    background-size: cover;
    background-color: #DDEBFF;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
#topbanner .title-box {
  font-weight: bold;
  margin-bottom: 120px;
  margin-top: 14%;
  flex: 46%;
}
@media screen and (min-width: 0) and (max-width: 1040px) {
  #topbanner .title-box {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .title-box {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #topbanner .title-box {
    margin-top: 12px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 25px;
    text-align: center;
    padding-bottom: 0;
    flex: none;
  }
}
#topbanner .title-box .title {
  color: #292929;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #topbanner .title-box .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 0) and (max-width: 575px) {
  #topbanner .title-box .title {
    font-size: 30px;
  }
}
#topbanner .topbanner-img {
  margin: 70px 0 0 37%;
  flex: 66%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 220px;
  z-index: -1;
  transform: translateZ(0);
}
@media screen and (min-width: 1920px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 40%;
  }
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 33%;
  }
}
@media screen and (min-width: 0) and (max-width: 1180px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 28%;
  }
}
@media screen and (min-width: 0) and (max-width: 1040px) {
  #topbanner .topbanner-img {
    margin: 70px 0 0 23%;
  }
}
@media screen and (min-width: 0) and (max-width: 976px) {
  #topbanner .topbanner-img {
    left: 16%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .topbanner-img {
    margin: 20px 0 0;
    left: inherit;
    min-width: 400px;
    display: flex;
    justify-content: center;
    flex: none;
    bottom: -41px;
  }
}
#topbanner .topbanner-img .people {
  bottom: -15px;
  max-width: 500px;
  max-height: 410px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  #topbanner .topbanner-img .people {
    max-width: inherit;
    width: 74%;
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  #topbanner .topbanner-img .people {
    min-width: 360px;
    max-width: inherit;
    width: 71%;
    margin-left: 24px;
    margin-top: 29px;
  }
}

#faq {
  display: flex;
  padding: 80px 0px 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #EEF5FF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq {
    padding: 40px 0px 50px 0px;
  }
}
#faq .wrapper_in {
  padding: 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .wrapper_in {
    padding: 0 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_title {
    margin-bottom: 0;
  }
}
#faq .section_title .title {
  text-align: center;
}
#faq .section_title .title img {
  width: 150px;
  height: 102px;
}
#faq .section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  #faq .section_content .container {
    width: 1024px !important;
  }
}
#faq .section_content .container .faq-class {
  margin-bottom: 50px;
}
#faq .section_content .container .faq-class-title {
  color: #2D8EF2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  display: flex;
}
#faq .section_content .container .faq-class-title::before {
  content: " ";
  display: block;
  width: 4px;
  height: auto;
  background-color: #2D8EF2;
  margin-right: 20px;
}
#faq .section_content .container ul.faq-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 40px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #faq .section_content .container ul.faq-list {
    margin: 20px 15px;
  }
}
#faq .section_content .container 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 .section_content .container ul.faq-list > li.active .question .fold-btn {
  transform: rotate(0deg);
}
#faq .section_content .container ul.faq-list > li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
#faq .section_content .container 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 .section_content .container ul.faq-list > li .question h2 {
    align-items: normal;
  }
}
#faq .section_content .container ul.faq-list > li .question .q-style {
  margin-right: 6px;
  color: #2D8EF2;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
}
#faq .section_content .container ul.faq-list > li .question .fold-btn {
  width: 23px;
  height: 23px;
  transform: rotate(90deg);
  transition: all 0.25s ease;
}
#faq .section_content .container 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 .section_content .container ul.faq-list > li .answer ol {
  margin-left: 25px;
}
#faq .section_content .container ul.faq-list > li .answer ol li {
  list-style: disc;
}
#faq .section_content .container ul.faq-list > li .answer p,
#faq .section_content .container ul.faq-list > li .answer li {
  color: #616161;
  margin: 0;
}
#faq .section_content .container ul.faq-list > li .answer p:not(:nth-of-type(1)) {
  margin-top: 10px;
}

#online {
  position: relative;
  background: url(../images/online-bg.svg) center center repeat;
  background-size: cover;
  min-height: 719px;
  overflow: hidden;
  background-color: #0869c2;
  padding: 50px 0 50px;
  z-index: 3;
  /* Contact Us */
}
#online .wrapper-in {
  padding: 0;
}
#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;
  }
}
#online .title-box {
  margin-top: 80px;
}
#online .title-box .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #online .title-box .title {
    max-width: initial;
    margin: 0 15px;
  }
}
#online .title-box .section-content-list {
  margin-top: 48px;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list {
    max-width: initial;
    margin: 0 15px;
  }
}
#online .title-box .section-content-list > li + li {
  margin-top: 26px;
}
#online .title-box .section-content-list .title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#online .title-box .section-content-list .title::before {
  content: url(../images/checked.svg);
  margin-right: 6px;
}
@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: 31px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #online .title-box .section-content-list .phone-group {
    margin: 31px 15px 0 15px;
  }
}
#online .title-box .section-content-list .phone-group::before {
  content: url(../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 {
  margin-top: 30px;
  margin-left: 20px;
  height: 830px;
  padding: 15px 30px;
  border-radius: 12px 12px 0 0;
  background-color: #fff;
}
#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: #0069c2;
  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;
}

.footer {
  padding: 0 16px;
  min-height: 32px;
  background: #292929;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer {
    flex-direction: column;
    padding: 6px 16px;
    text-align: center;
  }
}
.footer a {
  color: #fff;
}
.footer ul {
  display: flex;
}
.footer ul li {
  padding: 0 6px;
  border-right: solid 1px #a9a9a9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .footer ul li {
    padding: 0 4px;
  }
}
.footer ul li:last-child {
  border-right: none;
}/*# sourceMappingURL=style.css.map */