@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;
  }
}

/* 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;
  }
}

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

/* community-intro */
.community-intro .article-content > ul {
  overflow: hidden;
}
.community-intro .article-content > ul > li {
  float: left;
  width: 50%;
}
.community-intro .article-content > ul > li .box {
  border: 1px solid #EEE;
}
.community-intro .article-content > ul > li .box .box-header > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 42px;
  padding: 0 10px;
  background: rgba(255, 160, 21, 0.13);
}
.community-intro .article-content > ul > li .box .box-header > a:after {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  width: 7px;
  height: 12px;
  content: "";
  background-image: url(/assets/images/sub/ico_move_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto auto;
}
.community-intro .article-content > ul > li .box .box-content {
  padding: 10px 0;
}
.community-intro .article-content > ul > li .box .box-content > ul > li > a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 13px;
  padding: 0 100px 0 15px;
  line-height: 40px;
}
.community-intro .article-content > ul > li .box .box-content > ul > li > a .date {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #999;
  font-size: 13px;
  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;
  transform: translateY(-50%);
}
.community-intro .article-content > ul > li > ul {
  font-size: 0;
}
.community-intro .article-content > ul > li > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.community-intro .article-content > ul > li > ul > li > a {
  display: table;
  width: 100%;
  height: 264px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(255, 160, 21, 0.13);
}
.community-intro .article-content > ul > li > ul > li > a > figure {
  display: table-cell;
  vertical-align: middle;
}
.community-intro .article-content > ul > li > ul > li > a > figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.community-intro .article-content > ul > li > ul > li > a > figure figcaption {
  text-align: center;
  padding-top: 15px;
}
.community-intro .article-content > ul > li > ul > li > a > figure figcaption b {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: -0.328px;
}
.community-intro .article-content > ul > li > ul > li > a > figure figcaption p {
  color: #7C7C7C;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 5px;
}
.community-intro .article-content > ul > li > ul > li > a:hover {
  background: rgba(255, 160, 21, 0.6);
}
.community-intro .article-content > ul > li > ul > li:first-child {
  padding-right: 6px;
}
.community-intro .article-content > ul > li > ul > li:last-child {
  padding-right: 6px;
}
.community-intro .article-content > ul > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 10px;
}
.community-intro .article-content > ul > li:nth-of-type(2n + 2) {
  padding-left: 10px;
}
.community-intro .article-content > ul > li:nth-of-type(2) ~ li {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .community-intro .article-content > ul > li {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .community-intro .article-content > ul > li > ul > li > a {
    height: 230px;
  }
  .community-intro .article-content > ul > li > ul > li > a > figure > figcaption p {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  .community-intro .article-content > ul > li ~ li {
    margin-top: 25px;
  }
}

/* qna-list */
.qna-list .search-area {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .qna-list .search-area {
    margin-top: 30px;
  }
}

/* board-view */
.board-view .btn-area {
  margin-top: 35px;
}
.board-view .btn-area .btn-board {
  display: block;
  color: #888;
  width: 195px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 44px;
  border: 1px solid #eee;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .board-view .btn-area {
    margin-top: 60px;
  }
}

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