body {
  font-family: Noto Sans CJK TC;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin: 0;
  text-align: left;
  
  /* default font */
}

* {
  /* disable mobile auto text-size-adjust */
  text-size-adjust: none;
}

br.break {
  clear: both;
}

div.dev-anchor {
  background: rgba(255, 0, 0, 0.5);
  display: none;
  height: 100px;
  width: 100px;
}


div.header {
  background: #005D7B;
  height: 75px;
  max-width: 100%;
  position: fixed;
  width: 100vw;
  z-index: 9000;
}


div.header-col1 {
  background-image: url(../svg/header-col1.svg);
  background-position: center center;
  background-size: 270px 75px;
  float: left;
  height: 75px;
  width: min(270px, 55vw);
}

img.logo {
  padding-left: 60px;
  padding-top: 14px;
}

div.header-col2 {
  float: left;
  height: 75px;
  overflow: hidden;
  text-align: center;
  width: calc(100vw - 560px);
}

div.header a.nav {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 72px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 45px;
  margin-top: 0px;
  text-decoration: none;
}

div.header-col2 a.nav:last-of-type {
  margin-right: 0px;
}

div.header-col3 {
  color: #FFFFFF;
  float: right;
  font-size: 18px;
  height: 75px;
  line-height: 72px;
  padding-left: min(90px, 2vw);
  width: 180px;
}

div.header-col3 img.icon {
  vertical-align: text-top;
}

div.main {
  animation: main-bg 12s infinite;
  background-size: cover;
  height: 50vw;
  max-width: 100%;
  min-height: 600px;
  width: 100vw;
}

@keyframes main-bg {  
  0%,
  100% {
    background-image: url(../image/main-1.jpg);
  }

  25% {
    background-image: url(../image/main-2.jpg);
  }

  50% {
    background-image: url(../image/main-3.jpg);
  }

  75% {
    background-image: url(../image/main-4.jpg);
  }
   }

div.main div.main-title {
  animation: title-effect 0.5s ease-out;;
  height: 200px;
  left: min(12vw, 120px);
  position: absolute;
  top: max(15vw, 180px);
  transform-origin: center left;
}

@keyframes title-effect {
  
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

div.main-title img {
  margin-bottom: 20px;
  max-width: 72vw;
}

div.main h1 {
  color: #FFFFFF;
  font-family: Noto Sans CJK TC;
  font-size: min(7vw, 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 70px;
  margin: 0px;
  max-width: 75vw;
  text-align: left;
}

div.profession {
  background-image: url(../image/deco-top-service.png);
  background-position: 0 max(400px, 40vw);
  background-repeat: no-repeat;
  background-size: calc(100vw - 60px) 57px;
  color: #FFFFFF;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: max(400px, 40vw);
}

div.profession h2 {
  background-color: #00374B;
  display: inline-block;
  font-family: Noto Sans CJK TC;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-bottom: 0px;
  margin: 0px;
  padding: 12px clamp(12px, 5vw, 87px);
  text-align: left;
}

div.profession div.grid {
  background-color: #00374B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 160px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 36px;
  position: relative;
  z-index: 100;
}

div.profession div.grid div.col {
  flex: 1 1 0px;
  max-width: 270px;
  min-width: 270px;
  padding-right: 20px;
}

div.profession div.grid div.col img {
  display: block;
  float: left;
  padding-bottom: 40px;
  padding-right: 15px;
}

div.profession span.highlight {
  color: #E0BA8B;
  font-size: 12px;
}

div.content div.company {
  background-image: url(../image/bg-1.jpg);
  background-size: 100% 100%;
  margin-top: clamp(0px, calc(980px - 105vw), 200px);
  padding-bottom: 180px;
}

div.intro {
  padding-top: 100px;
}

div.section h2 {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: clamp(24px, 5vw, 32px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
  padding-left: 120px;
  padding-top: 60px;
  text-align: left;
}

div.section h2 img {
  padding-left: 18px;
}

div.text {
  background: #FFFFFF;
  margin-left: min(120px, 4vw);
  margin-top: 30px;
  padding-bottom: 36px;
  width: max(90vw, calc(100vw - 260px));
}

div.text div.text-header {
  text-align: right;
}

div.text h3 {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-left: min(120px, 4vw);
  margin-top: 36px;
  text-align: left;
}

div.text p {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 34px;
  margin-bottom: 30px;
  margin-left: min(120px, 4vw);
  margin-right: min(120px, 4vw);
  margin-top: 30px;
  padding-bottom: 36px;
  text-align: left;
}

div.jobs {
  padding-bottom: 180px;
}

div.jobs-cards {
  display: flex;
  justify-content: flex-start;
  margin-left: min(120px, 4vw);
  margin-right: min(120px, 4vw);
}

div.card {
  background: #FFFFFF;
  margin-right: 30px;
  min-height: 700px;
  width: min(390px, 90vw);
}

div.card-header {
  background: #005D7B;
  height: 220px;
  margin: 0;
  text-align: center;
}

div.card-header-title {
  color: #FFFFFF;
  font-family: Noto Sans CJK TC;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin: auto;
  position: relative;
  text-align: center;
  top: calc(50% - 40px);
  width: min(280px, 88vw);
}

div.card-content {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #00374B;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

div.card-content hr {
  border: 0.5px solid #00374B;
}

div.job1 div.card-header {
  background-image: url(../image/job1.png);
}

div.job1 div.card-content {
  background-image: url(../svg/deco-line1.svg);
}

div.job2 div.card-header {
  background-image: url(../image/job2.png);
}

div.job2 div.card-content {
  background-image: url(../svg/deco-line2.svg);
}

div.job3 div.card-header {
  background-image: url(../image/job3.png);
}

div.job3 div.card-content {
  background-image: url(../svg/deco-line1.svg);
}

div.jobs-info {
  margin-left: min(120px, 4vw);
  margin-right: min(120px, 4vw);
}

div.jobs div.info {
  background-color: #FFFFFF;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: 0px -6px 40px rgba(0, 0, 0, 0.2);
  float: left;
  height: 326px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 18px;
  margin-top: 86px;
  width: min(591px, 95vw);
}

div.jobs div.info h2 {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: clamp(16px, 3.5vw, 21px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-bottom: 30px;
  margin-left: 45px;
  margin-top: 45px;
  padding: 0;
  text-align: left;
}

div.jobs div.info h2 img {
  vertical-align: middle;
}

div.jobs div.info ul {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 35px;
  margin-left: 30px;
  text-align: left;
}

div.jobs div.why-intelegence {
  background-image: url(../svg/deco-line3.svg);
}

div.jobs div.hr-contact {
  background-image: url(../svg/deco-line4.svg);
}

div.news {
  background-color: #FFFFFF;
}

div.news div.news-list {
  margin-left: min(144px, 14vw);
  margin-right: min(144px, 14vw);
}

@media only screen and (min-device-width: 840px) and (min-width: 840px) {  
  div.news div.news-list {
    margin-left: 370px;
    margin-right: 120px;
    position: relative;
    top: -80px;
  }
   }

div.news div.news-row {
  border-bottom: 1px solid #D0D0D0;
  color: #005D7B;
  cursor: pointer;
  display: grid;
  font-family: Noto Sans CJK TC;
  font-size: clamp(14px, 3vw, 18px);
  font-style: normal;
  font-weight: 500;
  gap: min(5vw, 48px);
  grid-template-columns: 108px 90px auto;
  height: 32px;
  letter-spacing: 0.08em;
  line-height: 32px;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
}

div.news-row div.news-category {
  background-color: #606060;
  color: #FFFFFF;
  text-align: center;
}

div.news-row div.news-category.selected {
  background-color: #D2A369;
}

div.news-row div.news-category.share {
  background-color: #028EA5;
}

div.news-row div.news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.news div.more-news {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: clamp(14px, 3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 20px;
  margin-bottom: 120px;
  margin-left: min(120px, 4vw);
  margin-right: min(120px, 4vw);
  text-align: right;
}

div.contact {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-left: min(120px, 4vw);
  margin-right: min(120px, 4vw);
}

div.contact-header {
  background-image: url(../image/bg-contactus.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 318px;
  max-height: 318px;;
}

div.contact div.text-header {
  text-align: right;
}

div.contact h2 {
  color: #FFFFFF;
  font-family: Noto Sans CJK TC;
  font-size: clamp(24px, 6vw, 32px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-bottom: 172px;
  margin-left: 90px;
  margin-top: 90px;
  text-align: left;
}

div.contact form {
  color: #00374B;
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-bottom: 36px;
  margin-left: min(90px, 2vw);
  margin-right: min(90px, 2vw);
  text-align: left;
}

div.contact form .space {
  display: inline-block;
  margin-left: max(0px, calc(100% - 680px));
}

div.contact form .required:after {
  color: #E75E5E;
  content: "*";
  font-size: 24px;
  margin-left: 8px;
}

div.contact form label {
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 24px;
  text-align: left;
}

div.contact input {
  background: #F4F4F4;
  border: 1px solid #D8D8D8;
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  height: 60px;
  margin-bottom: 36px;
  margin-top: 15px;
  padding-left: 10px;
  width: 100%;
}

div.contact input.invalid,
div.contact textarea.invalid {
  border: 1px dashed #D80000;
}

div.contact input::placeholder,
div.contact textarea::placeholder {
  color: #BBBBBB;
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 32px;
  padding-left: 30px;
  text-align: left;
}

div.form-input1 {
  column-gap: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 36px;
}

div.form-input2 {
  display: grid;
  grid-template-columns: 160px 1fr;
  margin-bottom: 60px;
  margin-top: 36px;
}

div.form-input2 label {
  padding-top: 20px;
}

div.form-input2 textarea {
  background: #F4F4F4;
  border: 1px solid #D8D8D8;
  font-family: Noto Sans CJK TC;
  font-size: clamp(12px, 3vw, 18px);
  height: 240px;
  padding: 10px;
  width: 100%;
}

div.contact form button {
  background-color: #005D7B;
  color: #FFFFFF;
  font-family: Noto Sans CJK TC;
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-bottom: 36px;
  text-align: center;
  width: 100%;
}

div.contact form button:hover {
  background: #028EA5;
}

div.article {
  display: none;
  grid-template-columns: 60vw auto;
  padding-bottom: 32px;
  padding-left: min(120px, 4vw);
  padding-right: min(120px, 4vw);
  padding-top: 140px;
}

div.article div.article-side {
  background-image: url('../image/article/article-deco.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 40px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 64px;
}

div.article div.article-side h3 {
  color: #005D7B;
  font-family: 'Noto Sans CJK TC';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
}

div.article div.article-side div.article-others-row {
  background-image: url(../svg/right-arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-bottom: 1px solid #D0D0D0;
  color: #00374B;
  cursor: pointer;
  font-family: 'Noto Sans CJK TC';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
  padding-bottom: 20px;
  padding-top: 20px;
}


div.article img {
  width: 60vw;
}

div.article #article_title {
  color: #00374B;
  font-family: 'Noto Sans CJK TC';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 32px;
}

div.article #article_date {
  color: #9CB3BC;
  font-family: 'Noto Sans CJK TC';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 25px;
}

div.article #article_author {
  color: #005D7B;
  font-family: 'Noto Sans CJK TC';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin-left: 15px;
}

div.article #article_content p {
  color: #00374B;
  font-family: 'Noto Sans CJK TC';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 35px;
  margin-top: 30px;
}

div.footer-top {
  background-image: url(../image/deco-footer-top.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100vw 60px;
  height: 60px;
  max-width: 100%;
  width: 100vw;
}

div.footer {
  background-color: #00374B;
  color: #FFFFFF;
  height: 180px;
  max-width: 100%;
  width: 100vw;
}

div.footer p {
  margin: 0px;
}

div.footer-col1 {
  float: left;
  margin-top: 45px;
}

div.footer-col2 {
  float: left;
  font-family: IBM Plex Sans;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 24px;
  margin-left: 60px;
  margin-top: 60px;
  text-align: left;
}

div.footer-col3 {
  float: right;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 24px;
  margin-right: 120px;
  margin-top: 108px;
  text-align: left;
}