* {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.8px;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
}

li {
  list-style: none;
}

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

span {
  display: inline-block;
}

img, video {
  max-width: 100%;
}

.font_light {
  font-weight: 300;
}

.font_medium {
  font-weight: 500;
}

.font_bold {
  font-weight: 700;
}

.font_black {
  font-weight: 900;
}

.text_main_color {
  color: #F36A10;
  font-size: inherit;
}

.text_green {
  color: #4DB14D;
  font-size: inherit;
}

.cursor_pointer {
  cursor: pointer;
}

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

.icon_round::after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #F36A10;
  border-radius: 50%;
  display: block;
  margin: 20px 0;
}

.btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}

.color_line_btn {
  border: 1px solid #F36A10;
  border-radius: 50px;
  color: #F36A10;
  font-size: 16px;
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
}

.color_line_btn:hover {
  background-color: #F36A10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

@media all and (min-width: 768px) {
  .btn_box {
    margin-top: 32px;
  }
  .color_line_btn {
    border-radius: 100px;
    font-size: 18px;
  }
}

@media all and (min-width: 1024px) {
  .btn_box {
    margin-top: 40px;
  }
  .color_line_btn {
    font-size: 20px;
    width: 240px;
    height: 56px;
  }
}

.pc_text {
  display: none;
}

.pc_img {
  display: none;
}

.sub_main_wrap {
  background-size: cover;
  padding: 150px 0 124px;
}

.sub_main_wrap h1 {
  font-size: 32px;
  text-align: center;
  color: #fff;
}

@media all and (min-width: 768px) {
  .pc_text {
    display: block;
  }
  .mo_text {
    display: none;
  }
  .pc_img {
    display: block;
  }
  .mo_img {
    display: none;
  }
  .sub_main_wrap {
    padding: 220px 0 202px;
  }
  .sub_main_wrap h1 {
    font-size: 40px;
  }
}

.page_link_box {
  margin: 80px 0 40px;
}

.page_link_box .center_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page_link_box .center_wrap a {
  font-size: 16px;
  border: 1px solid #ddd;
  color: #666;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  width: 50%;
}

.page_link_box .center_wrap a.on {
  color: #F36A10;
  border: 1px solid #F36A10;
  font-weight: 500;
}

.sub_page_contents_wrap article {
  padding-top: 80px;
}

.sub_page_contents_wrap article h1 {
  font-size: 26px;
}

.sub_page_contents_wrap article .sub_img {
  display: none;
}

.sub_page_contents_wrap article .m_sub_img {
  max-width: 100%;
}

.sub_page_contents_wrap article .sub_text {
  font-size: 14px;
}

@media all and (min-width: 768px) {
  .page_link_box {
    margin: 120px 0 80px;
  }
  .page_link_box .center_wrap a {
    font-size: 18px;
    height: 56px;
    max-width: 380px;
  }
  .sub_page_contents_wrap article {
    padding-top: 160px;
  }
  .sub_page_contents_wrap article h1 {
    font-size: 40px;
  }
  .sub_page_contents_wrap article .sub_img {
    display: block;
    max-width: 100%;
  }
  .sub_page_contents_wrap article .m_sub_img {
    display: none;
  }
  .sub_page_contents_wrap article .sub_text {
    font-size: 16px;
  }
}

@media all and (min-width: 1024px) {
  .page_link_box .center_wrap a {
    font-size: 20px;
    height: 64px;
  }
  .sub_page_contents_wrap article .sub_text {
    font-size: 18px;
  }
}
