@charset "UTF-8";
#wrap {
  background: #F1F5F9;
}

.wfix {
  max-width: 1480px;
}

.title_sub {
  display: flex;
  align-items: flex-end;
  padding: 24rem 0 12rem;
  line-height: 1;
  min-height: calc(100vh - 20rem);
}
.title_sub .sup {
  display: block;
  font-family: var(--font-mont);
  font-weight: 600;
  font-size: 3.6rem;
}
.title_sub .title {
  display: block;
  margin-top: 4rem;
  font-size: 10rem;
  font-weight: bold;
  color: var(--blue-text);
}
.title_sub .desc {
  margin-top: 8rem;
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 1480px) {
  .title_sub {
    min-height: 0;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .title_sub .title {
    margin-top: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .title_sub {
    padding-top: calc(12rem + 40px);
  }
  .title_sub .sup {
    font-size: 18px;
  }
  .title_sub .title {
    margin-top: 0.2em;
    font-size: 52px;
  }
  .title_sub .desc {
    margin-top: 40px;
    font-size: 20px;
  }
  .title_sub .desc .block {
    display: inline;
  }
}

.up_area {
  position: relative;
  align-items: flex-end;
  height: 100vh;
  max-height: 65vw;
  padding: 20rem 0 8rem;
  background-position: center;
  background-size: cover;
}
.up_area:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  content: "";
}
.up_area .title {
  display: block;
  position: relative;
  font-size: 12.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .up_area {
    max-height: 80vw;
    padding-bottom: 40px;
  }
  .up_area .title {
    font-size: 8.8vw;
  }
}
@media screen and (max-width: 768px) {
  .up_area {
    height: 100vw;
    max-height: none;
  }
}

.information .desc {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}
.information .item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 2.4rem 3.2rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.4rem;
}
.information .item:first-of-type {
  margin-top: 12rem;
  border-top: 1px solid #e5e5e5;
}
.information dt {
  flex-shrink: 0;
  width: 30rem;
  font-weight: 500;
}
.information dd {
  flex-grow: 1;
  opacity: 0.85;
  font-weight: 300;
}
.information dd strong {
  display: block;
  margin-top: 1em;
  font-weight: 700;
}
.information dd strong:first-child {
  margin-top: 0;
}
.information dd span {
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 1024px) {
  .information .desc {
    text-align: left;
  }
  .information .desc .block {
    display: inline;
  }
  .information .item {
    padding: 2rem 0;
  }
  .information .item dt {
    width: 20vw;
    min-width: 152px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 440px) {
  .information .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 1.5em 0;
  }
  .information .item dt, .information .item dd {
    line-height: 1.4;
  }
  .information .item dt {
    width: auto;
    color: var(--blue-dark);
  }
  .information .item dd strong {
    margin-top: 1em !important;
    font-size: 0.9em;
  }
  .information .item dd span {
    font-size: 0.8em;
  }
}

/* about us */
.about .up_area {
  background-image: url(../img/about_visual.jpg);
}
.about .contents {
  padding: 15rem 0;
  background: #fff;
}
.about .map_area {
  width: 90%;
  margin: 10rem auto 0;
  border-radius: 4rem;
  overflow: hidden;
}
.about .map_area iframe {
  width: 100%;
  height: 84rem;
  max-height: 60vw;
}
@media screen and (max-width: 1024px) {
  .about .contents {
    padding: 80px 0;
  }
  .about .map_area {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .contents {
    padding-bottom: 0;
  }
  .about .map_area {
    width: 100%;
    border-radius: 0;
  }
  .about .map_area iframe {
    display: block;
  }
}

/* services */
.services .up_area {
  background-image: url(../img/service_visual.jpg);
}
.services .contents {
  padding: 8rem 0 15rem;
  background: #fff;
}
.services .contents .item {
  display: flex;
  align-items: center;
  gap: 12rem;
  padding: 8rem 0;
}
.services .contents .item + .item {
  border-top: 1px solid #e5e5e5;
}
.services .contents .item:nth-child(even) {
  flex-direction: row-reverse;
}
.services .contents .item .conts {
  flex-grow: 1;
  line-height: 1.8;
}
.services .contents .item .tit {
  display: block;
  font-family: var(--font-mont);
  font-size: 7.2rem;
  font-weight: bold;
  color: var(--blue-text);
  line-height: 1.2;
}
.services .contents .item .sub {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.services .contents .item .desc {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
.services .contents .item .img {
  width: 35rem;
  flex-shrink: 0;
  border-radius: 2.4rem;
  overflow: hidden;
}
.services .contents .item .img img {
  display: block;
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .contents .flow_text {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  font-size: 9.2rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  /* 모션 최소화 선호 시 정지 */
}
.services .contents .flow_text .marquee {
  position: relative;
  width: 100%;
}
.services .contents .flow_text .track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-move var(--duration, 30s) linear infinite;
}
.services .contents .flow_text .item {
  flex: 0 0 auto;
  display: inline-block;
  padding-right: 4rem;
}
@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--distance, 1000px)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .services .contents .flow_text .flow_text .track {
    animation: none;
  }
}
@media screen and (max-width: 1024px) {
  .services .contents {
    padding-top: 0;
  }
  .services .contents .item {
    gap: 8rem;
  }
  .services .contents .item .sub {
    font-size: 20px;
  }
  .services .contents .item .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .services .contents .item {
    align-items: unset;
  }
  .services .contents .item .tit {
    font-size: 40px;
  }
  .services .contents .item .sub {
    font-size: 18px;
  }
  .services .contents .item .desc {
    font-size: 16px;
  }
  .services .contents .item .block {
    display: inline;
  }
  .services .contents .item .img {
    height: auto;
  }
  .services .contents .item .img img {
    height: 100%;
  }
  .services .contents .item:nth-child(odd) {
    margin-right: -20px;
  }
  .services .contents .item:nth-child(odd) .img {
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .services .contents .item:nth-child(even) {
    margin-left: -20px;
  }
  .services .contents .item:nth-child(even) .img {
    border-radius: 0 2.4rem 2.4rem 0;
  }
}
@media screen and (max-width: 640px) {
  .services .contents .item {
    flex-direction: column-reverse !important;
    margin: 0 !important;
    gap: 0;
  }
  .services .contents .item .conts {
    position: relative;
    margin-top: -24px;
    z-index: 1;
  }
  .services .contents .item .conts .tit {
    padding-left: 12px;
    text-shadow: 0 0 60px #fff;
    line-height: 1.1;
  }
  .services .contents .item .conts .sub {
    margin-top: 12px;
  }
  .services .contents .item .img {
    position: relative;
    width: 100%;
    border-radius: 2.4rem !important;
  }
  .services .contents .item .img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6));
    content: "";
  }
  .services .contents .item .img img {
    height: auto;
  }
  .services .contents .flow_text {
    margin-top: 0;
  }
}

/* recruit */
.recruit .up_area {
  background-image: url(../img/recruit_visual.jpg);
}
.recruit .contents {
  padding: 15rem 0;
  background: #fff;
}
.recruit .tabs {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.recruit .tabs a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 7.2rem;
  border: 1px solid rgba(0, 86, 157, 0.3);
  border-radius: 7.2rem;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(0, 86, 157, 0.3);
  font-size: 2.4rem;
  font-weight: 500;
  color: rgba(0, 86, 157, 0.3);
}
.recruit .tabs .on {
  background: var(--blue-text);
  color: #fff;
  border-color: var(--blue-text);
}
.recruit .tab_contents {
  margin-top: 10rem;
}
.recruit .tab_contents .page {
  display: none;
}
.recruit .tab_contents .page.on {
  display: block;
}
.recruit .tab_contents .desc {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .recruit .contents {
    padding: 60px 0;
  }
  .recruit .tab_contents {
    margin-top: 60px;
  }
  .recruit .tab_contents .desc {
    font-size: 18px;
    text-align: center;
  }
  .recruit .tab_contents .information .item:first-of-type {
    margin-top: 60px;
  }
}

/* solutions */
.solutions .sysa_banner {
   position: relative;
   background: url('../img/solution_banner_01.jpg') no-repeat center center;
   background-size: cover;
   padding: 80px 0;
   color: #fff;
   text-align: center;
}

.solutions .sysa_banner::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0,0,0,0.5); /* 어둡기 조절 */
}

.solutions .sysa_banner .wfix {
   position: relative;
   z-index: 2;
}

.solutions .sysa_banner .sub {
   font-size: 30px;
   opacity: 0.8;
   margin-bottom: 10px;
}

.solutions .sysa_banner .title {
   font-size: 50px;
   font-weight: 700;
   margin-bottom: 30px;
}

.solutions .sysa_banner .btn {
   display: inline-block;
   padding: 12px 30px;
   background: #00bfff;
   color: #fff;
   border-radius: 4px;
   text-decoration: none;
   font-weight: 600;
   transition: 0.3s;
}

.solutions .sysa_banner .btn:hover {
   background: #009acd;
}

.solutions .up_area {
  background-image: url(../img/solution_visual_01.jpg);
}
.solutions .contents {
  padding: 8rem 0 15rem;
  background: #fff;
}
.solutions .contents .item {
  display: flex;
  align-items: center;
  gap: 12rem;
  padding: 8rem 0;
}
.solutions .contents .item + .item {
  border-top: 1px solid #e5e5e5;
}
.solutions .contents .item:nth-child(even) {
  flex-direction: row-reverse;
}
.solutions .contents .item .conts {
  flex-grow: 1;
  line-height: 1.8;
}
.solutions .contents .item .tit {
  display: block;
  font-family: var(--font-mont);
  font-size: 7.2rem;
  font-weight: bold;
  color: #009aee;
  line-height: 1.2;
}
.solutions .contents .item .sub {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.solutions .contents .item .desc {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
.solutions .contents .item .img {
  width: 35rem;
  flex-shrink: 0;
  border-radius: 2.4rem;
  overflow: hidden;
}
.solutions .contents .item .img img {
  display: block;
  width: 100%;
  height: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutions .contents .flow_text {
  position: relative;
  width: 100%;
  margin-top: 8rem;
  font-size: 9.2rem;
  font-weight: bold;
  line-height: 1;
  overflow: hidden;
  /* 모션 최소화 선호 시 정지 */
}
.solutions .contents .flow_text .marquee {
  position: relative;
  width: 100%;
}
.solutions .contents .flow_text .track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-move var(--duration, 30s) linear infinite;
}
.solutions .contents .flow_text .item {
  flex: 0 0 auto;
  display: inline-block;
  padding-right: 4rem;
}
@keyframes marquee-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--distance, 1000px)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .solutions .contents .flow_text .flow_text .track {
    animation: none;
  }
}
@media screen and (max-width: 1024px) {
  .solutions .contents {
    padding-top: 0;
  }
  .solutions .contents .item {
    gap: 8rem;
  }
  .solutions .contents .item .sub {
    font-size: 20px;
  }
  .solutions .contents .item .desc {
    font-size: 18px;
  }
   .solutions .up_area {
     background-image: url(../img/solution_visual_02.jpg);
   }
}
@media screen and (max-width: 768px) {
  .solutions .contents .item {
    align-items: unset;
  }
  .solutions .contents .item .tit {
    font-size: 40px;
  }
  .solutions .contents .item .sub {
    font-size: 18px;
  }
  .solutions .contents .item .desc {
    font-size: 16px;
  }
  .solutions .contents .item .block {
    display: inline;
  }
  .solutions .contents .item .img {
    height: auto;
  }
  .solutions .contents .item .img img {
    height: 100%;
  }
  .solutions .contents .item:nth-child(odd) {
    margin-right: -20px;
  }
  .solutions .contents .item:nth-child(odd) .img {
    border-radius: 2.4rem 0 0 2.4rem;
  }
  .solutions .contents .item:nth-child(even) {
    margin-left: -20px;
  }
  .solutions .contents .item:nth-child(even) .img {
    border-radius: 0 2.4rem 2.4rem 0;
  }
    .solutions .sysa_banner .sub {
       font-size: 15px;
       opacity: 0.8;
       margin-bottom: 10px;
    }

    .solutions .sysa_banner .title {
       font-size: 30px;
       font-weight: 700;
       margin-bottom: 30px;
    }
  .solutions .up_area {
      background-image: url(../img/solution_visual_02.jpg);
   }
}
@media screen and (max-width: 640px) {
  .solutions .contents .item {
    flex-direction: column-reverse !important;
    margin: 0 !important;
    gap: 0;
  }
  .solutions .contents .item .conts {
    position: relative;
    margin-top: -24px;
    z-index: 1;
  }
  .solutions .contents .item .conts .tit {
    padding-left: 12px;
    text-shadow: 0 0 60px #fff;
    line-height: 1.1;
  }
  .solutions .contents .item .conts .sub {
    margin-top: 12px;
  }
  .solutions .contents .item .img {
    position: relative;
    width: 100%;
    border-radius: 2.4rem !important;
  }
  .solutions .contents .item .img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6));
    content: "";
  }
  .solutions .contents .item .img img {
    height: auto;
  }
  .solutions .contents .flow_text {
    margin-top: 0;
  }
   .solutions .up_area {
     background-image: url(../img/solution_visual_02.jpg);
   }
     .solutions .sysa_banner {
       position: relative;
       background: url('../img/solution_banner_02.jpg') no-repeat center center;
       background-size: cover;
       padding: 80px 0;
       color: #fff;
       text-align: center;
    }
    .solutions .sysa_banner .sub {
       font-size: 15px;
       opacity: 0.8;
       margin-bottom: 10px;
    }

    .solutions .sysa_banner .title {
       font-size: 30px;
       font-weight: 700;
       margin-bottom: 30px;
    }
}