.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}
.font30 {
  --fontsize: 3rem;
  font-size: var(--fontsize);
}
.font34 {
  --fontsize: 3.4rem;
  font-size: var(--fontsize);
}
.font40 {
  --fontsize: 4rem;
  font-size: var(--fontsize);
}
.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}
.font50 {
  --fontsize: 5rem;
  font-size: var(--fontsize);
}
.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}
.font60 {
  --fontsize: 6rem;
  font-size: var(--fontsize);
}
.font70 {
  --fontsize: 7rem;
  font-size: var(--fontsize);
}
.font80 {
  --fontsize: 8rem;
  font-size: var(--fontsize);
}
.font90 {
  --fontsize: 9rem;
  font-size: var(--fontsize);
}
.font100 {
  --fontsize: 10rem;
  font-size: var(--fontsize);
}
.font110 {
  --fontsize: 11rem;
  font-size: var(--fontsize);
}
@media (hover: hover) and (pointer: fine) {
  .cursor .inner {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: -50% -50%;
    opacity: 0;
    transition: width 0.2s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.2s cubic-bezier(0.25, 1, 0.5, 1),
      opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .cursor.blueOn .inner {
    border: 1px solid rgba(92, 133, 195, 0.3);
    opacity: 1;
    z-index: 2;
  }
  .cursor.blueOn .inner::before {
    background: rgba(92, 133, 195, 0.7);
  }
  .cursor.blackOn .inner {
    border: 1px solid rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 2;
  }
  .cursor.blackOn .inner::before {
    background: rgba(0, 0, 0, 0.7);
  }
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
}
.cursor .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor .inner::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 50%;
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
main::-webkit-scrollbar {
  width: 0;
}
main > .swiper,
main > section {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.6s;
}
main .swiper-slide-active {
  z-index: 4;
}
main section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
main .innerBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
main .visual {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  position: relative;
  overflow: hidden;
}
main .visual :root {
  --vh: 100%;
}
@supports (-webkit-touch-callout: none) {
  main .visual {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
}
main .visual .contents,
main .visual .visualSlideBox {
  width: 100%;
  height: 100vh;
}
main .visual .itemBox {
  position: absolute;
  z-index: -2;
}
main .visual .bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
main .visual video {
	min-width: 100%;
	min-height: 100%;
}
/* main .visual .bg.bg1 {
  background-image: url("/img/main/visualBg1.jpg");
}
main .visual .bg.bg2 {
  background-image: url("/img/main/visualBg2.jpg");
}
main .visual .bg.bg3 {
  background-image: url("/img/main/visualBg3.jpg");
} */
main .visual .flexBox {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  gap: 50px 0;
  padding: 0 0 12%;
}
main .visual .title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 35px 0;
}
main .visual .title * {
  color: #fff;
}
main .visual h2 {
  margin: -10px 0;
  overflow: hidden;
}
main .visual h2 span {
  display: block;
  opacity: 0;
  transform: translateY(100%);
}
main .visual .pBox {
  opacity: 0;
  transform: translateY(60px) skewX(-15deg);
}
main .visual .pBox p {
  font-size: 3rem;
  line-height: 1.3333;
  font-family: "Fira Sans Condensed", sans-serif;
}
main .visual h2 span,
main .visual .pBox,
main .visual .right,
main .visual .line {
  transition: all 0.2s;
}
main .visual .right {
  position: absolute;
  top: 51.4%;
  right: 0;
}
main .visual .right p {
  font-size: 1.8rem;
  font-weight: 300;
  opacity: 0;
  transform: translateY(-20px);
  font-family: "pretendard", sans-serif;
}
main .visual .line {
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  bottom: -20px;
}
main .visual .title.on .h2Box h2:nth-child(1) span {
  transition-delay: 0.2s;
}
main .visual .title.on .h2Box h2:nth-child(2) span {
  transition-delay: 0.4s;
}
main .visual .title.on .h2Box h2:nth-child(3) span {
  transition-delay: 0.6s;
}
main .visual .title.on h2 span,
main .visual .title.on .pBox,
main .visual .title.on .right p {
  opacity: 1;
  transform: translateY(0);
}
main .visual .title.on h2 span,
main .visual .title.on .pBox {
  transition: all 0.8s;
}
main .visual .title.on .pBox {
  transition-delay: 1s;
}
main .visual .title.on .line {
  width: 260%;
  transition: all 0.4s 1.1s;
}
main .visual .title.on .right p {
  transition: all 0.6s 1.2s;
}
main .visual .optionBox,
main .visual .swiper-pagination,
main .visual .buttonBox {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .visual .optionBox {
  gap: 0 50px;
}
main .visual .swiper-pagination {
  height: 62px;
  gap: 0 30px;
}
main .visual .swiper-pagination li {
  width: 62px;
  height: 100%;
}
main .visual .swiper-pagination li button {
  color: #fff;
  font-size: 12px;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "pretendard", sans-serif;
}
main .visual .swiper-pagination li svg {
  opacity: 0;
  fill: rgba(0, 0, 0, 0);
  stroke-dasharray: 188.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .swiper-pagination li svg.off {
  stroke: rgba(255, 255, 255, 0.1);
  stroke-dashoffset: 0;
}
main .visual .swiper-pagination li svg.on {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-dashoffset: 188.4;
  transform: translate(-50%, -50%) rotate(-90deg);
}
main .visual .swiper-pagination .swiper-pagination-bullet-active svg {
  opacity: 1;
}
main .visual .buttonBox {
  gap: 0 10px;
}
main .visual .buttonBox button {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about {
  background: #fff;
  position: relative;
}
main .about *,
main .growth * {
  font-family: "pretendard", sans-serif;
}
main .about .logo .logoCls-1 {
  fill: #0e1555;
}
main .about .logo .logoCls-2 {
  fill: #5d85c3;
}
/* main .about .aboutScroll {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  overflow-y: scroll;
  transform: translateX(-50%);
}
main .about .aboutScroll::-webkit-scrollbar {
  width: 0;
}
main .about .emptyBox {
  width: 100%;
  height: 100%;
}
main .about .empty {
  width: 100%;
  height: 80vh;
}
main .about .empty.half {
  height: 50vh;
} */
main .about .aboutBox,
main .growth .contents {
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about .aboutBox .logo {
  width: 142px;
  width: 400px;
  position: relative;
  top: 50%;
  margin: 0 auto;
}
main .about .aboutBox .logo.on {
  width: 142px;
  top: 0;
}
main .about .aboutBox .titleBox {
  width: 100%;
  padding: 0 20px;
}
main .about .aboutBox .h2Box {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  margin: 80px 0 40px;
}
main .about .aboutBox h2 {
  color: #111;
  line-height: 1.25;
  overflow: hidden;
}
main .about .aboutBox p {
  color: #777;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
}
main .growth .mask,
main .growth .maskImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .growth .mask {
  width: 100%;
  height: 100%;
}
main .growth .maskImg {
	min-width: 100%;
	min-height: 100%;
  max-width: inherit;
  max-height: inherit;
  display: block;
  mask-image: url("/img/svg/aboutMask.svg");
  -webkit-mask-image: url("/img/svg/aboutMask.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 0vw 0vw;
  -webkit-mask-size: 0vw 0vw;
  transition: all 0.8s cubic-bezier(1, -0.18, 0.33, 1.21);
}
main .growth .maskImg.on {
  mask-size: 300vw 300vw;
  -webkit-mask-size: 300vw 300vw;
}
main .growth .contents {
  max-width: 1600px;
  gap: 140px 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	z-index: 1;
}
main .growth .contents * {
  color: #fff;
}
main .growth .contents h3 span,
main .growth .contents .icon,
main .growth .contents dl dd {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
main .growth .contents h3 span,
main .growth .contents .icon {
  transform: translateY(-60px);
}
main .growth .contents .h3Box {
  display: flex;
  flex-direction: column;
}
main .growth .contents h3 {
  line-height: 1.4444;
  overflow: hidden;
}
main .growth .contents h3 span {
  display: inline-block;
}
main .growth .contents .infoBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
main .growth .contents .icon {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .growth .contents dl dt {
  font-size: 2.4rem;
  margin: 30px 0;
}
main .growth .contents dl dd {
  font-size: 1.8rem;
  transform: translateY(60px);
}
main .growth .contents.on {
  opacity: 1;
}
main .growth .contents.on h3 span,
main .growth .contents.on .icon,
main .growth .contents.on dl dd {
  transform: translateY(0);
}
main .growth .contents.on h3 span,
main .growth .contents.on .icon {
  opacity: 1;
}
main .growth .contents.on .icon,
main .growth .contents.on dl dd {
  transition-delay: 0.4s;
}
main .growth .contents.on dl dd {
  opacity: 0.7;
}
main .overview .titleBox,
main .overview .overviewSlideBox {
  width: 50%;
}
main .overview .titleBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .overview .enTitle {
  margin: 0 0 70px;
}
main .overview h2,
main .overview span {
  font-family: "pretendard", sans-serif;
}
main .overview h2 {
  color: #111;
  line-height: 1.2;
}
main .overview .overviewSlideBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
main .overview .overviewSlideBox a {
  display: block;
  width: 100%;
  height: 100%;
}
main .overview .overviewSlideBox a img {
  min-width: 100%;
  min-height: 100%;
}
main .overview .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 40px 0;
}
main .overview .swiper-pagination-bullet:not(:last-child) span::after {
  content: "/";
  color: #e0e0e0 !important;
  font-weight: 200;
  margin: 0 10px;
}
main .overview .swiper-pagination-bullet span {
  color: #e0e0e0;
  font-weight: 800;
  letter-spacing: -0.025em;
  transition: all 0.4s;
}
main .overview .swiper-pagination-bullet:hover span,
main .overview .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  color: #5c85c3;
}
main .solutions {
  width: 100%;
  background: #000;
  position: relative;
}
main .solutions * {
  color: #fff;
}
main .solutions .titleBox {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 0;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
main .solutions .titleBox h2 {
  font-weight: 800;
  font-family: "pretendard", sans-serif;
}
main .solutions .innerBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/img/main/solutionsPoint.png") no-repeat right center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
main .solutions .enTitle {
  color: #5c85c3;
  position: absolute;
  top: 20%;
  z-index: 2;
}
main .solutions .solutionsSlideBox {
  height: 100%;
  padding: 100px 0 50px;
  position: relative;
}
main .solutions .item {
  display: flex;
  align-items: center;
  position: relative;
}
main .solutions .img {
  height: 100%;
  opacity: 0.6;
  transition: all 0.4s;
}
main .solutions img {
  max-height: 100%;
}
main .solutions .text {
  position: absolute;
  left: 44%;
  bottom: 16%;
  bottom: auto;
  top: 51%;
}
main .solutions .text h2 {
  margin: -10px 0 0;
  overflow-y: clip;
}
main .solutions .text h2 span {
  display: block;
  opacity: 0;
  transform: translateY(80%);
  transition: all 0.18s;
}
main .solutions .text p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6666;
  font-family: "pretendard", sans-serif;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.18s;
}
main .solutions .swiper-slide-active .img {
  opacity: 1;
  transform: translateX(30%);
}
main .solutions .text.on h2 span,
main .solutions .text.on p {
  transform: translateY(0);
  transition: all 0.48s;
}
main .solutions .text.on h2 span {
  opacity: 1;
}
main .solutions .text.on p {
  opacity: 0.5;
  transition: all 0.48s 0.4s;
}
main .solutions .swiper-pagination,
main .solutions .swiper-pagination li {
  display: flex;
  align-items: center;
}
main .solutions .swiper-pagination {
  height: 16px;
  position: absolute;
  top: 48%;
  left: 45%;
  z-index: 2;
}
main .solutions .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}
main .solutions .swiper-pagination li button {
  font-size: 2.0rem;
}
main .solutions .swiper-pagination li:not(:first-child)::before {
  content: "•";
  margin: 0 14px;
  opacity: 0.25;
}
main .solutions .swiper-pagination .swiper-pagination-bullet-active button {
  color: #5c85c5;
}
main .solutions .buttonBox,
main .solutions .buttonBox button {
  display: flex;
  align-items: center;
}
main .solutions .buttonBox {
  width: calc(100% + 100px);
  height: 0;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
main .solutions .buttonBox button {
  width: 100px;
  height: 100px;
  justify-content: center;
  background: #000000;
  border-radius: 50%;
  font-size: 3.0rem;
  font-weight: 200;
}
/*main .solutions .text h2 {*/
/*  line-height: 0.9;*/
/*  margin: -10px 0 0;*/
/*  overflow-y: clip;*/
/*}*/

/*main .solutions .text p {*/
/*  font-size: 1.8rem;*/
/*  font-weight: 300;*/
/*  line-height: 1.6666;*/
/*  opacity: 0;*/
/*  transition: all 0.12s;*/
/*  font-family: "pretendard", sans-serif;*/
/*}*/
/*main .solutions .text.on h2 span {*/
/*  opacity: 1;*/
/*}*/
/*main .solutions .text.on p {*/
/*  opacity: 0.5;*/
/*}*/
/*main .solutions .solutionsScroll {*/
/*  width: 500vw;*/
/*  height: 100vh;*/
/*  display: grid;*/
/*  grid-template-columns: repeat(2, 1fr);*/
/*  grid-template-columns: 100vw 400vw;*/
/*  position: absolute;*/
/*  transition: all 0.6s;*/
/*}*/
/*main .solutions .titleBox,*/
/*main .solutions .itemWrap,*/
/*main .solutions .textBox {*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  position: relative;*/
/*}*/
/*main .solutions .titleBox {*/
/*  opacity: 0;*/
/*  transition: all 0.6s;*/
/*}*/
/*main .solutions .titleBox h2 {*/
/*  font-weight: 800;*/
/*  white-space: nowrap;*/
/*  position: absolute;*/
/*  transform: translate(0, -50%);*/
/*  font-family: "pretendard", sans-serif;*/
/*}*/
/*main .solutions .titleBox h2.top {*/
/*  top: calc(50% - 0.5em - 10px);*/
/*  left: 0;*/
/*}*/
/*main .solutions .titleBox h2.bottom {*/
/*  top: calc(50% + 0.5em + 10px);*/
/*  right: 0;*/
/*}*/
/*main .solutions .itemWrap {*/
/*  z-index: 2;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*}*/
/*main .solutions .itemWrap::before {*/
/*  content: "";*/
/*  display: block;*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  background: url("/img/main/solutionsPoint.png") no-repeat right center/cover;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  z-index: -2;*/
/*  opacity: 0;*/
/*  transition: all 0.4s;*/
/*}*/
/*main .solutions .itemWrap.on::before {*/
/*  opacity: 1;*/
/*}*/
/*main .solutions .enTitle {*/
/*  color: #5c85c3;*/
/*  position: absolute;*/
/*  top: 20%;*/
/*  left: 8%;*/
/*}*/
/*main .solutions .pointText {*/
/*  width: 180px;*/
/*  height: 180px;*/
/*  background: rgba(0, 0, 0, 0.2);*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 90px;*/
/*  transform: translateY(-50%);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*main .solutions .pointText img {*/
/*  width: calc(100% - 28px);*/
/*  height: calc(100% - 28px);*/
/*  -webkit-animation: rotate 8s linear infinite;*/
/*  animation: rotate 8s linear infinite;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
/*main .solutions .pointText span {*/
/*  color: #fff;*/
/*  font-size: 3rem;*/
/*  font-weight: 200;*/
/*  font-family: "pretendard", sans-serif;*/
/*}*/
/*main .solutions .text {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 25px 0;*/
/*  margin: 0 0 80px;*/
/*  position: absolute;*/
/*  left: 44%;*/
/*  bottom: 12%;*/
/*}*/
/*main .solutions .text h2 {*/
/*  line-height: 0.9;*/
/*  margin: -10px 0 0;*/
/*  overflow-y: clip;*/
/*}*/
/*main .solutions .text h2 span {*/
/*  display: block;*/
/*  opacity: 0;*/
/*  transition: all 0.12s;*/
/*}*/
/*main .solutions .text p {*/
/*  font-size: 1.8rem;*/
/*  font-weight: 300;*/
/*  line-height: 1.6666;*/
/*  opacity: 0;*/
/*  transition: all 0.12s;*/
/*  font-family: "pretendard", sans-serif;*/
/*}*/
/*main .solutions .text.on h2 span {*/
/*  opacity: 1;*/
/*}*/
/*main .solutions .text.on p {*/
/*  opacity: 0.5;*/
/*}*/
/*main .solutions .imgBox {*/
/*  width: 400%;*/
/*  width: 320%;*/
/*  height: 100%;*/
/*  gap: 0 20.08%;*/
/*  gap: 0 10%;*/
/*	gap: 0 12%;*/
/*  padding-left: 100%;*/
/*  position: absolute;*/
/*  z-index: -1;*/
/*  transition: all 0.6s;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  align-items: center;*/
/*}*/
/*main .solutions .imgBox .img {*/
/*  opacity: 0.6;*/
/*  transition: all 0.2s;*/
/*}*/
/*main .solutions .imgBox .img.on {*/
/*  opacity: 1;*/
/*}*/
/*main .solutions .imgBox.leftOn {*/
/*  padding-left: 60%;*/
/*}*/
main .basicScroll {
  display: flex;
  flex-direction: column;
  gap: 140px 0;
  padding: 140px 0;
}
main .solutions {
  width: 100%;
  background: #000;
  position: relative;
}
main .communication .flexBox,
main .reference .flexBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main .communication .enTitle,
main .reference .enTitle {
  margin: 0 0 60px;
}
main .communication .titleBox,
main .communication .titleBox ul {
  display: flex;
  align-items: flex-end;
}
main .communication .flexBox {
  padding: 100px 0 0;
}
main .communication .titleBox {
  justify-content: space-between;
}
main .communication .titleBox * {
  color: #111;
}
main .communication .titleBox ul {
  gap: 0 35px;
  position: relative;
}
main .communication h2 {
  line-height: 1.25;
}
main .communication .itemBox {
  border-top: 1px solid #111;
  margin: 30px 0 0;
}
main .communication .item {
  border-bottom: 1px solid #f5f5f5;
  padding: 40px 100px;
  position: relative;
  transition: all 0.4s;
}
main .communication .item::before {
  content: "";
  width: 0;
  height: 1px;
  background: #5c85c3;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}
main .communication .item a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .communication .item b {
  display: block;
  width: 170px;
  flex-shrink: 0;
  font-weight: 400;
}
main .communication .item p,
main .communication .item span {
  font-family: "pretendard", sans-serif;
}
main .communication .item p {
  height: 1em;
  color: #111;
  margin: 0 0 30px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
main .communication .item span {
  gap: 0 5px;
  color: #555;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .communication .item .imgBox {
  width: 100%;
  max-width: 455px;
  height: 0;
  position: absolute;
  right: -9.4%;
  bottom: 30px;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s;
}
main .communication .item .imgBox .img {
  width: 100%;
  padding: 32.42% 0;
  position: relative;
  overflow: hidden;
}
main .communication .item .imgBox .img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .communication .item:hover {
  background: #f5f5f5;
}
main .communication .item:hover::before {
  width: 100%;
}
main .communication .item:hover .imgBox {
  height: 295px;
  opacity: 1;
}
main .reference .title {
  text-align: center;
}
main .reference .title * {
  font-family: "pretendard", sans-serif;
}
main .reference h2 {
  color: #111;
  font-weight: 800;
  margin: 0 0 30px;
}
main .reference p {
  color: #888;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.28;
}
main .reference .br768 {
  display: none;
}
main .reference ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
  gap: 40px 70px;
  margin: 150px 0 0;
}
main .reference ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}
main .board {
  background-image: url("/img/main/boardBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main .board * {
  color: #fff;
}
main .board .inner {
  width: 100%;
  height: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main .board .inner::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .board .careers {
  text-align: left;
}
main .board .careers h3 {
  left: 100px;
}
main .board .ir {
  text-align: right;
}
main .board .ir h3 {
  right: 100px;
}
main .board a {
  display: block;
  padding: 150px 0 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
main .board .enTitle::after {
  background: #fff;
}
main .board h3 {
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
main .board h3 span {
  display: block;
}
main .board .inner.off {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
main .board .inner.off::after {
  opacity: 1;
}
main .board .inner.off a {
  z-index: 0;
}
