main .title em {
  display: block;
  color: var(--color-main);
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-redhatdisplay);
}
main .title h2 {
  color: #111;
  font-size: var(--font60);
  font-weight: 700;
  margin-top: 5px;
}
main .title h2 span {
  display: inline-block;
  opacity: 0;
  transform: scale(1.2);
  transition: all 1s;
}
main .title h2.on span {
  opacity: 1;
  transform: scale(1);
}
main .title h2.on span.span1 {
  transition-delay: 0.1s;
}
main .title h2.on span.span2 {
  transition-delay: 0.2s;
}
main .title h2.on span.span3 {
  transition-delay: 0.3s;
}
main .title h2.on span.span4 {
  transition-delay: 0.4s;
}
main .title h2.on span.span5 {
  transition-delay: 0.5s;
}
main .title h2.on span.span6 {
  transition-delay: 0.6s;
}
main .title h2.on span.span7 {
  transition-delay: 0.7s;
}
main .title h2.on span.span8 {
  transition-delay: 0.8s;
}
main .title h2.on span.span9 {
  transition-delay: 0.9s;
}
main .title h2.on span.span10 {
  transition-delay: 1s;
}
main .title p {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.6;
}
main .visual {
  width: 100%;
  position: relative;
}
/* @supports (-webkit-touch-callout: none) {
  main .visual {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
  }
} */
main .visual .box,
main .visual .slide-box,
main .visual .bg,
main .visual .contents {
  width: 100%;
  height: 100%;
}
main .visual .video-box {
  width: 100%;
  padding: 28.165% 0;
  position: relative;
}
main .visual .video-box::after,
main .visual .video-box video {
  width: 100%;
  /* height: 100%; */
  height: 107%; /* 영상여백 조정 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  object-fit:cover;
}
main .visual .video-box::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
main .visual .contents {
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 50px;
  column-gap: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .title {
  font-size: var(--font40);
  text-align: center;
  opacity: 0;
}
main .visual .title * {
  color: var(--color-white);
}
main .visual .title h3 {
  font-weight: 300;
  overflow: hidden;
}
main .visual .title h3 span {
  display: inline-block;
  transform: translateY(100%);
  transition: all 0.6s;
}
main .visual .title h2 {
  font-size: 1.6em;
}
main .visual .search-box {
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.8s, opacity 0.2s;
}
main .visual .search-box * {
  border: none;
}
main .visual .search-box label {
  width: 100%;
  height: 80px;
  background: rgba(248, 248, 248, 0.7);
  border-radius: 40px;
  backdrop-filter: blur(5px);
  padding: 0 5px;
  transition: all 0.6s;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0;
  column-gap: 20px;
}
main .visual .search-box input {
  width: 100%;
  background: transparent;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0;
  opacity: 0;
  transition: all 0.4s;
}
main .visual .search-box input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 1.8rem;
  font-weight: 500;
}
main .visual .search-box button {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  background: var(--color-main);
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
main .visual .search-box button img {
  filter: brightness(0) invert(1);
}
main .visual .swiper-slide-active .bg {
  transform: scale(1);
}
main .visual.on .title {
  opacity: 1;
}
main .visual.on .title h3 span {
  transform: translateY(0);
}
main .visual.on .title h3 span:nth-child(1) {
  transition-delay: 0.16s;
}
main .visual.on .title h3 span:nth-child(2) {
  transition-delay: 0.32s;
}
main .visual.on .title h3 span:nth-child(3) {
  transition-delay: 0.48s;
}
main .visual.on .title h2 span.span1 {
  transition-delay: 0.5s;
}
main .visual.on .title h2 span.span2 {
  transition-delay: 0.6s;
}
main .visual.on .title h2 span.span3 {
  transition-delay: 0.7s;
}
main .visual.on .title h2 span.span4 {
  transition-delay: 0.8s;
}
main .visual.on .title h2 span.span5 {
  transition-delay: 0.9s;
}
main .visual.on .title h2 span.span6 {
  transition-delay: 1s;
}
main .visual.on .title h2 span.span7 {
  transition-delay: 1.1s;
}
main .visual.on .title h2 span.span8 {
  transition-delay: 1.2s;
}
main .visual.on .title h2 span.span9 {
  transition-delay: 1.3s;
}
main .visual.on .title h2 span.span10 {
  transition-delay: 1.4s;
}
main .visual.on .search-box {
  max-width: 40%;
  opacity: 1;
  transition-property: opacity, max-width;
  transition-delay: 1.2s, 1.6s;
  transition-duration: 0.2s, 0.8s;
}
main .visual.on .search-box input {
  padding: 0 30px;
  opacity: 1;
  transition-delay: 1.6s;
}
main .business .box,
main .case .box {
  padding-top: var(--gap150);
}
main .business {
  height: 100vh;
  background: #142343;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}
main .business * {
  color: var(--color-white);
}
main .business .box {
  position: relative;
  width: 100%;
  height: 100%;
}
main .business .point-box {
  top: -21%;
}
main .business .contents {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 0;
  column-gap: 40px;
}
main .business .title em {
  color: rgba(255, 255, 255, 0.6);
}
main .business .title h2 {
  color: var(--color-white);
}
main .business .title p {
  color: rgba(255, 255, 255, 0.8);
}
main .business .item-box {
  width: 61.25%;
  padding-bottom: 240px;
  margin-top: -60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  column-gap: 40px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
main .business .item {
  width: 100%;
  height: 390px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s;
}
main .business .item::before, main .business .item::after {
  content: "";
  display: block;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .business .item::before {
  opacity: 0;
}
main .business .item::after {
  opacity: 0.1;
  mix-blend-mode: screen;
}
main .business .item.item1::after {
  background: url("/img/main/bg_business_01_1.png") no-repeat center/cover;
}
main .business .item.item2 {
  top: 120px;
}
main .business .item.item2::after {
  background: url("/img/main/bg_business_01_2.png") no-repeat center/cover;
}
main .business .item.item3 {
  top: 240px;
}
main .business .item.item3::after {
  background: url("/img/main/bg_business_01_3.png") no-repeat center/cover;
}
main .business .item.item4::after {
  background: url("/img/main/bg_business_01_4.png") no-repeat center/cover;
}
main .business .item.item5 {
  top: 120px;
}
main .business .item.item5::after {
  background: url("/img/main/bg_business_01_5.png") no-repeat center/cover;
}
main .business .item.item6 {
  top: 240px;
}
main .business .item.item6::after {
  background: url("/img/main/bg_business_01_6.png") no-repeat center/cover;
}
main .business .item.item7::after {
  background: url("/img/main/bg_business_01_7.png") no-repeat center/cover;
}
main .business .item.item8 {
  top: 120px;
}
main .business .item.item8::after {
  background: url("/img/main/bg_business_01_8.png") no-repeat center/cover;
}
main .business .item.item9 {
  top: 240px;
}
main .business .item.item9::after {
  background: url("/img/main/bg_business_01_9.png") no-repeat center/cover;
}
main .business .item.item10::after {
  background: url("/img/main/bg_business_01_10.png") no-repeat center/cover;
}
main .business .item.item11 {
  top: 120px;
}
main .business .item.item11::after {
  background: url("/img/main/bg_business_01_11.png") no-repeat center/cover;
}
main .business .item.item12 {
  top: 240px;
}
main .business .item.item12::after {
  background: url("/img/main/bg_business_01_12.png") no-repeat center/cover;
}
main .business .item a {
  padding: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  row-gap: 20px;
  column-gap: 0;
}
main .business .icon,
main .business .arrow {
  transition: all 0.4s;
}
main .business .icon {
  opacity: 0.7;
}
main .business .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
main .business .bottom h5 {
  font-size: 3rem;
  font-weight: 700;
}
main .business .arrow {
  opacity: 0.3;
  transform: translateY(-0.5em);
}
main .business .item1::before {
  background: linear-gradient(180deg, #206AF3 0%, #18479F 100%);
}
main .business .item2::before {
  background: linear-gradient(155deg, #208EF3 2.01%, #18479F 84.28%);
}
main .business .item3::before {
  background: linear-gradient(331deg, #208EF3 9.42%, #18479F 82.69%);
}
main .business .item4::before {
  background: linear-gradient(225deg, #18479F 7.59%, #206AF3 92.11%);
}
main .business .item5::before {
  background: linear-gradient(311deg, #208EF3 11.06%, #18479F 87.92%);
}
main .business .item6::before {
  background: linear-gradient(331deg, #1F61DD 9.42%, #3395F3 82.69%);
}
main .business .item7::before {
  background: linear-gradient(312deg, #133576 5.5%, #206AF3 75.88%);
}
main .business .item8::before {
  background: linear-gradient(115deg, #50ABFF -6.06%, #18479F 75.9%);
}
main .business .item9::before {
  background: linear-gradient(41deg, #208EF3 11%, #18479F 84.9%);
}
main .business .item10::before {
  background: linear-gradient(225deg, #18479F 7.59%, #2088EC 92.11%);
}
main .business .item11::before {
  background: linear-gradient(155deg, #208EF3 2.01%, #18479F 84.28%);
}
main .business .item12::before {
  background: linear-gradient(331deg, #208EF3 9.42%, #18479F 82.69%);
}
main .business .item.on {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s;
}
main .business .item.on:hover {
  background-color: transparent;
  border-color: transparent;
  transform: translateY(-10px);
}
main .business .item.on:hover::before {
  opacity: 1;
}
main .business .item.on:hover::after {
  opacity: 1;
}
main .business .item.on:hover .icon,
main .business .item.on:hover .arrow {
  opacity: 1;
}
main .case .title {
  text-align: center;
  margin: 0 0 60px;
}
main .location .box {
  padding: var(--gap150) 0 var(--gap200);
}
main .location .contents {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
main .location .map-box,
main .location .text-box {
  width: 50%;
}
main .location .map-box {
  height: 620px;
  border-radius: 20px;
  overflow: hidden;
}
main .location .root_daum_roughmap,
main .location .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
main .location .root_daum_roughmap .map_border {
  display: none;
}
main .location .root_daum_roughmap .wrap_btn_zoom {
  z-index: 1;
}
main .location .text-box {
  padding: 0 0 30px 100px;
}
main .location .info {
  margin: 30px 0 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 15px;
  column-gap: 0;
}
main .location .info dl {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0;
  column-gap: 30px;
}
main .location .info dl * {
  font-size: 1.8rem;
  line-height: 1.6;
}
main .location .info dl dt {
  color: #ccc;
  font-weight: 700;
}
main .location .info dl dd {
  color: #111;
  font-weight: 300;
}
main .location .info dl:nth-child(1) {
  transition-delay: 0.05s;
}
main .location .info dl:nth-child(2) {
  transition-delay: 0.1s;
}
main .location .info dl:nth-child(3) {
  transition-delay: 0.15s;
}
main .location .logos-button.download {
  border: 1px solid var(--color-border);
}
main .location .logos-button.download em {
  color: #ccc;
}
main .location .logos-button.download:hover em {
  color: var(--color-white);
}
main .location .logos-button.download:hover .download-cls {
  fill: var(--color-white);
}