﻿html, body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

ul.list-disc {
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 10px;
}

.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .category ol:first-child {
        width: 40%;
    }

.privacy-terms-title-container {
    position: relative;
    width: 100%;
    display: flex;
    padding: 20px 20px 0 20px;
    align-items: center;
}

    .privacy-terms-title-container .title {
        color: #333;
        font-size: 30px;
        font-weight: bold;
        margin-right: auto;
    }

.privacy-terms-container {
    padding: 20px;
}

    .privacy-terms-container p {
        margin-bottom: 10px;
    }

        .privacy-terms-container p.sub-abs {
            position: relative;
            padding-left: 15px;
        }

            .privacy-terms-container p.sub-abs > span {
                position: absolute;
                top: 0px;
                left: 0px;
            }

    .privacy-terms-container .sub-title {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        margin: 30px 0px 10px 0px;
    }

    .privacy-terms-container .sub-title.page {
        font-size: 20px;
    }

    .privacy-terms-container .indent {
        padding-left: 15px;
    }

    .privacy-terms-container .border-default {
        border: solid 1px #000000 !important;
    }

    .privacy-terms-container .common-table {
        table-layout: fixed;
        width: 100%;
        border-collapse: collapse;
        border: 0px;
        padding: 0px;
        margin: 0px;
        background-color: transparent !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

        .privacy-terms-container .common-table .contentTitle {
            line-height: 14px;
            background-color: #E7E6E6;
            color: #000;
            text-shadow: 0 1px white;
            padding: 5px;
            height: 40px;
            word-break: break-all;
            font-weight: bold;
            text-align: center;
        }

        .privacy-terms-container .common-table .contentColumn {
            padding: 5px;
            height: 40px;
            line-height: 14px;
            word-break: break-all;
        }

.terms-registration {
    position: relative;
    width: 100%;
    text-align: center;
}

.terms-registration {
    text-align: left;
    margin: 0 auto;
}

.input-group,
.terms-group {
    width: 100%;
    margin: 0 0 10px 0px;
}

    .terms-group .defaultColor {
        color: #ffffff;
        background-color: #ADADA1;
        border-color: #ADADA1;
    }

    .terms-group .terms-title-container {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
    }

    .terms-group .terms-contents-container {
        position: relative;
        overflow: auto;
        height: 140px;
        margin: 10px 0px 20px;
        padding: 0px;
        background: #ffffff;
        border: 1px solid #d3d3d3;
    }

    .terms-group .terms-title-container .divChk {
        padding-right: 10px;
        padding-top: 5px;
    }

        .terms-group .terms-title-container .divChk .checkOff {
            content: url("../../_images/login/img_check_off.png");
        }

        .terms-group .terms-title-container .divChk .checkOn {
            content: url("../../_images/login/img_check_on.png");
        }

    .terms-group .terms-title-container .divChkName .lbl {
        line-height: 40px;
        color: #000;
        font-weight: bold;
        font-size: 20px;
        padding-right: 30px;
        cursor: pointer;
    }

    .terms-group .terms-title-container .chkTermsAllInfo {
        color: #000;
        font-size: 12px;
    }

    .terms-group .terms-title-container .chk.active {
        color: #feffa7;
    }

    .terms-group .divChkName .terms_required {
        color: #428BCA;
        font-size: 15px;
    }

    .terms-group .divChkName .terms_nonRequired {
        color: #808080;
        font-size: 15px;
    }

.article {
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

    .article .article-title {
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }

    .article .article-content {
    }
