@charset "UTF-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* =default setting----------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  overflow: auto;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-family: 'Spoqa Han Sans', 'Sans-serif';
  position: relative;
}

html,
body {
  user-zoom: fixed;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none !important;
  border: none;
  color: #0dcc5a;
}

button {
  outline: none !important;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

ul,
dl,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* =style--------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
.container {
  min-height: 100vh;
  background: #f6f6f6;
}

.hide {
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
  position: absolute;
}

.relative {
  position: relative;
}

.abs_t_l {
  position: absolute;
  top: 0;
  left: 0;
}

.bg_white {
  background: #fff;
}

.f0 {
  font-size: 0px;
}
.f13 {
  font-size: 13px;
}
.f15 {
  font-size: 15px;
}
.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}

.vertical_m {
  vertical-align: middle;
}

.lh150 {
  line-height: 1.5;
}

.c_gray {
  color: #979797;
}

.c_gray900 {
  color: #191c21;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt28 {
  margin-top: 28px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml20 {
  margin-left: 20px;
}

.pd_t10 {
  padding-top: 10px !important;
}
.pd_t20 {
  padding-top: 20px !important;
}
.pd_t25 {
  padding-top: 25px !important;
}
.pd_b20 {
  padding-bottom: 20px !important;
}
.pd_b35 {
  padding-bottom: 35px !important;
}
.pd_l15 {
  padding-left: 15px !important;
}

.pd_l20 {
  padding-left: 20px !important;
}
.pd_h20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pd20 {
  padding: 20px !important;
}
.pd2820 {
  padding: 28px 20px !important;
}

.termsCont .termsTable {
  width: 100%;
  border: 1px #ddd solid;
  border-collapse: collapse;
}
.termsCont .termsTable td,
.termsCont .termsTable th {
  padding: 5px;
  border: 1px #ddd solid;
  font-size: 12px;
  vertical-align: top;
}
.termsCont .termsTable th {
  text-align: center;
}
.termsCont .termsTable .w20 {
  width: 20%;
}
.termsCont .termsTable .w25 {
  width: 25%;
}
.termsCont .termsTable .w30 {
  width: 30%;
}
.termsCont .termsTable .w40 {
  width: 40%;
}
.termsCont .termsTable .w70 {
  width: 70%;
}
.termsCont ul {
  padding-left: 15px;
}
.termsCont ul li {
  position: relative;
  line-height: 20px;
  vertical-align: middle;
}

.list_desc .desc {
  position: absolute;
  top: 0;
  left: 0;
}

.list_circle {
  list-style: circle;
}

.linkColor a {
  color: #191c21;
}

.termsHangulList > li,
.termsCircleList > li {
  list-style: none;
}

.termsDecimalList > li {
  list-style: decimal;
}

.termsOrderList > li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}

.termsOrderList > li > span {
  position: absolute;
  left: -20px;
}
