@charset "UTF-8";
/* 오버레이 */
/*/////////커스텀 컬러*/
.tech_sec .techOne {
  width: 100%;
  height: 900px;
  display: flex;
  justify-content: flex-end;
}
.tech_sec .techOne__oneBox {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
}
.tech_sec .techOne__oneBox--title {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
}
.tech_sec .techOne__oneBox--tex {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
}
.tech_sec .techOne__oneBox--btBox {
  width: 100%;
  padding-top: 50px;
}
.tech_sec .techOne__oneBox--btBox .link_bt {
  padding: 10px 30px;
  border: 1px solid #ffffff;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.5s ease;
}
.tech_sec .techOne__oneBox--btBox .link_bt.left {
  border: 1px solid #0e2a26;
  background-color: #0e2a26;
}
.tech_sec .techOne__oneBox--btBox .link_bt.left:hover {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
}
.tech_sec .techOne__oneBox--btBox .link_bt:hover {
  border: 1px solid #0e2a26;
  background-color: #0e2a26;
}

@media screen and (max-width: 1500px) {
  .tech_sec .techOne {
    height: 700px;
  }
  .tech_sec .techOne__oneBox {
    width: 50%;
    padding-left: 150px;
  }
  .tech_sec .techOne__oneBox--title {
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--tex {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--btBox {
    padding-top: 50px;
  }
  .tech_sec .techOne__oneBox--btBox .link_bt {
    padding: 10px 30px;
    margin: 0 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .tech_sec .techOne {
    height: 560px;
  }
  .tech_sec .techOne__oneBox {
    width: 50%;
    padding-left: 150px;
  }
  .tech_sec .techOne__oneBox--title {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--tex {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--btBox {
    padding-top: 50px;
  }
  .tech_sec .techOne__oneBox--btBox .link_bt {
    padding: 10px 30px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 992px) {
  .tech_sec .techOne {
    height: 460px;
  }
  .tech_sec .techOne__oneBox {
    width: calc(50% + 10px);
    padding-left: 30px;
  }
  .tech_sec .techOne__oneBox--title {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--tex {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--btBox {
    padding-top: 50px;
  }
  .tech_sec .techOne__oneBox--btBox .link_bt {
    padding: 10px 30px;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tech_sec .techOne {
    height: 320px;
  }
  .tech_sec .techOne__oneBox {
    width: calc(50% + 30px);
    padding-left: 0;
  }
  .tech_sec .techOne__oneBox--title {
    font-size: 23px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--tex {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--btBox {
    padding-top: 30px;
  }
  .tech_sec .techOne__oneBox--btBox .link_bt {
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 576px) {
  .tech_sec .techOne {
    height: 250px;
  }
  .tech_sec .techOne__oneBox {
    width: calc(50% + 100px);
    padding-left: 0;
  }
  .tech_sec .techOne__oneBox--title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--tex {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
  .tech_sec .techOne__oneBox--btBox {
    padding-top: 20px;
  }
  .tech_sec .techOne__oneBox--btBox .link_bt {
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.tech_cont .techTwo {
  justify-content: center;
}
.tech_cont .techTwo__twoBox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tech_cont .techTwo__twoBox--bn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding: 80px 20px;
}
.tech_cont .techTwo__twoBox--bn img {
  width: 82px;
  height: 82px;
  margin-bottom: 20px;
}
.tech_cont .techTwo__twoBox--bn h4 {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #646566;
  margin-bottom: 10px;
}
.tech_cont .techTwo__twoBox--bn .tex_p {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: "Frank Ruhl Libre", serif !important;
  text-align: center;
  color: #323333;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .tech_cont .techTwo__twoBox--bn {
    width: 25%;
    padding: 80px 20px;
  }
  .tech_cont .techTwo__twoBox--bn img {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
  }
  .tech_cont .techTwo__twoBox--bn h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .tech_cont .techTwo__twoBox--bn .tex_p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 992px) {
  .tech_cont .techTwo__twoBox--bn {
    width: 25%;
    padding: 50px 10px;
  }
  .tech_cont .techTwo__twoBox--bn img {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }
  .tech_cont .techTwo__twoBox--bn h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .tech_cont .techTwo__twoBox--bn .tex_p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 768px) {
  .tech_cont .techTwo__twoBox {
    flex-wrap: wrap;
  }
  .tech_cont .techTwo__twoBox--bn {
    width: 50%;
    padding: 50px 20px;
  }
  .tech_cont .techTwo__twoBox--bn img {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
  }
  .tech_cont .techTwo__twoBox--bn h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .tech_cont .techTwo__twoBox--bn .tex_p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 576px) {
  .tech_cont .techTwo__twoBox {
    flex-wrap: wrap;
  }
  .tech_cont .techTwo__twoBox--bn {
    width: 50%;
    padding: 50px 20px;
  }
  .tech_cont .techTwo__twoBox--bn img {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }
  .tech_cont .techTwo__twoBox--bn h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 10px;
  }
  .tech_cont .techTwo__twoBox--bn .tex_p {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
.bnSec {
  display: flex;
  margin-bottom: 80px;
}
.bnSec .bnWrap__bg {
  width: 100%;
  height: 700px;
}
.bnSec .bnWrap__bg--texBx {
  height: 100%;
}
.bnSec .bnWrap__bg--texBx .left_bx {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
}
.bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #ffffff;
  margin-bottom: 20px;
}
.bnSec .bnWrap__bg--texBx .left_bx .tex_p {
  font-size: 15px;
  font-weight: 100;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #e2e2e2;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .bnSec {
    margin-bottom: 60px;
  }
  .bnSec .bnWrap__bg {
    height: 540px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSec .bnWrap__bg--texBx .left_bx {
    width: 50%;
    height: 100%;
    padding: 100px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .bnSec {
    height: auto;
    margin-bottom: 40px;
  }
  .bnSec .bnWrap__bg {
    height: 440px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSec .bnWrap__bg--texBx .left_bx {
    width: 50%;
    height: auto;
    padding-left: 50px;
    padding-right: 0;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .bnSec {
    height: auto;
    margin-bottom: 40px;
  }
  .bnSec .bnWrap__bg {
    height: 350px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSec .bnWrap__bg--texBx .left_bx {
    width: 70%;
    height: auto;
    padding-left: 50px;
    padding-right: 0;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tex_p {
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bnSec {
    height: auto;
    margin-bottom: 40px;
  }
  .bnSec .bnWrap__bg {
    height: 280px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSec .bnWrap__bg--texBx .left_bx {
    width: 70%;
    height: auto;
    padding-left: 50px;
    padding-right: 0;
    padding-top: 70px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 12px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tex_p {
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .bnSec {
    height: auto;
    margin-bottom: 40px;
  }
  .bnSec .bnWrap__bg {
    height: 230px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bnSec .bnWrap__bg--texBx .left_bx {
    width: 80%;
    height: auto;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 30px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 12px;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--texBx .left_bx .tex_p {
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
    font-family: "Frank Ruhl Libre", serif !important;
    width: 100%;
  }
}
.bnSec .bnWrap__bg {
  width: 100%;
  height: 700px;
}
.bnSec .bnWrap__bg--rightBx {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.bnSec .bnWrap__bg--rightBx .right_bx {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px;
}
.bnSec .bnWrap__bg--rightBx .right_bx .tit_tex {
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2f2f2f;
  margin-bottom: 20px;
}
.bnSec .bnWrap__bg--rightBx .right_bx .tex_p {
  font-size: 15px;
  font-weight: 100;
  line-height: 24px;
  font-family: "Frank Ruhl Libre", serif !important;
  color: #2d2d2d;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .bnSec .bnWrap__bg {
    height: 540px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx {
    width: 50%;
    height: 100%;
    padding: 0 50px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 992px) {
  .bnSec .bnWrap__bg {
    height: 440px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx {
    width: 70%;
    height: 100%;
    padding: 0 50px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 768px) {
  .bnSec .bnWrap__bg {
    height: 350px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx {
    width: 80%;
    height: 100%;
    padding: 0 50px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
  }
}
@media screen and (max-width: 576px) {
  .bnSec {
    margin-bottom: 0;
  }
  .bnSec .bnWrap__bg {
    height: 280px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx {
    width: 100%;
    height: 100%;
    padding: 0 50px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    margin-bottom: 20px;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tit_tex br {
    display: none;
  }
  .bnSec .bnWrap__bg--rightBx .right_bx .tex_p {
    font-size: 15px;
    font-weight: 100;
    line-height: 24px;
    font-family: "Frank Ruhl Libre", serif !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 24px;
    height: 96px;
  }
}

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