@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.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, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

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

img {
  max-width: 100%;
  display: block;
}

/* 스킵 메뉴 */
#skip {
  position: relative;
  display: none;
}

/* 넘버 인풋 화살표 제거 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 스와이퍼 관련 */
.swiper-button-disabled {
  opacity: 0.3;
}

/* 게시판 */
.boarder_wrap {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .boarder_wrap {
    width: calc(100% - 20px);
  }
}

html, body {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
  word-break: keep-all;
  margin: 0 auto;
}
html b, body b {
  font-weight: bold;
}
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.nanumgothic * {
  font-family: "Nanum Gothic", sans-serif;
}/*# sourceMappingURL=reset.css.map */