@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("/static/font/NotoSansKR-Light.eot");
  src: local(※), url("/static/font/NotoSansKR-Light.woff2") format("woff2"),
    url("/static/font/NotoSansKR-Light.woff") format("woff"),
    url("/static/font/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("/static/font/NotoSansKR-Regular.eot");
  src: local(※), url("/static/font/NotoSansKR-Regular.woff2") format("woff2"),
    url("/static/font/NotoSansKR-Regular.woff") format("woff"),
    url("/static/font/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("/static/font/NotoSansKR-Medium.eot");
  src: local(※), url("/static/font/NotoSansKR-Medium.woff2") format("woff2"),
    url("/static/font/NotoSansKR-Medium.woff") format("woff"),
    url("/static/font/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("/static/font/NotoSansKR-Bold.eot");
  src: local(※), url("/static/font/NotoSansKR-Bold.woff2") format("woff2"),
    url("/static/font/NotoSansKR-Bold.woff") format("woff"), url("/static/font/NotoSansKR-Bold.otf") format("opentype");
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR";
}
p {
  margin: 0;
  padding: 0;
}
.title {
  height: 38px;
  line-height: 40px;
  background: #9c9c9c;
  position: relative;
  padding-top: 2px;
}
.title strong {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  display: block;
  padding-left: 10px;
}
.title span.close {
  cursor: pointer;
  background: url("/img/imfs/main/btn_pop_close.png") no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 10px;
}
.title span.close:hover {
  background-position: 0 -21px;
}
.terms_new {
  padding: 10px 20px 20px 20px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  margin-top: 40px;
  clear: both;
  line-height: 17px;
}

.terms_new .header {
  padding: 20px 0 30px 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.terms_new a {
  text-decoration: none;
  color: #666;
}

.terms_new a:hover {
  text-decoration: underline;
}

.terms_new pre {
  margin: 0;
  font-family: "Noto Sans KR";
  white-space: pre-line;
  font-size: 13px;
  color: #666;
  font-weight: 300;
}

.terms_new pre p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.terms_new pre .head {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
}

.terms_new pre .sub {
  padding-left: 16px;
}

.terms_new pre .sub2 {
  padding-left: 32px;
}

.terms_new pre table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-family: "Noto Sans KR";
  font-weight: 300;
  color: #666;
}

.terms_new pre table th {
  border: 1px solid #e4e4e4;
  background: #f9f9f9;
  padding: 5px 10px;
  font-family: 500;
}

.terms_new pre table td {
  border: 1px solid #e4e4e4;
  padding: 5px 10px;
}

.terms_new .prev_list {
  margin-top: 40px;
}
