@charset "UTF-8";
/* 오버레이 */
@keyframes down {
  0% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes up {
  0% {
    transform: translateY(110%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes left-t {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-d {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes right-p {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(35deg);
  }
}
.subVisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 360px;
  margin-top: 105px;
}
.subVisual__contain {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.subVisual__contain--left {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(-110%);
  animation: down 1s cubic-bezier(0.05, 0.68, 0.02, 1) 1.5s both;
}
.subVisual__contain--right {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transform: translateY(110%);
  animation: up 1s cubic-bezier(0.05, 0.68, 0.02, 1) 1.5s both;
}
.subVisual__contain--cont {
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.subVisual__contain--cont .texBox {
  z-index: 100;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subVisual__contain--cont .texBox--title {
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  opacity: 0;
  transform: translateX(-200px);
  animation: left-t 1s ease 2s both;
}
.subVisual__contain--cont .texBox--subTex {
  margin-top: 12px;
  font-size: 34px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  font-family: "Noto Sans KR", sans-serif !important;
  opacity: 0;
  transform: translateX(-200px);
  animation: left-t 1s ease 2s both;
}
.subVisual__contain--cont .imgBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.subVisual__contain--cont .imgBox--desktop {
  position: absolute;
  width: 570px;
  height: auto;
  right: 100px;
  opacity: 0;
  transform: translateX(200px);
  animation: right-d 1s ease 2s both;
}
.subVisual__contain--cont .imgBox--phone {
  position: absolute;
  width: 130px;
  height: auto;
  right: 630px;
  opacity: 0;
  transform: translateX(200px);
  animation: right-p 1s ease 2s both;
}

@media screen and (max-width: 1500px) {
  .subVisual {
    height: 320px;
  }
  .subVisual__contain--left {
    width: 50%;
  }
  .subVisual__contain--right {
    width: 50%;
  }
  .subVisual__contain--cont .texBox {
    padding-left: 20px;
  }
  .subVisual__contain--cont .texBox--title {
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .texBox--subTex {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .imgBox--desktop {
    width: 460px;
    right: 100px;
  }
  .subVisual__contain--cont .imgBox--phone {
    position: absolute;
    width: 104px;
    right: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .subVisual {
    height: 260px;
  }
  .subVisual__contain--left {
    width: 50%;
  }
  .subVisual__contain--right {
    width: 50%;
  }
  .subVisual__contain--cont .texBox {
    padding-left: 20px;
  }
  .subVisual__contain--cont .texBox--title {
    font-size: 15px;
    font-weight: 300;
    line-height: 34px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .texBox--subTex {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .imgBox--desktop {
    width: 370px;
    right: 50px;
  }
  .subVisual__contain--cont .imgBox--phone {
    position: absolute;
    width: 80px;
    right: 400px;
  }
}
@media screen and (max-width: 992px) {
  .subVisual {
    margin-top: 40px;
    height: 210px;
  }
  .subVisual__contain--left {
    width: 50%;
  }
  .subVisual__contain--right {
    width: 50%;
  }
  .subVisual__contain--cont .texBox {
    padding-left: 20px;
  }
  .subVisual__contain--cont .texBox--title {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .texBox--subTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .imgBox--desktop {
    width: 300px;
    right: 50px;
  }
  .subVisual__contain--cont .imgBox--phone {
    position: absolute;
    width: 64px;
    right: 320px;
  }
}
@media screen and (max-width: 768px) {
  .subVisual {
    height: 170px;
  }
  .subVisual__contain--left {
    width: 50%;
  }
  .subVisual__contain--right {
    width: 50%;
  }
  .subVisual__contain--cont .texBox {
    padding-left: 20px;
    padding-right: 50px;
  }
  .subVisual__contain--cont .texBox--title {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .subVisual__contain--cont .texBox--subTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .imgBox--desktop {
    width: 240px;
    right: 30px;
  }
  .subVisual__contain--cont .imgBox--phone {
    position: absolute;
    width: 50px;
    right: 250px;
  }
}
@media screen and (max-width: 576px) {
  .subVisual {
    height: 140px;
  }
  .subVisual__contain--left {
    width: 50%;
  }
  .subVisual__contain--right {
    width: 50%;
  }
  .subVisual__contain--cont .texBox {
    padding-left: 20px;
    padding-right: 50px;
  }
  .subVisual__contain--cont .texBox--title {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 10px;
  }
  .subVisual__contain--cont .texBox--subTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
  .subVisual__contain--cont .imgBox--desktop {
    width: 180px;
    right: 10px;
  }
  .subVisual__contain--cont .imgBox--phone {
    position: absolute;
    width: 40px;
    right: 180px;
  }
}

/*# sourceMappingURL=sub-visu.css.map */
