/* page */
*,
html,
body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  font-family: 'SVN-Gilroy', sans-serif;
  font-style: normal;
}

*,
body {
  max-width: 100vw;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.cover-container {
  /* filter: brightness(8px); */
  z-index: 0;
  position: relative;
}

.play-btn {
  bottom: 96px;
  right: 96px;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  cursor: pointer;
}

.play-btn:hover {
  opacity: 1;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
  z-index: 0;
}

.document-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

hr {
  height: 100px;
  border: 1px solid #dcdfe6;
}

.document-wrapper {
  box-shadow: 0px 10px 40px 0px #00000017;
  border: 1px solid #dcdfe6;
  padding: 56px 48px;
  border-radius: 24px;
}

.document-wrapper .button-normal {
  width: 205px;
}

.contact-us-container {
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.contact-us-container.form {
  flex-direction: row;
}

.new-wrapper {
  border-radius: 24px;
  padding: 32px;
  background-color: #003bba0d;
}

.news-item {
  padding: 24px 0;
  border-bottom: 1px solid #dfdfdf;
}

.news-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  color: #303133;
}

.news-title:hover {
  color: #003bba;
  text-decoration: underline;
}

.video-title {
  display: flex;
  width: 198px;
  height: 64px;
  padding: 12px 16px 8px 16px;
  align-items: flex-start;
  gap: 8px;
  border-radius: 0px 8px 8px 0px;
  background: rgba(0, 59, 186, 0.25);
  backdrop-filter: blur(2px);
}

.thumb-play {
  opacity: 0;
}

.video-wrapper:hover .thumb-play {
  opacity: 1;
  transition: all 0.3s;
}

.video-thumb {
  position: absolute;
  bottom: 30px;
}

.video-wrapper {
  cursor: pointer;
  width: calc(25% - 18px);
}

.video-popup {
  padding: 12px;
  background: #fff;
  border-radius: 24px;
}

.popup-close {
  background-color: #003bba;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
}

.text-primary {
  color: #303133 !important;
}

.header-footer {
  position: absolute;
  bottom: 0;
  height: 78px;
  background: rgba(0, 0, 0, 0.24);
  gap: 36px;
}

.hfi-number {
  font-size: 31.474px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.hfi-plus {
  font-size: 17.789px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.684px; /* 76.923% */
}

.what-if-left {
  width: 656px;
}

.feature {
  gap: 24px;
  padding: 36px 24px;
  margin-top: 48px;
  border-radius: 24px;
  background: rgba(0, 59, 186, 0.04);
}

.feature-tag {
  height: 36px;
  padding: 6px 12px;
  gap: 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
}

.feature-item {
  gap: 24px;
}

.feature-title {
  width: calc(33.33333% - 18px);
}

.feature-image {
  width: calc(33.33333% - 18px);
}
.feature-image img {
  border-radius: 16px;
}

.feature-ko {
  width: calc(33.33333% - 18px);
}

.outstaff {
  gap: 48px;
  width: calc(40% - 18px);
}

.outstaff-service {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #003bba;
  width: calc(30% - 18px);
}

.outstaff-software {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #003bba;
  background: #003bba;
  width: calc(30% - 18px);
}

.outstaff-group {
  gap: 24px;
}

.outstaff-wrapper {
  gap: 48px;
}

.development-item {
  padding: 0 24px;
  width: calc(50% - 24px);
}

.service-item {
  padding: 0 24px;
  width: calc(50% - 24px);
}

.cert-wrapper {
  background: #003bba;
  padding: 56px 0;
}

.cert {
  justify-content: space-between;
}

.cert-title {
  width: 449px;
}

.cert-group {
  row-gap: 18px;
  column-gap: 48px;
  width: 500px;
}

.step-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 1px solid #dcdfe6;
}

.step-number {
  color: #003bba;
  text-align: center;
  font-size: 73.333px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 73.333px */
}

.header-container {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.55) 11%,
    rgba(0, 0, 0, 0.53) 19.83%,
    rgba(0, 0, 0, 0) 100%
  );

  backdrop-filter: blur(0px);
}

.header-title {
  width: 100%;
  color: #fff;
  margin-bottom: 24px;
}

.card-img-src {
  border-radius: 24px;
}

.submit-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.submit-button {
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
}

.form-button {
  height: 48px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  line-height: 18px;
}

.header-content-container {
  max-width: 769px;
}

.content-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.propose-card__wrapper {
  display: flex;
}

.contact-us-container {
  border-radius: 16px;
  gap: 60px;
}

.contact-us-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contact-us-right {
  width: 100%;
}

.contact-text {
  color: #616161;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.form-input {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;

  border-radius: 20px;
  border: 1px solid #dcdfe6;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
}

label.block {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

.swiper {
  width: 100%;
  max-width: 652px;
  height: 100%;
  margin: 0;
}

.story-comma {
  display: flex;
  width: 70px;
  height: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background: #f9f9f9;
}

.card-content {
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  line-clamp: 2;
}

.swiper-button {
  margin-top: 16px;
}

.swiper-button-prv,
.swiper-button-nxt {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 59, 186, 0.05);
}

.swiper-pagination, .swiper-pagination-next-line {
  position: relative;
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid #303133;
  color: #595a5c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}

.swiper-pagination-current, .swiper-pagination-next-line-current {
  color: #303133;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 84px */
}

.swiper-container {
  gap: 36px;
}

.card-wrap {
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  .header-footer {
    gap: 24px;
  }

  .document-wrapper {
    flex-direction: column !important;
  }
  hr {
    height: 1px;
    width: 100%;
    border: 1px solid #dcdfe6;
  }

  .video-wrapper {
    width: calc(50% - 12px);
  }

  .what-if-right {
    display: none;
  }

  .what-if-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .feature-title {
    width: 100%;
  }

  .feature-image {
    width: calc(40% - 12px);
  }

  .feature-ko {
    width: calc(60% - 12px);
  }

  .outstaff {
    width: 100%;
  }

  .outstaff-service {
    width: calc(50% - 12px);
  }

  .outstaff-software {
    width: calc(50% - 12px);
  }

  .step-item {
    width: calc(50% - 12px);
    flex: auto;
  }

  .service-item {
    padding: 0 24px;
    width: 100%;
  }

  .card-wrap {
    min-width: 392px;
  }

  .customer-story-wrapper {
    overflow: auto;
  }

  .iframe {
    width: 600px;
  }

  .swiper-coverflow {
    height: 400px;
  }

  .contact-us-container {
    flex-direction: column;
    gap: 48px;
  }

  .software-image {
    width: 50%;
  }

  .cerf-list-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .why-rabiloo {
    flex-wrap: wrap;
  }

  .solution-img {
    width: 50%;
    height: auto;
    object-fit: cover;
  }

  .propose-title {
    margin-bottom: 48px;
  }

  .cover-img {
    width: 100%;
    position: relative;
    height: 100vh !important;
  }

  .cover-wrapper {
    display: flex;
    flex-direction: column;
    height: unset;
  }

  .pioneering-header {
    width: 100%;
    max-width: none;
    padding: 48px 0 48px 0;
  }

  .professor-wrapper {
    width: calc(50% - 10px);
  }

  .professor-container {
    row-gap: 20px;
    column-gap: 20px;
  }

  .companion-button {
    margin-top: 24px;
  }

  .professor-des {
    padding: 0px 16px 32px 16px;
  }

  .body-wrapper {
    gap: 64px;
  }

  .spirit {
    padding: 32px 0 32px 0;
    gap: 16px;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .spirit:nth-child(1) {
    padding-top: 0;
  }

  .human-connection {
    flex-wrap: wrap;
  }

  .human-connection-item {
    width: 100%;
    flex: none !important;
    padding: 24px;
    gap: 16px;
  }

  .hci-title {
    max-width: 352px;
  }

  .our-culture__wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px 0px 16px 16px;
  }

  .mission-wrapper {
    padding: 88px 0px;
  }

  .cerf-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .cerf-card {
    width: calc(50% - 10px);
    padding: 32px 24px;
  }

  .our-customer {
    flex-direction: column;
  }

  .map-title {
    margin-top: 48px;
  }

  .sayus-wrapper {
    flex-direction: column;
    gap: 24px;
  }

  .sayus-card {
    flex: 1;
    min-height: auto;
  }

  .achievement {
    flex-direction: column;
  }

  .achievement-item {
    gap: 8px;
    flex-direction: row;
  }

  .customer-quote__item {
    border-radius: 16px;
    background: #f9f9f9;
    height: auto;
    padding: 20px;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start !important;
  }

  .item-comma {
    left: 0px;
    top: 0px;
    position: relative !important;
    padding-bottom: 12px;
  }

  .achievement-title {
    width: 50%;
    gap: 16px;
  }

  .achievement-item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .swiper-pagination {
    position: relative;
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #303133;
    color: #595a5c;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }

  .swiper-pagination-current {
    color: #303133;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 84px */
  }
}

@media only screen and (max-width: 600px) {
  .header-footer {
    height: 100px;
    flex-wrap: wrap;
    gap: 4px;
    padding: 0 12px;
  }

  .contact-us-container.form {
    flex-direction: column;
  }

  .video-popup iframe {
    width: 100% !important;
    height: auto !important;
  }

  .play-btn {
    bottom: 142px;
    right: 32px;
    height: 64px;
    width: 64px;
  }

  .play-btn:hover {
    opacity: 1;
  }

  .card-wrap {
    min-width: 274px;
  }

  .feature-image {
    width: 100%;
  }
  .feature-ko {
    width: 100%;
  }

  .outstaff-service {
    width: 100%;
  }
  .outstaff-software {
    width: 100%;
  }

  .consult-item {
    display: none;
  }

  .step-item {
    width: 100%;
  }

  .development-header {
    flex-direction: column !important;
  }

  .development-button {
    justify-content: start;
  }

  .development-item {
    width: 100%;
  }

  .cert {
    flex-direction: column;
  }

  .cert-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 150% */
    width: 100%;
  }
  .cert-group {
    width: 100%;
    margin-top: 24px;
  }

  .hfi-number {
    font-size: 18.493px;
    font-style: normal;
    font-weight: 700;
  }

  .header-footer-item {
    width: calc(50% - 12px);
  }

  .software-block {
    flex-direction: column;
    gap: 24px;
  }
  .software-image {
    width: 100%;
  }

  .solution-container {
    flex-direction: column;
    gap: 48px;
  }

  .solution-img {
    padding-top: 16px;
    width: 100%;
  }

  .solution-wrapper {
    padding-bottom: 16px;
  }

  .propose-title {
    text-align: center;
  }

  .spirit-title {
    width: 300px;
  }

  .professor-wrapper {
    width: 100%;
  }

  .body-wrapper {
    gap: 64px;
  }

  .propose-title {
    margin-bottom: 24px;
  }

  .professor-container {
    row-gap: 24px;
    column-gap: 24px;
  }

  .cerf-card {
    width: 100%;
  }

  .achievement-item {
    width: 100%;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    padding: 24px;
  }

  .achievement-title {
    width: 100%;
    gap: 16px;
  }

  .tl-mobile {
    width: 2px;
  }

  .achievement-more {
    width: 100%;
  }
  .timeline-mobile-container {
    flex-direction: row !important;
    gap: 20px;
  }

  .timeline-web {
    display: none;
  }

  .timeline-img {
    max-width: 100%;
    border-radius: 0px 0px 8px 8px;
  }

  .timeline-image {
    position: relative;
    width: 2px;
  }

  .timeline-mobile {
    display: flex;
    margin-top: 64px;
  }

  .timeline-card {
    margin-top: 0;
  }

  .timeline-wrapper {
    flex-direction: column;
  }

  .timeline-card.even {
    margin-top: 0;
  }

  .timeline-wrapper {
    margin-top: 0px;
    gap: 40px;
  }

  .timeline-card {
    display: flex;
    flex-direction: column-reverse;
  }

  .timeline-caption {
    padding: 12px 24px;
    border-radius: 8px 8px 0px 0px;
    background: #27292e;
    color: #fff;
    text-align: left;
    margin-top: 0px;
  }

  .even .timeline-caption {
    background: #003bba;
  }

  .swiper-coverflow {
    height: 200px;
  }

  .video-wrapper {
    width: 100%;
  }

  .swiper-pagination {
    position: relative;
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 1px solid #303133;
    color: #595a5c;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
  }

  .swiper-pagination-current {
    color: #303133;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 84px */
  }
}
