@charset "UTF-8";
/* 오버레이 */
@keyframes rightIn {
  0% {
    opacity: 0;
    transform: translateX(150%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.subVisu-sec {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 750px;
  margin-top: 105px;
  background-color: #101010;
  transition: height 1s ease;
}
.subVisu-sec .full-bg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #101010;
}
.subVisu-sec .full-bg .visuImg-box {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 50px;
}
.subVisu-sec .full-bg .visuImg-box .imgBx {
  z-index: 100;
  width: 600px;
  height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subVisu-sec .full-bg .visuTex-box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.subVisu-sec .full-bg .visuTex-box .texBx {
  padding-left: 50px;
  overflow: hidden;
}
.subVisu-sec .full-bg .visuTex-box .texBx h2 {
  font-size: 82px;
  font-weight: 700;
  line-height: 84px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: white;
  margin-bottom: 20px;
  transform: translateX(150%);
}
.subVisu-sec .full-bg .visuTex-box .texBx h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  transform: translateX(150%);
}
.subVisu-sec .full-bg .visuTex-box .texBx p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  text-align: left;
  transform: translateX(150%);
}

@media screen and (max-width: 1500px) {
  .subVisu-sec {
    height: 600px;
    margin-top: 105px;
  }
  .subVisu-sec .full-bg .visuImg-box {
    width: 50%;
    padding-right: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box .imgBx {
    width: 720px;
    height: 600px;
  }
  .subVisu-sec .full-bg .visuTex-box {
    width: 50%;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx {
    padding-left: 50px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h2 {
    font-size: 66px;
    font-weight: 700;
    line-height: 66px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 1200px) {
  .subVisu-sec {
    height: 480px;
    margin-top: 105px;
  }
  .subVisu-sec .full-bg .visuImg-box {
    width: 50%;
    padding-right: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box .imgBx {
    width: 720px;
    height: 600px;
  }
  .subVisu-sec .full-bg .visuTex-box {
    width: 60%;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx {
    padding-left: 0;
    padding-right: 30px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h2 {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p br {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .subVisu-sec {
    height: 400px;
    margin-top: 105px;
  }
  .subVisu-sec .full-bg .visuImg-box {
    width: 50%;
    padding-right: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box .imgBx {
    width: 720px;
    height: 600px;
  }
  .subVisu-sec .full-bg .visuTex-box {
    width: 70%;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx {
    padding-left: 0;
    padding-right: 30px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .subVisu-sec {
    height: 320px;
    margin-top: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box {
    width: 50%;
    padding-right: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box .imgBx {
    width: 720px;
    height: 600px;
  }
  .subVisu-sec .full-bg .visuTex-box {
    width: 70%;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx {
    padding-left: 0;
    padding-right: 30px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .subVisu-sec {
    height: 260px;
    margin-top: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box {
    width: 50%;
    padding-right: 50px;
  }
  .subVisu-sec .full-bg .visuImg-box .imgBx {
    width: 720px;
    height: 600px;
  }
  .subVisu-sec .full-bg .visuTex-box {
    width: 70%;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx {
    padding-left: 0;
    padding-right: 30px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    margin-bottom: 10px;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p {
    display: none;
  }
  .subVisu-sec .full-bg .visuTex-box .texBx p br {
    display: none;
  }
}

/*# sourceMappingURL=subMainVisu.css.map */
