.index-main {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 88px;
  display: flex;
  flex-direction: column;
}

.design-for-section {
  width: 100%;
  margin-bottom: 240px;
}
.design-for-section .design-for-grid {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: white;
}
.design-for-section .design-for-grid .item {
  position: relative;
  flex: 1 1 30%;
  height: 456px;
}
.design-for-section .design-for-grid .item.head {
  padding: 0 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}
.design-for-section .design-for-grid .item.head .grid-title {
  position: relative;
  align-self: flex-start;
  word-break: keep-all;
}
.design-for-section .design-for-grid .item.head .grid-title > em {
  font-size: 4.8vw;
  line-height: 1.2;
  color: black;
  letter-spacing: -4px;
}
.design-for-section .design-for-grid .item.head .grid-title > span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-4px, -120%);
  font-size: 16px;
  font-weight: 600;
  color: #D21919;
  letter-spacing: 1px;
}
.design-for-section .design-for-grid .item.head .grid-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
}
.design-for-section .design-for-grid .item.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.design-for-section .design-for-grid .item.content .empty {
  opacity: 0;
  width: 48px;
  height: 48px;
  background: orange;
  border-radius: 8px;
}
.design-for-section .design-for-grid .item.content .video-box {
  opacity: 0;
  width: auto;
  height: 60%;
}
.design-for-section .design-for-grid .item.content .video-box > video {
  width: auto;
  height: 100%;
}
.design-for-section .design-for-grid .item.content .content-inner {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.design-for-section .design-for-grid .item.content .content-inner .en {
  font-size: 16px;
  line-height: 1;
  color: #aaa;
  word-break: keep-all;
  text-align: center;
}
.design-for-section .design-for-grid .item.content .content-inner .kr {
  font-size: 22px;
  font-weight: 800;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.design-for-section .design-for-grid .item:nth-of-type(1)::after, .design-for-section .design-for-grid .item:nth-of-type(2)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  width: 60px;
  height: 60px;
  background: white;
  z-index: 1;
}
.design-for-section .design-for-grid .svg-container {
  position: absolute;
}
.design-for-section .design-for-grid .svg-container.col-path {
  width: 4px;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
}
.design-for-section .design-for-grid .svg-container.col-path svg {
  display: block;
  width: 100%;
  height: 100%;
}
.design-for-section .design-for-grid .svg-container.col-path svg path {
  stroke: black;
}
.design-for-section .design-for-grid .svg-container.col-path:nth-of-type(1) {
  left: 33.3333333333%;
}
.design-for-section .design-for-grid .svg-container.col-path:nth-of-type(2) {
  left: 66.6666666667%;
}
.design-for-section .design-for-grid .svg-container.row-path {
  width: 100%;
  height: 4px;
  left: 0;
  transform: translateY(-50%);
}
.design-for-section .design-for-grid .svg-container.row-path svg {
  display: block;
  width: 100%;
  height: 100%;
}
.design-for-section .design-for-grid .svg-container.row-path svg path {
  stroke: black;
}
.design-for-section .design-for-grid .svg-container.row-path:nth-of-type(3) {
  top: 50%;
}
.design-for-section .design-for-grid .svg-container.row-path:nth-of-type(4) {
  top: 100%;
}
.design-for-section .design-for-grid .svg-container.row-path:nth-of-type(5) {
  display: none;
}
.design-for-section .design-for-grid .svg-container svg {
  stroke-dasharray: 500px;
  stroke-dashoffset: 500;
}

.recent-project-section {
  width: 100%;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.recent-project-section .project-title {
  position: relative;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.recent-project-section .project-title > h1 {
  font-size: 100px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.recent-project-section .project-title > span {
  font-size: 18px;
  line-height: 1.4;
  color: #818181;
}
.recent-project-section .container {
  position: relative;
  width: 100%;
  height: 600dvh;
}
.recent-project-section .container .project-group {
  position: sticky;
  top: 142px;
  width: 100%;
  height: 80dvh;
  display: flex;
  flex-direction: row;
  padding: 0 48px;
  overflow: hidden;
}
.recent-project-section .container .project-group .line {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 4px;
  background: black;
}
.recent-project-section .container .project-group .projects-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.recent-project-section .container .project-group .projects-wrap .each-project {
  position: relative;
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
}
.recent-project-section .container .project-group .projects-wrap .each-project:not(:last-of-type) {
  margin-right: 100px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box {
  position: absolute;
  left: 0;
  flex: 0 0 auto;
  width: 540px;
  display: flex;
  flex-direction: column;
  gap: 148px;
  z-index: 0;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box > h3 {
  font-size: 48px;
  font-weight: 700;
  color: black;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box .desc-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box .desc-content-wrap .each-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box .desc-content-wrap .each-content > em {
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  color: black;
  word-break: keep-all;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box .desc-content-wrap .each-content > em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50000rem;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-desc-box .desc-content-wrap .each-content > p {
  font-size: 20px;
  line-height: 1.6;
  color: #3D3D3D;
  word-break: keep-all;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box {
  position: relative;
  height: 100%;
  padding-left: 640px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  z-index: 1;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con {
  flex: 0 0 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 4/6;
  border: 4px solid black;
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary {
  display: flex;
  flex-direction: column;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-img {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 96px);
  height: calc(100% - 96px);
  -o-object-fit: contain;
     object-fit: contain;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-head {
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 12px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-head .h-cell {
  width: 100%;
  font-size: 24px;
  color: black;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body {
  width: 100%;
  height: 88px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 12px;
  border-top: 2px solid #aaa;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell {
  width: 100%;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .style-list, .recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .typo-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .style-list > li, .recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .typo-list > li {
  font-size: 16px;
  color: #3D3D3D;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .color-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.summary .summary-grid .sum-body .b-cell .color-list > li {
  width: 20px;
  height: 20px;
  border: 2px solid black;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.image {
  position: relative;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link {
  display: flex;
  flex-direction: column;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .link-background {
  width: 100%;
  height: auto;
  flex: 1 1 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .link-background.bottom {
  background-position: center bottom;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .link-background.top {
  background-position: center top;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .move-to {
  flex: 0 0 auto;
  width: 100%;
  height: 88px;
  padding: 0 20px;
  border-top: 2px solid #aaa;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .move-to > span {
  font-size: 32px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
.recent-project-section .container .project-group .projects-wrap .each-project .project-gallery-box .gallery-con.link .move-to > svg {
  flex: 0 0 auto;
  width: auto;
  height: 28px;
  fill: black;
}

.speciality-section {
  position: relative;
  width: 100%;
  height: calc(100dvh - 88px);
  margin-bottom: 240px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.speciality-section > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.speciality-section .blackout {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 100dvw;
  height: 100dvw;
  background: black;
  border-radius: 500000rem;
  z-index: 2;
}
.speciality-section .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  z-index: 5;
}
.speciality-section .container .tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.speciality-section .container .tit-wrap > h1 {
  font-size: 100px;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.speciality-section .container .tit-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.speciality-section .container .spec-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 120px;
  justify-content: space-between;
}
.speciality-section .container .spec-list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.8);
  opacity: 0.6;
  gap: 4px;
  cursor: default;
}
.speciality-section .container .spec-list .item > b {
  font-size: 24px;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.speciality-section .container .spec-list .item .content {
  font-size: 18px;
  line-height: 1.4;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.speciality-section .under-bar {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 100%;
  height: 4px;
  background: white;
  z-index: 2;
}

.experience-section {
  width: 100%;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.experience-section .tit-wrap {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.experience-section .tit-wrap > h1 {
  font-size: 100px;
  color: #3D3D3D;
  word-break: keep-all;
  text-align: center;
}
.experience-section .tit-wrap > h1 > em {
  color: #EA594E;
}
.experience-section .container {
  width: 100%;
}
.experience-section .container .exp-row-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.experience-section .container .exp-row-group .row-stroke {
  position: relative;
  width: 100%;
  height: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.experience-section .container .exp-row-group .row-stroke:nth-of-type(2n) {
  justify-content: flex-end;
}
.experience-section .container .exp-row-group .row-stroke > svg {
  display: block;
  width: 100%;
  height: 4px;
}
.experience-section .container .exp-row-group .row-stroke .stroke {
  width: 0;
  height: 100%;
  background: black;
}
.experience-section .container .exp-row-group .row {
  width: 100%;
  padding: 48px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  opacity: 0;
}
.experience-section .container .exp-row-group .row.marquee {
  padding: 48px 0;
}
.experience-section .container .exp-row-group .row.marquee .exp-list {
  width: auto;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.experience-section .container .exp-row-group .row.marquee .exp-list .item {
  flex: 0 0 auto;
  margin-right: 8px;
}
.experience-section .container .exp-row-group .row.marquee .exp-list .item b {
  display: inline-block;
  font-size: 100px;
  color: black;
  word-break: keep-all;
}
.experience-section .container .exp-row-group .row.marquee .exp-list .see-more {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.experience-section .container .exp-row-group .row.marquee .exp-list .see-more > b {
  line-height: 1;
}
.experience-section .container .exp-row-group .row.marquee .exp-list .see-more > img {
  width: auto;
  height: 60px;
  padding-bottom: 10px;
  margin-left: -5px;
}
.experience-section .container .exp-row-group .row:nth-of-type(3) .exp-list, .experience-section .container .exp-row-group .row:nth-of-type(4) .exp-list, .experience-section .container .exp-row-group .row:nth-of-type(7) .exp-list {
  justify-content: flex-end;
}
.experience-section .container .exp-row-group .row .exp-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.experience-section .container .exp-row-group .row .exp-list .item {
  flex: 0 0 auto;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg {
  position: relative;
  width: 16.6666666667%;
  height: 100px;
  cursor: pointer;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .item-bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .item-bg > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .img-box {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .img-box > img {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(1px, 2px);
  width: auto;
  height: 33%;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .comp-name {
  position: relative;
  flex: 0 0 auto;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
  text-align: left;
  letter-spacing: 2px;
  background-color: white;
  overflow: hidden;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .comp-name > span {
  position: relative;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .hashtags {
  flex: 1 1 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg .exp-name .hashtags .item {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  word-break: keep-all;
  text-align: right;
  color: white;
}
.experience-section .container .exp-row-group .row .exp-list .item.for-bg:hover .exp-name {
  visibility: visible;
  opacity: 1;
}
.experience-section .container .exp-row-group .row .exp-list .item.see-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.experience-section .container .exp-row-group .row .exp-list .item.see-more .more-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.experience-section .container .exp-row-group .row .exp-list .item.see-more .more-wrap > b {
  flex: 0 0 auto;
  font-size: 100px;
  color: black;
}
.experience-section .container .exp-row-group .row .exp-list .item.see-more .more-wrap > img {
  height: 61px;
  padding-bottom: 10px;
  margin-left: -34px;
  flex: 0 0 auto;
}
.experience-section .container .exp-row-group .row.anim-01 .exp-list {
  animation-name: scrollLeft;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}
.experience-section .container .exp-row-group .row.anim-01-reverse {
  justify-content: flex-end;
}
.experience-section .container .exp-row-group .row.anim-01-reverse .exp-list {
  animation-name: scrollRight;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 8px));
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(100% + 8px));
  }
}
.free-service-section {
  position: relative;
  width: 100%;
  padding: 160px 0;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background-color: black;
}
.free-service-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.free-service-section > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.free-service-section .tit-wrap {
  position: relative;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  z-index: 2;
}
.free-service-section .tit-wrap.hidden {
  opacity: 0;
}
.free-service-section .tit-wrap > h1 {
  position: relative;
  padding: 12px 12px 0 0;
  font-size: 100px;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
  z-index: 2;
}
.free-service-section .tit-wrap > h1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #D21919;
  border-radius: 5000rem;
  z-index: -1;
}
.free-service-section .tit-wrap > p {
  font-size: 18px;
  line-height: 1.4;
  color: white;
  text-align: center;
  word-break: keep-all;
}
.free-service-section .container {
  position: relative;
  width: 100%;
  z-index: 5;
}
.free-service-section .container .service-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.free-service-section .container .service-list .row {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
.free-service-section .container .service-list .row > span {
  position: relative;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  color: #aaa;
  word-break: keep-all;
  background-image: linear-gradient(to right, #ff0086, #eb45b8, #c96adf, #9b87f7, #689cff, #3eaeff, #03bfff, #00cdff, #00dffe, #00eee2, #00f9ad, #00ff63);
  background-clip: text;
  -webkit-background-clip: text;
  cursor: default;
}
.free-service-section .container .service-list .row > span:hover {
  color: transparent;
}
.free-service-section .active-content-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 15;
}
.free-service-section .active-content-container .close-active-content {
  position: relative;
  width: 100px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  color: #00ffaa;
  border: 2px solid #00ffaa;
  z-index: 2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.free-service-section .active-content-container .close-active-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-image: linear-gradient(to right bottom, #00ffbc, #00ffb0, #00ffa3, #00ff94, #00ff85, #00fe91, #00fe9d, #00fda7, #00fac7, #00f6e1, #00f0f4, #00e9ff);
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.free-service-section .active-content-container .close-active-content:hover {
  color: black;
}
.free-service-section .active-content-container .close-active-content:hover::before {
  width: 100%;
}
.free-service-section .active-content-container .content-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.free-service-section .active-content-container .content-box > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.free-service-section .active-content-container .content-box .content-main {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.free-service-section .active-content-container .content-box .content-main > h1 {
  font-size: 100px;
  line-height: 1.3;
  color: transparent;
  word-break: keep-all;
  text-align: center;
  background-image: linear-gradient(to right bottom, #00ffbc, #00ffb0, #00ffa3, #00ff94, #00ff85, #00fe91, #00fe9d, #00fda7, #00fac7, #00f6e1, #00f0f4, #00e9ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.free-service-section .active-content-container .content-box .content-main .desc {
  width: 95%;
  max-width: 1024px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #00ffaa;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}

.review-section {
  width: 100%;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.review-section .tit-wrap {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.review-section .tit-wrap > h1 {
  font-size: 100px;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.review-section .tit-wrap .desc {
  font-size: 18px;
  line-height: 1.4;
  color: black;
  text-align: center;
  word-break: keep-all;
}
.review-section .container {
  width: 95%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.review-section .container .swiper-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.review-section .container .swiper-wrap .review-swiper {
  width: 100%;
  height: auto;
  max-width: 1280px;
  overflow: hidden;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .customer-logo {
  position: relative;
  width: 70%;
  height: auto;
  margin-bottom: 60px;
  aspect-ratio: 247/203;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .customer-logo > img {
  position: absolute;
  left: 47%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .customer-name {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-rate-wrap {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: black;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-rate-wrap > b {
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-rate-wrap .stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-rate-wrap .stars .item > svg {
  width: auto;
  height: 20px;
  fill: white;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-rate-wrap .point-number {
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.review-section .container .swiper-wrap .review-swiper .swiper-wrapper .swiper-slide .review-box .review-contents {
  width: 100%;
  padding: 0 12px;
  font-size: 18px;
  line-height: 1.4;
  color: black;
  word-break: keep-all;
}
.review-section .container .swiper-wrap .outer-navigation {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.review-section .container .swiper-wrap .outer-navigation div {
  cursor: pointer;
}
.review-section .container .swiper-wrap .outer-navigation svg {
  width: 48px;
  height: auto;
  fill: black;
}
.review-section .container .percent-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 36px;
}
.review-section .container .percent-grid .percent-cell {
  position: relative;
  width: 100%;
  height: 140px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  border-radius: 12px;
  border: 2px solid black;
}
.review-section .container .percent-grid .percent-cell .percent-con {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.review-section .container .percent-grid .percent-cell .percent-con > span {
  font-size: 24px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
.review-section .container .percent-grid .percent-cell .percent-con .percent-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 40px;
  color: black;
}
.review-section .container .percent-grid .percent-cell .percent-bar {
  width: 100%;
  height: 16px;
  border: 2px solid black;
}
.review-section .container .percent-grid .percent-cell .percent-bar .percent-process {
  height: 100%;
  display: block;
}
.review-section .container .percent-grid .percent-cell:nth-of-type(1) .percent-bar .percent-process {
  width: 95%;
  background: black;
}
.review-section .container .percent-grid .percent-cell:nth-of-type(2) .percent-bar .percent-process {
  width: 94%;
  background: black;
}
.review-section .container .percent-grid .percent-cell:nth-of-type(3) .percent-bar .percent-process {
  width: 97%;
  background: black;
}
.review-section .container .percent-grid .percent-cell:nth-of-type(4) .percent-bar .percent-process {
  width: 97%;
  background: black;
}

.now-section {
  width: 100%;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.now-section .tit-wrap {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.now-section .tit-wrap > h1 {
  position: relative;
  padding: 12px 0 0 8px;
  font-size: 100px;
  color: black;
  text-align: center;
  z-index: 5;
}
.now-section .tit-wrap > h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #D21919;
  border-radius: 5000rem;
  z-index: -1;
}
.now-section .tit-wrap .desc {
  font-size: 18px;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.now-section .container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 110px 0 80px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: black;
}
.now-section .container .now-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.now-section .container .video-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.now-section .container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-30px);
  width: 100%;
  height: 2px;
  background: black;
}
.now-section .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(30px);
  width: 100%;
  height: 2px;
  background: white;
}
.now-section .container .now-tabs {
  max-width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.now-section .container .now-tabs > a {
  width: 150px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: white;
  word-break: keep-all;
  border: 1px solid white;
  border-radius: 500000rem;
  background: transparent;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.now-section .container .now-tabs > a.active, .now-section .container .now-tabs > a:hover {
  background: white;
  color: black;
}
.now-section .container .now-tabs > a.more {
  width: auto;
  height: 44px;
  aspect-ratio: 1/1;
  background: white;
}
.now-section .container .now-tabs > a.more > svg {
  fill: black;
}
.now-section .container .latest-list {
  width: 95%;
  max-width: 1620px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.now-section .container .latest-list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}
.now-section .container .latest-list .item .board-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.8;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.now-section .container .latest-list .item .board-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.now-section .container .latest-list .item .latest-body {
  width: 100%;
  padding: 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(221, 221, 221, 0.3);
  border-top: none;
  border-radius: 0 0 1rem 1rem;
}
.now-section .container .latest-list .item .latest-body .category {
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
  word-break: keep-all;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.now-section .container .latest-list .item .latest-body .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.now-section .container .latest-list .item .latest-body .contents {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #aaa;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.now-section .container .latest-list .item .latest-body .view-post {
  margin-top: auto;
  width: 100px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
.now-section .container .latest-list .item .latest-body .view-post:hover {
  color: black;
  background: white;
}

.faq-section {
  width: 100%;
  margin-bottom: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.faq-section .tit-wrap {
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.faq-section .tit-wrap > h1 {
  position: relative;
  padding: 12px 0 0 8px;
  font-size: 100px;
  color: black;
  text-align: center;
  z-index: 5;
}
.faq-section .tit-wrap .desc {
  font-size: 18px;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.faq-section .container {
  width: 95%;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.faq-section .container .faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.faq-section .container .faq-list .item {
  width: 100%;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.faq-section .container .faq-list .item:not(:last-of-type) {
  border-bottom: 2px solid black;
}
.faq-section .container .faq-list .item .faq-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.faq-section .container .faq-list .item .faq-title .text-wrap {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.faq-section .container .faq-list .item .faq-title .text-wrap > b {
  flex: 0 0 auto;
  font-size: 48px;
  line-height: 1;
  color: black;
  transition: all 0.2s ease-in-out;
}
.faq-section .container .faq-list .item .faq-title .text-wrap > h4 {
  flex: 0 1 auto;
  font-size: 24px;
  font-weight: 800;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all 0.2s ease-in-out;
}
.faq-section .container .faq-list .item .faq-title .icon-wrap {
  display: flex;
  flex-direction: row;
}
.faq-section .container .faq-list .item .faq-title .icon-wrap > svg {
  width: auto;
  height: 48px;
  fill: black;
  transition: all 0.2s ease-in-out;
}
.faq-section .container .faq-list .item .faq-title .icon-wrap > svg:nth-of-type(2) {
  display: none;
  fill: #D21919;
}
.faq-section .container .faq-list .item .faq-content {
  width: 100%;
  max-height: 0px;
  padding-top: 0px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.faq-section .container .faq-list .item.open .faq-title .text-wrap > b {
  color: #D21919;
}
.faq-section .container .faq-list .item.open .faq-title .text-wrap > h4 {
  color: #D21919;
}
.faq-section .container .faq-list .item.open .faq-title .icon-wrap > svg {
  display: none;
}
.faq-section .container .faq-list .item.open .faq-title .icon-wrap > svg:nth-of-type(2) {
  display: block;
}
.faq-section .container .faq-list .item.open .faq-content {
  max-height: 200px;
  padding-top: 16px;
}
.faq-section .container .faq-list .item:hover .faq-title .text-wrap > b {
  color: #D21919;
}
.faq-section .container .faq-list .item:hover .faq-title .text-wrap > h4 {
  color: #D21919;
}
.faq-section .container .faq-list .item:hover .faq-title .icon-wrap > svg {
  fill: #D21919;
}

#more-btn {
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  border: 3px solid black;
}
#more-btn > span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
#more-btn > img {
  flex: 0 0 auto;
  width: 28px;
  height: auto;
}/*# sourceMappingURL=main.css.map */