@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
/* web font Qahiri */
@import url("https://fonts.googleapis.com/css2?family=Qahiri&display=swap");
@font-face {
    font-family: 'MapoFlowerIsland';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoFlowerIslandA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: "Noto Sans KR", sans-serif;
}

.main_text{
text-align:justify;
font-size:1em;
letter-spacing:-0.5px;
}

.container {
  background-color: #fff;
}

.headline {
 margin-top: 20px;

}
.bg_headline{
 background-image:url(../images/bg/sub_02_main_1.jpg);
 padding:7vh 0 3vh;
 margin-bottom:50px;
}

.bg_headline h1{
 color: #fff !important;
 text-shadow:1px 1px 2px #333;
}

.bg_headline span{
color:rgba(255,255,255,.5) !important;
}

.headline h1 {
  color: #333;
  font-size: 2em;
  font-weight: 700;
  line-height:40px;
}

.headline span {
  font-size: 16px;
  color:#8d8d8d;
  font-weight: 300;
}

.main_banner {
  height: 185px;
}

.slogan {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 230px;
}

.slogan h1 {
  font-size: min(50px,3.8vw);
  line-height: 150%;
  color: var(--sub_color_f);
  font-weight: 300;
  margin: 3vw 0;
  position: relative;
}

.slogan h1::before {
  content: "";
  width: 2px;
  height: 110px;
  background-color: #a1a1a1;
  position: absolute;
  left: 50%;
  top: 200%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slogan img {
  width: 15px;
}

.sub_banner_12 ul.list_12{
display:flex;
flex-direction:column;
flex-wrap:wrap;
justify-content:center;
}

.sub_banner_12 ul.list_12 h4{
font-size:1.75em;
color:#1a6baa;
padding-bottom:15px;
}

.sub_banner_12 ul.list_12 h5{
font-size:1.5em;
}

.txt_area{
margin:20px auto;
}

.num_wrap{
background:#1a6baa;
color:#fff;
font-size:1.25em;
bordeR-radius:50%;
width:50px;
height:50px;
margin:0 auto;
}

.num_wrap p{
text-align:center;
line-height:50px;
}

.txt18{
text-align:justify;
}

.txt19{
text-align:center;
}

.sub_banner_12 ul.list_12 li{
margin-bottom:40px;
}

@media screen and (min-width: 768px) {
  .headline {
  
  }
  .headline h1 {
    font-size: 34px;
  }
  .headline span {
    font-size: 16px;
  }
  .main_banner {
    height: 500px;
  }
}

@media screen and (min-width: 1280px) {
  .wrap {
    width: 85%;
  }
  .headline h1 {
    font-size: 34px;
  }
  .headline span {
    font-size: 16px;
  }
  .slogan {
    padding-top: 200px;
    padding-bottom: 280px;
  }
  .slogan h1 {
    font-size: min(50px,3.5vw);
  }
  .slogan img {
    width: 25px;
  }

.sub_banner_12 ul.list_12{
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:space-between;
}

.sub_banner_12 ul.list_12 li{
width:32%;
}
.sub_banner_13{
display:flex;
justify-content:space-between;
}

.sub_banner_13 .tit_area{
width:30%;
}
.sub_banner .txt_area{
width:45%;
}
.sub_banner_13 div.img{
width:35%;
}
.list_area{
padding-top:10%;
}
.tly-50{
padding-top:20%;
}

.sub_banner_12 ul.list_12 li{
margin-bottom:10px;
}


.num_wrap{
margin:0;
}

.txt18,.txt19{
text-align:justify;
}

}
/*# sourceMappingURL=sub_common.css.map */