@charset "UTF-8";
/* 오버레이 */
@keyframes leftTex {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes botImg {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
.subVisu {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.subVisu__contain {
  width: 100%;
  height: 100%;
}
.subVisu__contain--left {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.subVisu__contain--left ._wide {
  position: relative;
  overflow: hidden;
  height: 90%;
}
.subVisu__contain--left ._wide .tex-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.subVisu__contain--left ._wide .tex-box h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 42px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 20px;
  transform: translateX(-120%);
  animation: leftTex 1s cubic-bezier(0.05, 0.68, 0.02, 1) 1.2s both;
}
.subVisu__contain--left ._wide .tex-box h8 {
  width: 500px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  transform: translateX(-120%);
  animation: leftTex 1s cubic-bezier(0.05, 0.68, 0.02, 1) 1.7s both;
}
.subVisu__contain--right {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.subVisu__contain--right .wide-img {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(120%);
  animation: botImg 1s cubic-bezier(0.05, 0.68, 0.02, 1) 0.5s both;
}
.subVisu__contain--right .wide-img::after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1500px) {
  .subVisu {
    height: 350px;
  }
  .subVisu__contain {
    width: 100%;
    height: 100%;
  }
  .subVisu__contain--left ._wide {
    height: 90%;
  }
  .subVisu__contain--left ._wide .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._wide .tex-box h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .subVisu__contain--left ._wide .tex-box h8 {
    width: 500px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisu__contain--right .wide-img {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .subVisu {
    height: 300px;
  }
  .subVisu__contain--left ._wide {
    height: 90%;
  }
  .subVisu__contain--left ._wide .tex-box {
    padding: 0 30px;
    margin-top: 50px;
  }
  .subVisu__contain--left ._wide .tex-box h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .subVisu__contain--left ._wide .tex-box h8 {
    width: 500px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisu__contain--right .wide-img {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .subVisu {
    margin-top: 50px;
    height: 250px;
  }
  .subVisu__contain--left ._wide {
    height: 90%;
  }
  .subVisu__contain--left ._wide .tex-box {
    padding: 0 30px;
    margin-top: 50px;
  }
  .subVisu__contain--left ._wide .tex-box h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .subVisu__contain--left ._wide .tex-box h8 {
    width: 500px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisu__contain--right .wide-img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .subVisu {
    margin-top: 50px;
    height: 200px;
  }
  .subVisu__contain--left ._wide {
    height: 90%;
  }
  .subVisu__contain--left ._wide .tex-box {
    padding: 0 30px;
    margin-top: 20px;
  }
  .subVisu__contain--left ._wide .tex-box h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .subVisu__contain--left ._wide .tex-box h8 {
    width: 80%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisu__contain--right .wide-img {
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .subVisu {
    margin-top: 50px;
    height: 170px;
    margin-bottom: 0 !important;
  }
  .subVisu__contain--left ._wide {
    height: 100%;
  }
  .subVisu__contain--left ._wide .tex-box {
    padding: 0 30px;
    margin-top: 0;
  }
  .subVisu__contain--left ._wide .tex-box h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 0;
  }
  .subVisu__contain--left ._wide .tex-box h8 {
    width: 90%;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisu__contain--right .wide-img {
    height: 170px;
  }
}

/*# sourceMappingURL=page-top-banner.css.map */
