html {
  font-size: 16px; }

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-weight: 400;
  font-family: 'Noto Sans KR','Dotum','sans-serif';
  color: #333;
  vertical-align: baseline;
  box-sizing: border-box; }

#skipToContent a {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }
  #skipToContent a:focus, #skipToContent a:active {
    width: 200px;
    height: 50px;
    background: #21272e;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 50px; }

#wrapper {
  min-width: 1700px; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: inherit; }

.text-box {
  padding: 5px 3px;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box; }
  .text-box::placeholder {
    font-weight: 100;
    font-size: 16px;
    color: #999; }
  .text-box::-webkit-input-placeholder {
    font-weight: 100;
    font-size: 16px;
    color: #999; }
  .text-box:-ms-input-placeholder {
    font-weight: 100;
    font-size: 16px;
    color: #999; }

.check-box {
  margin-bottom: 26px; }
  .check-box input[type='checkbox'] {
    display: none; }
    .check-box input[type='checkbox']:checked ~ label {
      background: url("../images/member/keep_login_off.png") 0 50% no-repeat; }
  .check-box label {
    padding-left: 28px;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    letter-spacing: -0.025rem;
    background: url("../images/member/keep_login_on.png") 0 50% no-repeat;
    cursor: pointer; }

.select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  height: 34px;
  padding: 5px 3px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.1rem;
  color: #999;
  border: none;
  border-bottom: 1px solid #ddd;
  background: url("../images/common/ico_selectbox2.png") 97% 50% no-repeat;
  box-sizing: border-box; }

.select-box::-ms-expand {
  opacity: 0; }

.p-b-0 {
    padding-bottom: 0 !important;
  }
/*# sourceMappingURL=basic.css.map */
