@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);

* {
    margin: 0 auto;
    padding: 0;
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Noto Sans Korean';
    background: #fafafa;
    -webkit-tap-highlight-color: transparent;
    padding: 20px 20px 30px 20px;
    word-break: normal;
}

/* unvisited link */
a:link {
    color: #7f7f7f;
}

/* visited link */
a:visited {
    color:  #7f7f7f;
}

/* mouse over link */
a:hover {
    color:  #7f7f7f;
}

/* selected link */
a:active {
    color:  #7f7f7f;
}

.terms{
    max-width: 600px;
}
.title {
    width: 100%;
    height: 100%;
    float: left;
    padding: 15px 0 0 0;

}

.terms h2{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    font-weight:700;
    font-family: 'Noto Sans Korean';
}

.title h3{
    line-height:24px;
    font-size:16px;
    font-weight:700;
    color: #191919;
    font-family: 'Noto Sans Korean';
}
.section {
    padding: 15px 0 20px 0;
    float: left;
}
.section h3{
    line-height:1;
    font-size:14px;
    font-weight:700;
    line-height:24px;
    color: #191919;
    font-family: 'Noto Sans Korean';
    padding-bottom: 15px;
}

.terms p {
    /*padding: 15px 0 0 0;*/
    display: block;
    font-size:14px;
    line-height: 24px;
    font-weight: 500;
    color: #7f7f7f;
    font-family: 'Noto Sans Korean';
}

.ol{
    list-style-type: none;
    font-family: 'Noto Sans Korean';
}

ul{
    /*list-style-type: disc;*/
    list-style-type: disc;
    font-family: 'Noto Sans Korean';
    color: #191919;
    margin: 0;
    padding: 20px 20px;
}
/*ul li::before {*/
/*    content: "\2022";  !* Add content: \2022 is the CSS Code/unicode for a bullet *!*/
/*    font-size:14px;*/
/*    line-height: 24px;*/
/*    font-weight: 500;*/
/*    color: #7f7f7f;*/
/*    font-family: 'Noto Sans Korean';*/
/*    float: left;*/
/*}*/
li p{
    /*float: left;*/
    font-size:14px;
    line-height: 24px;
    font-weight: 500;
    color: #7f7f7f;
    font-family: 'Noto Sans Korean';
}


.table{
    text-align:left;
    border-bottom:  0.5px solid #ddd;
    font-family: 'Noto Sans Korean';
}

th, td{
    text-align: left;
    border: 0.5px solid #ddd ;
    padding: 7px 10px;
    font-family: 'Noto Sans Korean';

}

table {
    width: 100%;
    text-align: center;
    border: 0.5px solid #ddd;
    border-bottom:  0.5px solid #ddd;
    border-collapse: collapse;
    font-family: 'Noto Sans Korean';
}