@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: 60px;
}

.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;
  -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;
}

.content-sec .content1-box .item-box .item {
  width: 32%;
  height: auto;
  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;
  border: 1px solid #d7dae3;
  margin-bottom: 1.5%;
}

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

.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;
  border: 1px solid #d7dae3;
  border-radius: 35px;
  padding: 40px 30px 0px;
  margin-bottom: 60px;
}

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

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

.content-sec .content2-box .text-line23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
}

.content-sec .content2-box .text-line23 h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
}

.content-sec .content2-box .text-line23 p {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-left: 10px;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-sec .content3-box .top-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;
}

.content-sec .content3-box .top-box table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

.content-sec .content3-box .top-box th,
.content-sec .content3-box .top-box td {
  border: 1px solid #d7dae3;
}

.content-sec .content3-box .top-box th {
  vertical-align: middle;
  word-break: keep-all;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  background-color: #5379d1;
  height: 50px;
}

.content-sec .content3-box .top-box td {
  word-break: keep-all;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  padding: 20px 20px 20px 20px;
}

.content-sec .content3-box .top-box .taa {
  width: 5%;
  font-weight: 500;
  vertical-align: middle;
}

.content-sec .content3-box .top-box .tbb {
  width: 15%;
  font-weight: 400;
  vertical-align: middle;
}

.content-sec .content3-box .top-box .tcc {
  width: 40%;
  vertical-align: top;
}

.content-sec .content3-box .bottom-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-top: 40px;
}

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

@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: 60px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    margin-bottom: 1.5%;
  }
  .content-sec .content2-box {
    border-radius: 35px;
    padding: 40px 30px 0px;
    margin-bottom: 60px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 {
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .text-line23 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .content-sec .content3-box .top-box th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    height: 50px;
  }
  .content-sec .content3-box .top-box td {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 20px 20px 20px;
  }
  .content-sec .content3-box .top-box .taa {
    width: 5%;
    font-weight: 500;
  }
  .content-sec .content3-box .top-box .tbb {
    width: 15%;
    font-weight: 400;
  }
  .content-sec .content3-box .top-box .tcc {
    width: 40%;
  }
  .content-sec .content3-box .bottom-box {
    padding-top: 40px;
  }
  .content-sec .content3-box .bottom-box .text-line21 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    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: 50px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    margin-bottom: 1.5%;
  }
  .content-sec .content2-box {
    border-radius: 35px;
    padding: 40px 30px 0px;
    margin-bottom: 60px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 {
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .text-line23 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .content-sec .content3-box .top-box th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    height: 50px;
  }
  .content-sec .content3-box .top-box td {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 20px 20px 20px;
  }
  .content-sec .content3-box .top-box .taa {
    width: 5%;
    font-weight: 500;
  }
  .content-sec .content3-box .top-box .tbb {
    width: 15%;
    font-weight: 400;
  }
  .content-sec .content3-box .top-box .tcc {
    width: 40%;
  }
  .content-sec .content3-box .bottom-box {
    padding-top: 40px;
  }
  .content-sec .content3-box .bottom-box .text-line21 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@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: 40px;
  }
  .content-sec .content1-box .item-box .item {
    width: 32%;
    margin-bottom: 1.5%;
  }
  .content-sec .content2-box {
    border-radius: 35px;
    padding: 40px 30px 0px;
    margin-bottom: 60px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 {
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .text-line23 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .content-sec .content3-box .top-box th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    height: 50px;
  }
  .content-sec .content3-box .top-box td {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 20px 20px 20px;
  }
  .content-sec .content3-box .top-box .taa {
    width: 5%;
    font-weight: 500;
  }
  .content-sec .content3-box .top-box .tbb {
    width: 15%;
    font-weight: 400;
  }
  .content-sec .content3-box .top-box .tcc {
    width: 40%;
  }
  .content-sec .content3-box .bottom-box {
    padding-top: 20px;
  }
  .content-sec .content3-box .bottom-box .text-line21 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    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: 20px;
  }
  .content-sec .content1-box .item-box .item {
    width: 49.5%;
    margin-bottom: 1.5%;
  }
  .content-sec .content2-box {
    border-radius: 35px;
    padding: 20px 20px 10px;
    margin-bottom: 40px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 {
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    width: 70px;
  }
  .content-sec .content2-box .text-line23 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  .content-sec .content3-box .top-box th {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    height: 50px;
  }
  .content-sec .content3-box .top-box td {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 10px 10px 10px;
  }
  .content-sec .content3-box .top-box .taa {
    width: 5%;
    font-weight: 500;
  }
  .content-sec .content3-box .top-box .tbb {
    width: 15%;
    font-weight: 400;
  }
  .content-sec .content3-box .top-box .tcc {
    width: 40%;
  }
  .content-sec .content3-box .bottom-box {
    padding-top: 20px;
  }
  .content-sec .content3-box .bottom-box .text-line21 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    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: 20px;
  }
  .content-sec .content1-box .item-box .item {
    width: 49.5%;
    margin-bottom: 1.5%;
  }
  .content-sec .content2-box {
    border-radius: 35px;
    padding: 20px 20px 10px;
    margin-bottom: 40px;
  }
  .content-sec .content2-box .text-line21 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .text-line22 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .text-line23 {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-sec .content2-box .text-line23 h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    width: 100%;
  }
  .content-sec .content2-box .text-line23 p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
    width: 100%;
  }
  .content-sec .content3-box .top-box th {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif;
    height: 50px;
  }
  .content-sec .content3-box .top-box td {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 5px 10px 5px;
  }
  .content-sec .content3-box .top-box .taa {
    width: 3%;
    font-weight: 500;
  }
  .content-sec .content3-box .top-box .tbb {
    width: 15%;
    font-weight: 400;
    word-break: break-all !important;
  }
  .content-sec .content3-box .top-box .tcc {
    width: 41%;
  }
  .content-sec .content3-box .bottom-box {
    padding-top: 20px;
  }
  .content-sec .content3-box .bottom-box .text-line21 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
/*# sourceMappingURL=sub2-1.css.map */