#wrap.main {
  overflow-x: hidden;
  background: #f5f5f5;
}

.blob {
  position: fixed;
  top: 0;
  left: 0;
  /* transition: 3s ease; */
  z-index: 0;
  height: 932px;
  width: 932px;
  pointer-events: none;
}

section .inner {
  height: fit-content;
  padding: 0 calc((100% - 1720px) / 2);
  box-shadow: none;
  z-index: 10;
  position: relative;
  top: 0;
  overflow: hidden;
}

section .inner>* {
  z-index: 10;
}

[data-trigger] .inner>*:not(.rotater) {
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -o-transition: 1s ease;
}

[data-trigger].visible .inner *:not(.rotater) {
  opacity: 1;
}

img {
  pointer-events: none;
}

a {
  width: fit-content;
  display: block;
}

/* --------------------------------------- */
/* -------------visual section------------- */

.visual-wrap .inner {
  background: #f5f5f5;
  /* height: 960px; */
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.visual_lead {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 80px;
  font-weight: 600;
  color: #393939;
  position: absolute;
  top: 50%;
  left: calc((100% - 1720px) / 2);
  transform: translate(0, -50%);
  z-index: 1;
}

.visual_lead .lead_left,
.visual_lead .lead_right {
  display: flex;
  align-items: center;
  position: relative;
}

.lead_change {
  width: 50px;
  position: relative;
  height: 102.5px;
  transition: 0.5s ease;
  overflow: hidden;
}

.lead_change>div {
  position: absolute;
  display: flex;
  align-items: center;
}

.lead_change>div>span {
  opacity: 0;
  transform: translateY(102.5px);
  transition: 0.3s ease;
}

.lead_change>div.on span {
  opacity: 1;
  transform: translate(0);
}

.visual_lead .lead_dash {
  display: flex;
  align-items: center;
}

.visual_lead .lead_dash i {
  /* width: 320px; */
  width: 200px;
  height: 1px;
  background: #707070;
  margin: 0 40px;
  display: block;
}

.lead_change>div.on>span:nth-child(1) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}

.lead_change>div.on>span:nth-child(2) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

.lead_change>div.on>span:nth-child(3) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}

.lead_change>div.on>span:nth-child(4) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.lead_change>div.on>span:nth-child(5) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.25s;
}

.lead_change>div.on>span:nth-child(6) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.lead_change>div.on>span:nth-child(7) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.lead_change>div.on>span:nth-child(8) {
  transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s,
    -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

.Home__HeroTitleLineMaskText .char {
  display: inline-block;
  -webkit-transform: translate3d(0, -400%, 0);
  transform: translate3d(0, -400%, 0);
  will-change: transform;
}

@keyframes identifier {}

.visual_bot {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 82px;
  z-index: 1;
}

.visual_bot h2 {
  display: flex;
  margin-right: auto;
}

.visual_bot h2 p {
  font-size: 23px;
  font-weight: 800;
  color: #313131;
  line-height: 1.4;
  position: relative;
}

.visual_bot h2 p:nth-child(1) {
  margin-right: 50px;
}

.visual_bot h2 p:nth-child(2) {
  font-weight: 600;
}

.visual_bot h2 p:nth-child(1)::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: -30px;
  left: 0;
}

.rotater {
  width: 108px;
  /* margin-bottom: 20px; */
  animation: rotate 5s linear infinite;
  transform: none !important;
}

@keyframes rotate {
  100% {
    rotate: 360deg;
  }
}

/* -------------visual section------------- */
/* --------------------------------------- */

/* --------------------------------------- */
/* -------------video section------------- */
.video-wrap .inner {
  height: 968px;
  padding: 0;
  position: relative;
  z-index: 11;
}

.video-wrap .inner .video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  position: relative;
}

.video-wrap .inner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
}

#video_cursor {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  cursor: pointer;
  z-index: 11;
}

/* -------------visual section------------- */
/* --------------------------------------- */

/* ------------------------------------------ */
/* -------------designer section------------- */
.designer-wrap .inner {
  height: fit-content;
  padding-top: 200px;
  padding-bottom: 90px;
}

.designer-wrap .inner>p {
  font-size: 16px;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 15px;
}

.designer_kindlist {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-top: 1px solid #000;
}

.designer_kind {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.designer_kind .kind .tit {
  font-size: 73px;
  font-weight: 800;
  color: #000;
  margin-bottom: 20px;
}

.designer_kind .kind button {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  display: flex;
  align-items: center;
}

.designer_kind .kind button img {
  margin-left: 12px;
}

.designer_kind>img {
  width: 676px;
  height: 422px;
  border-radius: 20px;
  margin-left: auto;
  object-fit: cover;
}

/* -------------designer section------------- */
/* ------------------------------------------ */

/* -------------project section------------- */
/* ----------------------------------------- */
.project-wrap .inner {
  padding-bottom: 200px;
  padding-left: 0;
  padding-right: 0;
}

.project_head,
.estimate_head {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 57px;
  padding: 0 calc((100% - 1720px) / 2);
}

.project_head .title,
.estimate_head .title {
  margin-right: auto;
  margin-bottom: 73px;
}

.project_head .title h2,
.estimate_head .title h2 {
  font-size: 100px;
  font-weight: 600;
  color: #393939;
  margin-bottom: 10px;
}

.project_head .title span,
.estimate_head .title span {
  font-size: 16px;
  font-weight: 600;
  color: #393939;
}

.project_head .total {
  display: flex;
}

.project_head .total .num {
  font-size: 348px;
  font-weight: 500;
  color: #393939;
  margin-right: 13px;
}

.project_head .total>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
}

.project_head .total>div span {
  font-size: 26px;
  font-weight: 500;
  color: #393939;
  margin-top: 95px;
  margin-bottom: auto;
}

.project_head .total>div img {
  width: 100px;
  height: 100px;
}

.marquee-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 490px;
  align-items: center;
}

.marquee-wrap01,
.marquee-wrap01 .marquee {
  height: 374px;
}

.marquee-wrap02 {
  margin-top: 26px;
}

.marquee-wrap02,
.marquee-wrap02 .marquee {
  height: 450px;
}

.marquee {
  position: absolute;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: none;
  width: max-content;
  overflow: hidden;
  animation: slidemarquee 50s linear infinite;
}

.marquee2 {
  animation-delay: -25s;
}

.marquee-wrap02 .marquee {
  animation: slidemarqueeReverse 50s linear infinite;
  animation-delay: -35s;
}

.marquee-wrap02 .marquee2 {
  animation-delay: -10s;
}

.marquee_item {
  width: 600px;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: -1;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
  cursor: pointer;
  pointer-events: all;
}

.marquee_item:hover>img {
  transform: scale(1.06) !important;
}

.marquee_item .team {
  display: flex;
  align-items: center;
}

.marquee_item .team img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
}

.marquee_item .team span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.marquee_item .kind {
  border-radius: 8px;
  height: 40px;
  background: #191919;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  margin-left: auto;
}

.marquee_item .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: linear-gradient(transparent, #2f2f2f);
}

.marquee_item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  transition: 0.5s ease;
}

@keyframes slidemarquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slidemarqueeReverse {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ----------------------------------------- */
/* -------------project section------------- */

/* ----------------------------------------- */
/* -------------estimate section------------- */

.estimate-wrap .inner {
  padding-top: 176px;
  padding-bottom: 150px;
  background: #f5f5f5;
  position: relative;
  z-index: 11;
}

.estimate_body {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  border-top: 1px solid #000;
  margin-top: 100px;
}

.board {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  cursor: pointer;
}

.board:nth-child(n + 1):nth-child(-n + 2) {
  margin-top: 0;
}

.board:nth-child(2n) {
  margin-right: 0;
}

.board_head {
  padding: 30px 30px 25px;
  border-bottom: 1px solid #f2f2f2;
}

.board_head>div {
  width: 100%;
  display: flex;
  align-items: center;
}

.board_head .kind {
  font-size: 20px;
  font-weight: 600;
  color: #4f5ae3;
  margin-right: auto;
}

.board_head .new {
  height: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 500px;
  background: #000;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board_head .title {
  margin-top: 30px;
}

.board_head .title .tit {
  font-size: 24px;
  font-weight: 700;
  color: #313131;
  margin-right: auto;
}

.board_head .title .sub {
  font-size: 14px;
  font-weight: 800;
  color: #c3c3c3;
}

.board_body {
  padding: 30px;
  display: flex;
  align-items: flex-end;
}

.board_body .left {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}

.board_body .left .tag {
  height: 39px;
  background: #e2e2e2;
  border-radius: 8px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  margin-top: 10px;
  width: fit-content;
}

.board_body .left .tag:first-child {
  margin-top: 0;
}

.board_body .right {
  display: flex;
}

.board_body .right>div {
  font-size: 16px;
  font-weight: 700;
  height: 80px;
  padding: 22px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.board_body .right>div strong {
  transform: translateY(5px);
  font-size: 44px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1;
}

.period {
  background: #393939;
  color: #fff;
  margin-right: 10px;
}

.price {
  background: #f2f2f2;
  color: #3e3e3e;
}

.board:hover {
  background: #4f5ae3;
}

.board:hover .title h2,
.board:hover .title span,
.board:hover .board_head span {
  color: #fff;
}

.board:hover .board_head {
  border-bottom: 1px solid #3b429a;
}

.board:hover .board_body .left .tag {
  background: #353eaf;
  color: #fff;
}

.board:hover .period {
  background: #fff;
  color: #4f5ae3;
}

.board,
.board .title span,
.board .board_head span,
.board .board_head,
.board .board_body .left .tag,
.board .period {
  transition: 0.2s ease;
}

.estimate_body>button {
  display: block;
  margin-left: auto;
  margin-top: 50px;
}

.estimate_body>button a {
  font-size: 24px;
  font-weight: 600;
  color: #313131;
  display: flex;
  align-items: center;
}

.estimate_body>button a img {
  margin-left: 12px;
}

/* -------------estimate section------------- */
/* ----------------------------------------- */

/* -------------------------------------- */
/* -------------with section------------- */
.with-wrap .inner {
  padding-top: 628px;
  padding-bottom: 200px;
}

.with_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 90px;
}

.with_head h2 {
  font-size: 350px;
  font-weight: 500;
  color: #393939;
  line-height: 1;
}

.with_body>p {
  font-size: 14px;
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 15px;
}

.companies {
  width: 100%;
  padding-top: 80px;
  border-top: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
}

.companies img {
  width: 170px;
  height: 84px;
  margin-right: calc((100% - 1190px) / 6);
  object-fit: contain;
  margin-top: 80px;
}

.companies img:nth-child(n + 1):nth-child(-n + 7) {
  margin-top: 0;
}

.companies img:nth-child(7n) {
  margin-right: 0;
}

/* -------------with section------------- */
/* -------------------------------------- */

@media (max-width: 1800px) {
  section .inner {
    padding: 0 4%;
  }

  .visual_lead {
    left: 4%;
  }

  .visual_lead {
    font-size: 68px;
  }

  .lead_change {
    height: 86.5px;
  }

  .visual_lead .lead_dash i {
    width: 160px;
  }

  .with_head h2 {
    font-size: 280px;
  }

  .project_head,
  .estimate_head {
    padding: 0 4%;
  }
}

@media (max-width: 1600px) {
  .visual_lead {
    font-size: 55px;
  }

  .lead_change {
    height: 69px;
  }

  .visual_lead .lead_dash i {
    width: 100px;
  }

  .visual_bot h2 p {
    font-size: 18px;
  }

  .visual_bot h2 p:nth-child(1)::before {
    width: 9px;
    height: 9px;
  }

  .designer_kind .kind .tit {
    font-size: 65px;
  }

  .designer_kind .kind button {
    font-size: 20px;
  }

  .designer_kind>img {
    width: 600px;
    height: 352px;
  }

  .board_head .kind {
    font-size: 18px;
  }

  .board_head .title {
    margin-top: 20px;
  }

  .board_body .left .tag {
    padding: 0 15px;
  }

  .board_body .right>div {
    height: 70px;
  }

  .board_body .right>div strong {
    font-size: 34px;
    margin-right: 7px;
  }
}

@media (max-width: 1500px) {
  .companies {
    padding-top: 40px;
  }

  .companies img {
    width: 150px;
    height: 74px;
    margin-right: calc((100% - 900px) / 5);
    object-fit: contain;
    margin-top: 35px;
  }

  .companies img:nth-child(n + 1):nth-child(-n + 7) {
    margin-top: 35px;
  }

  .companies img:nth-child(n + 1):nth-child(-n + 6) {
    margin-top: 0;
  }

  .companies img:nth-child(7n) {
    margin-right: calc((100% - 900px) / 5);
  }

  .companies img:nth-child(6n) {
    margin-right: 0;
  }
}

@media (max-width: 1400px) {
  .with_head h2 {
    font-size: 180px;
  }
}

@media (max-width: 1300px) {
  .designer_kind .kind .tit {
    font-size: 50px;
  }

  .designer_kind .kind button {
    font-size: 18px;
  }

  .designer_kind>img {
    width: 360px;
    height: 240px;
  }
}

@media (max-width: 1200px) {
  .board {
    width: 100%;
    margin-right: 0;
  }

  .board:nth-child(n + 1):nth-child(-n + 2) {
    margin-top: 20px;
  }

  .board:first-child {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {

  /* 디자이너 타이틀 폰트 80% (50px * 0.8 = 40px) */
  .designer_kind .kind .tit {
    font-size: 40px;
  }

  .designer_kind .kind button {
    font-size: 12px;
  }

  /* 이미지 크기 통일 */
  .designer_kind>img {
    width: 200px;
    height: 150px;
  }

  .companies img {
    width: 120px;
    height: 74px;
    margin-right: calc((100% - 600px) / 4);
    object-fit: contain;
    margin-top: 35px;
  }

  .companies img:nth-child(n + 1):nth-child(-n + 6) {
    margin-top: 35px;
  }

  .companies img:nth-child(n + 1):nth-child(-n + 5) {
    margin-top: 0;
  }

  .companies img:nth-child(7n) {
    margin-right: calc((100% - 600px) / 4);
  }

  .companies img:nth-child(6n) {
    margin-right: calc((100% - 600px) / 4);
  }

  .companies img:nth-child(5n) {
    margin-right: 0;
  }
}

/* 인트로 애니메이션 */
#intro {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: introDisappear 0.6s 2.5s ease forwards;
  z-index: 10000;
}

#intro .intro_logo {
  font-size: 56px;
  font-weight: 800;
  color: #000;
  transition: 0.3s ease;
  display: flex;
}

#intro .intro_logo>span {
  opacity: 0;
  transform: translateY(30.5px);
}

#intro .intro_logo span:first-child {
  margin-right: 5px;
}

#intro .intro_logo span:nth-child(1) {
  animation: fontUp 1.4s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(2) {
  animation: fontUp 1.4s 0.55s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(3) {
  animation: fontUp 1.4s 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(4) {
  animation: fontUp 1.4s 0.65s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(5) {
  animation: fontUp 1.4s 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(6) {
  animation: fontUp 1.4s 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#intro .intro_logo span:nth-child(7) {
  animation: fontUp 1.4s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fontUp {
  40% {
    transform: translateY(0);
    opacity: 1;
  }

  70% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-30.5px);
    opacity: 0;
  }
}

@keyframes introDisappear {
  100% {
    opacity: 0;
  }
}