@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: flex;
  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: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.content-sec .content1-box .text-line11 {
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5379d1;
  word-break: keep-all;
}
.content-sec .content1-box .text-line12 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
  padding-top: 20px;
}
.content-sec .content1-box .text-line13 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
  padding-top: 30px;
}
.content-sec .content2-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.content-sec .content2-box .box-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content2-box .box-left h4 {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  background-color: #149ba3;
  padding: 10px 0 10px 20px;
}
.content-sec .content2-box .box-left p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 30px 0 40px 20px;
}
.content-sec .content2-box .box-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.content-sec .content2-box .box-right img {
  width: 100%;
  height: auto;
}
.content-sec .content3-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.content-sec .content3-box .box-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content3-box .box-left h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
}
.content-sec .content3-box .box-left h3 {
  width: 95%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 30px 0 40px;
}
.content-sec .content3-box .box-left h4 {
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  background-color: #5c79ad;
  padding: 10px 0 10px 20px;
}
.content-sec .content3-box .box-left p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 30px 0 40px 20px;
}
.content-sec .content3-box .box-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.content-sec .content3-box .box-right img {
  width: 100%;
  height: auto;
}
.content-sec .content4-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.content-sec .content4-box .box-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content4-box .box-top h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
  padding-bottom: 20px;
}
.content-sec .content4-box .box-top h4 {
  width: 40%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  background-color: #a4ad12;
  padding: 10px 0 10px 20px;
  margin-bottom: 35px;
  margin-top: 15px;
}
.content-sec .content4-box .box-top p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 0px 0 30px 20px;
}
.content-sec .content4-box .box-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content4-box .box-bottom h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 0px 0 15px 20px;
}
.content-sec .content4-box .box-bottom .text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  word-break: keep-all;
  border: 10px solid #d7dae3;
  padding: 40px 0 40px 50px;
}
.content-sec .content4-box .box-bottom .text-box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
}
.content-sec .content5-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.content-sec .content5-box .text-line51 {
  width: 100%;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
  padding-bottom: 20px;
}
.content-sec .content5-box .box-left {
  width: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content5-box .box-left img {
  width: auto;
  height: auto;
}
.content-sec .content5-box .box-right {
  width: calc(100% - 380px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 0 0 0;
}
.content-sec .content5-box .box-right p {
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding: 15px 0 0 10px;
}
.content-sec .content5-box .box-right .text-line51 {
  height: 70px;
}
.content-sec .content5-box .box-right .text-line52 {
  height: 80px;
}
.content-sec .content5-box .box-right .text-line53 {
  height: 70px;
}
.content-sec .content5-box .box-right .text-line54 {
  height: 70px;
}
.content-sec .content5-box .box-right .text-line55 {
  height: 100px;
}
.content-sec .content5-box .box-right .text-line56 {
  height: 90px;
}
.content-sec .content5-box .box-right .text-line57 {
  height: 80px;
}
.content-sec .content6-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-sec .content6-box .box-top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-sec .content6-box .box-top h6 {
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #5379d1;
  word-break: keep-all;
  padding-bottom: 20px;
}
.content-sec .content6-box .box-top p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383c42;
  word-break: keep-all;
  padding-bottom: 40px;
}
.content-sec .content6-box .box-top .text-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.content-sec .content6-box .box-top .text-box .text-line61 {
  font-size: 24px;
  font-weight: 500;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  color: #000000;
}
.content-sec .content6-box .box-top .text-box .text-line61 span {
  color: #ff2325;
}
.content-sec .content6-box .box-top .text-box .text-line62 {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ff2325;
}

@media screen and (max-width: 1200px) {
  .content-sec {
    padding: 30px 0 100px 0;
    /* .content6-box {
       .box-top {
         h6 {
           @include noto-kr(32, 300, 32);
           padding-bottom: 20px;
         }

         p {
           @include noto-kr(18, 400, 32);
           padding-bottom: 20px;
         }

         .text-box {
           padding: 10px 10px 25px 40px;

           .text-line61 {
             @include noto-kr(18, 400, 32);
             padding-top: 20px;
           }

           .text-line62 {
             @include noto-kr(15, 300, 32);
           }
         }
       }
     }*/
  }
  .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: 50px;
  }
  .content-sec .content1-box .text-line11 {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 30px;
  }
  .content-sec .content2-box {
    padding-bottom: 60px;
  }
  .content-sec .content2-box .box-left {
    width: 60%;
  }
  .content-sec .content2-box .box-left h4 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 20px;
  }
  .content-sec .content2-box .box-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px 20px;
  }
  .content-sec .content2-box .box-right {
    width: 40%;
  }
  .content-sec .content2-box .box-right img {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 60px;
  }
  .content-sec .content3-box .box-left {
    width: 60%;
  }
  .content-sec .content3-box .box-left h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .box-left h3 {
    width: 95%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px;
  }
  .content-sec .content3-box .box-left h4 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 20px;
  }
  .content-sec .content3-box .box-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 0 40px 20px;
  }
  .content-sec .content3-box .box-right {
    width: 40%;
  }
  .content-sec .content3-box .box-right img {
    width: 100%;
  }
  .content-sec .content4-box {
    padding-bottom: 80px;
  }
  .content-sec .content4-box .box-top {
    width: 100%;
  }
  .content-sec .content4-box .box-top h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content4-box .box-top h4 {
    width: 40%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 20px;
    margin-bottom: 35px;
    margin-top: 15px;
  }
  .content-sec .content4-box .box-top p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 30px 20px;
  }
  .content-sec .content4-box .box-bottom {
    width: 100%;
  }
  .content-sec .content4-box .box-bottom h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 15px 20px;
  }
  .content-sec .content4-box .box-bottom .text-box {
    padding: 40px 0 40px 50px;
  }
  .content-sec .content4-box .box-bottom .text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content5-box {
    padding-bottom: 80px;
  }
  .content-sec .content5-box .text-line51 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content5-box .box-left {
    width: 380px;
  }
  .content-sec .content5-box .box-right {
    width: calc(100% - 380px);
    padding: 20px 0 0 0;
  }
  .content-sec .content5-box .box-right p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 0 0px;
  }
  .content-sec .content5-box .box-right .text-line51 {
    height: 70px;
  }
  .content-sec .content5-box .box-right .text-line52 {
    height: 80px;
  }
  .content-sec .content5-box .box-right .text-line53 {
    height: 80px;
  }
  .content-sec .content5-box .box-right .text-line54 {
    height: 70px;
  }
  .content-sec .content5-box .box-right .text-line55 {
    height: 90px;
  }
  .content-sec .content5-box .box-right .text-line56 {
    height: 90px;
  }
  .content-sec .content5-box .box-right .text-line57 {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .content-sec {
    padding: 30px 0 80px 0;
    /*.content6-box {
      .box-top {
        h6 {
          @include noto-kr(28, 300, 28);
          padding-bottom: 10px;
        }

        p {
          @include noto-kr(18, 400, 32);
          padding-bottom: 10px;
        }

        .text-box {
          padding: 10px 10px 25px 30px;

          .text-line61 {
            @include noto-kr(18, 400, 32);
            padding-top: 10px;
          }

          .text-line62 {
            @include noto-kr(15, 300, 32);
          }
        }
      }
    }*/
  }
  .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 .text-line11 {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box {
    padding-bottom: 40px;
  }
  .content-sec .content2-box .box-left {
    width: 60%;
  }
  .content-sec .content2-box .box-left h4 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 5px 10px;
  }
  .content-sec .content2-box .box-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 30px 10px;
  }
  .content-sec .content2-box .box-right {
    width: 40%;
  }
  .content-sec .content2-box .box-right img {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 40px;
  }
  .content-sec .content3-box .box-left {
    width: 60%;
  }
  .content-sec .content3-box .box-left h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .box-left h3 {
    width: 95%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 0 30px;
  }
  .content-sec .content3-box .box-left h4 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 5px 10px;
  }
  .content-sec .content3-box .box-left p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 0px 10px;
  }
  .content-sec .content3-box .box-right {
    width: 40%;
  }
  .content-sec .content3-box .box-right img {
    width: 100%;
  }
  .content-sec .content4-box {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .content-sec .content4-box .box-top {
    width: 100%;
  }
  .content-sec .content4-box .box-top h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content4-box .box-top h4 {
    width: 40%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 5px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .content-sec .content4-box .box-top p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 10px 10px;
  }
  .content-sec .content4-box .box-bottom {
    width: 100%;
  }
  .content-sec .content4-box .box-bottom h3 {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 15px 10px;
  }
  .content-sec .content4-box .box-bottom .text-box {
    padding: 30px 0 30px 40px;
  }
  .content-sec .content4-box .box-bottom .text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content5-box {
    padding-bottom: 60px;
  }
  .content-sec .content5-box .text-line51 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content5-box .box-left {
    width: 380px;
  }
  .content-sec .content5-box .box-right {
    width: calc(100% - 380px);
    padding: 20px 0 0 0;
  }
  .content-sec .content5-box .box-right p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 0 0px;
  }
  .content-sec .content5-box .box-right .text-line51 {
    height: 70px;
  }
  .content-sec .content5-box .box-right .text-line52 {
    height: 80px;
  }
  .content-sec .content5-box .box-right .text-line53 {
    height: 80px;
  }
  .content-sec .content5-box .box-right .text-line54 {
    height: 70px;
  }
  .content-sec .content5-box .box-right .text-line55 {
    height: 90px;
  }
  .content-sec .content5-box .box-right .text-line56 {
    height: 90px;
  }
  .content-sec .content5-box .box-right .text-line57 {
    height: 80px;
  }
  .content-sec .content6-box .box-top h6 {
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    word-break: keep-all;
    padding-bottom: 30px;
  }
  .content-sec .content6-box .box-top .text-box {
    padding-left: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line61 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line62 {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    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: 30px;
  }
  .content-sec .content1-box .text-line11 {
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    padding-bottom: 30px;
  }
  .content-sec .content2-box .box-left {
    width: 60%;
  }
  .content-sec .content2-box .box-left h4 {
    width: 70%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content2-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 30px 10px;
  }
  .content-sec .content2-box .box-right {
    width: 40%;
  }
  .content-sec .content2-box .box-right img {
    width: 100%;
  }
  .content-sec .content3-box {
    padding-bottom: 40px;
  }
  .content-sec .content3-box .box-left {
    width: 60%;
  }
  .content-sec .content3-box .box-left h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .box-left h3 {
    width: 95%;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 30px;
  }
  .content-sec .content3-box .box-left h4 {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content3-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 0px 10px;
  }
  .content-sec .content3-box .box-right {
    width: 40%;
  }
  .content-sec .content3-box .box-right img {
    width: 100%;
  }
  .content-sec .content4-box {
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .content-sec .content4-box .box-top {
    width: 100%;
  }
  .content-sec .content4-box .box-top h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
  .content-sec .content4-box .box-top h4 {
    width: 40%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .content-sec .content4-box .box-top p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 10px 10px;
  }
  .content-sec .content4-box .box-bottom {
    width: 100%;
  }
  .content-sec .content4-box .box-bottom h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 15px 10px;
  }
  .content-sec .content4-box .box-bottom .text-box {
    padding: 20px 0 20px 30px;
  }
  .content-sec .content4-box .box-bottom .text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content5-box {
    padding-bottom: 40px;
  }
  .content-sec .content5-box .text-line51 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
  }
  .content-sec .content5-box .box-left {
    width: 350px;
  }
  .content-sec .content5-box .box-left img {
    width: 350px;
  }
  .content-sec .content5-box .box-right {
    width: calc(100% - 350px);
    padding: 20px 0 0 0;
  }
  .content-sec .content5-box .box-right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 0 0px;
  }
  .content-sec .content5-box .box-right .text-line51 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line52 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line53 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line54 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line55 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line56 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line57 {
    height: auto;
  }
  .content-sec .content6-box .box-top h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top .text-box {
    padding-left: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line61 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line62 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    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-line11 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .content-sec .content2-box .box-left {
    width: 100%;
  }
  .content-sec .content2-box .box-left h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content2-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 30px 10px;
  }
  .content-sec .content2-box .box-right {
    width: 100%;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .box-right img {
    width: 100%;
  }
  .content-sec .content3-box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .content-sec .content3-box .box-left {
    width: 100%;
  }
  .content-sec .content3-box .box-left h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .box-left h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 20px;
  }
  .content-sec .content3-box .box-left h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content3-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 0px 10px;
  }
  .content-sec .content3-box .box-right {
    width: 100%;
    padding-bottom: 10px;
  }
  .content-sec .content3-box .box-right img {
    width: 100%;
  }
  .content-sec .content4-box {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .content-sec .content4-box .box-top {
    width: 100%;
  }
  .content-sec .content4-box .box-top h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
  .content-sec .content4-box .box-top h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .content-sec .content4-box .box-top p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 10px 10px;
  }
  .content-sec .content4-box .box-bottom {
    width: 100%;
  }
  .content-sec .content4-box .box-bottom h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 15px 10px;
  }
  .content-sec .content4-box .box-bottom .text-box {
    border: 5px solid #d7dae3;
    padding: 10px 0 10px 15px;
  }
  .content-sec .content4-box .box-bottom .text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content5-box {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .content-sec .content5-box .text-line51 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
  }
  .content-sec .content5-box .box-left {
    width: 100%;
    align-items: center;
  }
  .content-sec .content5-box .box-left img {
    width: auto;
  }
  .content-sec .content5-box .box-right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .content-sec .content5-box .box-right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 10px 0px;
  }
  .content-sec .content5-box .box-right .text-line51 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line52 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line53 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line54 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line55 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line56 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line57 {
    height: auto;
  }
  .content-sec .content6-box .box-top h6 {
    padding-left: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top .text-box {
    padding-left: 0;
  }
  .content-sec .content6-box .box-top .text-box .text-line61 {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line62 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    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-line11 {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .content-sec .content2-box .box-left {
    width: 100%;
  }
  .content-sec .content2-box .box-left h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content2-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 30px 10px;
  }
  .content-sec .content2-box .box-right {
    width: 100%;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .box-right img {
    width: 100%;
  }
  .content-sec .content3-box {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .content-sec .content3-box .box-left {
    width: 100%;
  }
  .content-sec .content3-box .box-left h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box .box-left h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 20px;
  }
  .content-sec .content3-box .box-left h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
  }
  .content-sec .content3-box .box-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 0px 10px;
  }
  .content-sec .content3-box .box-right {
    width: 100%;
    padding-bottom: 10px;
  }
  .content-sec .content3-box .box-right img {
    width: 100%;
  }
  .content-sec .content4-box {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .content-sec .content4-box .box-top {
    width: 100%;
  }
  .content-sec .content4-box .box-top h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 5px;
  }
  .content-sec .content4-box .box-top h4 {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 10px 10px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .content-sec .content4-box .box-top p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 10px 10px;
  }
  .content-sec .content4-box .box-bottom {
    width: 100%;
  }
  .content-sec .content4-box .box-bottom h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0px 0 15px 10px;
  }
  .content-sec .content4-box .box-bottom .text-box {
    border: 3px solid #d7dae3;
    padding: 10px 10px 10px 10px;
  }
  .content-sec .content4-box .box-bottom .text-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content5-box {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .content-sec .content5-box .text-line51 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 0px;
  }
  .content-sec .content5-box .box-left {
    width: 100%;
    align-items: center;
  }
  .content-sec .content5-box .box-left img {
    width: 100%;
  }
  .content-sec .content5-box .box-right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .content-sec .content5-box .box-right p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 5px 0 10px 0px;
  }
  .content-sec .content5-box .box-right .text-line51 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line52 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line53 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line54 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line55 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line56 {
    height: auto;
  }
  .content-sec .content5-box .box-right .text-line57 {
    height: auto;
  }
  .content-sec .content6-box .box-top h6 {
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content6-box .box-top .text-box {
    padding: 10px 10px 10px 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line61 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content6-box .box-top .text-box .text-line62 {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

/*# sourceMappingURL=sub2-4.css.map */
