*{
    box-sizing: border-box;
    background-color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 30px;
    margin:0px;
}
h3{
    color: #1BAC6D;
    padding-bottom: 10px;
}
p{
    padding-bottom: 20px;
    font-size: 16px;
}
ol{
    padding-left: 30px;
    padding-bottom: 20px;
}
li{
    padding-left: 0px;
    font-size: 16px;
}
.term_wrap{
    display: flex;
    flex-direction: column;
    padding: 20px 40px 20px 40px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.term_contents{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 20px 20px 20px 20px;
    
}
.header{
    display: block;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 10px;
}
.enforcement_date{
    display: flex;
    color: dimgrey;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid;

}
.type{
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

.type2{
    list-style-type:decimal;
}

.li_bold {
    font-weight: 600;
}

.li_square{
    margin-left: 20px;
    list-style-type: square;
}