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

.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: 300;
  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: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #131415;
  word-break: keep-all;
  padding-top: 30px;
}

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

.content-sec .content2-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 .content2-box .item-box .item {
  width: 32%;
  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;
  margin-bottom: 2%;
}

.content-sec .content2-box .item-box .item .box-top {
  width: 100%;
  height: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 0 50px;
}

.content-sec .content2-box .item-box .item .box-top h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  text-align: center;
  padding-bottom: 30px;
}

.content-sec .content2-box .item-box .item .box-top h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}

.content-sec .content2-box .item-box .item .box-bottom {
  width: 100%;
  height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 50px 5px 60px;
}

.content-sec .content2-box .item-box .item .box-bottom p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #565b65;
  word-break: keep-all;
  text-align: center;
}

.content-sec .content2-box .item-box .item .color-1-t {
  background-color: #82b834;
}

.content-sec .content2-box .item-box .item .color-1-b {
  border: 1px solid #82b834;
}

.content-sec .content2-box .item-box .item .color-2-t {
  background-color: #5379d1;
}

.content-sec .content2-box .item-box .item .color-2-b {
  border: 1px solid #5379d1;
}

.content-sec .content2-box .item-box .item .color-3-t {
  background-color: #08abba;
}

.content-sec .content2-box .item-box .item .color-3-b {
  border: 1px solid #08abba;
}

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

.content-sec .content3-box .text-tit {
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
  padding-bottom: 20px;
}

.content-sec .content3-box .color-31 {
  color: #5379d1;
}

.content-sec .content3-box .color-32 {
  color: #a4ad12;
}

.content-sec .content3-box .color-33 {
  color: #1ab129;
}

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

.content-sec .content3-box .item-box .item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.content-sec .content3-box .item-box .item h2 {
  width: 35%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  word-break: keep-all;
  padding-left: 50px;
}

.content-sec .content3-box .item-box .item p {
  width: 65%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #383b41;
  word-break: keep-all;
  background-color: #fff;
  padding: 30px 0 30px 60px;
}

.content-sec .content3-box .item-box .item.color-31-l {
  background-color: #5c79ad;
}

.content-sec .content3-box .item-box .item .color-31-r {
  border: 1px solid #5c79ad;
}

.content-sec .content3-box .item-box .item.color-32-l {
  background-color: #a4ad12;
}

.content-sec .content3-box .item-box .item .color-32-r {
  border: 1px solid #a4ad12;
}

.content-sec .content3-box .item-box .item.color-33-l {
  background-color: #1ab129;
}

.content-sec .content3-box .item-box .item .color-33-r {
  border: 1px solid #1ab129;
}

@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: 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: 300;
    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: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box {
    padding-top: 30px;
  }
  .content-sec .content2-box .item-box .item {
    width: 32%;
    margin-bottom: 2%;
  }
  .content-sec .content2-box .item-box .item .box-top {
    height: 300px;
    padding: 40px 0 40px;
  }
  .content-sec .content2-box .item-box .item .box-top h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 30px;
  }
  .content-sec .content2-box .item-box .item .box-top h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .item-box .item .box-bottom {
    height: 320px;
    padding: 40px 5px 40px;
  }
  .content-sec .content2-box .item-box .item .box-bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box {
    padding-top: 50px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item {
    margin-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item h2 {
    width: 35%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 40px;
  }
  .content-sec .content3-box .item-box .item p {
    width: 65%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 20px 30px 40px;
  }
}

@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: 30px;
  }
  .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: 22px;
    font-weight: 300;
    line-height: 32px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 20px;
  }
  .content-sec .content2-box {
    padding-top: 20px;
  }
  .content-sec .content2-box .item-box .item {
    width: 32%;
    margin-bottom: 2%;
  }
  .content-sec .content2-box .item-box .item .box-top {
    height: 280px;
    padding: 40px 0 40px;
  }
  .content-sec .content2-box .item-box .item .box-top h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .item-box .item .box-top h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .item-box .item .box-bottom {
    height: 290px;
    padding: 40px 5px 40px;
  }
  .content-sec .content2-box .item-box .item .box-bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box {
    padding-top: 40px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item {
    margin-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item h2 {
    width: 35%;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 40px;
  }
  .content-sec .content3-box .item-box .item p {
    width: 65%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 30px 20px 30px 40px;
  }
}

@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: 20px;
  }
  .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: 20px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content1-box .text-line13 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    padding-top: 20px;
  }
  .content-sec .content2-box .item-box .item {
    width: 32%;
    margin-bottom: 2%;
  }
  .content-sec .content2-box .item-box .item .box-top {
    height: 240px;
    padding: 30px 0 30px;
  }
  .content-sec .content2-box .item-box .item .box-top h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content2-box .item-box .item .box-top h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .item-box .item .box-bottom {
    height: 270px;
    padding: 30px 3px 30px;
  }
  .content-sec .content2-box .item-box .item .box-bottom p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box {
    padding-top: 40px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 22px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item {
    margin-bottom: 20px;
  }
  .content-sec .content3-box .item-box .item h2 {
    width: 35%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0 10px 0 20px;
  }
  .content-sec .content3-box .item-box .item p {
    width: 65%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 20px 20px 30px;
  }
}

@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: 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: 300;
    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: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    padding-top: 20px;
  }
  .content-sec .content2-box .item-box .item {
    width: 32%;
    margin-bottom: 2%;
  }
  .content-sec .content2-box .item-box .item .box-top {
    height: 250px;
    padding: 20px 5px 20px;
  }
  .content-sec .content2-box .item-box .item .box-top h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .item-box .item .box-top h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .item-box .item .box-bottom {
    height: 290px;
    padding: 20px 3px 20px;
  }
  .content-sec .content2-box .item-box .item .box-bottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box {
    padding-top: 20px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-box .item {
    margin-bottom: 10px;
  }
  .content-sec .content3-box .item-box .item h2 {
    width: 35%;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0 10px 0 20px;
  }
  .content-sec .content3-box .item-box .item p {
    width: 65%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 20px 20px 20px 20px;
  }
}

@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: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content1-box .text-line12 {
    font-size: 18px;
    font-weight: 300;
    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: 28px;
    font-family: "Noto Sans KR", sans-serif;
    padding-top: 10px;
  }
  .content-sec .content2-box {
    padding-top: 20px;
  }
  .content-sec .content2-box .item-box .item {
    width: 100%;
    margin-bottom: 2%;
  }
  .content-sec .content2-box .item-box .item .box-top {
    height: auto;
    padding: 20px 5px 20px;
  }
  .content-sec .content2-box .item-box .item .box-top h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content2-box .item-box .item .box-top h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content2-box .item-box .item .box-bottom {
    height: auto;
    padding: 20px 3px 20px;
  }
  .content-sec .content2-box .item-box .item .box-bottom p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .content-sec .content3-box {
    padding-top: 20px;
  }
  .content-sec .content3-box .text-tit {
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .content-sec .content3-box .item-box .item {
    margin-bottom: 10px;
  }
  .content-sec .content3-box .item-box .item h2 {
    width: 35%;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0 5px 0 10px;
  }
  .content-sec .content3-box .item-box .item p {
    width: 65%;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 10px 10px 10px;
  }
}
/*# sourceMappingURL=sub2-3.css.map */