/* business */
html,
body {
  background: #000;
}
#gnb,
#gnbDropDown {
  background: #000 !important;
}
#gnb {
  border-bottom: 1px solid var(--mono-04);
}

#gnb .gnb_1dli .gnb_1da {
  color: rgba(255, 255, 255, 0.5);
}

#gnb .gnb_2dul2,
#gnb .gnb_2dli a {
  color: #fff;
}
#gnb .gnb_2da:hover {
  color: var(--main-01);
}
#gnbDropDown.active {
  opacity: 0.7;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.12);
}
#snbOpen b i {
  background: #fff !important;
}

#ctWrap {
  position: relative;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#container {
  position: relative;
}

/* business ?€λΉκ²?΄?° */
.sidebar {
  position: absolute;
  top: 0;
  left: 40px;
  width: 80px;
  height: 100%;
}

.navigator {
  position: fixed;
  top: 312px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.navigator a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  text-align: center;
  font-size: 8px;
  height: 28px;
}
.navigator a.active {
  color: var(--main-01);
  font-size: 12px;
}
.navigator a:hover {
  color: var(--main-01);
  font-size: 12px;
}

.businessSection {
  margin-left: 120px;
  padding-bottom: 350px;
}

/* business section 1 */
#businessSection1 {
  padding: 180px 72px 350px 190px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-left: 0;
}
.businessSection1Content1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 180px;
}
.businessSection1TextWrap {
  display: flex;
  flex-direction: column;
  font-size: 36px;
  letter-spacing: -0.72px;
  color: rgba(255, 255, 255, 0.5);
}
.businessSection1Text .strong {
  color: #fff;
}
.businessSymbolWrap {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  height: 200px;
}
.businessSymbol {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  margin-right: -16px;
  mix-blend-mode: multiply;
}
.businessSymbol:hover {
  background: rgba(255, 255, 255, 0.4);
}
#circle1 {
  font-size: 24px;
}
.businessSection1Button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  font-size: 54px;
}

/* business 2~5 */
.introArea {
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  padding-top: 500px;
  margin-bottom: 75px;
}
.introAreaSub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 760px;
}
.introAreaSubCon .sub {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  letter-spacing: -0.56px;
}
.introAreaSub br.mo {
  display: none;
}
.introAreaSubCon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.32px;
  width: 240px;
  height: 110px;
  border-radius: 4px;
  border: 0.8px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.introArea.introArea1 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("./img/businessIntroImg1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.introArea.introArea2 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("./img/businessIntroImg2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.introArea.introArea3 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("./img/businessIntroImg3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.introArea.introArea4 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("./img/businessIntroImg4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.introArea.introArea5 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1) 0%,
      transparent 40%,
      transparent 55%,
      rgba(0, 0, 0, 1) 100%
    ),
    url("./img/businessIntroImg5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 600px;
}
.introTitle {
  font-size: 45px;
  font-weight: 500;
  color: #fff;
}
.introText {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.introText .strong {
  color: #fff;
  font-weight: 400;
}
br.mo {
  display: none;
}
.introSlideArea {
  padding-left: 80px;
}
.introSlideArea .owl-carousel .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 360px;
}
.introSlideArea .owl-carousel .item img {
  width: 360px;
  height: 220px;
  border-radius: 12px;
}
.introSlideArea .item img:hover {
  transform: scale(1.1); /* ???? ?¨κ³? */
  transition: all 0.5s ease;
  cursor: pointer;
}
.introSlideArea .owl-item:hover {
  transform: none !important; /* ???? ?¨κ³? ? κ±? */
}
.introSlideArea .owl-carousel-2 .item {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 330px;
  height: 320px;
  text-align: left;
}
.introSlideArea .owl-carousel-2 .owl-carousel-2-textarea {
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.introSlideArea .owl-carousel-2 .owl-carousel-2-textarea .title {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.introSlideArea .owl-carousel-2 .owl-carousel-2-textarea .mainText {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.introSlideArea .owl-carousel-2 .owl-carousel-2-textarea .mainText .text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.introSlideArea
  .owl-carousel-2
  .owl-carousel-2-textarea
  .mainText
  .text
  .strong {
  font-weight: 300;
  color: #fff;
}
.introSlideArea .owl-carousel-2 .owl-stage {
  margin: 0 auto;
}
.introSlideArea .carousel-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.introSlideArea .carousel-nav .nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28px;
}
.introSlideArea .carousel-nav .nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media all and (max-width: 1280px) {
  .businessSection1TextWrap {
    flex-direction: row;
    gap: 6px;
    font-size: 35px;
  }
  .businessSection1Content1 {
    flex-direction: column;
    gap: 90px;
  }
  .businessSymbolWrap {
    width: auto;
  }

  .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .owl-dots::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
  }

  .owl-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 0;
  }

  .owl-dot.active,
  .owl-dot:hover {
    background-color: #fff;
    width: 6px;
    height: 6px;
  }
}
@media all and (max-width: 980px) {
  #container {
    padding: 0 !important;
  }
  #businessSidebar {
    display: none;
  }
  .businessSection {
    margin-left: 0;
    padding-bottom: 140px;
  }
  .businessSection1Content1 {
    flex-direction: column;
    gap: 50px;
    margin-bottom: 74px;
  }
  #businessSection1 {
    padding: 52px 0 0 0;
  }
  .businessSection1TextWrap {
    flex-direction: column;
    gap: 0;
    text-align: center;
    font-size: 26px;
  }
  .businessSymbolWrap {
    flex-direction: column;
    height: 536px;
  }
  .businessSymbol {
    width: 150px;
    height: 150px;
    font-size: 15px;
    margin-right: 0;
    margin-bottom: -16px;
  }
  #circle1,
  #circle2,
  #circle3,
  #circle4 {
    font-weight: 400;
  }
  #circle1 {
    font-size: 22px;
  }
  #circle4 {
    flex-direction: column;
    gap: 2px;
  }
  #circle4::before {
    content: "";
  }

  .introArea {
    gap: 24px;
    background-size: 140% !important;
    padding-top: 300px;
    margin-bottom: 50px;
  }
  .introArea.introArea1 {
    background-position: top;
  }
  #businessSection2 .introArea.introArea1 {
    background-position-y: 36%;
  }
  #businessSection2 .introArea {
    padding-top: 300px;
  }
  .introAreaSub {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
    width: 360px;
  }
  .introAreaSub br.mo {
    display: initial;
  }
  .introAreaSub br.pc {
    display: none;
  }
  .introAreaSubCon {
    width: 176px;
    font-size: 14px;
    letter-spacing: -0.9px;
  }
  .introTitle {
    font-size: 32px;
  }
  .introText {
    font-size: 14px;
  }
  .introText .strong {
    font-weight: 400;
  }
  br.mo {
    display: initial;
  }
  .introSlideArea {
    padding-left: 0;
  }
  .introSlideArea .owl-carousel .item {
    position: relative;
    gap: 10px;
    width: 180px;
  }
  .introSlideArea .owl-carousel .item img {
    width: 180px;
    height: 108px;
    border-radius: 8px;
  }
  .introSlideArea .owl-carousel .item img.bottomImg {
    position: relative;
    left: 50%;
  }
  .introSlideArea .owl-carousel-2 .item {
    width: 276px;
    height: 280px;
  }
  .introSlideArea .owl-carousel-2 .owl-carousel-2-textarea {
    padding: 20px;
    gap: 0;
  }
  .introSlideArea .owl-carousel-2 .owl-carousel-2-textarea .title {
    font-size: 18px;
  }
  .introSlideArea .owl-carousel-2 .owl-carousel-2-textarea .mainText .text {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.7px;
  }
  .introSlideArea .carousel-nav {
    display: none;
  }
}
