@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "pretendard";
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

button {
  all: unset;
  cursor: pointer;
}

/* 커서 동그라미 공동 설정 */
.custom-cursor {
  position: fixed;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 255, 0, 0.5);
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

/* 커서 동그라미 공동 설정 끝 */

html,
body {
  font-size: 10px;
}

body {
  background-color: #111;
  /* overflow: hidden; */
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.section {
  padding: 250px 0;
  /* overflow: hidden; */
}

/* 전체 스크롤바 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #111111;
}

::-webkit-scrollbar-thumb {
  background: #1d1d1d;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar-button {
  background: #1d1d1d;
}

::-webkit-scrollbar-corner {
  background: #1d1d1d;
}

/* 공통설정 끝 */

/* -------------- header 시작 ------------------- */

header {
  position: fixed;
  width: 100%;
  height: 58px;
  top: 0;
  background: rgba(17, 17, 17, 0.3);
  backdrop-filter: blur(5px);
  z-index: 100;
}

header .inner {
  width: 100%;
  height: 58px;
  display: flex;
  justify-content: space-between;
  line-height: 58px;
  align-items: center;
}

header .inner .logo a {
}

header .inner .logo a img {
  vertical-align: middle;
}

header .inner .nav {
  display: flex;
  gap: 60px;
}

header .inner .nav li:hover a {
  color: #0f0;
  text-shadow: 0 0 12px rgba(0, 255, 47, 0.5);
}
header .inner .nav li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-transform: uppercase;
}

/* ----------------- header 끝 -------------- */

/* --------- main seciton1 시작 -------------- */

main {
  position: relative;
}

main #loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 999;
  transition: opacity 0.5s ease;
  background-color: #111;
}

main #loader video {
  width: 100%;
  height: 110%;
}

main #contents {
  display: none;
}

main .inner .section-1 {
  width: 100%;
  height: 100dvh;
  text-align: center;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

main .inner .section-1 .text {
  color: #ffffff;
}
main .inner .section-1 .text .main-text {
  font-size: 6rem;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -1px;
}
main .inner .section-1 .text .main-text span {
  font-weight: 700;
}
main .inner .section-1 .text .sub-text {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 200;
  color: #d6d6d6;
  line-height: 160%;
}
main .inner .section-1 .text .sub-text span {
  font-weight: 700;
}

main .inner .all-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

main .inner .all-box .box-size {
  width: 345px;
  height: 345px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
}

main .inner .design-box {
}
main .inner .design-box .box1 {
}
main .inner .design-box .box1 img {
}
main .inner .design-box p {
  color: #d6d6d6;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 132.075% */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
}
main .inner .develope-box .box2 {
}
main .inner .develope-box .box2 img {
}
main .inner .develope-box p {
  color: #d6d6d6;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 132.075% */
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
}

/* --------------  main section 디자인 호버했을때 -------------- */

main .inner .section-1 .all-box .design-box:hover {
}

main .inner .section-1 .all-box .design-box:hover + .develope-box .box2 img {
  filter: saturate(0);
  transition: filter 0.8s;
}

.all-box:has(.develope-box:hover) .design-box .box1 img {
  filter: saturate(0);
  opacity: 0.5;
  transition: all 0.8s ease-in-out;
}

main .inner .section-1 .bg {
  width: 99vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  transition: all 0.8s ease;
  z-index: -1;
}

main .inner .section-1 .bg.design-bg {
  background: url("../img/bg-1.png") no-repeat center/cover;
}
main .inner .section-1 .bg.develope-bg {
  background: url("../img/bg-2.png") no-repeat center/cover;
}

main .inner .section-1 .mouse-on {
  color: #767676;
  font-size: 1.5rem;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

main .inner .section-1 .mouse-on::before {
  content: "";
  display: block;
  background: url(/img/mouse_icon.png) no-repeat center/cover;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
}

/* --------- main seciton1 끝 -------------- */

/* --------- main seciton2 시작 -------------- */

main .inner .section-2 {
  display: flex;
  height: 70dvh;
  justify-content: space-between;
}

main .inner .section-2 .right {
  width: 60%;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
  letter-spacing: -1px;
  color: #ffffff;
  margin-top: 160px;
}
main .inner .section-2 .right h1 {
  font-size: 7rem;
}
main .inner .section-2 .right h1 span {
  color: #0f0;
}
main .inner .section-2 .left {
  margin-top: 190px;
}

main .inner .section-2 .left .text-box .mask {
  display: block;
}

main .inner .section-2 .left .text-sect {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  background-size: 0% 100%;
}

main .inner .section-2 .left .icon-sect {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

main .inner .section-2 .left .icon-sect img {
  width: 41px;
  height: 41px;
  filter: saturate(0);
  transition: all 0.8s;
  object-fit: cover;
}

main .inner .section-2 .left .icon-sect img:hover {
  filter: saturate(1);
}

/* ---------- keyframe 시작 ------------- */

main .inner .section-2 .right .matte-box {
  width: 100%;
  height: 85px;
  overflow: hidden;
  position: relative;
}

main .inner .section-2 .right .matte-box .matte-cont {
  position: absolute;
  top: 0px;
  /* animation: textmatte 5s forwards; */
}

/* ---------- keyframe 끝 ------------- */

/* --------- main seciton2 끝 -------------- */

/* --------- main seciton3 시작 -------------- */

main .inner .section-3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner .section-3 .right {
  position: sticky;
  top: 250px;
  left: 0;
}
main .inner .section-3 .right .sub-title {
}
main .inner .section-3 .right .sub-title h3 {
  color: #767676;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
  letter-spacing: -1px;
}
main .inner .section-3 .right .main-title {
}
main .inner .section-3 .right .main-title h1 {
  color: #fff;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1px;
}
main .inner .section-3 .left {
}
main .inner .section-3 .left .content-wrap {
  display: flex;
  justify-content: end;
}

main .inner .section-3 .left .content-wrap .content {
  position: relative;
}

main .inner .section-3 .left .content-wrap .content::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(115, 115, 115, 0) 0%,
    #fff 21%,
    #fff 83%,
    rgba(159, 159, 159, 0) 100%
  );
  position: absolute;
  top: 0;
  left: -250px;
}

main .inner .section-3 .left .content-wrap .content .item {
  position: relative;
}

main .inner .section-3 .left .content-wrap .content .item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #0f0;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: -255px;
  z-index: 1;
}

main .inner .section-3 .left .content-wrap .content .item::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0f0;
  opacity: 70%;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: -260px;
  z-index: 0;
}

main .inner .section-3 .left .content-wrap .content .item:nth-child(1) {
  margin-top: 200px;
}

main .inner .section-3 .left .content-wrap .content .item:nth-child(2) {
  margin-top: 200px;
}

main .inner .section-3 .left .content-wrap .content .item:nth-child(3) {
  margin-top: 200px;
}

main .inner .section-3 .left .content-wrap .content .item .line {
  width: 230px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  left: -250px;
}

main .inner .section-3 .left .content-wrap .content .item .text-2 {
  display: flex;
  flex-direction: column;
}
main .inner .section-3 .left .content-wrap .content .item .text-2 .tit {
  color: #fff;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -1px;
}

main .inner .section-3 .left .content-wrap .content .item .text-2 .txt {
  color: #d6d6d6;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: -1px;
  margin-top: 7px;
}

main .inner .section-3 .left .content-wrap .content .item .text-2 .award {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 19px;
}

main .inner .section-3 .left .content-wrap .content .item .text-2 .award span {
  -webkit-text-fill-color: #ffffff !important;
  position: relative;
  padding-left: 35px;
}

main
  .inner
  .section-3
  .left
  .content-wrap
  .content
  .item
  .text-2
  .award
  span::before {
  content: "";
  display: inline-block;
  background: url("/img/social_icon.png") no-repeat center/cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -3px;
  left: 0;
}

main .inner .section-3 .left .work-box-2 .mask-2 {
  display: block;
}

main .inner .section-3 .left .text-2 {
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: -1px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.2);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#fff, #fff);
  background-size: 100% 0%;
}

/* --------- main seciton3 끝 -------------- */

/* --------- main seciton4 시작 -------------- */

main .inner .section-4 {
}
main .inner .section-4 .coo-sect {
}
main .inner .section-4 .coo-sect .inner {
}
main .inner .section-4 .coo-sect .inner .copy-box .main-title {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1px;
}
main .inner .section-4 .coo-sect .inner .copy-box .main-title span {
  color: #0f0;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}

main .inner .section-4 .coo-sect .bottom {
  margin-top: 92px;
}
main .inner .section-4 .coo-sect .bottom .logo-slider {
  width: 100%;
  margin: 0 auto 0;
}
main .inner .section-4 .coo-sect .bottom .logo-slider .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
}

main
  .inner
  .section-4
  .coo-sect
  .bottom
  .logo-slider
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  width: 345px;
  height: 106px;
  padding: 16px 13px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

main
  .inner
  .section-4
  .coo-sect
  .bottom
  .logo-slider
  .swiper-wrapper
  .swiper-slide
  img {
  width: 80%;
  height: 80%;
  /* object-fit: cover; */
}

/* --------- main seciton4 끝 -------------- */

/* --------- main seciton5 시작 -------------- */

main .inner .section-5 .wrapper {
}
main .inner .section-5 .wrapper .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

main .inner .section-5 .wrapper .text-wrapper {
}
main .inner .section-5 .wrapper .text-wrapper h1 {
  color: #fff;
  text-align: left;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 72.8px */
  letter-spacing: -1px;
}
main .inner .section-5 .wrapper .text-wrapper p {
  color: #767676;
  text-align: left;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: -1px;
  /* margin-top: 7px; */
}
main .inner .section-5 .wrapper .top .more-btn:hover {
  color: #ffffff;
}
main .inner .section-5 .wrapper .top .more-btn {
  color: #767676;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: -1px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

main .inner .section-5 .wrapper .top .more-btn:hover span {
  background: url("/img/chevron-left2.png") no-repeat center/cover;
}

main .inner .section-5 .wrapper .top .more-btn span {
  display: inline-block;
  background: url("/img/chevron-left.png") no-repeat center/cover;
  width: 34px;
  height: 34px;
  transition: all 0.5s;
}

main .inner .section-5 .wrapper .content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 70px;
}
main .inner .section-5 .wrapper .content-wrapper .content {
  width: 100%;
  height: 100%;
}
main .inner .section-5 .wrapper .content-wrapper .content img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

/* --------- main seciton5 끝 -------------- */

/* --------- main seciton5 시작 -------------- */

main .inner .section-6 {
}
main .inner .section-6 .contact-wrapper {
}
main .inner .section-6 .contact-wrapper .contact-text {
}
main .inner .section-6 .contact-wrapper .contact-text .sub-title {
}
main .inner .section-6 .contact-wrapper .contact-text .sub-title h3 {
  color: #d6d6d6;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 125% */
  letter-spacing: -1px;
}
main .inner .section-6 .contact-wrapper .contact-text .sub-title h1 {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 134.615% */
  letter-spacing: -1px;
}
main .inner .section-6 .contact-wrapper .contact-text .sub-title p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 100;
  line-height: 150%; /* 37.5px */
  letter-spacing: -1px;
  padding-top: 50px;
}
main .inner .section-6 .contact-wrapper .contact-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 83px;
}
main .inner .section-6 .contact-wrapper .contact-area span {
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 37.5px */
  /* letter-spacing: -1px; */
  padding-left: 15px;
}

main .inner .section-6 .contact-wrapper .contact-area .adress-area .top {
  display: flex;
  align-items: center;
  padding: 24px 0 0 30px;
}

main .inner .section-6 .contact-wrapper .contact-area .adress-area .top .ico {
  background: url("/img/adress_icon.png") no-repeat center/cover;
  width: 18px;
  height: 22px;
}

main .inner .section-6 .contact-wrapper .contact-area p {
  color: #767676;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -1px;
  padding-left: 66px;
}

main .inner .section-6 .contact-wrapper .contact-area .adress-area {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  width: 345px;
  height: 119px;
}
main .inner .section-6 .contact-wrapper .contact-area .cellphone-area {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  width: 345px;
  height: 119px;
}
main .inner .section-6 .contact-wrapper .contact-area .E-mail-area {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  width: 345px;
  height: 119px;
}
main .inner .section-6 .contact-wrapper .contact-area .WebSite-area {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  width: 345px;
  height: 119px;
}

main .inner .section-6 .contact-wrapper .contact-area .cellphone-area .top {
  display: flex;
  align-items: center;
  padding: 24px 0 0 30px;
}

main
  .inner
  .section-6
  .contact-wrapper
  .contact-area
  .cellphone-area
  .top
  .ico {
  background: url("/img/phone_icon.png") no-repeat center/cover;
  width: 21px;
  height: 21px;
}

main .inner .section-6 .contact-wrapper .contact-area .E-mail-area .top {
  display: flex;
  align-items: center;
  padding: 24px 0 0 30px;
}

main .inner .section-6 .contact-wrapper .contact-area .E-mail-area .top .ico {
  background: url("/img/email_icon.png") no-repeat center/cover;
  width: 21px;
  height: 16px;
}

main .inner .section-6 .contact-wrapper .contact-area .E-mail-area .top {
  display: flex;
  align-items: center;
}

main .inner .section-6 .contact-wrapper .contact-area .WebSite-area .top {
  display: flex;
  align-items: center;
  padding: 24px 0 0 30px;
}

main .inner .section-6 .contact-wrapper .contact-area .contact-box {
  transition: all 0.8s;
}

main
  .inner
  .section-6
  .contact-wrapper
  .contact-area
  .contact-box:hover
  .top
  .ico {
  transform: translateY(-5px);
}

main .inner .section-6 .contact-wrapper .contact-area .contact-box:hover {
  box-shadow: 0 0 30px rgba(0, 255, 47, 0.05);
  border: 1px solid rgba(0, 255, 0, 0.5);
}

main .inner .section-6 .contact-wrapper .contact-area .contact-box .top .ico {
  transition: all 0.5s;
}
main .inner .section-6 .contact-wrapper .contact-area .WebSite-area .top .ico {
  background: url("/img/website_icon.png") no-repeat center/cover;
  width: 18px;
  height: 20px;
}

/* --------- main seciton5 끝 -------------- */

/* --------- footer 시작 -------------- */

footer {
  display: none;
}

footer .footer-wrapper {
  width: 100%;
  height: 150px;
  background: #0e0e0e;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer-wrapper p {
  color: #767676;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
}
