@charset "UTF-8";
/* 오버레이 */
.submenu-sec {
  padding-top: 50px;
  background-color: #fff;
}
.submenu-sec ._con .tabBt {
  width: 100%;
}
.submenu-sec ._con .tabBt__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.submenu-sec ._con .tabBt__wrap--bt {
  width: calc(25% - 10px);
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  border: solid 1px #cacfd7;
}
.submenu-sec ._con .tabBt__wrap--bt.act {
  background-color: #323333;
  color: #ffffff;
}

@media screen and (max-width: 1200px) {
  .submenu-sec {
    padding-top: 50px;
  }
  .submenu-sec ._con {
    padding: 0 10px;
  }
  .submenu-sec ._con .tabBt__wrap--bt {
    width: calc(25% - 10px);
    height: 70px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 768px) and (max-width: 1200px) {
  .submenu-sec {
    padding-top: 50px;
  }
  .submenu-sec ._con {
    padding: 0 10px;
  }
  .submenu-sec ._con .tabBt__wrap {
    flex-wrap: wrap;
  }
  .submenu-sec ._con .tabBt__wrap--bt {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    height: 70px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) and (max-width: 1200px) {
  .submenu-sec {
    padding-top: 30px;
  }
  .submenu-sec ._con {
    padding: 0 10px;
  }
  .submenu-sec ._con .tabBt__wrap {
    flex-wrap: wrap;
  }
  .submenu-sec ._con .tabBt__wrap--bt {
    margin-bottom: 10px;
    width: calc(50% - 5px);
    height: 55px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@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: 730px;
  background-color: #1f2021;
}
.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 ._con {
  position: relative;
  overflow: hidden;
  height: 90%;
}
.subVisu__contain--left ._con .tex-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
}
.subVisu__contain--left ._con .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 ._con .tex-box h2 span {
  font-size: 30px;
}
.subVisu__contain--left ._con .tex-box h8 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  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: 100%;
  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) 2.3s both;
}

@media screen and (max-width: 1200px) {
  .subVisu {
    height: 600px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .subVisu__contain--left ._con .tex-box h2 span {
    font-size: 30px;
  }
  .subVisu__contain--left ._con .tex-box h8 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 992px) {
  .subVisu {
    height: 580px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .subVisu__contain--left ._con .tex-box h2 span {
    font-size: 24px;
  }
  .subVisu__contain--left ._con .tex-box h8 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 768px) {
  .subVisu {
    height: 430px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .subVisu__contain--left ._con .tex-box h2 span {
    font-size: 24px;
  }
  .subVisu__contain--left ._con .tex-box h8 {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .subVisu {
    height: 330px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 20px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 20px;
  }
  .subVisu__contain--left ._con .tex-box h2 span {
    font-size: 20px;
  }
  .subVisu__contain--left ._con .tex-box h8 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
.main {
  position: relative;
  z-index: 100;
  background-color: #ffffff;
}
.main .aboutPage {
  margin-top: 0;
}
.main .aboutPage ._con {
  padding: 0 10px;
}
.main .aboutPage ._con .aboutCont {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main .aboutPage ._con .aboutCont__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .aboutPage ._con .aboutCont__top--line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .aboutPage ._con .aboutCont__top--line span {
  width: 1px;
  height: 70px;
  background-color: #1f2023;
}
.main .aboutPage ._con .aboutCont__top--topTitle {
  margin-top: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .aboutPage ._con .aboutCont__top--title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.main .aboutPage ._con .aboutCont__top--tex {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.main .aboutPage ._con .aboutCont__mid {
  width: 100%;
  margin-top: 90px;
}
.main .aboutPage ._con .aboutCont__mid--img {
  width: 100%;
  height: 350px;
}
.main .aboutPage ._con .aboutCont__bot {
  padding-bottom: 100px;
}
.main .aboutPage ._con .aboutCont__bot--title {
  margin-top: 80px;
  font-size: 34px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
.main .aboutPage ._con .aboutCont__bot--tex {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .main .aboutPage ._con .aboutCont__top--line span {
    width: 1px;
    height: 70px;
  }
  .main .aboutPage ._con .aboutCont__top--topTitle {
    margin-top: 20px;
    font-size: 34px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--title {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--tex {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__mid {
    width: 100%;
    margin-top: 90px;
  }
  .main .aboutPage ._con .aboutCont__mid--img {
    width: 100%;
    height: 350px;
  }
  .main .aboutPage ._con .aboutCont__bot {
    padding-bottom: 100px;
  }
  .main .aboutPage ._con .aboutCont__bot--title {
    margin-top: 80px;
    font-size: 34px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__bot--tex {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 992px) and (max-width: 1200px) {
  .main .aboutPage ._con .aboutCont__top--line span {
    width: 1px;
    height: 50px;
  }
  .main .aboutPage ._con .aboutCont__top--topTitle {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--title {
    margin-top: 30px;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--tex {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__mid {
    width: 100%;
    margin-top: 60px;
  }
  .main .aboutPage ._con .aboutCont__mid--img {
    width: 100%;
    height: 250px;
  }
  .main .aboutPage ._con .aboutCont__bot {
    padding-bottom: 70px;
  }
  .main .aboutPage ._con .aboutCont__bot--title {
    margin-top: 50px;
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__bot--tex {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) and (max-width: 1200px) {
  .main .aboutPage ._con .aboutCont__top--line span {
    width: 1px;
    height: 40px;
  }
  .main .aboutPage ._con .aboutCont__top--topTitle {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--title {
    margin-top: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--tex {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__top--tex br {
    display: none;
  }
  .main .aboutPage ._con .aboutCont__mid {
    width: 100%;
    margin-top: 50px;
  }
  .main .aboutPage ._con .aboutCont__mid--img {
    width: 100%;
    height: 170px;
  }
  .main .aboutPage ._con .aboutCont__bot {
    padding-bottom: 50px;
  }
  .main .aboutPage ._con .aboutCont__bot--title {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .aboutPage ._con .aboutCont__bot--tex {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 1200px) {
  .main .page-sec {
    margin-top: 70px;
    margin-top: 0;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .main .page-sec {
    margin-top: 60px;
    margin-top: 0;
    padding-bottom: 0px;
  }
  .main .page-sec ._wide {
    padding: 0 10px;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-sub-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .main .page-sec {
    padding-top: 50px;
    margin-top: 0;
  }
  .main .page-sec ._wide {
    padding: 0 10px;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-sub-title {
    margin-bottom: 12px;
    font-size: 17px;
  }
}
@media screen and (max-width: 576px) {
  .main .page-sec {
    padding-top: 40px;
    margin-top: 0;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-title {
    margin-bottom: 10px;
    font-size: 23px;
  }
  .main .page-sec ._wide .page-wrap .page-contain .page-sub-title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
}

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