:root {
  --color-main: #0068B7;
  --color-sub: #00A9EB;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --font-Notosans: "Noto Sans KR", sans-serif;
  --font-Mulish: "Mulish", sans-serif;
  --font-Titillium: "Titillium Web", sans-serif;
}

.font42 {
  --fontsize: 4.2rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

.font64 {
  --fontsize: 6.4rem;
  font-size: var(--fontsize);
}

.font72 {
  --fontsize: 7.2rem;
  font-size: var(--fontsize);
}

.font75 {
  --fontsize: 7.5rem;
  font-size: var(--fontsize);
}

@media (hover: hover) and (pointer: fine) {
  .cursor .inner {
    width: 170px;
    height: 170px;
    flex-direction: column;
    gap: 20px 0;
    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);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cursor.on .inner {
    background: rgba(0, 104, 183, 0.5);
    opacity: 1;
    z-index: 2;
  }
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.cursor * {
  color: var(--color-white);
}
.cursor p {
  font-size: 1.7rem;
  font-weight: 500;
}
.cursor .inner div {
  position: relative;
}
.cursor .inner div span {
  display: block;
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cursor .inner div span:first-child {
  width: 14px;
  height: 2px;
}
.cursor .inner div span:last-child {
  width: 2px;
  height: 14px;
}

main .visual {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  main .visual {
    height: -webkit-fill-available;
  }
}
main .visual :root {
  --vh: 100%;
}
main .visual .bg,
main .visual .title {
  width: 100%;
  height: 100%;
}
main .visual .slideBox {
  width: 100%;
  height: 100vh;
}
main .visual .bg {
  z-index: -1;
  transition: all 1.6s linear;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .bg::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  transition: all 0s;
  width: 100%;
  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 .bg.bg4 {
  background-image: url("/img/main/visualBg4.jpg");
}
main .visual .bg.bg5 {
  background-image: url("/img/main/visualBg5.jpg");
}
main .visual .flexBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 120px;
}
main .visual h2 {
  color: var(--color-white);
  font-weight: 500;
  line-height: 1.4;
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.2s;
}
main .visual .swiper-slide-active.on .bg::after {
  width: 100%;
  left: 100%;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
main .visual .swiper-slide-active h2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s 0.4s ease-in-out;
}
main .visual .pagination {
  width: 100%;
  position: absolute;
  bottom: 120px;
  z-index: 1;
}
main .visual .pagination .w1740 {
  height: 0;
  position: relative;
}
main .visual .pagination .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 0 5px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: -100%;
}
main .visual .pagination .swiper-pagination span {
  display: block;
}
main .visual .pagination .swiper-pagination .swiper-pagination-current {
  color: var(--color-white);
  font-size: 4rem;
  font-weight: 600;
  transform: translateY(-0.75em);
}
main .visual .pagination .swiper-pagination .swiper-pagination-total {
  color: rgba(255, 255, 255, 0.2);
  font-size: 3rem;
  font-weight: 200;
  transform: translateY(0.5em);
}
main .business .contents {
  width: 100%;
  height: calc(100% - 90px);
  margin: 90px 0 0;
  position: relative;
  overflow: hidden;
}
main .business .title {
  position: relative;
  z-index: 2;
}
main .business .itemWrap {
  width: 100%;
  height: 100%;
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  z-index: 1;
  overflow-y: scroll;
}
main .business .itemWrap::-webkit-scrollbar {
  width: 0;
}
main .business .itemWrap::before, main .business .itemWrap::after {
  content: "";
  display: block;
  width: 105px;
  background: var(--color-white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
main .business .itemWrap::before {
  height: 58%;
  background: var(--color-white);
  top: 0;
}
main .business .itemBox {
  width: 100%;
  column-count: 2;
  column-gap: 140px;
  padding-bottom: 60px;
  position: relative;
}
main .business .itemBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: var(--color-white);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
main .business .item {
  width: 100%;
  max-width: 610px;
  break-inside: avoid;
  opacity: 0.4;
  transform: translateY(60px);
  transition: all 0.8s ease-in-out;
}
main .business .item.right {
  margin-left: auto;
  margin-bottom: 160px;
}
main .business .item.left {
  margin-top: 160px;
}
main .business .item.on {
  opacity: 1;
  transform: translateY(0);
}
main .business .text {
  margin: 35px 0 0;
}
main .business .text h5 {
  color: #222;
  font-size: 3rem;
  font-weight: 700;
}
main .business .text ul,
main .business .text ul li {
  display: flex;
}
main .business .text ul {
  flex-direction: column;
  gap: 15px 0;
  margin: 25px 0 0;
}
main .business .text ul li {
  gap: 0 8px;
  align-items: center;
}
main .business .text ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 50%;
}
main .business .text .more {
  display: flex;
  width: 240px;
  height: 60px;
  position: relative;
  margin: 60px 0 0;
}
main .business .text .more * {
  transition: all 0.8s;
}
main .business .text .more > * {
  height: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .business .text .more p {
  width: 180px;
  background: #ededed;
  color: #444;
  font-weight: 700;
  left: 0;
}
main .business .text .more span {
  width: 60px;
  background: #2e2e2e;
  right: 0;
}
main .business .text .more span img {
  width: 10px;
  filter: brightness(0) invert(1);
}
main .business .text .more:hover p {
  left: 60px;
}
main .business .text .more:hover span {
  background: var(--color-main);
  right: 180px;
}
main .business .text .more:hover span img {
  transform: rotate(45deg);
}
main .business .rolling {
  display: flex;
  flex-direction: column;
  width: 105px;
  height: 100%;
  padding: 55px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .business .rolling ul li {
  padding: 55px 0;
  position: absolute;
}
main .clients .padding {
  padding: 50px 0;
  width: 100%;
  height: 100%;
}
main .clients .contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .clients .flexBox {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 85px 0;
}
main .clients .leftBox {
  padding: 10px 0 0;
}
main .clients .slideButtons {
  gap: 0 30px;
  margin: 130px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .clients .slideButtons button {
  transition: all 0.4s;
  filter: brightness(4);
}
main .clients .slideButtons button:hover {
  filter: brightness(0);
}
main .clients .logoBox {
  width: 100%;
  max-width: 750px;
}
main .clients .logoBox .slideBox {
  height: 570px;
  overflow: hidden;
}
main .clients .logoBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 30px;
}
main .clients .logoBox ul li {
  width: 100%;
  height: 90px;
  background: var(--color-white);
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .clients .logoBox ul li img {
  max-width: calc(100% - 40px);
}
main .location .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px 0 0;
}
main .location .tabTitle {
  display: flex;
  gap: 0 20px;
}
main .location .tabTitle li {
  width: 200px;
  height: 60px;
}
main .location .tabTitle button {
  border: 1px solid #e3e3e3;
  border-radius: 200px;
  color: #d9d9d9;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .location .tabTitle li:hover button, main .location .tabTitle li.on button {
  border-color: var(--color-main);
  color: var(--color-main);
  font-style: italic;
}
main .location .map {
  height: 380px;
  margin: 45px 0 40px;
}
main .location .text {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .location .text h3 {
  width: 100%;
  max-width: 410px;
  color: var(--color-black);
  font-weight: 700;
  line-height: 1.2;
}
main .location .text .flexBox {
  align-items: center;
}
main .location .text hr {
  width: 1px;
  height: 60px;
  background: #e7e7e7;
  border: none;
  margin: 0 80px;
}
main .location .text dl dt {
  gap: 0 15px;
  color: var(--color-black);
  font-size: 2rem;
  margin: 0 0 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
main .location .text dl dd {
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}