@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;
}

.wow {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .mb_show {
    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 .btn {
  margin-right: 16px;
}
.btn-group .btn:last-child {
  margin-right: 0;
}

.btn {
  display: inline-block;
  padding: 10px 67.5px;
  border-radius: 4px;
  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-face {
  font-size: 18px;
  width: 243px;
  color: #fff;
  border: solid 1px #0069c2;
  background: #0069c2;
}
.btn-face:hover {
  border: solid 1px #4394db;
  background: #4394db;
}

.btn-line {
  color: #0069c2;
  border: solid 1px #0069c2;
  background: #fff;
}
.btn-line:hover {
  color: #4394db;
  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 5px;
  }
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 16px;
  min-height: 70px;
  width: 100%;
  z-index: 101;
}
.header.show_nav_background {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.header .logo {
  margin-right: 52px;
}
.header .main_menu_light {
  color: #2c8ef2;
}
.header .has-submenu {
  position: relative;
}
.header .has-submenu:hover .sub_menu {
  display: block;
  border-radius: 10px;
}
.header .has-submenu:hover .menu_li {
  color: #1260a5;
}
.header .has-submenu:hover .menu_li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #1260a5;
}
.header .sub_menu {
  position: absolute;
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 20px;
}
.header .sub_menu .sub_menu_ul {
  box-shadow: 0 2px 4px 0 rgba(199, 199, 199, 0.5);
  background-color: #fff;
  min-width: 230px;
  overflow: hidden;
  color: #5E5E5E;
  border-radius: 10px;
}
.header .sub_menu .sub_menu_ul .sub_menu_li {
  padding: 6px 12px;
}
.header .sub_menu .sub_menu_ul .sub_menu_li:first-child {
  padding: 12px 12px 0px;
}
.header .sub_menu .sub_menu_ul .sub_menu_li:last-child {
  padding: 0px 12px 12px;
}
.header .sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a {
  transition: all 0.3s ease;
  min-height: inherit;
  height: 50px;
  margin-left: 0;
}
.header .sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover {
  color: #0069C2;
}
.header .sub_menu .sub_menu_ul .sub_menu_li .sub_menu_li_a:hover:after {
  display: none;
}
.header .menu {
  display: flex;
  font-size: 16px;
  flex-grow: 1;
  margin-bottom: 0;
}
.header .menu a {
  min-height: 70px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-left: 22px;
  padding: 0 8px;
  text-decoration: none;
}
.header .menu a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #0069c2;
  bottom: 0;
  left: 0;
  transition: height 0.2s ease;
}
.header .menu a:hover, .header .menu a.active {
  color: #0069c2;
}
.header .menu a:hover:after, .header .menu a.active:after {
  height: 4px;
}
.header .menu a.hover-fixed {
  cursor: inherit;
  text-decoration: none;
}
.header .btn-call {
  text-align: center;
  background: #0069c2;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  width: 154px;
  margin-right: 24px;
  border-radius: 4px;
  border: solid 1px #0069c2;
  padding: 10px 0px;
  text-decoration: none;
}
.header .btn-call:hover {
  border: solid 1px #4394db;
  background: #4394db;
}
.header .btn-call i {
  margin-right: 2px;
  width: 16px;
}

.header-m {
  min-height: 44px;
  display: flex;
  align-items: center;
  /* padding: 0 16px; */
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(169, 169, 169, 0.8);
  z-index: 100;
}
.header-m .menu-burger {
  display: block;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header-m .menu-burger #burgerCheck {
  display: none;
  width: 12px;
  height: 30px;
}
.header-m .menu-burger #burgerCheck_label > span {
  height: 2px;
  width: 16px;
  border-radius: 2px;
  display: block;
  position: relative;
  background: #0069c2;
}
.header-m .menu-burger #burgerCheck_label > span:before, .header-m .menu-burger #burgerCheck_label > span:after {
  height: 2px;
  width: 16px;
  border-radius: 2px;
  display: block;
  position: absolute;
  content: "";
  background: #0069c2;
  transition: all 0.2s ease-in-out;
}
.header-m .menu-burger #burgerCheck_label > span:before {
  top: -7px;
}
.header-m .menu-burger #burgerCheck_label > span:after {
  top: 7px;
}
.header-m .menu-burger #burgerCheck_label.show span, .header-m .menu-burger #burgerCheck_label.show :hover span {
  background: transparent;
}
.header-m .menu-burger #burgerCheck_label.show span:before {
  transform: rotate(45deg) translate(7px, 3.5px);
  opacity: 1;
  background: #0069c2;
}
.header-m .menu-burger #burgerCheck_label.show span:after {
  transform: rotate(-45deg) translate(7px, -3.5px);
  background: #0069c2;
}
.header-m .menu-burger .nav__menu {
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: height 1s ease;
}
.header-m .menu-burger .nav__menu a {
  margin-left: initial;
  width: 100%;
  font-weight: 600;
  display: block;
  text-align: center;
  background: #f5f8ff;
  border-top: 1px solid #ddd;
  padding: 10px;
  color: #292929;
}
.header-m .menu-burger .nav__menu a:hover {
  color: #0069c2;
}
.header-m .menu-burger .nav__menu > a {
  transition: 0.2s;
}
.header-m .menu-burger .nav__menu.show {
  visibility: visible;
  height: auto;
}
.header-m .logo {
  width: 140px;
  margin-left: 12px;
}
.header-m .logo img {
  max-width: 100%;
}
.header-m .btn {
  display: block;
  padding: 5px;
  font-size: 14px;
}
.header-m .btn-call {
  text-align: center;
  background: #0069c2;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  width: 100px;
  border-radius: 4px;
  border: solid 1px #0069c2;
  padding: 5px 0px;
}
.header-m .btn-call:hover {
  border: solid 1px #4394db;
  background: #4394db;
  color: #FFF;
}
.header-m .btn-call i {
  margin-right: 2px;
  width: 16px;
}

.btn-call.mb_show {
  position: fixed;
  top: 60px;
  right: 14px;
  width: 18px;
  height: 18px;
  background-color: #0069c2;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.btn-call.mb_show img {
  width: 18px;
  height: 18px;
  vertical-align: baseline;
}

.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;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .nav .list li > a {
    padding: 0 8px;
  }
}
.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;
}

.fullpage-section-row {
  min-height: 500px;
  display: flex;
}
.fullpage-section-row .wrapper-in {
  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;
    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: 80px 0;
}
.fullpage-section .wrapper-in {
  z-index: 2;
}
.fullpage-section .wrapper-in > .title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  font-size: 32px;
  color: #292929;
  z-index: 2;
}
.fullpage-section .wrapper-in > .title span {
  font-size: 36px;
  color: #292929;
}
.fullpage-section .wrapper-in > .title span.blue-title {
  color: #0069c2;
}
@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: 30px;
  }
}

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

.bubbles-section .rotated-15-infinite {
  animation: rotated 15s infinite linear;
}
.bubbles-section .rotated-20-infinite {
  animation: rotated 20s infinite linear;
}
.bubbles-section .animationFramesOne-25-infinite {
  animation: animationFramesOne 25s infinite linear;
}
.bubbles-section .animationFramesOne-30-infinite {
  animation: animationFramesOne 30s alternate infinite linear;
}
.bubbles-section .shape-two {
  left: 12%;
  top: 25%;
}
.bubbles-section .shape-two path {
  transform: scale(8);
}
.bubbles-section .shape-three {
  left: 27%;
  top: 70%;
}
.bubbles-section .shape-four {
  right: 0;
  bottom: 0;
}
.bubbles-section .shape-four path {
  transform: scale(2);
}
.bubbles-section .shape-five {
  right: 12%;
  bottom: 25%;
}
.bubbles-section .shape-six {
  right: 16%;
  bottom: 10%;
}
.bubbles-section .shape-six path {
  transform: scale(2);
}

#topbanner {
  overflow: hidden;
  position: relative;
  background: linear-gradient(#fcfdff, #fcfdff, #f8fbff);
  padding-top: 40px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner {
    margin-bottom: 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
#topbanner .topbanner-back1 {
  position: absolute;
  top: -90%;
  left: 55%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #topbanner .topbanner-back1 {
    top: -90%;
    left: 5%;
  }
}
#topbanner .topbanner-floatbub-1 {
  left: 12%;
  top: 20%;
  position: absolute;
}
#topbanner .topbanner-floatbub-2 {
  left: 27%;
  top: 60%;
  position: absolute;
}
#topbanner .wrapper-in.topbanner-wrapper {
  max-width: 1280px;
}
#topbanner .wrapper-in .title-box {
  font-weight: bold;
  margin: 120px 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .title-box {
    margin: 0;
  }
}
#topbanner .wrapper-in .title-box .title {
  color: #292929;
  font-size: 42px;
  margin-bottom: 6px;
  line-height: normal;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .title-box .title {
    font-size: 30px;
  }
}
#topbanner .wrapper-in .title-box .stitle {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: normal;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .title-box .stitle {
    font-size: 24px;
  }
}
#topbanner .wrapper-in .title-box .stitle .stitle-light {
  font-size: 32px;
  color: #266df6;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .title-box .stitle .stitle-light {
    font-size: 30px;
  }
}
#topbanner .wrapper-in .title-box .topbanner-01 img {
  max-width: 509px;
  width: 100%;
}
#topbanner .wrapper-in .topbanner-img {
  margin: 70px 0 70px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner-img {
    margin: 20px 0 0;
  }
}
#topbanner .wrapper-in .topbanner-img .topbanner-02 img {
  max-width: 654px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #topbanner .wrapper-in .topbanner-img .topbanner-02 img {
    min-width: 375px;
  }
}

#difficult {
  position: relative;
  background: url(../images/difficult_bg.svg) bottom center no-repeat;
  background-color: #f1faff;
  background-size: cover;
  padding: 80px 0 5px 0;
  z-index: 2;
}
#difficult .wrapper_in {
  max-width: none;
}
#difficult .difficult-wrapper {
  max-width: none;
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult-wrapper {
    flex-direction: column;
  }
}
#difficult .bg_wrapper {
  flex: 30%;
}
#difficult .bg_wrapper .difficult_bg {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
}
@media screen and (min-width: 1080px) and (max-width: 1920px) {
  #difficult .bg_wrapper .difficult_bg {
    width: 38%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #difficult .bg_wrapper .difficult_bg {
    width: 38%;
    top: 40%;
    left: -7%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .bg_wrapper .difficult_bg {
    position: relative;
    top: 0;
    left: -20px;
    width: 100%;
  }
}
#difficult .bg_wrapper .difficult_bg img {
  max-width: 650px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .bg_wrapper .difficult_bg img {
    max-width: 300px;
  }
}
#difficult .difficult_block_group {
  flex: 70%;
  height: 550px;
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 1280px) and (max-width: 1920px) {
  #difficult .difficult_block_group {
    flex: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #difficult .difficult_block_group {
    flex: 40%;
    height: 550px;
  }
}
@media screen and (min-width: 0px) and (max-width: 1080px) {
  #difficult .difficult_block_group {
    height: 680px;
  }
  #difficult .difficult_block_group .difficult_block_group > div {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group {
    margin-bottom: 60px;
  }
}
#difficult .difficult_block_group .difficult_block1 {
  position: relative;
  margin: 10px 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block1 {
    margin: 10px 0 6px 12%;
    align-self: flex-start;
  }
}
#difficult .difficult_block_group .difficult_block1 img {
  position: absolute;
  left: -60px;
  max-width: 50px;
  width: 100%;
}
#difficult .difficult_block_group .difficult_block1 .block1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 290px;
  height: 90px;
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
@media screen and (min-width: 0px) and (max-width: 459px) {
  #difficult .difficult_block_group .difficult_block1 .block1 {
    width: 280px;
  }
}
#difficult .difficult_block_group .difficult_block1 .block1 span {
  font-weight: normal;
  font-size: 18px;
}
#difficult .difficult_block_group .difficult_block3 {
  position: relative;
  margin: 20px 20px 20px -20px;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #difficult .difficult_block_group .difficult_block3 {
    margin: -1% 20px 20px -20px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block3 {
    margin: 10px 0 12px 12%;
    align-self: flex-start;
  }
}
#difficult .difficult_block_group .difficult_block3 img {
  position: absolute;
  left: -60px;
  max-width: 50px;
  width: 100%;
}
#difficult .difficult_block_group .difficult_block3 .block3 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 260px;
  height: 90px;
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
#difficult .difficult_block_group .difficult_block3 .block3 span {
  font-weight: normal;
  font-size: 18px;
}
#difficult .difficult_block_group .difficult_block2 {
  align-self: flex-end;
  margin: -5% 0 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #difficult .difficult_block_group .difficult_block2 {
    margin: 2% 0 20px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block2 {
    margin: 11px 0 20px 0;
    align-self: flex-end;
  }
}
#difficult .difficult_block_group .difficult_block2 .block2 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 260px;
  height: 90px;
  border-radius: 20px 20px 0 20px;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
#difficult .difficult_block_group .difficult_block2 .block2 span {
  font-weight: normal;
  font-size: 18px;
}
#difficult .difficult_block_group .difficult_block4 {
  align-self: flex-end;
  margin: -52px 20px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #difficult .difficult_block_group .difficult_block4 {
    margin: 5px 20px 0 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block4 {
    margin: 20px 20px 0 0;
    align-self: flex-end;
  }
}
#difficult .difficult_block_group .difficult_block4 .block4 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 229px;
  height: 90px;
  border-radius: 20px 20px 0 20px;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
#difficult .difficult_block_group .difficult_block4 .block4 span {
  font-weight: normal;
  font-size: 18px;
}
#difficult .difficult_block_group .difficult_block5 {
  align-self: flex-end;
  margin: -9% -1% 20px 0;
  z-index: 2;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #difficult .difficult_block_group .difficult_block5 {
    margin: 2% 0 20px 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block5 {
    margin: 24px 0 20px 0;
    align-self: flex-end;
  }
}
#difficult .difficult_block_group .difficult_block5 .block5 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 428px;
  height: 90px;
  border-radius: 20px 20px 0 20px;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
#difficult .difficult_block_group .difficult_block5 .block5 span {
  font-weight: normal;
  font-size: 18px;
}
@media screen and (min-width: 0px) and (max-width: 576px) {
  #difficult .difficult_block_group .difficult_block5 .block5 {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
#difficult .difficult_block_group .difficult_block6 {
  align-self: flex-start;
  margin: 0px -17% 0 -17%;
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  #difficult .difficult_block_group .difficult_block6 {
    margin: 10px -17% 0 -20%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #difficult .difficult_block_group .difficult_block6 {
    margin: 10px 0 0 0;
  }
}
#difficult .difficult_block_group .difficult_block6 .block6 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 0 0 20px;
  width: 319px;
  height: 90px;
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  box-shadow: 0 0 17px 0 #e6e7f0;
  color: #292929;
  font-size: 21px;
  font-weight: bold;
}
#difficult .difficult_block_group .difficult_block6 .block6 span {
  font-weight: normal;
  font-size: 18px;
}

#artifact {
  position: relative;
  padding: 80px 0 80px 0;
  overflow: hidden;
  z-index: 2;
}
#artifact .artifact_section {
  max-width: none;
  padding: 0;
}
#artifact .artifact-back1 {
  position: absolute;
  bottom: 80%;
  left: 15%;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #artifact .artifact-back1 {
    bottom: 85%;
    left: -50%;
  }
}
#artifact .artifact-group {
  margin: 40px auto 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #artifact .artifact-group {
    gap: 15px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #artifact .artifact-group {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#artifact .artifact-group .artifact-section {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  #artifact .artifact-group .artifact-section {
    gap: 15px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #artifact .artifact-group .artifact-section {
    margin: 20px 0;
    gap: 0;
    justify-content: space-around;
  }
}
#artifact .artifact-group .artifact-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #292929;
  font-weight: bold;
  font-size: 21px;
  gap: 5px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  #artifact .artifact-group .artifact-content {
    width: 120px;
    font-size: 16px;
  }
}
#artifact .artifact-group .artifact-content img {
  min-width: 80px;
  width: 80px;
}
#artifact .artifact-function {
  max-width: none;
}
#artifact .artifact-function .artifact-function-section {
  display: flex;
  justify-content: center;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group {
  z-index: 2;
  margin-right: 50px;
  margin-left: -600px;
}
@media screen and (max-width: 767px) {
  #artifact .artifact-function .artifact-function-section .artifact-img-group {
    margin: 0;
  }
}
#artifact .artifact-function .artifact-function-section .artifact-img-group.group02 {
  margin-top: -200px;
  margin-right: -900px;
  margin-left: 10px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group.group03 {
  margin-top: -280px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group.group04 {
  margin-top: -200px;
  margin-right: -900px;
  margin-left: 10px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .function {
  position: relative;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .function .function-img {
  max-width: 654px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #artifact .artifact-function .artifact-function-section .artifact-img-group .function .function-img {
    min-width: 200px;
  }
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow01 {
  position: absolute;
  top: 105px;
  right: -35px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow01 img {
  max-width: 109px;
  width: 100%;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow02 {
  z-index: 3;
  position: absolute;
  bottom: 240px;
  left: -15px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow02 img {
  max-width: 129px;
  width: 100%;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow03 {
  position: absolute;
  top: 255px;
  right: -53px;
}
#artifact .artifact-function .artifact-function-section .artifact-img-group .arrow03 img {
  max-width: 117px;
  width: 100%;
}
#artifact .artifact-function .artifact-function-section .artifact-text-group {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 265px;
  width: 100%;
  color: #2c8ef2;
  font-size: 24px;
  font-weight: bold;
  margin-top: -80px;
}
@media screen and (max-width: 576px) {
  #artifact .artifact-function .artifact-function-section .artifact-text-group {
    margin-top: 0;
    font-size: 20px;
  }
}
#artifact .artifact-function .artifact-function-section .artifact-text-group.text02 {
  max-width: 300px;
  margin-top: -350px;
}
@media screen and (max-width: 767px) {
  #artifact .artifact-function .artifact-function-section .artifact-text-group.text02 {
    margin-top: 0;
  }
}
#artifact .artifact-function .artifact-function-section .artifact-text-group.text03 {
  margin-top: -280px;
}
@media screen and (max-width: 767px) {
  #artifact .artifact-function .artifact-function-section .artifact-text-group.text03 {
    margin-top: 0;
  }
}
#artifact .artifact-function .artifact-function-section .artifact-text-group span {
  margin-top: 10px;
  font-size: 18px;
  color: #292929;
}
@media screen and (max-width: 576px) {
  #artifact .artifact-function .artifact-function-section .artifact-text-group span {
    font-size: 16px;
  }
}

#EasyScheduling {
  background: #f5f8ff;
}
#EasyScheduling .easy-wrapper .title span {
  line-height: 1.4;
}
#EasyScheduling .content-group {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  #EasyScheduling .content-group {
    flex-direction: column;
  }
}
#EasyScheduling .content-group .content {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  margin: 43px 27px;
}
@media screen and (min-width: 0px) and (max-width: 1080px) {
  #EasyScheduling .content-group .content {
    margin: 24px 0;
  }
}
#EasyScheduling .content-group .content .content-img {
  margin-bottom: 45px;
}
@media screen and (max-width: 1080px) {
  #EasyScheduling .content-group .content .content-img {
    margin-bottom: 16px;
  }
}
#EasyScheduling .content-group .content .content-img img {
  max-width: 343px;
  width: 100%;
}
#EasyScheduling .content-group .content .content-text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 65px;
  background: #ebf1fd;
  border-radius: 60px;
  font-size: 24px;
  color: #292929;
  font-weight: bold;
}
#EasyScheduling .content-group .content .content-text img {
  margin-right: 10px;
}
#EasyScheduling .content-group .content .content-text .arrow-dash {
  z-index: -1;
  position: absolute;
  height: 30px;
  right: -50px;
}
@media screen and (max-width: 1080px) {
  #EasyScheduling .content-group .content .content-text .arrow-dash {
    display: none;
  }
}
#EasyScheduling .content-group .content .content-text .arrow-dash2 {
  z-index: -1;
  position: absolute;
  height: 30px;
  right: -191px;
}

#online {
  background: url(../images/online-bg.svg) center center repeat;
  background-size: cover;
  min-height: 719px;
  overflow: hidden;
  background-color: #0869c2;
  padding: 50px 0 50px;;
  /* 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;
  margin-bottom: 5px;
  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 */