@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 .servCont {
  overflow: hidden;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  padding-bottom: 120px;
}
.main .servicePage ._con .servCont__one--tex .tit {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #323333;
}
.main .servicePage ._con .servCont__one--tex .subTex {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
}
.main .servicePage ._con .servCont__two {
  padding: 50px 0;
}
.main .servicePage ._con .servCont__two--top {
  padding-bottom: 20px;
}
.main .servicePage ._con .servCont__two--top .tit-bt {
  display: flex;
}
.main .servicePage ._con .servCont__two--top .tit-bt .bt-bx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 60px;
  background: #4466a2;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.main .servicePage ._con .servCont__two--top .tit-bt .bt-bx span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.main .servicePage ._con .servCont__two--mid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .servicePage ._con .servCont__two--mid .step-bt-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0;
}
.main .servicePage ._con .servCont__two--mid .step-bt-right .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  background: #41a9ad;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
}
.main .servicePage ._con .servCont__two--mid .step-bt-right .left span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  padding-left: 30px;
}
.main .servicePage ._con .servCont__two--mid .step-bt-right .arrow-right {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #41a9ad;
}
.main .servicePage ._con .servCont__two--mid .step-bt-left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .servicePage ._con .servCont__two--mid .step-bt-left .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  background: #41a9ad;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.main .servicePage ._con .servCont__two--mid .step-bt-left .left span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  padding-right: 30px;
}
.main .servicePage ._con .servCont__two--mid .step-bt-left .arrow-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 40px solid #41a9ad;
}
.main .servicePage ._con .servCont__two--mid .step-bt-final {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 60px;
  background: #1b7b7f;
  border-bottom-left-radius: 90px;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
  border-top-right-radius: 90px;
}
.main .servicePage ._con .servCont__two--mid .step-bt-final span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
}
.main .servicePage ._con .servCont__three {
  padding-top: 100px;
}
.main .servicePage ._con .servCont__three--wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .servicePage ._con .servCont__three--wrap .btBox {
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-left, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-right {
  width: 290px;
  height: 100%;
  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: #ffffff;
}
.main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center {
  color: #323333;
}
.main .servicePage ._con .servCont__three--wrap .btBox--bt.green {
  background-color: #739f3b;
  color: #ffffff;
}
.main .servicePage ._con .servCont__three--wrap .btBox--bt.yellow {
  background-color: #d0bd40;
}
.main .servicePage ._con .servCont__three--wrap .btBox--bt.white {
  border-width: 1px;
  border-style: solid;
  border-color: #739f3b;
}
.main .servicePage ._con .servCont__three--wrap .btBox--arr {
  width: 80px;
  height: 100%;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left {
  position: relative;
  display: flex;
  align-items: center;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.left {
  width: 40px;
  height: 1px;
  background-color: #739f3b;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.tri-l {
  left: 40px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #739f3b;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.right {
  width: 40px;
  height: 1px;
  background-color: #739f3b;
}
.main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.tri-r {
  right: 40px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #739f3b;
}
.main .servicePage ._con .servCont__three--wrap .bt-margin {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
}
.main .servicePage ._con .servCont__three--wrap .bt-margin span {
  width: 1px;
  height: 100%;
  background-color: #739f3b;
}
@media screen and (max-width: 1200px) {
  .main .servicePage ._con .servCont {
    padding-top: 50px;
    padding-bottom: 120px;
  }
  .main .servicePage ._con .servCont__one--tex .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  .main .servicePage ._con .servCont__one--tex .subTex {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
  }
  .main .servicePage ._con .servCont__two {
    padding: 50px 0;
  }
  .main .servicePage ._con .servCont__two--top {
    padding-bottom: 20px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx {
    width: 240px;
    height: 60px;
    background: #4466a2;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right {
    margin: 18px 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left {
    width: 200px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left {
    width: 200px;
    height: 60px;
    background: #41a9ad;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 40px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final {
    width: 240px;
    height: 60px;
    background: #1b7b7f;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__three {
    padding-top: 100px;
  }
  .main .servicePage ._con .servCont__three--wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox {
    height: 60px;
    display: flex;
    justify-content: space-between;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-left, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-right {
    width: 290px;
    height: 100%;
    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: #ffffff;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center {
    color: #323333;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.green {
    background-color: #739f3b;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.yellow {
    background-color: #d0bd40;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.white {
    border-width: 1px;
    border-style: solid;
    border-color: #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--arr {
    width: 80px;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left {
    position: relative;
    display: flex;
    align-items: center;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.left {
    width: 40px;
    height: 1px;
    background-color: #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.tri-l {
    left: 40px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.right {
    width: 40px;
    height: 1px;
    background-color: #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.tri-r {
    right: 40px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .bt-margin {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
  }
  .main .servicePage ._con .servCont__three--wrap .bt-margin span {
    width: 1px;
    height: 100%;
    background-color: #739f3b;
  }
}
@media screen and (max-width: 992px) {
  .main .servicePage ._con .servCont {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .main .servicePage ._con .servCont__one--tex .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  .main .servicePage ._con .servCont__one--tex .subTex {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
  }
  .main .servicePage ._con .servCont__two {
    padding: 50px 0;
  }
  .main .servicePage ._con .servCont__two--top {
    padding-bottom: 20px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx {
    width: 180px;
    height: 60px;
    background: #4466a2;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right {
    padding: 0 5px;
    width: 25%;
    margin: 18px 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left {
    width: 160px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left {
    padding: 0 5px;
    width: 25%;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left {
    width: 160px;
    height: 60px;
    background: #41a9ad;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 40px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final {
    display: flex;
    width: 180px;
    height: 60px;
    background: #1b7b7f;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__three {
    padding-top: 60px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox {
    height: 60px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-left, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-right {
    width: 200px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--arr {
    width: 60px;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.left {
    width: 30px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.tri-l {
    left: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.right {
    width: 30px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.tri-r {
    right: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .bt-margin {
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main .servicePage ._con .servCont {
    padding-top: 50px;
    padding-bottom: 90px;
  }
  .main .servicePage ._con .servCont__one--tex .tit {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  .main .servicePage ._con .servCont__one--tex .subTex {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    width: 90%;
  }
  .main .servicePage ._con .servCont__two {
    padding: 50px 0;
  }
  .main .servicePage ._con .servCont__two--top {
    padding-bottom: 20px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt {
    display: flex;
    justify-content: center;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx {
    width: 280px;
    height: 60px;
    background: #4466a2;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left {
    width: 260px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    padding-left: 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .arrow-right {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left {
    width: 260px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    padding-right: 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .arrow-left {
    order: 2;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final {
    display: flex;
    order: 10;
    width: 260px;
    height: 60px;
    background: #1b7b7f;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__three {
    padding-top: 60px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox {
    height: 60px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-left, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-right {
    width: 160px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center {
    width: 150px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--arr {
    width: 40px;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.left {
    width: 30px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.tri-l {
    left: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.right {
    width: 30px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.tri-r {
    right: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .bt-margin {
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 576px) {
  .main .servicePage ._con .servCont {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .main .servicePage ._con .servCont__one--tex .tit {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    color: #323333;
  }
  .main .servicePage ._con .servCont__one--tex .subTex {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    width: 95%;
  }
  .main .servicePage ._con .servCont__one--tex .subTex br:nth-last-of-type(1) {
    display: none;
  }
  .main .servicePage ._con .servCont__two {
    padding: 50px 0;
  }
  .main .servicePage ._con .servCont__two--top {
    padding-bottom: 20px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt {
    display: flex;
    justify-content: center;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx {
    width: 280px;
    height: 60px;
    background: #4466a2;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--top .tit-bt .bt-bx span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__two--mid {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left {
    width: 260px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .left span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    padding-left: 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-right .arrow-right {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left {
    padding: 0 5px;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left {
    width: 260px;
    height: 60px;
    background: #41a9ad;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .left span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
    padding-right: 0;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-left .arrow-left {
    order: 2;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #41a9ad;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final {
    display: flex;
    order: 10;
    width: 260px;
    height: 60px;
    background: #1b7b7f;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
  }
  .main .servicePage ._con .servCont__two--mid .step-bt-final span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    color: #ffffff;
  }
  .main .servicePage ._con .servCont__three {
    overflow: hidden;
    padding-top: 20px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox {
    height: 60px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-left, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center, .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-right {
    width: 100px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
    padding: 10px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--bt.bt-center {
    width: 120px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox--arr {
    width: 10px;
    height: 100%;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.left {
    width: 5px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-left span.tri-l {
    left: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.right {
    width: 5px;
    height: 1px;
  }
  .main .servicePage ._con .servCont__three--wrap .btBox .bt-arr-right span.tri-r {
    right: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #739f3b;
  }
  .main .servicePage ._con .servCont__three--wrap .bt-margin {
    width: 100%;
    height: 30px;
  }
}

@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=service.css.map */
