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

.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-line11 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-bottom: 40px;
}

.content-sec .content1-box .text-line11 .text-11 {
  color: #565b65;
}

.content-sec .content1-box .text-line11 .text-12 {
  font-weight: 300;
  color: #5379d1;
}

.content-sec .content1-box .text-line12 {
  font-size: 23px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
  word-break: keep-all;
  padding-bottom: 30px;
}

.content-sec .content1-box .text-line13 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
  word-break: keep-all;
  padding-bottom: 50px;
}

.content-sec .content1-box .text-line14 {
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
  font-family: "Noto Sans KR", sans-serif;
  color: #189a9f;
  word-break: keep-all;
  position: relative;
  text-align: center;
  padding: 15px 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.content-sec .content1-box .text-line14::before, .content-sec .content1-box .text-line14::after {
  position: absolute;
  top: 0;
  content: "";
  width: 30px;
  height: 100%;
  border-top: 2px solid #189a9f;
  border-bottom: 2px solid #189a9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-sec .content1-box .text-line14::before {
  left: 0;
  border-left: 2px solid #189a9f;
}

.content-sec .content1-box .text-line14::after {
  right: 0;
  border-right: 2px solid #189a9f;
}

.content-sec .content1-box .item-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px;
}

.content-sec .content1-box .item-box .item-box-tit {
  width: 100%;
  font-size: 54px;
  font-weight: 300;
  line-height: 54px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  text-align: center;
  background-color: #5379d1;
  padding: 40px 0 40px;
  margin-bottom: 50px;
}

.content-sec .content1-box .item-box .item-box-con01 {
  width: 70%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  text-align: center;
  border: 1px solid #5379d1;
  border-radius: 50px;
  padding: 35px 0 35px;
  margin-bottom: 45px;
}

.content-sec .content1-box .item-box .item-box-con02 {
  width: 70%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  text-align: center;
  border: 1px solid #5379d1;
  border-radius: 70px;
  padding: 35px 0 35px;
  margin-bottom: 45px;
}

.content-sec .content1-box .item-box .item-box-con02 span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  padding-top: 10px;
}

.content-sec .content1-box .item-box .item-box-con03 {
  width: 70%;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  text-align: center;
  background-color: #5379d1;
  border-radius: 50px;
  padding: 35px 0 35px;
  margin-bottom: 20px;
}

.content-sec .content1-box .item-box .item-box-arrow {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 30px;
  height: 10px;
  width: 70px;
}

.content-sec .content1-box .item-box .item-box-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
  width: 50%;
  background: #5379d1;
  -webkit-transform: skew(0deg, 35deg);
          transform: skew(0deg, 35deg);
}

.content-sec .content1-box .item-box .item-box-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 60%;
  width: 50%;
  background: #5379d1;
  -webkit-transform: skew(0deg, -35deg);
          transform: skew(0deg, -35deg);
}

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

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

.content-sec .content2-box .top-box .table-box .taa {
  width: 25% !important;
  border-left: 1px solid #d7dae3;
}

.content-sec .content2-box .top-box .table-box .table-tit {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  background-color: #5379d1;
  border-right: 1px solid #d7dae3;
  border-bottom: 1px solid #d7dae3;
}

.content-sec .content2-box .top-box .table-box .table-line {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  border-right: 1px solid #d7dae3;
  border-bottom: 1px solid #d7dae3;
}

.content-sec .content2-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 .content2-box .bottom-box .text-line21 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding-bottom: 3px;
}

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

.content-sec .content2-box .bottom-box .text-line24 {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
  word-break: keep-all;
  padding-top: 20px;
}

@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: 80px;
  }
  .content-sec .content1-box .text-line11 {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line12 br {
    display: none;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 50px;
  }
  .content-sec .content1-box .text-line14 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 40px;
    width: auto;
  }
  .content-sec .content1-box .item-box {
    padding-top: 80px;
  }
  .content-sec .content1-box .item-box .item-box-tit {
    font-size: 44px;
    font-weight: 300;
    line-height: 44px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
  .content-sec .content1-box .item-box .item-box-con01 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 35px 0 35px;
    margin-bottom: 45px;
  }
  .content-sec .content1-box .item-box .item-box-con02 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 70px;
    padding: 35px 0 35px;
    margin-bottom: 45px;
  }
  .content-sec .content1-box .item-box .item-box-con02 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item-box-con03 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 35px 0 35px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-arrow {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 30px;
    height: 10px;
    width: 70px;
  }
  .content-sec .content1-box .item-box .item-box-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, 35deg);
            transform: skew(0deg, 35deg);
  }
  .content-sec .content1-box .item-box .item-box-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, -35deg);
            transform: skew(0deg, -35deg);
  }
  .content-sec .content2-box .top-box .table-box {
    width: 100%;
  }
  .content-sec .content2-box .top-box .table-box .taa {
    width: 25% !important;
  }
  .content-sec .content2-box .top-box .table-box .table-tit {
    width: 15%;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .top-box .table-box .table-line {
    width: 15%;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .bottom-box {
    padding-top: 40px;
  }
  .content-sec .content2-box .bottom-box .text-line21 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 3px;
  }
  .content-sec .content2-box .bottom-box .text-line23 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
  }
  .content-sec .content2-box .bottom-box .text-line24 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
}

@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-line11 {
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    color: #000000;
    word-break: keep-all;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line12 br {
    display: none;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 50px;
  }
  .content-sec .content1-box .text-line14 {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 40px;
    width: auto;
  }
  .content-sec .content1-box .item-box {
    padding-top: 80px;
  }
  .content-sec .content1-box .item-box .item-box-tit {
    font-size: 38px;
    font-weight: 300;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
  .content-sec .content1-box .item-box .item-box-con01 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 35px 0 35px;
    margin-bottom: 45px;
  }
  .content-sec .content1-box .item-box .item-box-con02 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 70px;
    padding: 35px 0 35px;
    margin-bottom: 45px;
  }
  .content-sec .content1-box .item-box .item-box-con02 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .item-box .item-box-con03 {
    width: 70%;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 35px 0 35px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-arrow {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 30px;
    height: 10px;
    width: 70px;
  }
  .content-sec .content1-box .item-box .item-box-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, 35deg);
            transform: skew(0deg, 35deg);
  }
  .content-sec .content1-box .item-box .item-box-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, -35deg);
            transform: skew(0deg, -35deg);
  }
  .content-sec .content2-box .top-box .table-box .taa {
    width: 25% !important;
  }
  .content-sec .content2-box .top-box .table-box .table-tit {
    width: 15%;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .top-box .table-box .table-line {
    width: 15%;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .bottom-box {
    padding-top: 40px;
  }
  .content-sec .content2-box .bottom-box .text-line21 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 3px;
  }
  .content-sec .content2-box .bottom-box .text-line23 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
  }
  .content-sec .content2-box .bottom-box .text-line24 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
}

@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: 60px;
  }
  .content-sec .content1-box .text-line11 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line12 br {
    display: none;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line14 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 30px;
    width: auto;
  }
  .content-sec .content1-box .item-box {
    padding-top: 60px;
  }
  .content-sec .content1-box .item-box .item-box-tit {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px;
    margin-bottom: 40px;
  }
  .content-sec .content1-box .item-box .item-box-con01 {
    width: 70%;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 30px 0 30px;
    margin-bottom: 35px;
  }
  .content-sec .content1-box .item-box .item-box-con02 {
    width: 70%;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 70px;
    padding: 30px 0 30px;
    margin-bottom: 35px;
  }
  .content-sec .content1-box .item-box .item-box-con02 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 20px 0;
  }
  .content-sec .content1-box .item-box .item-box-con03 {
    width: 70%;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 30px 0 30px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-arrow {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    height: 10px;
    width: 60px;
  }
  .content-sec .content1-box .item-box .item-box-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, 35deg);
            transform: skew(0deg, 35deg);
  }
  .content-sec .content1-box .item-box .item-box-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 60%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, -35deg);
            transform: skew(0deg, -35deg);
  }
  .content-sec .content2-box .top-box .table-box .taa {
    width: 25% !important;
  }
  .content-sec .content2-box .top-box .table-box .table-tit {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .top-box .table-box .table-line {
    width: 15%;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .bottom-box {
    padding-top: 30px;
  }
  .content-sec .content2-box .bottom-box .text-line21 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 3px;
  }
  .content-sec .content2-box .bottom-box .text-line23 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box .bottom-box .text-line24 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
}

@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 .text-line11 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line12 br {
    display: none;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line14 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 30px;
    width: auto;
  }
  .content-sec .content1-box .text-line14 br {
    display: none;
  }
  .content-sec .content1-box .item-box {
    padding-top: 40px;
  }
  .content-sec .content1-box .item-box .item-box-tit {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 30px;
    margin-bottom: 30px;
  }
  .content-sec .content1-box .item-box .item-box-con01 {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 20px 0 20px;
    margin-bottom: 25px;
  }
  .content-sec .content1-box .item-box .item-box-con02 {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 70px;
    padding: 20px 0 20px;
    margin-bottom: 25px;
  }
  .content-sec .content1-box .item-box .item-box-con02 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 20px 0;
  }
  .content-sec .content1-box .item-box .item-box-con03 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 20px 0 20px;
    margin-bottom: 10px;
  }
  .content-sec .content1-box .item-box .item-box-arrow {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 15px;
    height: 10px;
    width: 50px;
  }
  .content-sec .content1-box .item-box .item-box-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, 35deg);
            transform: skew(0deg, 35deg);
  }
  .content-sec .content1-box .item-box .item-box-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, -35deg);
            transform: skew(0deg, -35deg);
  }
  .content-sec .content2-box .top-box .table-box .taa {
    width: 25% !important;
  }
  .content-sec .content2-box .top-box .table-box .table-tit {
    width: 15%;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .top-box .table-box .table-line {
    width: 15%;
    height: 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .bottom-box {
    padding-top: 30px;
  }
  .content-sec .content2-box .bottom-box .text-line21 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 3px;
  }
  .content-sec .content2-box .bottom-box .text-line23 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box .bottom-box .text-line24 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
}

@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 .text-line11 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line12 br {
    display: none;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line14 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 15px 30px;
    width: auto;
  }
  .content-sec .content1-box .text-line14 br {
    display: none;
  }
  .content-sec .content1-box .item-box {
    padding-top: 40px;
  }
  .content-sec .content1-box .item-box .item-box-tit {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 0 20px;
    margin-bottom: 30px;
  }
  .content-sec .content1-box .item-box .item-box-con01 {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 15px 0 15px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-con02 {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 70px;
    padding: 15px 0 15px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-con02 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 10px 0;
  }
  .content-sec .content1-box .item-box .item-box-con03 {
    width: 90%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 50px;
    padding: 15px 0 15px;
    margin-bottom: 20px;
  }
  .content-sec .content1-box .item-box .item-box-arrow {
    position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 5px;
    height: 10px;
    width: 40px;
  }
  .content-sec .content1-box .item-box .item-box-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, 35deg);
            transform: skew(0deg, 35deg);
  }
  .content-sec .content1-box .item-box .item-box-arrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
    width: 50%;
    background: #5379d1;
    -webkit-transform: skew(0deg, -35deg);
            transform: skew(0deg, -35deg);
  }
  .content-sec .content2-box .top-box .table-box .taa {
    width: 25% !important;
  }
  .content-sec .content2-box .top-box .table-box .table-tit {
    width: 15%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .top-box .table-box .table-line {
    width: 15%;
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .bottom-box {
    padding-top: 10px;
  }
  .content-sec .content2-box .bottom-box .text-line21 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 1px;
  }
  .content-sec .content2-box .bottom-box .text-line23 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box .bottom-box .text-line24 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
}
/*# sourceMappingURL=sub4-3.css.map */