@charset "UTF-8";
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans KR", "Malgun Gothic", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #030507;
  letter-spacing: -0.025em;
  font-size: 16px;
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Thin"), url(../fonts/NotoSansKR-Thin.otf) format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Light"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Regular"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Medium"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Bold"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Noto Sans KR";
  src: local("Noto Sans KR Black"), url(../fonts/NotoSansKR-Black.otf) format("opentype");
  font-weight: 900;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

caption {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 22px;
  min-width: 110px;
  min-height: 40px;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #16191d;
  font-weight: 500;
  letter-spacing: inherit;
  justify-content: center;
  word-break: keep-all;
  line-height: 1.2;
}
.btn:disabled {
  background-color: #d1d6d8 !important;
  color: #7e8282 !important;
  cursor: not-allowed !important;
}
.btn.outline {
  background-color: #ffffff;
  border-color: #ced4da;
}
.btn.outline:hover, .btn.outline.active {
  background-color: #f8f8f8;
}
.btn.outline:disabled {
  background-color: #f2f4f6 !important;
  color: #979b9d !important;
  cursor: not-allowed !important;
  border-color: #b1b6b9 !important;
}
.btn.xxsm {
  min-height: 24px;
  padding: 0 6px;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  gap: 3px;
  text-decoration: none;
}
.btn.xsm {
  min-height: 34px;
  padding: 0 14px;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
}
.btn.sm {
  min-height: 36px;
  padding: 0 18px;
  min-width: 80px;
  font-size: 14px;
  font-weight: 400;
}
.btn.lg {
  min-height: 48px;
  padding: 0 48px;
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
}
.btn.block {
  display: block;
}
.btn.full {
  width: 100%;
}

.tabBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 80px;
  max-width: 140px;
  line-height: 1.1;
  height: 44px;
  padding: 10px 16px;
  background-color: #979b9d;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  transition: 0.2s cubic-bezier(0.1, 0, 0.9, 1);
}
.tabBtn:hover {
  background-color: #7e8282;
}
.tabBtn.current {
  background-color: #1c7ed6;
  color: #ffffff;
}
.tabBtn.current:hover {
  background-color: #1971c2;
}
.tabBtn__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.infoBtn {
  display: none;
  width: 24px;
  height: 24px;
  background: url(/resources/images/icon_infoBtn.png);
  background-size: cover;
}

@media (min-width: 992px) {
  .tabBtn {
    font-size: 18px;
    min-width: 138px;
    font-weight: 700;
    height: 52px;
    padding: 10px 30px;
    max-width: none;
  }
  .tabBtn__container {
    margin-bottom: 32px;
  }
  .infoBtn {
    display: inline-block;
  }
}
.icon {
  font-style: normal;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}
.icon_about-altair {
  width: 116px;
  height: 24px;
  background-image: url(/resources/images/icon_about-altair.png);
}
.icon_about-nhn {
  width: 137px;
  height: 20px;
  background-image: url(/resources/images/icon_about-nhn.png);
}
.icon_about-sas {
  width: 62px;
  height: 26px;
  background-image: url(/resources/images/icon_about-sas.png);
}
.icon_about-hp {
  width: 110px;
  height: 45px;
  background-image: url(/resources/images/icon_about-hp.png);
}
.icon_about-dell {
  width: 135px;
  height: 18px;
  background-image: url(/resources/images/icon_about-dell.png);
}
.icon_about-tmax {
  width: 97px;
  height: 19px;
  background-image: url(/resources/images/icon_about-tmax.png);
}
.icon_about-contact_01 {
  width: 30px;
  height: 30px;
  background-image: url(/resources/images/icon_about-contact_01.png);
}
.icon_about-contact_02 {
  width: 30px;
  height: 30px;
  background-image: url(/resources/images/icon_about-contact_02.png);
}
.icon_about-contact_03 {
  width: 30px;
  height: 30px;
  background-image: url(/resources/images/icon_about-contact_03.png);
}
.icon_about-subway {
  width: 26px;
  height: 26px;
  background-image: url(/resources/images/icon_about-subway.png);
}
.icon_about-line_s {
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/icon_about-line_s.png);
}
.icon_about-line_2 {
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/icon_about-line_2.png);
}
.icon_about-line_7 {
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/icon_about-line_7.png);
}

.textWithIcon {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.spacing {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.spacing__line {
  width: 2px;
  height: 40px;
  background-color: #f0f0f0;
}

.scroll-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity ease-in-out;
}
.scroll-to-top:hover {
  background-color: #f1f3f5;
}
.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
.scroll-to-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border: 2px solid #495057;
  border-top: none;
  border-right: none;
  transform: rotate(135deg);
}

.description-box {
  max-width: 1264px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: 80px;
  padding: 32px 20px 46px;
}
.description-box__service-main {
  color: #16191d;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  word-break: keep-all;
  margin-bottom: 24px;
}
.description-box__service-sub {
  text-align: center;
  color: #666968;
  font-size: 14px;
  word-break: keep-all;
  text-wrap: balance;
}

@media (min-width: 992px) {
  .spacing {
    padding: 44px 0;
  }
  .spacing__line {
    width: 2px;
    height: 66px;
  }
  .description-box {
    border-radius: 10px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 48px 92px 52px;
    margin-top: 80px;
  }
  .description-box__service-main {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .description-box__service-sub {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
  .scroll-to-top {
    bottom: 56px;
    right: 56px;
  }
}
.p-base {
  color: #495057;
  font-weight: 400;
  word-break: keep-all;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.62;
}

.p-md {
  color: #495057;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
  word-break: keep-all;
}

.section-subTitle {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  word-break: keep-all;
  color: #212529;
}

.section-engTitle {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #228be6;
  padding-left: 2px;
  line-height: 1;
  word-break: keep-all;
}

@media (min-width: 992px) {
  .p-base {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-md {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
  }
  .section-title {
    font-size: 48px;
  }
  .section-subTitle {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .section-engTitle {
    font-size: 22px;
    padding-left: 4px;
  }
}
.pagination .container,
.pagination .button,
.pagination .links,
.pagination .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .container {
  padding: 60px 20px 40px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  background: #ffffff;
}
.pagination .button {
  border: none;
}
.pagination .button i {
  pointer-events: none;
}
.pagination .button:disabled {
  pointer-events: none;
}
.pagination .button:disabled svg {
  opacity: 0.5;
}
.pagination .button,
.pagination .link {
  height: 26px;
  width: 26px;
  font-size: 15px;
  color: #666666;
  border-radius: 4px;
  cursor: pointer;
}
.pagination .button:hover,
.pagination .link:hover {
  background: #e5e5e5;
}
.pagination .button.active,
.pagination .link.active {
  color: #ffffff;
  background: #228be6;
}
.pagination .links {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pagination .link {
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 992px) {
  .pagination .button,
  .pagination .link {
    height: 30px;
    width: 30px;
    font-size: 17px;
  }
  .pagination .links {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.header {
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.2s cubic-bezier(0.25, 0, 0.5, 1);
}
.header.is-main {
  border-bottom: none;
  box-shadow: none;
}
.header__logo {
  display: block;
  width: 114px;
  height: 30px;
  background-image: url(/resources/images/logo_winbit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
  margin-left: 12px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1272px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 0 10px;
}
.header__nav {
  display: none;
  font-weight: 700;
  flex-grow: 1;
  max-width: 732px;
  justify-content: space-between;
}
.header__nav a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.88);
  padding: 8px 20px;
  word-break: keep-all;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0.25, 0, 0.5, 1);
}
.header__nav a:hover {
  color: #ffffff;
}
.header__nav a:hover::before {
  width: calc(100% - 28px);
  background-color: rgba(255, 255, 255, 0.8);
}
.header__nav a::before {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  width: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.header.scrolled {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.header.scrolled .header__logo {
  background-position: 0 -30px;
  z-index: 5;
}
.header.scrolled .header__nav a {
  color: #495057;
}
.header.scrolled .header__nav a:hover {
  color: #030507;
}
.header.scrolled .header__nav a::before {
  background-color: #16191d;
  opacity: 0.7;
}
.header.scrolled .icon-1,
.header.scrolled .icon-2,
.header.scrolled .icon-3 {
  background-color: #16191d;
}

.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 28px;
  height: 3px;
  background-color: #ffffff;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  margin-right: -4px;
}

.icon-1.a {
  transform: rotate(43deg);
  background-color: #16191d;
}

.icon-3.b {
  transform: rotate(-43deg);
  background-color: #16191d;
}

.icon-2.c {
  opacity: 0;
  background-color: #16191d;
}

.mobile-nav {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  max-height: 0;
  z-index: 4;
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0.25, 0, 0.5, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.mobile-nav.opened {
  max-height: 1000px;
}
.mobile-nav__inner {
  padding-top: 0;
}
.mobile-nav__list li {
  position: relative;
}
.mobile-nav__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #495057;
  padding: 14px 18px;
  border-radius: 3px;
}
.mobile-nav__list li a:hover {
  color: #030507;
  background-color: #f1f3f5;
}
.mobile-nav__list li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #f8f9fa;
}

@media (min-width: 992px) {
  .header__nav {
    display: flex;
  }
  .header.scrolled.is-main {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    border-bottom: none;
    box-shadow: none;
  }
  .header.scrolled.is-main .header__logo {
    background-position: 0 0;
    z-index: 5;
  }
  .header.scrolled.is-main .header__nav a {
    color: #ffffff;
  }
  .header.scrolled.is-main .header__nav a:hover {
    color: #ffffff;
  }
  .header.scrolled.is-main .header__nav a::before {
    background-color: #ffffff;
    opacity: 0.8;
  }
  .hamburger-icon {
    visibility: hidden;
  }
}
.top-image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 320px;
}
.top-image img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-image__title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  letter-spacing: -0.03em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.fitSection {
  max-width: 1272px;
  width: 100%;
  margin-inline: auto;
}

.fullSection__inner {
  max-width: 1272px;
  width: 100%;
  margin-inline: auto;
}

.fitSection,
.fullSection {
  padding: 60px 14px 60px 14px;
}

@media (min-width: 992px) {
  .top-image {
    height: 400px;
  }
  .top-image__title {
    font-size: 44px;
  }
  .fitSection,
  .fullSection {
    padding: 90px 24px 90px 24px;
  }
}
.footer {
  background-color: #141414;
}
.footer__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1272px;
  width: 100%;
  margin-inline: auto;
  padding: 30px 10px 30px 10px;
  row-gap: 32px;
}
.footer__company-name {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #b1b6b9;
}
.footer__address {
  color: #979b9d;
  font-size: 15px;
  opacity: 0.9;
  word-break: keep-all;
  margin-bottom: 20px;
}
.footer__address em {
  font-style: normal;
  font-weight: 500;
  color: #b1b6b9;
  margin-right: 5px;
}
.footer__address .divide {
  margin: 0 5px;
  opacity: 0.7;
}
.footer__copyright {
  color: #868e96;
  font-size: 13px;
}
.footer__logo {
  width: 140px;
  height: 38px;
}

@media (min-width: 992px) {
  .footer__inner {
    flex-direction: row;
  }
}
main {
  position: relative;
}

.fitSection.mainTech {
  text-align: center;
}
.fitSection.mainTech .section-title {
  font-size: 44px;
}

.fullSection.mainSolutions {
  background-image: url(/resources/images/image_main_solutions_bg.png);
  background-size: cover;
  background-position: center top;
  text-align: center;
}
.fullSection.mainSolutions .section-title {
  font-size: 44px;
  color: #ffffff;
}
.fullSection.mainSolutions .p-md {
  color: rgba(255, 255, 255, 0.7);
}
.fullSection.mainPortfolio {
  overflow: hidden;
}
.fullSection.mainPortfolio .fullSection__inner {
  position: relative;
}
.fullSection.mainPortfolio .section-title {
  text-wrap: balance;
}
.fullSection.mainPartners {
  text-align: center;
  background-color: #f8fafb;
  overflow: hidden;
  margin-bottom: 60px;
}
.fullSection.mainPartners .section-title {
  font-size: 44px;
}
.fullSection.mainPartners .fullSection__inner {
  overflow: hidden;
}
.fullSection.mainRecruit {
  background-image: url(/resources/images/image_main_recruit_bg.png);
  background-size: cover;
  background-position: center top;
}
.fullSection.mainRecruit .section-title {
  color: #ffffff;
}
.fullSection.mainRecruit .p-md {
  color: rgba(255, 255, 255, 0.7);
}

.mainSwiper {
  overflow: hidden;
  position: relative;
}
.mainSwiper__slide > img {
  min-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mainSwiper__textContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 10px));
  max-width: 1260px;
  padding: 0 20px;
  margin-inline: auto;
  width: 100%;
}
.mainSwiper__textImage {
  width: 180px;
  margin-bottom: 20px;
  opacity: 0.8;
}
.mainSwiper__text {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 20px;
  padding-left: 4px;
  line-height: 1.7;
  word-break: keep-all;
  text-wrap: balance;
}
.mainSwiper .swiper-slide-active .mainSwiper__textImage {
  animation-name: fade-in;
  animation-duration: 1.8s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
.mainSwiper .swiper-slide-active .mainSwiper__text {
  animation-name: fade-up;
  animation-duration: 1.2s;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}
.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev {
  z-index: 1;
  display: none;
}
.mainSwiper__pagination-wrapper {
  position: relative;
  max-width: 1260px;
  width: 100%;
  margin-inline: auto;
  bottom: clamp(80px, 10vw, 200px);
  left: 28px;
  padding: 0 40px;
}
.mainSwiper .swiper-pagination {
  z-index: 1 !important;
  width: 200px !important;
  top: auto !important;
  left: 0 !important;
  bottom: -20px !important;
  background-color: rgba(255, 255, 255, 0.2);
}
.mainSwiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: rgba(255, 255, 255, 0.92);
}
.mainSwiper .swiper-fraction {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  left: 0;
  bottom: 0;
}
.mainSwiper .swiper-fraction .swiper-pagination-current {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-out-effect {
  animation-name: zoom-out;
  animation-duration: 4s;
  animation-fill-mode: both;
}

@keyframes zoom-out {
  from {
    transform: scale(1.14);
  }
  to {
    transform: scale(1);
  }
}
.main-tech {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  padding: 32px 0;
}
.main-tech__item {
  position: relative;
  max-width: 406px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.34s cubic-bezier(0.25, 0, 0.5, 1);
  will-change: transform, box-shadow, filter;
}
.main-tech__item img {
  transition: all 0.34s cubic-bezier(0.25, 0, 0.5, 1);
  -o-object-fit: cover;
     object-fit: cover;
}
.main-tech__title {
  position: absolute;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.92);
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  font-weight: 900;
  transition: all 0.34s cubic-bezier(0.25, 0, 0.5, 1);
}
.main-tech__link {
  position: absolute;
  display: block;
  padding: 10px 34px;
  bottom: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  width: calc(100% - 68px);
  transition: all 0.25s cubic-bezier(0.25, 0, 0.5, 1);
  border-radius: 100px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  white-space: nowrap;
}
.main-tech__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg) translateY(calc(-50% - 1px));
}

.main-solutions {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  padding: 32px 0;
}
.main-solutions__item {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 406px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: all 0.34s cubic-bezier(0.25, 0, 0.5, 1);
}
.main-solutions__img {
  flex-shrink: 0;
}
.main-solutions__bottom {
  position: relative;
  flex-grow: 1;
  padding: 56px 24px 34px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding-bottom: 110px;
}
.main-solutions__logo {
  display: inline-block;
  margin-bottom: 44px;
}
.main-solutions__subTitle {
  position: relative;
  color: #ffffff;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 700;
  word-break: keep-all;
}
.main-solutions__subTitle::before {
  position: absolute;
  content: "";
  display: block;
  width: 62px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.34);
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}
.main-solutions__description {
  font-size: 18px;
  word-break: keep-all;
  text-wrap: balance;
  color: rgba(255, 255, 255, 0.76);
}
.main-solutions__link {
  position: absolute;
  display: block;
  padding: 10px 34px;
  width: calc(100% - 68px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.94);
  font-size: 18px;
  transition: all 0.25s cubic-bezier(0.25, 0, 0.5, 1);
  border-radius: 100px;
  font-weight: 500;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.main-solutions__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg) translateY(calc(-50% - 1px));
}

.main-portfolio {
  overflow: hidden;
}
.main-portfolio__wrapper {
  padding: 28px 0;
}

.portfolioSwiper {
  position: relative;
}
.portfolioSwiper__image {
  border-radius: 12px;
  margin-bottom: 28px;
  width: 100%;
}
.portfolioSwiper__textContainer {
  display: flex;
  align-items: flex-start;
  padding: 0 2px;
  gap: 8px;
}
.portfolioSwiper__badge {
  flex-shrink: 0;
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.94);
  background-color: #495057;
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 500;
}
.portfolioSwiper__title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.28;
  word-break: keep-all;
}
.portfolioSwiper__subTitle {
  font-size: 18px;
  font-weight: 500;
  color: #495057;
  word-break: keep-all;
}
.portfolioSwiper .swiper-button-next,
.portfolioSwiper .swiper-button-prev {
  z-index: 1;
  color: rgba(255, 255, 255, 0.4);
  top: 26vw;
}
.portfolioSwiper .swiper-button-prev {
  left: 14px;
}
.portfolioSwiper .swiper-button-next {
  right: 14px;
}

.main-partners {
  position: relative;
  padding: 72px 0 36px;
}
.main-partners::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  background: linear-gradient(to right, #f8fafb 0, transparent 100%);
  z-index: 1;
}
.main-partners::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 46px;
  background: linear-gradient(to left, #f8fafb 0, transparent 100%);
  z-index: 1;
}

.partnersSwiper__slide {
  width: 260px !important;
  height: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.partnersSwiper > .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  z-index: 0;
}
.partnersSwiper .swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.main-recruit {
  padding: 40px 0 20px;
}
.main-recruit__link {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  padding: 20px 20px;
  background: linear-gradient(311deg, #2C99DC 6.29%, #1B5E9C 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  top: 0;
  transition: all 0.25s cubic-bezier(0.25, 0, 0.5, 1);
}
.main-recruit__link::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/resources/images/icon_main_recruit_link.png);
  opacity: 0.7;
  background-size: cover;
  width: 32px;
  height: 15px;
  right: 20px;
  bottom: 18px;
  transition: all 0.25s cubic-bezier(0.25, 0, 0.5, 1);
}
.main-recruit__link:hover {
  top: -4px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .fitSection.mainTech .section-title {
    font-size: 58px;
    font-weight: 900;
  }
  .fullSection.mainSolutions .section-title {
    font-size: 58px;
    font-weight: 900;
  }
  .fullSection.mainPortfolio .section-title {
    font-weight: 900;
  }
  .fullSection.mainPartners .section-title {
    font-size: 58px;
    font-weight: 900;
  }
  .mainSwiper {
    overflow: hidden;
    position: relative;
  }
  .mainSwiper__textContainer {
    transform: translate(-50%, calc(-50% - 40px));
  }
  .mainSwiper__textImage {
    width: auto;
    margin-bottom: 36px;
  }
  .mainSwiper__text {
    font-size: 28px;
  }
  .mainSwiper .swiper-button-next,
  .mainSwiper .swiper-button-prev {
    display: block;
  }
  .mainSwiper .swiper-pagination {
    width: 280px !important;
  }
  .mainSwiper .swiper-fraction {
    font-size: 20px;
  }
  .mainSwiper .swiper-fraction .swiper-pagination-current {
    font-size: 26px;
  }
  .main-tech {
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 52px 0;
  }
  .main-tech__item {
    width: 406px;
  }
  .main-tech__item:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .main-tech__item:hover img {
    transform: scale(1.1);
    filter: blur(3px);
  }
  .main-tech__item:hover .main-tech__title {
    color: rgba(255, 255, 255, 0.92);
    transform: translate(-50%, calc(-50% - 10px)) scale(1);
  }
  .main-tech__item:hover .main-tech__link {
    opacity: 1;
  }
  .main-tech__title {
    font-size: 56px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 900;
    transition: all 0.34s cubic-bezier(0.25, 0, 0.5, 1);
    transform: translate(-50%, calc(-50% - 10px)) scale(0.94);
  }
  .main-tech__link {
    display: inline-block;
    width: auto;
    padding: 8px 44px 8px 34px;
    opacity: 0;
    bottom: 48px;
  }
  .main-tech__link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .main-solutions {
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 52px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-solutions__item {
    height: 670px;
    max-width: 442px;
  }
  .main-solutions__link {
    display: inline-block;
    width: auto;
    padding: 8px 44px 8px 34px;
    bottom: 36px;
  }
  .main-solutions__link:hover {
    background-color: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .main-portfolio {
    width: 1592px;
    position: absolute;
    left: 0;
  }
  .main-portfolio__wrapper {
    margin-top: 60px;
    height: 620px;
    padding: 0;
  }
  .main-portfolio:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 0, transparent 100%);
    z-index: 1;
  }
  .mainPartners {
    margin-bottom: 100px;
  }
  .portfolioSwiper__image {
    width: auto;
  }
  .portfolioSwiper__slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .portfolioSwiper .swiper-button-next,
  .portfolioSwiper .swiper-button-prev {
    top: 40%;
    z-index: 2;
  }
  .portfolioSwiper .swiper-button-prev {
    left: 24px;
  }
  .portfolioSwiper .swiper-button-next {
    right: 24px;
  }
  .portfolioSwiper .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.34s cubic-bezier(0.25, 0, 0.5, 1);
  }
  .portfolioSwiper .swiper-slide img {
    filter: blur(2px);
  }
  .portfolioSwiper .swiper-slide-active {
    opacity: 1;
  }
  .portfolioSwiper .swiper-slide-active img {
    filter: blur(0);
  }
  .main-recruit {
    padding: 40px 0 60px;
  }
}
.fitSection.slogan {
  text-align: center;
}
.fitSection.slogan .p-md {
  max-width: 560px;
  margin-inline: auto;
}
.fitSection.history .section-textContainer {
  text-align: center;
}
.fitSection.contact {
  position: relative;
}
.fitSection.contact:before {
  position: absolute;
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #f1f3f5;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fullSection.vision {
  border-top: 1px solid #f1f3f5;
}
.fullSection.vision .section-textContainer {
  text-align: center;
}
.fullSection.development {
  background-image: url(/resources/images/image_about-development-bg.png);
  background-size: cover;
  background-position: center;
}
.fullSection.development .section-engTitle {
  color: #74c0fc;
}
.fullSection.development .section-title {
  color: #ffffff;
}
.fullSection.development .p-md {
  color: rgba(255, 255, 255, 0.7);
}

.about-slogan {
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 20px;
}
.about-slogan em {
  font-style: normal;
  color: #1c7ed6;
}
.about-slogan > * {
  position: relative;
}
.about-slogan > *:first-child::before {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/image_quote.png);
  background-size: cover;
  left: -42px;
  top: 8px;
}
.about-slogan > *:last-child::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/resources/images/image_quote.png);
  background-size: cover;
  right: -42px;
  top: 8px;
  transform: rotate(180deg);
}

.about-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 60px;
  padding-top: 80px;
}

.infoTable {
  display: flex;
  text-align: left;
  flex-direction: column;
  max-width: 500px;
  flex-grow: 1;
  word-break: keep-all;
}
.infoTable__row {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-top: 1px solid #e9ecef;
}
.infoTable__row:first-child {
  border-top: 1px solid #868e96;
}
.infoTable__th {
  min-width: 140px;
  color: #0d0f12;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 4px;
}
.infoTable__td {
  color: #212529;
  padding: 8px 4px;
}

.about-vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 56px;
}
.about-vision__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 332px;
}
.about-vision__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.about-vision__title {
  font-size: 22px;
  font-weight: 700;
  color: #1971c2;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.about-vision__sub-title {
  font-size: 16px;
  font-weight: 700;
  color: #1971c2;
  letter-spacing: -0.025em;
  opacity: 0.8;
}
.about-vision__description {
  font-size: 15px;
  color: #16191d;
  word-break: keep-all;
}

.about-history {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 40px 10px;
  margin-top: 80px;
  margin-bottom: 40px;
}
.about-history::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 0, transparent 45px calc(100% - 45px), #ffffff 100%);
  z-index: 1;
}
.about-history::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 107px;
  top: 0;
  transform: translateX(-50%);
  z-index: -1 !important;
}
.about-history__item {
  display: flex;
}
.about-history__left {
  padding-right: 20px;
}
.about-history__right {
  padding-left: 40px;
  margin-bottom: 26px;
}
.about-history__year {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  color: #212529;
}
.about-history__year::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(calc(-50% + 1px));
  height: 1px;
  width: 30px;
  right: -30px;
  background-image: url(/resources/images/image_history-dottedLine.png);
}
.about-history__year:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 90px;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
  background-color: #1c7ed6;
  border-radius: 50%;
  z-index: 1 !important;
}
.about-history__list {
  padding-top: 8px;
}
.about-history__list-item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.about-history__month {
  margin-bottom: 4px;
  color: #7e8282;
  font-size: 20px;
}
.about-history__description {
  display: flex;
  align-items: center;
}
.about-history__description p {
  margin-top: 2px;
}
.about-history__description p .line {
  display: inline-block;
  margin-bottom: 10px;
}

.about-development__image {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.about-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  gap: 80px;
}
.about-contact__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}
.about-contact__item + .about-contact__item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9ecef;
  top: -40px;
}
.about-contact__title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 28px;
  font-weight: 700;
  word-break: keep-all;
  white-space: nowrap;
}
.about-contact__content {
  color: #50514f;
  padding-top: 10px;
}
.about-contact__content > p {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 8px;
}
.about-contact__sub-title {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #252521;
  gap: 6px;
}

@media (min-width: 992px) {
  .fitSection.slogan {
    padding: 90px 10px 90px 10px;
  }
  .about-slogan {
    font-size: 96px;
    margin-top: 20px;
    padding: 0 80px;
  }
  .about-slogan > *:first-child::before {
    width: 36px;
    height: 36px;
    left: -54px;
  }
  .about-slogan > *:last-child::after {
    width: 36px;
    height: 36px;
    right: -54px;
  }
  .about-vision {
    flex-direction: row;
    align-items: flex-start;
  }
  .about-vision__title {
    font-size: 30px;
  }
  .about-vision__sub-title {
    font-size: 20px;
  }
  .about-vision__image {
    margin-bottom: 40px;
  }
  .about-vision__description {
    font-size: 18px;
  }
  .about-history {
    padding: 40px 0;
  }
  .about-history::after {
    left: 146px;
  }
  .about-history__left {
    padding-right: 68px;
  }
  .about-history__right {
    padding-left: 40px;
  }
  .about-history__year {
    font-size: 36px;
  }
  .about-history__year::before {
    width: 52px;
    right: -64px;
  }
  .about-history__year:after {
    left: 139px;
  }
  .about-history__list {
    padding-top: 12px;
  }
  .about-history__list-item {
    flex-direction: row;
    font-size: 18px;
  }
  .about-history__month {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .about-contact {
    flex-direction: row;
    align-items: stretch;
    margin-inline: 0;
    width: auto;
  }
  .about-contact__item {
    flex-direction: row;
  }
  .about-contact__item + .about-contact__item::before {
    width: 1px;
    height: 100%;
    left: -40px;
    top: auto;
  }
}
.fitSection.nutanixHyper .section-textContainer {
  text-align: center;
}
.fitSection.nutanixHyper .p-base {
  text-align: left;
  max-width: 848px;
  margin-inline: auto;
  word-break: break-all;
}
.fitSection.dell-introBoxTitle .section-textContainer .section-title {
  text-align: center;
}
.fitSection.dellEnterpristText {
  margin-top: 120px;
}
.fitSection.dellEnterpristText .section-textContainer .section-title {
  letter-spacing: -0.03em;
}
.fitSection.dellEnterpristText .dell-paragraph {
  padding: 20px 0;
  max-width: 800px;
  word-break: keep-all;
}
.fitSection.dellEnterpristText .dell-paragraph p {
  font-weight: 500;
}
.fitSection.dellEnterpristText .dell-paragraph p:last-child {
  margin-bottom: 0;
}
.fitSection.mspMAC {
  margin-top: -40px;
}
.fitSection.mspMAC .section-title {
  font-size: 40px;
  text-align: center;
}
.fitSection.mspMAC .section-title .point-dot {
  color: #1c7ed6;
}
.fitSection.mspMAC .section-title .point-dot::before {
  top: -2px;
  width: 8px;
  height: 8px;
}

.fullSection.hashicorpOss {
  position: relative;
  background-image: url(/resources/images/image_cloud-hashicorp_oss_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullSection.halfSection {
  position: relative;
  background-color: #F9FAFB;
}
.fullSection.halfSection .p-md {
  line-height: 1.6;
}
.fullSection.nutanixPrism {
  background-color: #F9FAFB;
  background-image: url(/resources/images/image_cloud-nutanix_prism_topBg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.fullSection.nutanixPrism .section-textContainer {
  text-align: center;
}
.fullSection.nutanixPrism .section-textContainer .section-title {
  margin-bottom: 40px;
}
.fullSection.nutanixPrism .section-textContainer .section-title .text-gradient {
  background: #56CCF2;
  background: linear-gradient(to right, #2F80ED, #56CCF2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fullSection.nutanixPrism .section-textContainer .p-base {
  text-align: left;
  max-width: 848px;
  margin-inline: auto;
  word-break: break-all;
}
.fullSection.nutanixAcropolis {
  background-image: url(/resources/images/image_cloud-nutanix_acropolis_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullSection.nutanixAcropolis .section-textContainer .section-title {
  text-align: center;
  color: #ffffff;
}
.fullSection.nutanixAcropolis .acrpolisCore__num {
  color: #95B9D1;
}
.fullSection.nutanixAcropolis .acrpolisCore__subTitle, .fullSection.nutanixAcropolis .acrpolisCore__text {
  color: #ffffff;
}
.fullSection.dell-introBox {
  position: relative;
  background-image: url(/resources/images/image_cloud-dell_intro_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  height: 480px;
  margin-top: 80px;
}
.fullSection.dell-introBox .description-box {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.12);
  padding: 32px 20px 32px;
}
.fullSection.dell-introBox .data-productPoint {
  max-width: 900px;
}
.fullSection.dell-introBox .data-productPoint li {
  font-weight: 400;
  font-size: 14px;
  color: #16191d;
  font-weight: 500;
}
.fullSection.dell-introBox .data-productPoint li::before {
  top: 2px;
}
.fullSection.dellEnterprise {
  background: url(/resources/images/image_cloud-dell_enterprise_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left -60px top;
  padding: 0;
}
.fullSection.dellEnterprise02 {
  background: url(/resources/images/image_cloud-dell_enterprise02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 100px;
}
.fullSection.dellEnterprise02 .section-textContainer {
  margin-top: 48px;
}
.fullSection.dellEnterprise02 .section-textContainer .section-title {
  color: #ffffff;
}
.fullSection.dellEnterprise02 .dell-paragraph {
  max-width: 760px;
}
.fullSection.dellEnterprise02 .dell-paragraph p {
  color: rgba(255, 255, 255, 0.75);
}
.fullSection.dellDifference {
  background: url(/resources/images/image_cloud-dell_difference_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 86% center;
  margin-top: 120px;
}
.fullSection.dellDifference .section-textContainer .section-title {
  color: #ffffff;
}
.fullSection.dellDifference .section-textContainer .section-title em {
  font-style: normal;
  color: #228be6;
}
.fullSection.hpeBenifits {
  background: url(/resources/images/image_cloud-hpe_benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.fullSection.hpeBenifits .section-textContainer .section-title {
  text-align: center;
  color: #ffffff;
}
.fullSection.hpeBenifits .section-textContainer .p-md {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.fullSection.mspCloudMsp {
  background-image: url(/resources/images/image_cloud-msp_cloudMsp_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.fullSection.mspCloudMsp .section-textContainer {
  text-align: center;
}
.fullSection.mspCloudMsp .section-textContainer .section-title {
  color: #ffffff;
}

.section-subEng {
  color: #868e96;
  font-size: 20px;
  margin-top: -36px;
  margin-bottom: 32px;
}

.cloud-intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  margin-top: -60px;
}
.cloud-intro__logo {
  flex-shrink: 0;
}
.cloud-intro__description {
  max-width: 600px;
}
.cloud-intro__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
  word-break: keep-all;
}
.cloud-intro__sectionTitle {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.cloud-intro__text {
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
  color: #495057;
}
.cloud-intro__nutanix .cloud-intro__logo {
  padding-top: 22px;
}
.cloud-intro__dell .cloud-intro__logo {
  padding-top: 20px;
}
.cloud-intro__dell .cloud-intro__title {
  max-width: 620px;
}
.cloud-intro__dell__info {
  padding: 92px 0 60px;
}
.cloud-intro__dell__info__box {
  background-color: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 10px;
}
.cloud-intro__dell__info__box > * {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cloud-intro__hpe__info {
  padding: 92px 0 92px;
}
.cloud-intro__hpe__info__box > * {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cloud-intro__hpe--value {
  justify-content: space-between;
}

.hashicorp-numbers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 860px;
  margin-inline: auto;
  padding: 92px 0 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
}
.hashicorp-numbers__item {
  position: relative;
  text-align: center;
}
.hashicorp-numbers__line {
  content: "";
  display: none;
  width: 96px;
  height: 1px;
  background-color: #e9ecef;
}
.hashicorp-numbers__title {
  font-weight: 500;
  color: #1c7ed6;
  font-size: 18px;
}
.hashicorp-numbers__num {
  font-size: 54px;
  font-weight: 700;
  color: #212529;
}
.hashicorp-numbers__icon {
  display: inline-block;
  width: 72px;
  margin-bottom: 36px;
}

.hashicorp-oss {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hashicorp-oss__left, .hashicorp-oss__right {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  gap: 36px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}
.hashicorp-oss__left {
  border-color: #1c7ed6;
}
.hashicorp-oss__left .hashicorp-oss__title {
  color: #1c7ed6;
}
.hashicorp-oss__left .hashicorp-oss__title::after {
  background-color: #1c7ed6;
}
.hashicorp-oss__right {
  border-color: #20c997;
}
.hashicorp-oss__right .hashicorp-oss__title {
  color: #20c997;
}
.hashicorp-oss__right .hashicorp-oss__title::after {
  background-color: #20c997;
}
.hashicorp-oss__title {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  min-width: 80px;
}
.hashicorp-oss__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #e9ecef;
  left: 50%;
  transform: translateX(-50%);
  top: 42px;
  opacity: 0.45;
}
.hashicorp-oss__logos {
  flex-grow: 1;
  display: flex;
  row-gap: 20px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.hashicorp-shift {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
  gap: 40px;
}
.hashicorp-shift > div:nth-of-type(2) img {
  transform: rotate(90deg);
}

.hashicorp-before {
  padding: 48px 0;
}

.half-section__bg {
  padding: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  background-image: url(/resources/images/image_cloud-hashicorp_halfBg_01.png);
}
.half-section__bg.second {
  background-image: url(/resources/images/image_cloud-hashicorp_halfBg_02.png);
}
.half-section__bg.third {
  background-image: url(/resources/images/image_cloud-hashicorp_halfBg_03.png);
}

.half-section__graphic {
  display: flex;
  justify-content: center;
  align-items: center;
}

.half-text {
  padding: 32px 0;
}
.half-text__description {
  padding-left: 40px;
  word-break: keep-all;
}
.half-text__description + .half-text__description {
  margin-top: 44px;
}
.half-text__title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  color: #004A8D;
  margin-bottom: 12px;
  line-height: 1.2;
}
.half-text__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/resources/images/icon_gradientCheck.png);
  background-size: cover;
  left: -40px;
  top: 5px;
}
.half-text__text {
  color: #666968;
  font-size: 16px;
}

.nutanix-info {
  padding: 80px 0 60px;
}
.nutanix-info img {
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
  margin-inline: auto;
}

.nutanix-prism {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.nutanix-prism img {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.nutanix-hyper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 60px 0 40px;
}
.nutanix-hyper__textBox {
  width: 100%;
  border: 2px solid #A8CB3A;
  padding: 20px 24px;
  border-radius: 10px;
}
.nutanix-hyper__textBox ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 28px;
}
.nutanix-hyper__textBox ul li {
  position: relative;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 500;
  color: #343a40;
  padding-left: 12px;
}
.nutanix-hyper__textBox ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #495057;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.nutanix-hyper__textBox ul li .misc {
  color: #868e96;
  font-size: 13px;
}
.nutanix-hyper__img01 {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}
.nutanix-hyper__img02 {
  border-radius: 20px;
  border: 2px dashed #ced4da;
}

.acrpolisCore__box {
  max-width: 580px;
  text-align: center;
  padding: 60px 0 40px;
  margin-inline: auto;
}
.acrpolisCore__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acrpolisCore__item + .acrpolisCore__item {
  margin-top: 84px;
}
.acrpolisCore__num {
  font-size: 58px;
  color: #7e8282;
  font-weight: 900;
  line-height: 1;
}
.acrpolisCore__subTitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 3px;
  word-break: keep-all;
}
.acrpolisCore__text {
  font-size: 16px;
  color: #495057;
  text-align: left;
  word-break: keep-all;
}
.acrpolisCore__image {
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid #ced4da;
  max-width: 600px;
  min-width: none;
}
.acrpolisCore__textBox {
  width: 100%;
  border: 2px dashed rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 20px 24px;
  border-radius: 10px;
  text-align: left;
  margin-top: 24px;
}
.acrpolisCore__textBox ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 28px;
}
.acrpolisCore__textBox ul li {
  position: relative;
  word-break: keep-all;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  padding-left: 12px;
}
.acrpolisCore__textBox ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.acrpolisCore__textBox ul li .misc {
  color: #868e96;
  font-size: 13px;
}

.dell-paragraph p {
  font-size: 15px;
  color: #495057;
  margin-bottom: 28px;
}

.dell-enterprise {
  position: relative;
  min-height: 600px;
}
.dell-enterprise__half {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.dell-enterprise__inner {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
.dell-enterprise__title {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.dell-enterprise__item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.dell-enterprise__item + .dell-enterprise__item {
  margin-top: 16px;
}
.dell-enterprise__item:nth-child(1) .dell-enterprise__item__left {
  background-color: #228be6;
}
.dell-enterprise__item:nth-child(2) .dell-enterprise__item__left {
  background-color: #3b5bdb;
}
.dell-enterprise__item:nth-child(3) .dell-enterprise__item__left {
  background-color: #e9ecef;
  color: #343a40;
}
.dell-enterprise__item__left {
  display: flex;
  align-items: center;
  padding: 6px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}
.dell-enterprise__item__right {
  display: flex;
  align-items: center;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  word-break: keep-all;
}

.dell-enterprise02 {
  max-width: 600px;
  padding: 60px 0;
}
.dell-enterprise02__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  word-break: keep-all;
}
.dell-enterprise02__table {
  display: grid;
  grid-template-columns: 1fr;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 28px 20px;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.dell-enterprise02__table__th {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 4px 4px;
}
.dell-enterprise02__table__th .misc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.dell-enterprise02__table__td {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  padding: 4px 4px;
  margin-bottom: 20px;
}

.dell-difference {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
.dell-difference .dell-paragraph {
  max-width: 580px;
}
.dell-difference .dell-paragraph p {
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
}
.dell-difference__image {
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hpe-benefits {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  padding: 60px 0;
  max-width: 720px;
  margin-inline: auto;
}
.hpe-benefits__item {
  display: flex;
  min-height: 160px;
  border-radius: 10px;
  overflow: hidden;
}
.hpe-benefits__itemLeft {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.14);
  width: 128px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.hpe-benefits__itemLeft > img {
  width: 56px;
}
.hpe-benefits__itemLeft > span {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.hpe-benefits__itemRight {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 14px 10px 14px 10px;
}
.hpe-benefits__itemRight ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.03em;
  line-height: 1.4;
  padding-left: 12px;
}
.hpe-benefits__itemRight ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.hpe-benefits__itemRight ul li + li {
  margin-top: 16px;
}

.hpe-ecoSystem {
  padding: 60px 0;
}
.hpe-ecoSystem img {
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
}

.hpe-example {
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 60px;
  padding: 60px 0;
  justify-content: center;
}
.hpe-example__item {
  flex: 1;
  min-width: 320px;
  max-width: 380px;
}
.hpe-example__image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 16px;
  aspect-ratio: 1/1;
  width: 100%;
}
.hpe-example__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hpe-example__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.36;
}
.hpe-example__text {
  font-size: 20px;
  color: #495057;
}

.msp-mac {
  padding: 80px 0 60px;
}

.msp-cloudMsp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 60px 10px;
}
.msp-cloudMsp__item--arrow {
  width: 120px;
}
.msp-cloudMsp__item--arrow img {
  transform: rotate(90deg);
}

.msp-table {
  padding: 20px 0 40px;
}

@media (min-width: 992px) {
  .fitSection.nutanixHyper .p-base {
    text-align: center;
    word-break: keep-all;
  }
  .fitSection.dell-introBoxTitle .section-textContainer .section-title {
    font-size: 52px;
  }
  .fitSection.mspMAC .section-title {
    font-size: 56px;
    font-weight: 700;
  }
  .fitSection.mspMAC .section-title .point-dot {
    font-weight: 900;
    color: #1c7ed6;
  }
  .fullSection.halfSection.reverse .half-section__content {
    margin-left: auto;
    padding-right: 0;
    padding-left: 28px;
  }
  .fullSection.halfSection.reverse .half-section__bg {
    justify-content: flex-end;
    right: auto;
    left: 0;
    border-radius: 0 20px 20px 0;
    box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .fullSection.nutanixPrism .section-textContainer .section-title {
    margin-bottom: 72px;
  }
  .fullSection.nutanixPrism .section-textContainer .p-base {
    text-align: center;
    word-break: keep-all;
  }
  .fullSection.nutanixAcropolis .section-textContainer .section-title {
    text-align: left;
  }
  .fullSection.dell-introBox {
    height: 596px;
  }
  .fullSection.dell-introBox .data-productPoint li {
    font-size: 20px;
  }
  .fullSection.dell-introBox .data-productPoint li::before {
    top: 3px;
  }
  .fullSection.dell-introBox .description-box {
    padding: 36px 20px 36px;
  }
  .fullSection.dellEnterprise {
    background-position: left top;
  }
  .fullSection.dellEnterprise02 {
    margin-top: 160px;
  }
  .fullSection.dellDifference {
    background-size: auto;
    background-position: top 260px center;
  }
  .fullSection.dellDifference .section-textContainer .section-title {
    color: #030507;
  }
  .fullSection.mspCloudMsp .section-textContainer .section-title {
    text-align: left;
  }
  .section-subEng {
    font-size: 24px;
    margin-top: -28px;
    margin-bottom: 44px;
  }
  .cloud-intro {
    flex-direction: row;
    align-items: flex-start;
  }
  .cloud-intro__title {
    margin-top: 18px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
    word-break: keep-all;
  }
  .cloud-intro__sectionTitle {
    font-size: 36px;
    margin-top: -12px;
    text-align: left;
    word-break: keep-all;
  }
  .cloud-intro__description {
    max-width: 820px;
    text-align: left;
  }
  .cloud-intro__text {
    font-size: 20px;
    font-weight: 500;
    word-break: keep-all;
    color: #495057;
  }
  .hashicorp-numbers {
    flex-direction: row;
    justify-content: space-between;
  }
  .hashicorp-numbers__line {
    width: 1px;
    height: 96px;
    display: block;
  }
  .hashicorp-numbers__icon {
    width: 90px;
  }
  .hashicorp-numbers__title {
    font-size: 22px;
  }
  .hashicorp-numbers__num {
    font-size: 66px;
  }
  .hashicorp-numbers__icon {
    width: 72px;
    margin-bottom: 52px;
  }
  .hashicorp-oss {
    display: flex;
    flex-direction: row;
  }
  .hashicorp-oss__left, .hashicorp-oss__right {
    flex-direction: row;
  }
  .hashicorp-oss__title {
    max-width: 108px;
  }
  .hashicorp-oss__title::after {
    content: "";
    width: 1px;
    height: 100%;
    left: auto;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hashicorp-shift {
    flex-direction: row;
    gap: 20px;
    padding: 60px 0;
  }
  .hashicorp-shift > div:nth-of-type(2) {
    margin-bottom: 140px;
  }
  .hashicorp-shift > div:nth-of-type(2) img {
    transform: none;
  }
  .hashicorp-before {
    padding: 60px 0;
  }
  .half-section__content {
    max-width: 50%;
    padding-right: 28px;
  }
  .half-section__bg {
    position: absolute;
    justify-content: flex-start;
    padding: 80px;
    height: 100px;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 20px 0 0 20px;
    box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .half-section__graphic {
    justify-content: flex-start;
  }
  .half-text__title {
    line-height: 1.5;
  }
  .half-text__title::before {
    top: 10px;
  }
  .nutanix-hyper__textBox {
    padding: 28px 40px;
  }
  .nutanix-hyper__textBox ul li {
    font-size: 18px;
  }
  .nutanix-hyper__textBox ul li .misc {
    font-size: 14px;
  }
  .acrpolisCore__title {
    font-size: 30px;
    margin-bottom: 52px;
  }
  .acrpolisCore__box {
    max-width: none;
    text-align: left;
  }
  .acrpolisCore__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .acrpolisCore__item + .acrpolisCore__item {
    margin-top: 60px;
  }
  .acrpolisCore__num {
    font-size: 70px;
  }
  .acrpolisCore__subTitle {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .acrpolisCore__text {
    font-size: 18px;
  }
  .acrpolisCore__image {
    border-radius: 18px;
    border-width: 4px;
    min-width: 420px;
  }
  .acrpolisCore__textBox {
    padding: 28px 40px;
  }
  .acrpolisCore__textBox ul li {
    font-size: 18px;
  }
  .acrpolisCore__textBox ul li .misc {
    font-size: 14px;
  }
  .dell-paragraph p {
    font-size: 18px;
    margin-bottom: 36px;
  }
  .dell-enterprise {
    min-height: 0;
  }
  .dell-enterprise__half {
    position: static;
    width: 50%;
    min-height: 802px;
    margin-left: auto;
    padding-left: 80px;
  }
  .dell-enterprise__inner {
    max-width: none;
    margin-inline: 0;
  }
  .dell-enterprise__title {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .dell-enterprise__item {
    flex-direction: row;
    min-height: 108px;
    max-width: 740px;
  }
  .dell-enterprise__item + .dell-enterprise__item {
    margin-top: 28px;
  }
  .dell-enterprise__item__left {
    font-size: 24px;
    padding: 20px 32px;
    width: 40%;
  }
  .dell-enterprise__item__right {
    font-size: 18px;
    padding: 20px 32px;
    width: 60%;
  }
  .dell-enterprise02 {
    padding: 60px 0;
    max-width: none;
    margin-inline: 0;
  }
  .dell-enterprise02__title {
    font-size: 30px;
    margin-bottom: 24px;
    padding-left: 52px;
  }
  .dell-enterprise02__table {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 32px 52px;
  }
  .dell-enterprise02__table__th {
    font-size: 18px;
    padding: 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .dell-enterprise02__table__td {
    font-size: 16px;
    padding: 18px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 0;
  }
  .dell-enterprise02__table > div:nth-last-child(1) {
    border-bottom: none;
  }
  .dell-enterprise02__table > div:nth-last-child(2) {
    border-bottom: none;
  }
  .dell-difference {
    flex-direction: row;
    gap: 48px;
  }
  .dell-difference .dell-paragraph {
    max-width: 580px;
    padding: 32px 0;
  }
  .dell-difference__image {
    min-width: 480px;
    margin-top: -172px;
  }
  .hpe-benefits {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 64px;
    padding: 84px 0;
    max-width: none;
  }
  .hpe-benefits__item {
    border-radius: 20px;
  }
  .hpe-benefits__itemLeft {
    width: 150px;
  }
  .hpe-benefits__itemLeft > img {
    width: 70px;
  }
  .hpe-benefits__itemLeft > span {
    font-size: 18px;
  }
  .hpe-benefits__itemRight {
    padding: 14px 20px 14px 18px;
  }
  .hpe-benefits__itemRight ul li {
    font-size: 18px;
    padding-left: 12px;
  }
  .hpe-benefits__itemRight ul li::before {
    width: 5px;
    height: 5px;
    top: 11px;
  }
  .hpe-benefits__itemRight ul li + li {
    margin-top: 14px;
  }
  .hpe-example {
    flex-direction: row;
    -moz-column-gap: 42px;
         column-gap: 42px;
    row-gap: 60px;
    padding: 60px 0;
    max-width: none;
  }
  .hpe-example__image {
    height: 380px;
    margin-bottom: 24px;
  }
  .hpe-example__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .hpe-example__text {
    font-size: 20px;
  }
  .msp-mac {
    padding: 100px 0 80px;
  }
  .msp-cloudMsp {
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    padding: 60px 0;
  }
  .msp-cloudMsp__item--arrow {
    width: auto;
  }
  .msp-cloudMsp__item--arrow img {
    transform: rotate(0);
  }
  .msp-table {
    padding: 40px 0 60px;
  }
}
@media (min-width: 576px) {
  .nutanix-hyper__textBox ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fitSection.altairCompetent .section-title {
  font-size: 44px;
  text-align: center;
}
.fitSection.altairCompetent .section-title .point-dot {
  color: #1c7ed6;
}
.fitSection.altairCompetent .section-title .point-dot::before {
  top: -2px;
  width: 8px;
  height: 8px;
}
.fitSection.altairOptimize .section-title {
  font-size: 38px;
  text-align: center;
}
.fitSection.altairOptimize .section-title .point-dot {
  color: #1c7ed6;
}
.fitSection.altairOptimize .section-title .point-dot__container {
  display: inline-block;
}
.fitSection.altairOptimize .section-title .point-dot::before {
  top: -2px;
  width: 8px;
  height: 8px;
}
.fitSection.altairOptimize .section-title .point-dot__container {
  margin-top: 10px;
}
.fitSection.altairOptimize .section-title .sub {
  color: #7e8282;
}
.fitSection.altairRapidminer .section-textContainer {
  text-align: center;
}
.fitSection.altairRapidminer .twoTwo-blurBox__item {
  height: 412px;
}
.fitSection.altairRapidminer .twoTwo-blurBox__description {
  min-height: 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.fitSection.tmaxAnylink .section-title {
  font-size: 38px;
  text-align: center;
}

.fullSection.sas-introBox {
  position: relative;
  background-image: url(/resources/images/image_data-sas_boxBg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 460px;
  margin-top: 80px;
}
.fullSection.sas-introBox .description-box {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.12);
}
.fullSection.altair-introBox {
  position: relative;
  background-image: url(/resources/images/image_data-altair_boxBg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
  margin-top: 80px;
}
.fullSection.altair-introBox .description-box {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.12);
  padding: 32px 20px 32px;
}
.fullSection.altair-introBox .description-box__text {
  text-align: center;
  font-size: 15px;
  color: #212529;
  text-wrap: balance;
  word-break: keep-all;
  line-height: 1.8;
}
.fullSection.altairDetail {
  background-image: url(/resources/images/image_data-altair_detail_bg.png);
  background-size: cover;
  background-position: center;
}
.fullSection.altairDetail .section-title {
  color: #ffffff;
}
.fullSection.tmax-introBox {
  position: relative;
  background-image: url(/resources/images/image_data-tmax_boxBg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
  margin-top: 80px;
}
.fullSection.tmax-introBox .description-box {
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  box-shadow: 0px 4px 21.3px 0px rgba(0, 0, 0, 0.12);
  padding: 32px 20px 32px;
}
.fullSection.tmax-introBox .data-productPoint {
  max-width: 900px;
}
.fullSection.tmax-introBox .data-productPoint li {
  font-weight: 400;
  font-size: 14px;
}
.fullSection.tmax-introBox .data-productPoint li::before {
  top: 2px;
}
.fullSection.tmaxFunction {
  background-image: url(/resources/images/image_data-tmax_function_bg.png);
  background-size: cover;
  background-position: center;
}
.fullSection.tmaxFunction .section-title {
  text-align: center;
  color: #ffffff;
}
.fullSection.tmaxEffect {
  background-image: url(/resources/images/image_data-tmax_effect_bg.png);
  background-size: cover;
  background-position: center;
}
.fullSection.tmaxEffect .section-title {
  text-align: center;
}

.data-productPoint {
  padding: 4px 8px;
  max-width: 560px;
  margin-inline: auto;
}
.data-productPoint li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #495057;
  word-break: keep-all;
  padding-left: 28px;
}
.data-productPoint li::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/resources/images/icon_check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
.data-productPoint li + li {
  margin-top: 20px;
}

.sas-numbers {
  max-width: 600px;
  margin-inline: auto;
  padding: 0 10px 80px 10px;
}
.sas-numbers__row {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e9ecef;
}
.sas-numbers__row.reverse {
  flex-direction: row-reverse;
  margin-left: auto;
}
.sas-numbers__row.reverse .sas-numbers__description {
  text-align: right;
  align-items: flex-end;
}
.sas-numbers__row + .sas-numbers__row {
  margin-top: 84px;
}
.sas-numbers__row:last-child {
  border-bottom: none;
}
.sas-numbers__img {
  width: 80px;
  flex-shrink: 0;
}
.sas-numbers__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sas-numbers__num {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #212529;
  line-height: 1;
}
.sas-numbers__num-comma {
  font-weight: 500;
  font-size: 0.92em;
}
.sas-numbers__text {
  font-size: 18px;
  font-weight: 500;
  color: #868e96;
  word-break: keep-all;
  text-wrap: balance;
  margin-top: 24px;
}

.data-sas-intro {
  margin-top: -40px;
}
.data-sas-intro__row {
  position: relative;
  margin-bottom: 112px;
}
.data-sas-intro__img {
  position: relative;
  height: 453px;
  border-radius: 8px;
  overflow: hidden;
}
.data-sas-intro__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.data-sas-intro__box {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: -160px;
  overflow: hidden;
}
.data-sas-intro__num {
  display: block;
  color: #7e8282;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}
.data-sas-intro__title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-wrap: balance;
  margin-bottom: 24px;
}
.data-sas-intro__title .infoBtn {
  margin-top: 10px;
  margin-left: -3px;
}
.data-sas-intro__sub {
  position: relative;
  display: inline-block;
  color: #7e8282;
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  padding-left: 20px;
}
.data-sas-intro__sub::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #979b9d;
  position: absolute;
  left: 6px;
  top: 11px;
}
.data-sas-intro__sub + .data-sas-intro__sub {
  margin-top: 10px;
}
.data-sas-intro__logo {
  display: none;
}

.data-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.data-top__slogan {
  font-weight: 100;
  font-size: 26px;
  color: #868e96;
  margin-bottom: 20px;
  text-wrap: balance;
}
.data-top__slogan em {
  font-style: normal;
  color: #228be6;
}
.data-top__logo {
  position: relative;
}
.data-top__logo img {
  transform: scale(0.8);
}
.data-top__description {
  margin-top: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  width: 94%;
  word-break: keep-all;
  text-wrap: balance;
}

.altair-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 80%;
  margin-inline: auto;
  margin-top: 240px;
  row-gap: 80px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.altair-numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.altair-numbers__img {
  width: 80px;
}
.altair-numbers__description {
  font-size: 16px;
  font-weight: 500;
  color: #59A9F1;
  min-height: 48px;
  word-break: keep-all;
}
.altair-numbers__num {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1;
}
.altair-numbers__num-comma {
  font-weight: 500;
  font-size: 0.92em;
}

.twoTwo-blurBox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 40px;
  padding: 0 10px;
}
.twoTwo-blurBox__item {
  max-width: 600px;
  position: relative;
  height: 473px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  justify-self: center;
  width: 100%;
}
.twoTwo-blurBox__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.twoTwo-blurBox__description {
  position: absolute;
  bottom: 0;
  min-height: 216px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 48px 28px 28px;
}
.twoTwo-blurBox__title {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  word-break: keep-all;
}
.twoTwo-blurBox__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -20px;
  width: 72px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.6);
}
.twoTwo-blurBox__text {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
  font-size: 14px;
}

.point-dot {
  position: relative;
}
.point-dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1c7ed6;
  border-radius: 50%;
  left: 50%;
  top: -6px;
  transform: translateX(-50%);
}

.altair-competent__row {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 60px 0;
  gap: 60px;
}
.altair-competent__row > * {
  flex: 1;
}
.altair-competent__row.platform {
  align-items: center;
  flex-direction: column;
}

.altair-license__title {
  color: #1c7ed6;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 52px;
}
.altair-license__box {
  max-width: 580px;
  text-align: center;
}
.altair-license__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.altair-license__item + .altair-license__item {
  margin-top: 84px;
}
.altair-license__item + .altair-license__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f3f5;
  position: absolute;
  left: 0;
  top: -42px;
}
.altair-license__num {
  font-size: 58px;
  color: #7e8282;
  font-weight: 900;
  line-height: 1;
}
.altair-license__subTitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  margin-top: 3px;
}
.altair-license__text {
  font-size: 16px;
  color: #495057;
  text-align: left;
  word-break: keep-all;
}
.altair-license__image {
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid #ced4da;
  max-width: 600px;
  min-width: none;
}

.altair-platform__image {
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  max-width: 600px;
  min-width: none;
}
.altair-platform__description {
  max-width: 580px;
}
.altair-platform__title {
  font-size: 32px;
  font-weight: 700;
  color: #1c7ed6;
  margin-bottom: 40px;
  word-break: keep-all;
  text-align: center;
}
.altair-platform__text {
  font-size: 16px;
  color: #16191d;
  word-break: keep-all;
  line-height: 1.6;
}

.altair-optimize {
  padding: 40px 0;
}
.altair-optimize__description {
  margin-bottom: 48px;
}
.altair-optimize__title {
  font-size: 28px;
  font-weight: 700;
  color: #1c7ed6;
  margin-bottom: 28px;
  word-break: keep-all;
  text-align: center;
}
.altair-optimize__text {
  text-align: center;
  font-size: 16px;
  color: #343a40;
  word-break: keep-all;
  line-height: 1.6;
  max-width: 950px;
  margin-inline: auto;
}
.altair-optimize__image {
  border: 2px solid #ced4da;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.altair-detail__item {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
.altair-detail__item + .altair-detail__item {
  margin-top: 80px;
}
.altair-detail__description {
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.19) 8.47%, rgba(255, 255, 255, 0) 88.99%);
  -webkit-backdrop-filter: blur(2.4px);
          backdrop-filter: blur(2.4px);
  padding: 32px 28px;
}
.altair-detail__title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  word-break: keep-all;
  text-align: center;
}
.altair-detail__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  word-break: keep-all;
  line-height: 1.6;
  max-width: 600px;
  margin-inline: auto;
  text-align: center;
}
.altair-detail__image {
  flex-shrink: 0;
}

.altair-rapidminer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 32px 0;
  margin-bottom: 40px;
}
.altair-rapidminer__left, .altair-rapidminer__right {
  width: 100%;
  max-width: 600px;
  padding: 24px 24px;
  border: 3px solid #ced4da;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.altair-rapidminer__left {
  border-color: #28B5E1;
}
.altair-rapidminer__left .altair-rapidminer__title {
  color: #28B5E1;
}
.altair-rapidminer__right {
  border-color: #2BC8D0;
}
.altair-rapidminer__right .altair-rapidminer__title {
  color: #2BC8D0;
}
.altair-rapidminer__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 28px;
  word-break: keep-all;
}
.altair-rapidminer__list {
  padding-bottom: 12px;
}
.altair-rapidminer__list li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
  padding-left: 14px;
}
.altair-rapidminer__list li::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #adb5bd;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.altair-rapidminer__list li + li {
  margin-top: 18px;
}

.tmax-intro__info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 26px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-top: 320px;
}

.tmax-anyLink__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 0;
  gap: 60px;
}
.tmax-anyLink__row > * {
  flex: 1;
}
.tmax-anyLink__title {
  position: relative;
  color: #1c7ed6;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 52px;
}
.tmax-anyLink__box {
  max-width: 580px;
  text-align: center;
}
.tmax-anyLink__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tmax-anyLink__item + .tmax-anyLink__item {
  margin-top: 84px;
}
.tmax-anyLink__item + .tmax-anyLink__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f1f3f5;
  position: absolute;
  left: 0;
  top: -42px;
}
.tmax-anyLink__subTitle {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  padding-top: 6px;
  color: #212529;
}
.tmax-anyLink__subTitle::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #e0e4e5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4px;
}
.tmax-anyLink__text {
  font-size: 16px;
  color: #495057;
  text-align: left;
  word-break: keep-all;
}
.tmax-anyLink__image {
  overflow: hidden;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  max-width: 600px;
  min-width: none;
}

.tmax-function {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 120px;
  padding: 80px 10px 60px;
}
.tmax-function__item {
  position: relative;
  max-width: 600px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  justify-self: center;
  width: 100%;
  padding: 50px 28px;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.tmax-function__num {
  position: absolute;
  display: block;
  top: -52px;
  left: 28px;
  color: #E8F5FB;
  font-size: 84px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.tmax-function__title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 34px;
}
.tmax-function__list li {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 16px;
  font-size: 15px;
  letter-spacing: -0.025em;
}
.tmax-function__list li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  left: 4px;
  top: 9px;
}
.tmax-function__list li + li {
  margin-top: 16px;
}

.tmax-anyLink__advantage {
  padding: 60px 0;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}

.tmax-effect {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .tmax-intro__info {
    margin-top: 200px;
  }
}
@media (min-width: 992px) {
  .fitSection.altairCompetent .section-title {
    font-size: 58px;
    font-weight: 700;
  }
  .fitSection.altairCompetent .section-title .point-dot {
    font-weight: 900;
    color: #1c7ed6;
  }
  .fitSection.altairOptimize .section-title {
    font-size: 50px;
    font-weight: 700;
  }
  .fitSection.altairOptimize .section-title .point-dot {
    font-weight: 900;
    color: #1c7ed6;
  }
  .fitSection.altairRapidminer .section-textContainer {
    text-align: left;
  }
  .fitSection.tmaxAnylink .section-title {
    font-size: 56px;
  }
  .fullSection.altair-introBox .description-box {
    padding: 48px 92px 48px;
  }
  .fullSection.altair-introBox .description-box__text {
    font-size: 20px;
  }
  .fullSection.tmax-introBox .data-productPoint li {
    font-size: 20px;
  }
  .fullSection.tmax-introBox .data-productPoint li::before {
    top: 3px;
  }
  .fullSection.altairDetail .section-title {
    font-size: 48px;
  }
  .fullSection.tmaxFunction .section-title {
    font-size: 56px;
  }
  .fullSection.tmaxEffect .section-title {
    font-size: 56px;
  }
  .data-productPoint {
    padding: 20px 0;
    max-width: 760px;
  }
  .data-productPoint li {
    font-size: 24px;
    padding-left: 36px;
  }
  .data-productPoint li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .data-productPoint li + li {
    margin-top: 40px;
  }
  .sas-numbers {
    max-width: 880px;
    padding: 0 0 80px 0;
  }
  .sas-numbers__row {
    gap: 68px;
    align-items: center;
    padding-bottom: 24px;
  }
  .sas-numbers__row.reverse .sas-numbers__description {
    align-items: center;
    flex-direction: row-reverse;
  }
  .sas-numbers__row + .sas-numbers__row {
    margin-top: 84px;
  }
  .sas-numbers__img {
    width: 100px;
  }
  .sas-numbers__description {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .sas-numbers__num {
    font-size: 96px;
    line-height: inherit;
  }
  .sas-numbers__text {
    font-size: 22px;
    margin-top: 10px;
  }
  .data-sas-intro {
    margin-top: -60px;
  }
  .data-sas-intro__row {
    width: 100%;
    margin-bottom: 400px;
  }
  .data-sas-intro__row:nth-child(2n) .data-sas-intro__img {
    margin-left: auto;
  }
  .data-sas-intro__row:nth-child(2n) .data-sas-intro__box {
    left: 0;
    text-align: right;
    padding: 23px 36px 32px 24px;
  }
  .data-sas-intro__row:nth-child(2n) .data-sas-intro__box {
    border-radius: 0 10px 0 0;
  }
  .data-sas-intro__row:nth-child(2n) .data-sas-intro__logo {
    right: auto;
    left: 24px;
  }
  .data-sas-intro__img {
    height: auto;
  }
  .data-sas-intro__img img {
    position: static;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .data-sas-intro__box {
    position: absolute;
    width: 880px;
    right: 0;
    box-shadow: none;
    border-radius: 10px 0 0 0;
    margin-inline: 0;
    margin-top: -146px;
    padding: 20px 24px 32px 36px;
    overflow: visible;
  }
  .data-sas-intro__num {
    font-size: 124px;
    margin-bottom: 32px;
  }
  .data-sas-intro__title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .data-sas-intro__sub {
    font-size: 20px;
    padding-left: 5px;
  }
  .data-sas-intro__sub::before {
    content: "";
    display: none;
  }
  .data-sas-intro__logo {
    position: absolute;
    display: block;
    top: -24px;
    left: auto;
    right: 24px;
    transform: translateY(-100%);
  }
  .data-top__slogan {
    font-weight: 100;
    font-size: 38px;
    color: #868e96;
    margin-bottom: 28px;
  }
  .data-top__slogan em {
    font-style: normal;
    color: #228be6;
  }
  .data-top__logo img {
    transform: none;
  }
  .data-top__description {
    font-size: 30px;
  }
  .altair-numbers {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 120px;
    width: auto;
    max-width: 1180px;
    margin-top: 560px;
  }
  .altair-numbers__item {
    gap: 40px;
  }
  .altair-numbers__img {
    width: 90px;
  }
  .altair-numbers__description {
    font-size: 20px;
    min-height: 60px;
  }
  .altair-numbers__num {
    font-size: 60px;
  }
  .twoTwo-blurBox {
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .twoTwo-blurBox__description {
    padding: 60px 48px 40px;
  }
  .twoTwo-blurBox__title {
    font-size: 28px;
  }
  .twoTwo-blurBox__title::before {
    top: -24px;
  }
  .twoTwo-blurBox__text {
    font-size: 16px;
  }
  .altair-competent__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .altair-competent__row.platform {
    flex-direction: row;
  }
  .altair-license__title {
    font-size: 30px;
    margin-bottom: 52px;
  }
  .altair-license__box {
    max-width: none;
    text-align: left;
  }
  .altair-license__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .altair-license__item + .altair-license__item {
    margin-top: 60px;
  }
  .altair-license__item + .altair-license__item::before {
    top: -30px;
  }
  .altair-license__num {
    font-size: 70px;
  }
  .altair-license__subTitle {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .altair-license__text {
    font-size: 18px;
  }
  .altair-license__image {
    border-radius: 18px;
    border-width: 4px;
    min-width: 420px;
  }
  .altair-platform__description {
    max-width: none;
  }
  .altair-platform__title {
    text-align: left;
    font-size: 38px;
    margin-bottom: 56px;
  }
  .altair-platform__text {
    font-size: 20px;
  }
  .altair-optimize {
    padding: 60px 0;
  }
  .altair-optimize__description {
    margin-bottom: 48px;
  }
  .altair-optimize__title {
    font-size: 36px;
    margin-bottom: 28px;
  }
  .altair-optimize__text {
    font-size: 18px;
  }
  .altair-detail {
    padding: 52px 0;
  }
  .altair-detail__item {
    display: block;
  }
  .altair-detail__item + .altair-detail__item {
    margin-top: 100px;
  }
  .altair-detail__item.reverse .altair-detail__image {
    right: auto;
    left: 0;
  }
  .altair-detail__item.reverse .altair-detail__description {
    padding-right: 0;
    padding-left: 340px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 8.47%, rgba(255, 255, 255, 0.19) 88.99%);
  }
  .altair-detail__description {
    padding: 40px 52px;
    padding-right: 340px;
  }
  .altair-detail__title {
    font-size: 36px;
    margin-bottom: 28px;
    text-align: left;
  }
  .altair-detail__text {
    max-width: none;
    text-align: left;
    font-size: 18px;
  }
  .altair-detail__image {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  }
  .altair-rapidminer {
    flex-direction: row;
    align-items: flex-start;
    padding: 52px 0;
  }
  .altair-rapidminer__left, .altair-rapidminer__right {
    padding: 36px 44px;
    min-height: 506px;
    border-width: 4px;
    flex: 1;
  }
  .altair-rapidminer__title {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .altair-rapidminer__list li {
    font-size: 18px;
  }
  .altair-rapidminer__list li::before {
    width: 4px;
    height: 4px;
    left: 2px;
  }
  .altair-rapidminer__list li + li {
    margin-top: 24px;
  }
  .tmax-intro__info {
    flex-direction: row;
    margin-top: 340px;
  }
  .tmax-anyLink__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .tmax-anyLink__row.platform {
    flex-direction: row;
  }
  .tmax-anyLink__title {
    font-size: 30px;
    margin-bottom: 52px;
  }
  .tmax-anyLink__box {
    max-width: none;
    text-align: left;
  }
  .tmax-anyLink__item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .tmax-anyLink__item + .tmax-anyLink__item {
    margin-top: 60px;
  }
  .tmax-anyLink__item + .tmax-anyLink__item::before {
    top: -30px;
  }
  .tmax-anyLink__subTitle {
    font-size: 44px;
    margin-bottom: 20px;
    letter-spacing: -0.035em;
  }
  .tmax-anyLink__subTitle::before {
    left: 2px;
    top: 4px;
    transform: none;
  }
  .tmax-anyLink__text {
    font-size: 18px;
  }
  .tmax-anyLink__image {
    min-width: 420px;
  }
  .tmax-function {
    width: auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0 60px;
  }
  .tmax-function__item {
    padding: 60px 52px;
    min-height: 392px;
  }
  .tmax-function__num {
    top: -60px;
    left: 50px;
    font-size: 100px;
  }
  .tmax-function__title {
    font-size: 40px;
  }
  .tmax-function__list li {
    font-size: 18px;
  }
  .tmax-function__list li::before {
    top: 11px;
  }
}
.fullSection.service-public {
  position: relative;
  background-image: url(/resources/images/image_service-public_sloganBg.png);
  background-position: center 50%;
  background-repeat: no-repeat;
  padding-bottom: 260px;
  margin-bottom: 240px;
}
.fullSection.service-public .section-textContainer {
  text-align: center;
}
.fullSection.service-public .p-md {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.fullSection.service-public .tabBtn__container {
  margin-top: -28px;
}
.fullSection.service-public .tabBtn {
  background-color: rgba(255, 255, 255, 0.08);
}
.fullSection.service-public .tabBtn:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.fullSection.service-public .tabBtn.current {
  background-color: rgba(25, 113, 194, 0.76);
}
.fullSection.service-public .tabBtn.current:hover {
  background-color: rgba(25, 113, 194, 0.96);
}
.fullSection.service-public .description-box {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.fullSection.service-private {
  position: relative;
  background-image: url(/resources/images/image_service-private_sloganBg.png);
  background-position: center 50%;
  background-repeat: no-repeat;
  padding-bottom: 260px;
  margin-bottom: 240px;
}
.fullSection.service-private .section-textContainer {
  text-align: center;
}
.fullSection.service-private .p-md {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.fullSection.service-private .tabBtn__container {
  margin-top: -28px;
}
.fullSection.service-private .tabBtn {
  background-color: rgba(177, 182, 185, 0.8);
}
.fullSection.service-private .tabBtn:hover {
  background-color: rgba(177, 182, 185, 0.9);
}
.fullSection.service-private .tabBtn.current {
  background-color: rgba(25, 113, 194, 0.86);
}
.fullSection.service-private .tabBtn.current:hover {
  background-color: #1971c2;
}
.fullSection.service-private .description-box {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
}

.service-slogan {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  line-height: 1.38;
}
.service-slogan .misc {
  font-size: 38px;
  font-weight: 400;
  opacity: 0.9;
}

.service-public-intro {
  margin-top: -40px;
}
.service-public-intro__row {
  position: relative;
  margin-bottom: 112px;
}
.service-public-intro__img {
  position: relative;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
}
.service-public-intro__img > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service-public-intro__box {
  position: relative;
  width: calc(100% - 40px);
  margin-inline: auto;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-top: -160px;
  overflow: hidden;
}
.service-public-intro__num {
  display: block;
  color: #7e8282;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 12px;
}
.service-public-intro__title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.03em;
  word-break: keep-all;
  text-wrap: balance;
  margin-bottom: 24px;
}
.service-public-intro__sub {
  position: relative;
  display: inline-block;
  color: #7e8282;
  font-size: 18px;
  font-weight: 500;
  word-break: keep-all;
  padding-left: 20px;
}
.service-public-intro__sub::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #979b9d;
  position: absolute;
  left: 6px;
  top: 11px;
}
.service-public-intro__sub + .service-public-intro__sub {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .fullSection.service-public {
    background-position: center top;
    padding-bottom: 300px;
  }
  .fullSection.service-private {
    background-position: center top;
    padding-bottom: 300px;
  }
  .service-slogan {
    font-weight: 900;
    font-size: 76px;
    margin-bottom: 36px;
  }
  .service-slogan .misc {
    font-size: 66px;
    font-weight: 500;
  }
  .service-public-intro {
    margin-top: -60px;
  }
  .service-public-intro__row {
    width: 100%;
    margin-bottom: 260px;
  }
  .service-public-intro__row:nth-child(2n) .service-public-intro__img {
    margin-left: auto;
  }
  .service-public-intro__row:nth-child(2n) .service-public-intro__box {
    left: 0;
    text-align: right;
    padding: 23px 36px 32px 24px;
  }
  .service-public-intro__img {
    max-width: 840px;
  }
  .service-public-intro__box {
    position: absolute;
    width: 620px;
    right: 0;
    box-shadow: none;
    margin-inline: 0;
    margin-top: -160px;
    padding: 20px 24px 32px 36px;
    overflow: visible;
  }
  .service-public-intro__num {
    font-size: 124px;
    margin-bottom: 32px;
  }
  .service-public-intro__title {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .service-public-intro__sub {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .fullSection.service-public {
    background-size: cover;
  }
  .fullSection.service-public .description-box {
    bottom: -70px;
  }
}
.fitSection.hr {
  text-align: center;
}
.fitSection.recruitCategory .section-textContainer .section-title {
  font-size: 28px;
  text-align: center;
}
.fitSection.recruitProcess .section-textContainer .section-title {
  font-size: 28px;
  text-align: center;
}

.fullSection.notice .section-textContainer {
  padding-top: 40px;
}
.fullSection.notice .section-textContainer .section-title {
  text-align: center;
}
.fullSection.welfare .section-textContainer {
  padding-top: 40px;
}
.fullSection.welfare .section-textContainer .section-title {
  text-align: center;
}
.fullSection.target {
  background-image: url(/resources/images/image_pr-center_target_bg.png);
  background-size: cover;
  background-position: center;
}
.fullSection.target .section-title {
  color: #ffffff;
  text-align: center;
}
.fullSection.talent .section-textContainer {
  padding-top: 40px;
}
.fullSection.talent .section-textContainer .section-title {
  text-align: center;
}

.notice-board {
  max-width: 800px;
  margin-inline: auto;
  padding: 60px 0;
}
.notice-board__item {
  padding: 30px 0;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
}
.notice-board__item:last-of-type {
  border-bottom: none;
}
.notice-board__item.opened .notice-board__content {
  display: block;
  background-color: #fafafb;
  border: 1px solid #E9E9EC;
  padding: 14px 12px;
  border-radius: 5px;
  color: #0d0f12;
  line-height: 1.56;
}
.notice-board__item.opened .notice-board__title::after {
  transform: translateY(calc(-50% - 2px)) rotate(-135deg);
}
.notice-board__head {
  margin-bottom: 6px;
}
.notice-board__head-category {
  font-size: 15px;
  font-weight: 500;
  color: #1c7ed6;
  margin-right: 7px;
}
.notice-board__head-date {
  font-size: 13px;
  color: #868e96;
}
.notice-board__title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #0d0f12;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 34px;
}
.notice-board__title::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #B4B4B4;
  border-right: 2px solid #B4B4B4;
  top: 50%;
  right: 12px;
  transform: translateY(calc(-50% - 5px)) rotate(45deg);
  transition: all 0.25s ease-in-out;
}
.notice-board__content {
  font-size: 16px;
  color: #495057;
  letter-spacing: -0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  cursor: auto;
}

.prCenter-welfare {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 60px 0 40px;
}
.prCenter-welfare__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 20% 20px 40px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  top: 0;
}
.prCenter-welfare__item img {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.prCenter-welfare__item p {
  text-wrap: balance;
  font-size: 16px;
  font-weight: 500;
  color: #343a40;
  line-height: 1.4;
  word-break: keep-all;
}
.prCenter-welfare__item p .misc {
  font-size: 14px;
  color: #495057;
}
.prCenter-welfare__item:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  top: -4px;
}

.prCenter-target {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 52px;
  padding: 60px 0 60px;
}
.prCenter-target__topBox {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 16px 4px;
  width: 100%;
}
.prCenter-target__topBox h6 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}
.prCenter-target__topBox p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}
.prCenter-target picture {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.prCenter-hr {
  text-align: left;
  padding: 60px 0 60px;
}
.prCenter-hr__box {
  border-radius: 28px;
  background-image: url(/resources/images/image_pr-center_hr_01_M.png);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  padding: 40px 32px 36px;
  max-width: 640px;
  min-height: 550px;
  margin-inline: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.prCenter-hr__box-title {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 36px;
  word-break: keep-all;
  line-height: 1.35;
}
.prCenter-hr__box-text {
  font-size: 16px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.86);
  max-width: 600px;
  word-break: keep-all;
}

.recruit-talent {
  padding: 60px 0 0;
}
.recruit-talent img {
  margin-inline: auto;
}
.recruit-talent__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #16191d;
  letter-spacing: -0.03em;
  margin-top: 44px;
  word-break: keep-all;
  max-width: 600px;
  margin-inline: auto;
  padding: 0 4%;
}
.recruit-talent__text em {
  font-style: normal;
  color: #1c7ed6;
}

.recruit-category__table {
  margin-bottom: 40px;
}
.recruit-category__table table {
  width: 100%;
  border-top: 1px solid #e9ecef;
  border-right: 1px solid #e9ecef;
}
.recruit-category__table table th,
.recruit-category__table table td {
  padding: 16px 10px;
}
.recruit-category__table table th {
  vertical-align: middle;
  font-weight: 500;
  color: #16191d;
  font-size: 16px;
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  text-align: center;
  background-color: #f8f9fa;
}
.recruit-category__table table th.th-category {
  display: none;
}
.recruit-category__table table td {
  color: #16191d;
  font-size: 15px;
  border-left: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  word-break: break-all;
  min-width: none;
}
.recruit-category__table table td > ul > li {
  position: relative;
  padding-left: 10px;
}
.recruit-category__table table td > ul > li::before {
  position: absolute;
  content: "•";
  font-size: 0.8em;
  color: #495057;
  left: 0;
  top: 2px;
}
.recruit-category__table table td > ul > li + li {
  margin-top: 8px;
}
.recruit-category__table table td > ul > li > ul {
  margin-top: 4px;
  padding-left: 8px;
}
.recruit-category__table table td > ul > li > ul > li {
  font-size: 13px;
  color: #495057;
}
.recruit-category__table table td > ul > li > ul > li + li {
  margin-top: 4px;
}
.recruit-category__table table col:nth-child(1) {
  display: none;
}
.recruit-category__table table col:nth-child(2) {
  width: 120px;
}
.recruit-category__checkPoint {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.recruit-category__checkPoint__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.recruit-category__checkPoint__item ul {
  margin-top: -1px;
  line-height: 2;
  padding-left: 4px;
}
.recruit-category__checkPoint__item ul li {
  position: relative;
  color: #666968;
  font-size: 15px;
  padding-left: 10px;
}
.recruit-category__checkPoint__item ul li::before {
  position: absolute;
  content: "•";
  color: #979b9d;
  font-weight: 100;
  left: 0;
  top: -1px;
}
.recruit-category__checkPoint__th {
  display: inline-block;
  background-color: #1c7ed6;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.035em;
  min-width: 100px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 34px;
  margin-bottom: 4px;
}

.recruit-process__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 0;
  margin-bottom: 40px;
}
.recruit-process__info__arrow {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.recruit-process__info__arrow:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 2px solid #e0e4e5;
  border-right: 2px solid #e0e4e5;
  transform: rotate(135deg);
}
.recruit-process__info__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.recruit-process__info__item img {
  margin-bottom: 10px;
  width: 140px;
}
.recruit-process__info__item h6 {
  font-size: 22px;
  font-weight: 700;
  color: #0d0f12;
  margin-bottom: 10px;
}
.recruit-process__info__item p {
  max-width: 180px;
  word-break: keep-all;
  color: #7e8282;
  font-size: 14px;
}
.recruit-process__checkPoint {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #f8f9fa;
  padding: 20px 12px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}
.recruit-process__checkPoint__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.recruit-process__checkPoint__item ul {
  margin-top: -1px;
  line-height: 2;
  padding-left: 4px;
}
.recruit-process__checkPoint__item ul li {
  position: relative;
  color: #0d0f12;
  font-size: 15px;
  padding-left: 8px;
  letter-spacing: -0.03em;
}
.recruit-process__checkPoint__item ul li::before {
  position: absolute;
  content: "•";
  color: #868e96;
  font-weight: 100;
  left: 0;
  top: -1px;
}
.recruit-process__checkPoint__th {
  display: inline-block;
  background-color: #1c7ed6;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.035em;
  min-width: 100px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 34px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .prCenter-welfare {
    grid-template-columns: repeat(3, 1fr);
  }
  .prCenter-welfare__item img {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit-process__info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
  }
  .recruit-process__info__arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 80px;
    margin-right: 6px;
    margin-bottom: 0px;
  }
  .recruit-process__info__arrow:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-top: 2px solid #e0e4e5;
    border-right: 2px solid #e0e4e5;
    transform: rotate(45deg);
  }
  .recruit-process__info__item img {
    width: auto;
    margin-bottom: 20px;
  }
  .recruit-process__checkPoint {
    padding: 28px 20px;
    gap: 48px;
  }
  .recruit-process__checkPoint__item {
    flex-direction: row;
    flex: 1;
  }
  .recruit-process__checkPoint__item ul {
    padding-left: 16px;
    margin-top: -3px;
  }
  .recruit-process__checkPoint__item ul li {
    padding-left: 10px;
    font-size: 18px;
  }
  .recruit-process__checkPoint__th {
    margin-bottom: 0;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .fitSection.recruitCategory .section-textContainer .section-title {
    font-size: 32px;
    text-align: left;
  }
  .fitSection.recruitProcess .section-textContainer .section-title {
    font-size: 32px;
    text-align: left;
  }
  .notice-board__item.opened .notice-board__content {
    padding: 24px 20px;
  }
  .notice-board__head-category {
    font-size: 16px;
  }
  .notice-board__head-date {
    font-size: 14px;
  }
  .notice-board__title {
    font-size: 22px;
  }
  .prCenter-welfare {
    grid-template-columns: repeat(5, 1fr);
  }
  .prCenter-welfare__item {
    min-height: 290px;
  }
  .prCenter-welfare__item p {
    font-size: 18px;
  }
  .prCenter-welfare__item img {
    width: 94px;
    height: 94px;
    margin-bottom: 32px;
  }
  .prCenter-target__topBox {
    padding: 16px 12px;
  }
  .prCenter-target__topBox h6 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .prCenter-target__topBox p {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .prCenter-hr {
    padding: 60px 0 60px;
  }
  .prCenter-hr__box {
    padding: 68px 76px;
    min-height: 454px;
    max-width: none;
    background-image: url(/resources/images/image_pr-center_hr_01.png);
  }
  .prCenter-hr__box-title {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .prCenter-hr__box-text {
    font-size: 18px;
  }
  .recruit-talent__text {
    font-size: 28px;
    margin-top: 60px;
    max-width: 820px;
    padding: 0;
  }
  .recruit-category__table table th,
  .recruit-category__table table td {
    padding: 24px;
  }
  .recruit-category__table table th {
    font-size: 18px;
  }
  .recruit-category__table table th.th-category {
    display: table-cell;
  }
  .recruit-category__table table td {
    font-size: 16px;
  }
  .recruit-category__table table td col:nth-child(1) {
    display: table-cell;
    width: 188px;
  }
  .recruit-category__table table td col:nth-child(2) {
    width: 150px;
  }
  .recruit-category__table table td > ul > li::before {
    top: 2px;
  }
  .recruit-category__table table td > ul > li > ul > li {
    font-size: 14px;
  }
  .recruit-category__checkPoint {
    flex-direction: row;
  }
  .recruit-category__checkPoint__item {
    flex-direction: row;
    flex: 1;
  }
  .recruit-category__checkPoint__item ul {
    padding-left: 16px;
  }
  .recruit-category__th {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style_240221.css.map */