@charset "UTF-8";
/* 오버레이 */
/*
[class^="con-"],
[class$="-con"] {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

[class^="bcon-"],
[class$="-bcon"] {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

[class*="con-"]::after {
    clear: both;
}

[class^="box-"],
[class$="-box"] {
    position: relative;
    display: flex;
}

[class^="bx-"],
[class$="-bx"] {
    position: relative;
    display: flex;
}


@mixin tv {
    @media (max-width: 1400px) and (min-width: 1200px) {
        @content
    };
}

@mixin pc {
    @media (max-width: 1199.99px) and (min-width: 992px) {
        @content
    };
}

@mixin notebook {
    @media (max-width: 991.99px) and (min-width: 768px) {
        @content
    };
}

@mixin tablet {
    @media (max-width: 767.99px) and (min-width: 576px) {
        @content
    };
}

@mixin phone {
    @media (max-width: 575.99px) and (min-width: 420px) {
        @content
    };
}

@mixin m-phone {
    @media (max-width: 575.99px) {
        @content
    };
}

@mixin s-phone {
    @media (max-width:419.99px) {
        @content
    };
}

@mixin safari {
    @supports (-webkit-overflow-scrolling: touch) {
        @content
      }
}

*/
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

.content-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px 0px 120px 0px;
}

.content-sec .tit-box {
  width: 100%;
  padding: 10px 0px 25px;
  border-bottom: 1px solid #d2dff5;
  margin-bottom: 70px;
}

.content-sec .tit-box h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #173771;
}

.content-sec .content1-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}

.content-sec .content1-box .text-tit {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5277b9;
  word-break: keep-all;
  padding-bottom: 30px;
}

.content-sec .content1-box .item-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-sec .content1-box .item-box .item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 10px solid #ebf2ff;
  padding: 40px 10px 40px;
}

.content-sec .content1-box .item-box .item img {
  width: calc(142px * 1);
  height: calc(142px * 1);
}

.content-sec .content1-box .item-box .item .text-01 {
  font-size: 18px;
  font-weight: 800;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-bottom: 10px;
  padding-top: 40px;
  text-align: center;
}

.content-sec .content1-box .item-box .item .text-02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  text-align: center;
}

.content-sec .content2-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}

.content-sec .content2-box .text-tit {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5277b9;
  word-break: keep-all;
  padding-bottom: 30px;
}

.content-sec .content2-box .text-line21 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-bottom: 20px;
}

.content-sec .content2-box .text-line22 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-bottom: 30px;
}

.content-sec .content2-box .text-line22 span {
  color: #5277b9;
  font-weight: 500;
}

.content-sec .content2-box .img-box {
  width: 100%;
  height: auto;
}

.content-sec .content2-box .img-box img {
  width: 700px;
  height: auto;
}

.content-sec .content3-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 80px;
}

.content-sec .content3-box .text-tit {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5277b9;
  word-break: keep-all;
  padding-bottom: 30px;
}

.content-sec .content3-box .item-01-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 85px;
}

.content-sec .content3-box .item-01-group::before {
  width: 1px;
  height: 40px;
  background-color: #5277b9;
  margin-top: 210px;
}

.content-sec .content3-box .item-01-group::after {
  width: 66.8%;
  height: 1px;
  background-color: #5277b9;
  margin-top: 250px;
}

.content-sec .content3-box .item-01-group .group-box {
  width: 300px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #173771;
}

.content-sec .content3-box .item-01-group .group-box .box-01 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  background-color: #173771;
  text-align: center;
}

.content-sec .content3-box .item-01-group .group-box .box-02 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  text-align: center;
  padding-top: 20px;
}

.content-sec .content3-box .item-02-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}

.content-sec .content3-box .item-02-group .group-box {
  width: 18%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #5277b9;
}

.content-sec .content3-box .item-02-group .group-box .box-01 {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  background-color: #5277b9;
  text-align: center;
}

.content-sec .content3-box .item-02-group .group-box .box-01::before {
  width: 1px;
  height: 50px;
  background-color: #5277b9;
  margin-bottom: 100px;
}

.content-sec .content3-box .item-02-group .group-box .box-02 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  text-align: center;
  padding-top: 20px;
}

.content-sec .content3-box .item-03-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

.content-sec .content3-box .item-03-group .top-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  text-align: center;
  padding: 23px 0px 23px;
}

.content-sec .content3-box .item-03-group .group-box {
  width: 25%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 30px 0px;
}

.content-sec .content3-box .item-03-group .group-box .box-01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  text-align: left;
  padding-bottom: 20px;
}

.content-sec .content3-box .item-03-group .group-box .box-02 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  text-align: left;
}

.content-sec .content3-box .item-03-group .color-box-a1 {
  background-color: #08abba;
}

.content-sec .content3-box .item-03-group .color-box-a2 {
  border-bottom: 1px solid #08abba;
  border-right: 1px solid #08abba;
  border-left: 1px solid #08abba;
}

.content-sec .content3-box .item-03-group .color-box-a3,
.content-sec .content3-box .item-03-group .color-box-a4 {
  border-bottom: 1px solid #08abba;
  border-right: 1px solid #08abba;
}

.content-sec .content3-box .item-03-group .color-box-b1 {
  background-color: #87b952;
}

.content-sec .content3-box .item-03-group .color-box-b2 {
  border-bottom: 1px solid #87b952;
  border-right: 1px solid #87b952;
  border-left: 1px solid #87b952;
}

.content-sec .content3-box .item-03-group .color-box-b3,
.content-sec .content3-box .item-03-group .color-box-b4 {
  border-bottom: 1px solid #87b952;
  border-right: 1px solid #87b952;
}

.content-sec .content3-box .item-03-group .color-box-c1 {
  background-color: #b98f52;
}

.content-sec .content3-box .item-03-group .color-box-c2 {
  border-bottom: 1px solid #b98f52;
  border-right: 1px solid #b98f52;
  border-left: 1px solid #b98f52;
}

.content-sec .content3-box .item-03-group .color-box-c3,
.content-sec .content3-box .item-03-group .color-box-c4 {
  border-bottom: 1px solid #b98f52;
  border-right: 1px solid #b98f52;
}

.content-sec .content3-box .item-03-group .color-box-d1 {
  background-color: #d14242;
}

.content-sec .content3-box .item-03-group .color-box-d2 {
  border-bottom: 1px solid #d14242;
  border-right: 1px solid #d14242;
  border-left: 1px solid #d14242;
}

.content-sec .content3-box .item-03-group .color-box-d3,
.content-sec .content3-box .item-03-group .color-box-d4 {
  border-bottom: 1px solid #d14242;
  border-right: 1px solid #d14242;
}

@media screen and (max-width: 1440px) {
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 40px;
    background-color: #5277b9;
    margin-top: 210px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 65.8%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 250px;
  }
}

@media screen and (max-width: 1340px) {
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 40px;
    background-color: #5277b9;
    margin-top: 210px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 64.8%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 250px;
  }
}

@media screen and (max-width: 1260px) {
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 40px;
    background-color: #5277b9;
    margin-top: 210px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 63.8%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .content-sec {
    padding: 30px 0 100px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 25px;
    margin-bottom: 60px;
  }
  .content-sec .tit-box h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box {
    padding-bottom: 70px;
  }
  .content-sec .content1-box .text-tit {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item {
    width: 31%;
    padding: 30px 10px 30px;
  }
  .content-sec .content1-box .item-box .item img {
    width: calc(142px * 0.8);
    height: calc(142px * 0.8);
  }
  .content-sec .content1-box .item-box .item .text-01 {
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .content-sec .content1-box .item-box .item .text-02 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box {
    padding-bottom: 70px;
  }
  .content-sec .content2-box .text-tit {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content2-box .text-line22 br {
    display: none;
  }
  .content-sec .content2-box .img-box {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 70px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-01-group {
    margin-bottom: 85px;
  }
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 40px;
    background-color: #5277b9;
    margin-top: 210px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 80%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 250px;
  }
  .content-sec .content3-box .item-01-group .group-box {
    width: 300px;
    height: 210px;
  }
  .content-sec .content3-box .item-01-group .group-box .box-01 {
    width: 100%;
    height: 80px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-01-group .group-box .box-02 {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content3-box .item-02-group {
    padding-bottom: 30px;
  }
  .content-sec .content3-box .item-02-group .group-box {
    width: 18%;
    height: 220px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01 {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01::before {
    width: 1px;
    height: 50px;
    background-color: #5277b9;
    margin-bottom: 100px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 15px;
  }
  .content-sec .content3-box .item-03-group {
    padding-top: 30px;
  }
  .content-sec .content3-box .item-03-group .top-box {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 0px 20px;
  }
  .content-sec .content3-box .item-03-group .group-box {
    width: 25%;
    height: 210px;
    padding: 20px 10px 0px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-01 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
    height: 55px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 992px) {
  .content-sec {
    padding: 30px 0 80px 0;
  }
  .content-sec .tit-box {
    padding: 14px 0px 25px;
    margin-bottom: 50px;
  }
  .content-sec .tit-box h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box {
    padding-bottom: 60px;
  }
  .content-sec .content1-box .text-tit {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    padding: 20px 10px 20px;
  }
  .content-sec .content1-box .item-box .item img {
    width: calc(142px * 0.6);
    height: calc(142px * 0.6);
  }
  .content-sec .content1-box .item-box .item .text-01 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item .text-02 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box {
    padding-bottom: 60px;
  }
  .content-sec .content2-box .text-tit {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 br {
    display: none;
  }
  .content-sec .content2-box .img-box {
    width: 100%;
  }
  .content-sec .content2-box .img-box img {
    width: 700px;
    height: auto;
  }
  .content-sec .content3-box {
    padding-bottom: 60px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-01-group {
    margin-bottom: 40px;
  }
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-top: 180px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 81%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 200px;
  }
  .content-sec .content3-box .item-01-group .group-box {
    width: 160px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #173771;
  }
  .content-sec .content3-box .item-01-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-01-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content3-box .item-02-group {
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-02-group .group-box {
    width: 19%;
    height: 230px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-bottom: 88px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 15px;
  }
  .content-sec .content3-box .item-03-group {
    padding-top: 20px;
  }
  .content-sec .content3-box .item-03-group .top-box {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 0px 15px;
  }
  .content-sec .content3-box .item-03-group .group-box {
    width: 25%;
    height: 240px;
    padding: 20px 10px 0px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-01 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
    height: 50px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .content-sec {
    padding: 30px 0 60px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 20px;
    margin-bottom: 40px;
  }
  .content-sec .tit-box h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box {
    padding-bottom: 50px;
  }
  .content-sec .content1-box .text-tit {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    padding: 20px 10px 20px;
  }
  .content-sec .content1-box .item-box .item img {
    width: calc(142px * 0.5);
    height: calc(142px * 0.5);
  }
  .content-sec .content1-box .item-box .item .text-01 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item .text-02 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box {
    padding-bottom: 50px;
  }
  .content-sec .content2-box .text-tit {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 br {
    display: none;
  }
  .content-sec .content2-box .img-box {
    width: 100%;
  }
  .content-sec .content2-box .img-box img {
    width: 500px;
  }
  .content-sec .content3-box {
    padding-bottom: 50px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-01-group {
    margin-bottom: 40px;
  }
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-top: 180px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 78.4%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 200px;
  }
  .content-sec .content3-box .item-01-group .group-box {
    width: 160px;
    height: 180px;
  }
  .content-sec .content3-box .item-01-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-01-group .group-box .box-02 {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content3-box .item-02-group {
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-02-group .group-box {
    width: 19%;
    height: 240px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-bottom: 88px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-02 {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 15px;
  }
  .content-sec .content3-box .item-03-group {
    padding-top: 20px;
  }
  .content-sec .content3-box .item-03-group .top-box {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 0px 15px;
  }
  .content-sec .content3-box .item-03-group .group-box {
    width: 25%;
    height: 290px;
    padding: 20px 10px 0px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-01 {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
    height: 50px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-02 {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 576px) {
  .content-sec {
    padding: 30px 0 40px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 20px;
    margin-bottom: 30px;
  }
  .content-sec .tit-box h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box {
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    border: 4px solid #ebf2ff;
    padding: 20px 10px 20px;
  }
  .content-sec .content1-box .item-box .item img {
    width: calc(142px * 0.4);
    height: calc(142px * 0.4);
  }
  .content-sec .content1-box .item-box .item .text-01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item .text-02 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box {
    padding-bottom: 30px;
  }
  .content-sec .content2-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 br {
    display: none;
  }
  .content-sec .content2-box .img-box {
    width: 100%;
  }
  .content-sec .content2-box .img-box img {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 30px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-01-group {
    margin-bottom: 40px;
  }
  .content-sec .content3-box .item-01-group::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-top: 160px;
  }
  .content-sec .content3-box .item-01-group::after {
    width: 77%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 180px;
  }
  .content-sec .content3-box .item-01-group .group-box {
    width: 160px;
    height: 160px;
  }
  .content-sec .content3-box .item-01-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-01-group .group-box .box-02 {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content3-box .item-02-group {
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-02-group .group-box {
    width: 19%;
    height: 270px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01::before {
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-bottom: 88px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-02 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 15px;
  }
  .content-sec .content3-box .item-03-group {
    padding-top: 20px;
  }
  .content-sec .content3-box .item-03-group .top-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 0px 15px;
  }
  .content-sec .content3-box .item-03-group .group-box {
    width: 25%;
    height: 360px;
    padding: 10px 10px 0px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
    height: 60px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-02 {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 420px) {
  .content-sec {
    padding: 20px 0 40px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 20px;
    margin-bottom: 30px;
  }
  .content-sec .tit-box h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box {
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    border: 4px solid #ebf2ff;
    padding: 20px 10px 20px;
  }
  .content-sec .content1-box .item-box .item img {
    width: calc(142px * 0.4);
    height: calc(142px * 0.4);
  }
  .content-sec .content1-box .item-box .item .text-01 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item .text-02 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box {
    padding-bottom: 30px;
  }
  .content-sec .content2-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 br {
    display: none;
  }
  .content-sec .content2-box .img-box {
    width: 100%;
  }
  .content-sec .content2-box .img-box img {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 20px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-01-group {
    margin-bottom: 10px;
  }
  .content-sec .content3-box .item-01-group::before {
    display: none;
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-top: 160px;
  }
  .content-sec .content3-box .item-01-group::after {
    display: none;
    width: 81%;
    height: 1px;
    background-color: #5277b9;
    margin-top: 180px;
  }
  .content-sec .content3-box .item-01-group .group-box {
    width: 160px;
    height: 160px;
  }
  .content-sec .content3-box .item-01-group .group-box .box-01 {
    width: 100%;
    height: 90px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-01-group .group-box .box-02 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content3-box .item-02-group {
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-02-group .group-box {
    width: 49%;
    height: 180px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01 {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .item-02-group .group-box .box-01::before {
    display: none;
    width: 1px;
    height: 20px;
    background-color: #5277b9;
    margin-bottom: 88px;
  }
  .content-sec .content3-box .item-02-group .group-box .box-02 {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 15px;
  }
  .content-sec .content3-box .item-03-group {
    padding-top: 20px;
  }
  .content-sec .content3-box .item-03-group .top-box {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0px 10px;
  }
  .content-sec .content3-box .item-03-group .group-box {
    width: 50%;
    height: 220px;
    padding: 10px 10px 0px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
    height: 40px;
  }
  .content-sec .content3-box .item-03-group .group-box .box-02 {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .color-box-a4 {
    border-left: 1px solid #08abba;
  }
  .content-sec .content3-box .color-box-b4 {
    border-left: 1px solid #87b952;
  }
  .content-sec .content3-box .color-box-c4 {
    border-left: 1px solid #b98f52;
  }
  .content-sec .content3-box .color-box-d4 {
    border-left: 1px solid #d14242;
  }
}
/*# sourceMappingURL=sub1-2.css.map */