@charset "utf-8";
@import './font.css';
@import './reset.css';

/****************
 variable
 ****************/
:root {
  --black: #000;
  --white: #fff;
  --primary: #2e6aff;
  --secondary: #885efc;
  --dark-200: #222;
  --dark-300: #333;
  --gray: #ddd;
}

/****************
 common
 ****************/
body,
html {
  scroll-behavior: smooth;
}
.sr-only {
  overflow: hidden;
  position: absolute;
  margin: -1px 0 0 -1px;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0) !important;
}
.clearfix::after {
  content: '';
  clear: both;
  display: table;
}
/****************
 layout
 ****************/
#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  width: 100%;
  min-width: 152rem;
  margin: 0 auto;
}
.inner {
  width: 100%;
  max-width: 152rem;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

/* header */
#header {
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
  padding: 3.2rem 0;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(5px);
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .logo a {
  display: block;
  width: 16.4rem;
  height: 4rem;
  background: url(../images/logo_default.svg) no-repeat center center/100%;
}
#header .btn-menu {
  display: none;
}

/* footer */
#footer {
  padding: 6rem 0;
  background: var(--dark-300);
}
#footer .inner {
  display: flex;
  justify-content: space-between;
}
#footer .logo {
  display: block;
  width: 14rem;
  height: 3.4rem;
  background: url(../images/h_logo.svg) no-repeat;
}
#footer .addr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--gray);
  font-size: 1.2rem;
  text-align: right;
}
#footer .addr span {
  line-height: 1.6;
}
#footer .addr span ~ span:not(.copyright):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #ccc;
}
#footer .addr .copyright {
  width: 100%;
  font-size: 1.2rem;
}

.to-top {
  display: none;
}

/* nav */
#nav {
  flex: 1;
}
.nav-items {
  display: flex;
  justify-content: flex-end;
  color: #353535;
  font-family: 'nanumSquare';
  font-size: 2.4rem;
}
.nav-items .item {
  display: block;
  padding: 1.6rem 2rem;
  font-weight: 800;
}

/****************
 contents
 ****************/
.section {
  width: 100%;
  scroll-margin-top: 12.5rem;
  padding: 8rem 0;
}
.section-title {
  margin-bottom: 6rem;
  font-size: 4.8rem;
  font-family: 'nanumSquare';
  font-weight: 700;
  color: var(--dark-200);
  text-align: center;
}

/* visual */
.section-visual {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 70rem;
  color: var(--white);
  padding-bottom: 13rem;
  background: url(../images/bg_visual.jpg) no-repeat center;
  background-size: cover;
}
.section-visual strong {
  display: block;
  margin-bottom: 4rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.15;
}
.section-visual .desc {
  display: none;
  font-size: 2.2rem;
  line-height: 1.6;
}

/* business */
.section-business {
  padding: 12rem 0 18rem;
}
.business-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.4rem;
}
.business-items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  padding: 6rem 3rem;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 2rem;
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.08);
}
.business-items .item .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  color: var(--dark-200);
  font-size: 2rem;
  font-weight: 700;
}
.business-items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 2.4rem;
  background: #5200ff;
  /* background: linear-gradient(107deg, #2eb9ff -36.35%, #2e6aff 6.15%, #541dd4 60.1%, #7a10d4 127.13%); */
}
.business-items .item .icon:before {
  content: '';
  display: flex;
  width: 4.5rem;
  height: 5rem;
  background: no-repeat center center / 100%;
}
.business-items .item .icon-ai:before {
  background-image: url(../images/icon_ai.svg);
}
.business-items .item .icon-llm:before {
  background-image: url(../images/icon_llm.svg);
}
.business-items .item .icon-system:before {
  background-image: url(../images/icon_system.svg);
}
.business-items .item .icon-uiux:before {
  background-image: url(../images/icon_uiux.svg);
}
.business-items .item .icon-consulting:before {
  background-image: url(../images/icon_consulting.svg);
}

/* customer */
.section-customer {
  background: #f8f9fd;
  padding-bottom: 16rem;
}
.customer-items {
  display: grid;
  grid-template-columns: repeat(6, minmax(10rem, 22rem));
  gap: 2.4rem;
  justify-content: center;
}
.customer-items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  word-break: keep-all;
}
.customer-items .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--white);
  aspect-ratio: 15 / 8;
}
.customer-items .item img {
  width: 100%;
  max-width: 150px;
  color: #222;
}

/* history */
.tabs {
  display: flex;
  gap: 4.8rem;
}
.tab-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 0 0 25rem;
}
.tab-items button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25rem;
  padding: 2rem;
  color: var(--black);
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 6rem;
  background: #f2f2f2;
}
.tab-items .active button {
  color: var(--white);
  font-weight: 600;
  background: #5200ff;
}
.tab-cont {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tab-cont.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.history-items {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.history-items:after {
  content: '';
  position: absolute;
  left: 24rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #5200ff;
}
.history-items .item {
  display: flex;
}
.history-items .item dt {
  position: relative;
  flex: 0 0 24rem;
  padding-right: 16rem;
  color: #000;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 500;
}
.history-items .item dt:after {
  content: '';
  position: absolute;
  right: -0.8rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #5200ff;
  z-index: 2;
}
.history-items .item dd {
  flex: 1;
  padding: 0.7rem 0 6rem 4rem;
}
.history-items .item dd p {
  font-size: 1.6rem;
  color: #000;
  font-weight: 400;
}
.history-items .item dd p + p {
  margin-top: 3rem;
}
