@font-face {
  font-family: 'yg-jalnan';
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  scroll-behavior: smooth;
  word-break: keep-all;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.font_light {
  font-weight: 300;
}

.font_medium {
  font-weight: 500;
}

.font_bold {
  font-weight: 700;
}

.center_wrap {
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}

.cursor_pointer {
  cursor: pointer;
}

.text_green {
  color: #47A835;
}

.text_lightgreen {
  color: #B5DCAE;
}

.contents_wrap .img_wrap.sub_img_wrap {
  height: 240px;
  background-size: cover;
  background-position: center;
}

.contents_wrap .img_wrap.sub_img_wrap .img_text_box h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.contents_wrap .img_wrap.sub_img_wrap .img_text_box .sub_text {
  font-size: 12px;
  color: #B5DCAE;
  letter-spacing: 2px;
}

.contents_wrap .phone_email_box li {
  margin-bottom: 12px;
  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;
}

.contents_wrap .phone_email_box li h2 {
  font-size: 20px;
}

.contents_wrap .phone_email_box li img {
  margin-right: 8px;
}

.contents_wrap .phone_email_box li span {
  font-size: 16px;
}

@media all and (min-width: 768px) {
  .contents_wrap .img_wrap.sub_img_wrap {
    height: 480px;
  }
  .contents_wrap .img_wrap.sub_img_wrap .img_text_box h1 {
    font-size: 56px;
    margin-bottom: 8px;
  }
  .contents_wrap .img_wrap.sub_img_wrap .img_text_box .sub_text {
    font-size: 16px;
    letter-spacing: 4px;
  }
  .contents_wrap .phone_email_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contents_wrap .phone_email_box li {
    margin-right: 20px;
  }
  .contents_wrap .phone_email_box li h2 {
    font-size: 24px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
  }
  .contents_wrap .phone_email_box li span {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
