header .all-menu .lnb .lnb-inner .deps1 .deps2 li a {
  padding-left: 20px;
}



.main .section03 .inner .right .top {
  overflow: hidden;
  padding-top: 7px;
  transform: translateY(-7px);
  padding-right: 1px;
}

.main .section04 .inner .right {
  display: block;
}

.main .section02 .sub1-swiper .swiper-btns {
  margin-top: 15px;
}
.main .swiper-btns {
  margin-top: 15px;
}

.main .section03 .left .bottom {
  display: block;
}

.main .section03 .right .bottom .con .textbox {
  padding: 24px 30px;
}

.main .section03 .right .bottom .con .textbox.type2 {
  padding: 32px 30px;
}
.main .section03 .right .bottom .con .textbox.type2 p {
  padding-left: 20%;
  font-family: "chosun";
  color: #000;
}

@media (max-width: 480px) {
  .main .section03 .right .bottom .con .textbox.type2 p {
    padding-left: 33%;
  }
  .main .section03 .right .bottom .con .textbox {
      padding: 15px;
  }
  .main .section03 .right .bottom .con .textbox.type2 {
    padding: 24px 20px;
  }
}


.intro-inner {
  text-align: center;
  color: #fff;
}

@media (min-width: 1025px) {
  #intro {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .main .section04 .inner .left .con {
    height: 100%;
    display: flex;
    flex-direction: column; 
  }
  .main .section04 .inner .left .con .title-box {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .main .section04 .inner .left .con .title-box .more {
    flex-shrink: 0;
  }
}



@media (max-width: 600px) {
  .main section:not(.section01) .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }
  .main section:not(.section01) .swiper-btns {
      display: none;
  }
}