@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: 440px;
  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: 30px 30px 0;
}
.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 h2.qna {
  color: #323333;
}
.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--left ._con .tex-box h8.qna {
  color: #4b4c4d;
}
.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: 350px;
  }
  .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: 28px;
  }
  .subVisu__contain--left ._con .tex-box h2.qna {
    color: #323333;
  }
  .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 {
    margin-top: 50px;
    height: 250px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 26px;
    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: 20px;
  }
  .subVisu__contain--left ._con .tex-box h2.qna {
    color: #323333;
  }
  .subVisu__contain--left ._con .tex-box h8 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    font-family: "Noto Sans KR", sans-serif !important;
  }
}
@media screen and (max-width: 576px) {
  .subVisu {
    margin-top: 50px;
    height: 200px;
  }
  .subVisu__contain--left ._con .tex-box {
    padding: 0 30px;
  }
  .subVisu__contain--left ._con .tex-box h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    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 h2.qna {
    color: #323333;
  }
  .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;
  display: flex;
  flex-direction: column;
}
.main .servicePage {
  width: 100%;
}
.main .servicePage ._con {
  padding: 0 10px;
}
.main .servicePage ._con .contWrap {
  padding-top: 50px;
  padding-bottom: 100px;
}
.main .servicePage ._con .contWrap__one--one .title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1d7b52;
}
.main .servicePage ._con .contWrap__one--one .title span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .servicePage ._con .contWrap__one--one .tex {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .servicePage ._con .contWrap__one--two .tit {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .servicePage ._con .contWrap__one--two .tit::after {
  width: 70px;
  height: 2px;
  background-color: #323333;
}
.main .servicePage ._con .contWrap__one--two .p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .servicePage ._con .contWrap__one--three {
  padding-top: 40px;
}
.main .servicePage ._con .contWrap__one--three .contBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 20px;
}
.main .servicePage ._con .contWrap__one--three .contBox--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 370px;
  padding-left: 50px;
  background-color: #7092c3;
}
.main .servicePage ._con .contWrap__one--three .contBox--left .tTex {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.main .servicePage ._con .contWrap__one--three .contBox--left .sTex {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.main .servicePage ._con .contWrap__one--three .contBox--right {
  width: calc(100% - 360px);
  padding: 30px;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #7092c3;
}
.main .servicePage ._con .contWrap__one--three .contBox--right > span {
  color: #386099;
}
@media screen and (max-width: 1200px) {
  .main .servicePage ._con .contWrap {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main .servicePage ._con .contWrap__one--one .title {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .title span {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--two .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--two .tit::after {
    width: 70px;
    height: 2px;
  }
  .main .servicePage ._con .contWrap__one--two .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three {
    padding-top: 40px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox {
    margin-bottom: 20px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left {
    width: 300px;
    padding-left: 50px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .tTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .sTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--right {
    width: calc(100% - 290px);
    padding: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .main .servicePage ._con .contWrap {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main .servicePage ._con .contWrap__one--one .title {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex br {
    display: none;
  }
  .main .servicePage ._con .contWrap__one--two .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--two .tit::after {
    width: 70px;
    height: 2px;
  }
  .main .servicePage ._con .contWrap__one--two .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three {
    padding-top: 40px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox {
    margin-bottom: 20px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left {
    width: 300px;
    padding-left: 50px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .tTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .sTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--right {
    width: calc(100% - 290px);
    padding: 30px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .main .servicePage ._con .contWrap {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main .servicePage ._con .contWrap__one--one .title {
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .title span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex br {
    display: none;
  }
  .main .servicePage ._con .contWrap__one--two .tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--two .tit::after {
    width: 70px;
    height: 2px;
  }
  .main .servicePage ._con .contWrap__one--two .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three {
    padding-top: 40px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left {
    width: 100%;
    padding: 25px 30px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .tTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .sTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--right {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .main .servicePage ._con .contWrap {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .main .servicePage ._con .contWrap__one--one .title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .title span {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--one .tex br {
    display: none;
  }
  .main .servicePage ._con .contWrap__one--two .tit {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--two .tit::after {
    width: 70px;
    height: 2px;
  }
  .main .servicePage ._con .contWrap__one--two .p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three {
    padding-top: 40px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left {
    width: 100%;
    padding: 25px 30px;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .tTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--left .sTex {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .contWrap__one--three .contBox--right {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 576px) {
  .main {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
  }
  .main .page-service {
    padding-top: 50px;
  }
  .main .page-service ._wide {
    padding: 0 0;
  }
}

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