@font-face {
    font-family: 'element-icons';
    src: url('../fonts/element-icons.woff') format('woff'), /* chrome, firefox */
    url('../fonts/element-icons.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    font-weight: normal;
    font-style: normal
}
ol li{
    list-style: upper-roman;
    font-size: 16px;
}
ol li span{
    line-height: 65px;
}
ul li{
    list-style: disc;
    padding-bottom: 10px;
}
#policy {
    background-color: #eef5ff;
}
#policy .head-title {
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-top: 100px;
    */
}
#policy .header {
    background-color: #fff;
    z-index: 999999;
    position: fixed;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    top: 0;
    width: 100%;
    height: 60px;
}
#policy .header img {
    /*width: 180px;*/
    /*padding-left: 30px;*/
}
#policy .header .center-title {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    position: absolute;
    left: 50%;
}
#policy .header .center-title h3 {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    left: -50%;
}
#policy .container {
    padding-top: 80px;
}
#policy .container .box-content {
    background-color: #fff;
    padding: 15px;
    justify-content: flex-end;
}
#policy .container .box-content .box-right .main div {
    /*padding-bottom: 20px;*/
}
#policy .container .box-content .box-left {
    background-color: #f2f2f2;
    /*margin-top: 60px;
    */
    position: fixed;
    height: 100%;
    /*overflow-y: scroll;
    */
    top: 60px;
    left: 0;
    max-width: 300px;
    font-size: 16px;
    padding-bottom: 90px;
    padding-right: 0;
}
#policy .container .box-content .box-left .customActive {
    color: #0061af;
    font-weight: 500;
}
#policy .container .box-content .box-left .box-line a {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#policy .container .box-content p,#policy .container .box-content ul li, #policy .container .box-content h6{
    font-size: 16px;
    line-height: 30px;
}
.style-number li{
    list-style: decimal;
}
.style-abc{
    margin-left: 0;
}
.style-dot li{
    list-style:disc !important;
}
.style-abc li{
    list-style: lower-alpha;
}
#term-used {
    background-color: #eef5ff;
}
#term-used .header {
    background-color: #fff;
    z-index: 999999;
    position: fixed;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    top: 0;
    width: 100%;
    height: 60px;
}
#term-used .header img {
    /*width: 180px;*/
    /*padding-left: 30px;*/
}
#term-used .header .center-title {
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    position: absolute;
    left: 50%;
}
#term-used .header .center-title h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    left: -50%;
}
#term-used .container {
    padding-top: 80px;
}
#term-used .container .head-title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
#term-used .container .box-content {
    padding: 15px;
    background-color: #fff;
    justify-content: flex-end;
}
#term-used .container .box-content .box-right p, #term-used .container .box-content .box-right ul li{
    line-height: 30px;
    font-size: 16px;
}
#term-used .container .box-content .box-right ul li{
    /*list-style-image: url("../config//home/gach.svg");*/
}
#term-used .container .box-content .box-right .general-term li{
    list-style: decimal !important;
}
#term-used .container .box-content .box-right div {
    /*padding-bottom: 20px;*/
}
#term-used .container .box-content .box-right h4 {
    padding-bottom: 20px;
    font-size: 20px;
    color: #0061af;
}
#term-used .container .box-content .box-left {
    background-color: #f2f2f2;
    /*margin-top: 60px;
    */
    position: fixed;
    height: 100%;
    /*overflow-y: scroll;
    */
    top: 60px;
    left: 0;
    max-width: 300px;
    font-size: 16px;
    padding-bottom: 90px;
}
#term-used .container .box-content .box-left .customActive {
    color: #0061af;
    font-weight: 500;
}
#term-used .container .box-content .box-left .box-line a {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

