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

.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: 50px;
}

.content-sec .content1-box .text-line01 {
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  font-family: "Noto Sans KR", sans-serif;
  color: #151617;
  word-break: keep-all;
}

.content-sec .content1-box .text-line02 {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #151617;
  word-break: keep-all;
  padding-bottom: 50px;
}

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

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

.content-sec .content1-box .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

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

.content-sec .content2-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;
  border: 10px solid #ebf2ff;
  padding: 40px 10px 30px 20px;
}

.content-sec .content2-box .left-box {
  width: 40%;
  height: auto;
}

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

.content-sec .content2-box .right-box {
  width: 55%;
  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 .right-box .text-line21 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #151617;
  word-break: keep-all;
  padding-bottom: 5px;
}

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

@media screen and (max-width: 1200px) {
  .content-sec {
    padding: 30px 0 100px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 50px;
  }
  .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: 50px;
  }
  .content-sec .content1-box .text-line01 {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line02 {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 50px;
  }
  .content-sec .content1-box .text-line03 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 50px;
  }
  .content-sec .content1-box .text-line04 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 50px;
  }
  .content-sec .content1-box .img-box {
    margin-bottom: 50px;
  }
  .content-sec .content2-box {
    width: 100%;
    padding: 40px 10px 30px 20px;
  }
  .content-sec .content2-box .left-box {
    width: 40%;
  }
  .content-sec .content2-box .right-box {
    width: 55%;
  }
  .content-sec .content2-box .right-box .text-line21 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
  .content-sec .content2-box .right-box .text-line22 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 992px) {
  .content-sec {
    padding: 30px 0 80px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 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: 40px;
  }
  .content-sec .content1-box .text-line01 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line02 {
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line02 br {
    display: none;
  }
  .content-sec .content1-box .text-line03 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line03 br {
    display: none;
  }
  .content-sec .content1-box .text-line04 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 40px;
  }
  .content-sec .content1-box .text-line04 br {
    display: none;
  }
  .content-sec .content1-box .img-box {
    margin-bottom: 40px;
  }
  .content-sec .content2-box {
    padding: 30px 10px 30px 10px;
  }
  .content-sec .content2-box .left-box {
    width: 40%;
  }
  .content-sec .content2-box .right-box {
    width: 55%;
  }
  .content-sec .content2-box .right-box .text-line21 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
  .content-sec .content2-box .right-box .text-line22 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .content-sec {
    padding: 30px 0 60px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 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: 30px;
  }
  .content-sec .content1-box .text-line01 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line02 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line02 br {
    display: none;
  }
  .content-sec .content1-box .text-line03 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line03 br {
    display: none;
  }
  .content-sec .content1-box .text-line04 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content1-box .text-line04 br {
    display: none;
  }
  .content-sec .content1-box .img-box {
    margin-bottom: 30px;
  }
  .content-sec .content2-box {
    padding: 20px 10px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-sec .content2-box .left-box {
    width: auto;
  }
  .content-sec .content2-box .left-box img {
    width: auto;
  }
  .content-sec .content2-box .right-box {
    width: auto;
  }
  .content-sec .content2-box .right-box .text-line21 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
  .content-sec .content2-box .right-box .text-line22 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .content-sec {
    padding: 30px 0 40px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 40px;
  }
  .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-line01 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line02 br {
    display: none;
  }
  .content-sec .content1-box .text-line03 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line03 br {
    display: none;
  }
  .content-sec .content1-box .text-line04 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line04 br {
    display: none;
  }
  .content-sec .content1-box .img-box {
    margin-bottom: 30px;
  }
  .content-sec .content2-box {
    padding: 20px 10px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-sec .content2-box .left-box {
    width: 100%;
  }
  .content-sec .content2-box .left-box img {
    width: 100%;
  }
  .content-sec .content2-box .right-box {
    width: auto;
  }
  .content-sec .content2-box .right-box .text-line21 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
  .content-sec .content2-box .right-box .text-line22 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .content-sec {
    padding: 20px 0 40px 0;
  }
  .content-sec .tit-box {
    padding: 10px 0px 20px;
  }
  .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-line01 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line02 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line02 br {
    display: none;
  }
  .content-sec .content1-box .text-line03 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line03 br {
    display: none;
  }
  .content-sec .content1-box .text-line04 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content1-box .text-line04 br {
    display: none;
  }
  .content-sec .content1-box .img-box {
    margin-bottom: 30px;
  }
  .content-sec .content2-box {
    padding: 20px 10px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-sec .content2-box .left-box {
    width: 100%;
  }
  .content-sec .content2-box .left-box img {
    width: 100%;
  }
  .content-sec .content2-box .right-box {
    width: auto;
  }
  .content-sec .content2-box .right-box .text-line21 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
  .content-sec .content2-box .right-box .text-line22 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
    text-align: center;
  }
}
/*# sourceMappingURL=sub1-1.css.map */