/**
 * ABOUT
 *
 * @format
 */

#header.about {
  width: 100%;
}
.navigation.mo {
  display: none;
}
.navigation {
  position: fixed;
  width: 350px;
  top: 140px;
  right: 0;
  margin-right: 2.6vw;
  z-index: 9;
}
.navigation .navi-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 2.34vw 1.82vw;
  background: #2e2e2e;
  border-radius: 30px;
}
.navigation span {
  display: flex;
  gap: 0.78vw;
  align-items: center;
}
.navigation .link {
  height: 2.5rem;
  text-transform: uppercase;
  font-family: "neurimboGothicRegular";
  display: flex;
  align-items: center;
  border-radius: 60px;
  padding: 3px 1.04vw 0px;
  color: #000;
  font-size: 16px;
  position: relative;
}
.navigation .link .num {
  position: absolute;
  font-size: 15px;
  padding: 0px 10px;
  border-radius: 40px;
  top: -10px;
  border: 1px solid;
  border-color: #6fd4c7;
  background-color: #91f2e1cc;
  right: -10px;
  display: flex;
  font-family: "neurimboGothicRegular";
  padding-top: 4px;
  height: 20px;
}
.navigation .link .num.red {
  background-color: #db1010cc;
  border-color: #ff0000;
}
.navigation .arrow {
  font-family: "NanumSquareNeo";
  width: 100%;
  color: #fff;
  gap: 0.52vw;
  border: 1px solid #fff;
  font-size: 14px;
}
.navigation .ico {
  background-image: url(/assets/images/ico_navi.svg);
  background-position: right;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
}
/* 회사소개 */
.greetings .company {
  display: flex;
  padding: 0vw 26.042vw 15.625vw 10.417vw;
  flex-direction: column;
  gap: 12.5rem;
}
.company .txt-cont {
  display: flex;
  flex-direction: column;
  gap: 3.65vw;
}
.company .box-cont {
  display: flex;
  gap: 20px;
}
.box-cont .box {
  width: 15.1vw;
  height: 15.625vw;
  padding: 1.05vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px solid var(--wh-color);
}
.box-cont .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.box-cont .number {
  font-size: 21px;
  font-family: "neurimboGothicRegular";
}
.box-cont .tit {
  font-size: 1.37vw;
  line-height: 1.5;
  font-family: "NanumSquareNeoLight";
}
.box-cont .txt-box {
  line-height: 1.8;
}
.greetings h2 {
  padding-bottom: 10px;
  font-size: 28px;
  font-family: "NanumSquareNeoLight";
}
.greetings h2 .mo {
  display: none;
}
.greetings span {
  font-family: "NanumSquareNeoBold";
  font-size: inherit;
}
.greetings p {
  font-family: "NanumSquareNeoLight";
  font-size: 16px;
  line-height: 2;
  word-break: keep-all;
  white-space: pre-line;
}
.greetings p .mo {
  display: none;
}
.greetings .company-outline > div {
  margin-top: 30px;
}
.greetings .company-outline > div > p {
  font-size: 15px;
}

/* 직원소개 */

/* ceo */
.people-list.ceo li:nth-child(1) {
  border-bottom: 1px solid #2e2e2e;
  border-right: 0px;
}
.people-list.ceo li:nth-child(2) {
  border: none;
}
.people-list.ceo .work {
  height: auto;
  padding: 0;
}
.people-list.ceo {
  display: flex;
  flex-direction: column;
  height: auto;
}
.people-list.ceo ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.people-list.ceo li {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  height: 250px;
  flex-direction: row;
}
.people-list.ceo .txt-box {
  flex: 1;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.people-list.ceo .img-box {
  flex: 1;
  margin-top: 0;
  position: relative;
  height: fit-content;
}
.people-list.ceo .img-box img {
  max-width: 170px;
}
.people-list.ceo .word {
  font-size: 16px;
  padding: 0 1.56vw;
  height: 60px;
  bottom: 0;
  right: -1.04vw;
}
.people-list.publ {
  border-bottom: 0;
}
/* ----------------------- */
.people {
  padding: 0 26.04vw 0 10.42vw;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 18.75rem;
}
.people-list-wrap {
  margin-top: 70px;
}
.people-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.people-list .word {
  display: flex;
  z-index: 2;
  align-items: center;
  border: 1px solid var(--wh-color);
  border-radius: 40px;
  padding: 0px 20px;
  background-color: rgb(0, 0, 0, 0.2);
  margin-left: -40px;
  white-space: pre;
  backdrop-filter: blur(20px);
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 45px;
  font-size: 14px;
}
.people-list li {
  padding: 30px;
  position: relative;
  height: 526px;
  width: 21.59375vw;
  border-right: 1px solid;
  border-top: 1px solid;
  border-color: #2e2e2e;
}
.people-list li .top {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 80%;
}
.people-list li:nth-child(2) {
  border-right: 1px solid;
  border-color: #2e2e2e;
}
.people-list li:nth-child(3),
.people-list li:last-child {
  border-right: 0px;
}
.people-list .txt-box {
  display: flex;
  justify-content: right;
  padding-right: 20px;
}
.people-list .txt-box.mo {
  display: none;
}
.people-list .txt-box.leader {
  padding-right: 80px;
}
.people-list .name {
  font-family: "neurimboGothicRegular";
  position: relative;
  z-index: 1;
  font-size: 3.125vw;
  width: fit-content;
}
.people-list .label {
  position: absolute;
  white-space: nowrap;
  font-family: "neurimboGothicRegular";
  font-size: 0.78vw;
  right: -20px;
  border-radius: 25px;
  padding: 3px 10px 0px;
  top: -5px;
}
.people-list .leader .label {
  left: 30%;
  right: auto;
}
.people-list.ceo .label {
  background-color: #db1010cc;
  border: 1px solid #ff0000;
}
.people-list.back .label {
  background-color: #91f2e1cc;
  border: 1px solid #6fd4c7;
}
.people-list.front .label {
  background-color: #3452ffcc;
  border: 1px solid #1e3df1;
}
.people-list.publ .label {
  background-color: #ffc444cc;
  border: 1px solid #ffc444;
}
.people-list .work {
  line-height: 1.5;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.people-list .work p {
  font-family: "neurimboGothicRegular";
  font-size: 1rem;
}
.people-list .img-box {
  display: flex;
  align-items: end;
  height: 80%;
  justify-content: center;
}
.people-list .img-box.absolute img {
  position: relative;
}
.txt-label {
  margin: 0;
}
.project-mo {
  display: none;
}
.project {
  position: relative;
  height: 55vh;
  margin: 10.42vw 26.04vw 15.63vw 10.42vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url(/assets/images/project-bg.png);
}
.project img {
  left: 0;
  position: absolute;
  transition: transform 0.2s ease;
  top: 0;
}
.project {
  cursor: none;
}
.move-img {
  height: 100%;
}
.move-img img {
  position: absolute;
  width: 280px;
  height: 280px;
  transition: transform 0.2s ease;
}
.move-img img:nth-child(1) {
  left: -10%;
  top: -10%;
  z-index: 3;
}
.move-img img:nth-child(2) {
  z-index: 2;
  left: -5%;
  top: -5%;
}
.move-img img:nth-child(3) {
  z-index: 1;
}
.arron img {
  margin-left: -100px;
  z-index: 1;
}
