@font-face {
  font-family: NanumSquare;
  src: local(NanumSquare);
  src: url(fonts/NanumSquareR.eot);
  src: url(fonts/NanumSquareR.eot?#iefix) format("embedded-opentype"),
    url(fonts/NanumSquareR.woff) format("woff"),
    url(fonts/NanumSquareR.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: NanumSquare;
  src: local(NanumSquareEB);
  src: url(fonts/NanumSquareEB.eot);
  src: url(fonts/NanumSquareEB.eot?#iefix) format("embedded-opentype"),
    url(fonts/NanumSquareEB.woff) format("woff"),
    url(fonts/NanumSquareEB.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "NanumSquare";
  margin: 0;
  font-size: 14px;
  padding: 0 20px;
  color: #262626;
  letter-spacing: -0.5px;
  line-height: 24px;
  word-break: keep-all;
}
section {
  padding-bottom: 4px;
}
h2 {
  margin: 0;
  padding: 26px 0 4px 0;
  font-size: 20px;
}
h3 {
  margin: 0;
  padding: 24px 0 20px 0;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
h4 {
  font-weight: 800;
  margin: 20px 0 14px 0;
  font-size: 18px;
}
h5 {
  font-weight: 800;
  margin: 8px 0 20px 0;
  font-size: 14px;
}

ul {
  list-style: decimal;
  margin-left: -8px;
  margin-bottom: 20px;
}

ul.privacy {
  padding-left: 23px;
}

ul.unorder {
  list-style: disc;
  margin-left: -8px;
  margin-bottom: 20px;
}

ol {
  list-style: disc;
  margin-left: -20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
ul > li,
ol > li {
  margin-bottom: 6px;
}

table {
  width: 100%;
  margin: 10px 0 20px 0;
  border: 1px solid #ccc;
  border-spacing: 0px;
  font-size: 13px;
}
table > thead {
  background-color: #fafafa;
}

table tr > td {
  padding: 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

table tr > td:first-child {
  background-color: #fafafa;
}

table tr > td:last-child {
  border-right: none;
}

table tr:last-child > td {
  border-bottom: none;
}

.section__line {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.section__last {
  margin-bottom: 40px;
}
.seller__list {
  padding: 9px;
  border-radius: 4px;
  line-height: 21px;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
}
.underline {
  font-weight: 800;
  text-decoration: underline;
}
.open {
  display: block;
}
.close {
  display: none;
}

.btn_link {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
}
