@import "//cdn.jsdelivr.net/npm/font-applesdgothicneo@1.0/all.min.css";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button, hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  position: relative;
  min-width: 360px;
  width: 100%;
  font-size: 13px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  word-break: keep-all;
  box-sizing: border-box;
  padding-top: 140px;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body {
    padding-top: 136px;
  }
}

input, select, textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a, button {
  color: #333;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #333;
}

.container {
  display: block;
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 50px;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}

/* global-search */
@media (max-width: 1024px) {
  .global-search {
    display: none;
  }
}

/* sub-layout */
.sub-layout {
  margin-top: 40px;
  padding-bottom: 100px;
}
.sub-layout .article-header {
  padding-bottom: 20px;
}
.sub-layout .article-header h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.41px;
}
.sub-layout .article-header p {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: -0.9px;
}
.sub-layout .pagination {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .sub-layout {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .sub-layout .article-header {
    text-align: center;
    padding-bottom: 30px;
  }
  .sub-layout .article-header h3 {
    font-size: 20px;
  }
  .sub-layout .container .sub-content {
    margin-top: 30px;
  }
}

/* notice-list */
.notice-list .article-header {
  border-bottom: 1px solid #FFA015;
}
.notice-list .article-content .write-form {
  padding-top: 0;
}
.notice-list .article-content > .btn-area {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .notice-list .article-content .write-form > ul:first-child {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=service.css.map */
