.cookie-agree {
    height: 100%;
}

.cookie-agree main>.con {
    background-color: #000;
}

.cookie-agree main>.con>.text {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 30px 0;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
    word-break: break-all;
}

.cookie-agree main>.con>.text strong {
    font-weight: bold;
}

.cookie-agree main>.con>.text ul {
    list-style: disc;
    padding-left: 10px;
}

.cookie-agree main>.con>.text ul>li {}

.cookie-agree main>.con>.text a:visited,
.cookie-agree main>.con>.text a:focus,
.cookie-agree main>.con>.text a:active,
.cookie-agree main>.con>.text a {
    color: #fff;
}

.cookie-agree main>.con>.text table {
    table-layout: auto;
}

.cookie-agree main>.con>.text table th,
.cookie-agree main>.con>.text table td {
    border: 1px solid #fff;
    border-collapse: collapse;
}

.cookie-agree main>.con>.text.ko .ko {
    display: block;
}

.cookie-agree main>.con>.text.ko .en {
    display: none;
}

.cookie-agree main>.con>.text.en .ko {
    display: none;
}

.cookie-agree main>.con>.text.en .en {
    display: block;
}


@media screen and (max-width: 767px) {
    .cookie-agree .content {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    .cookie-agree .content>main {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }

    .cookie-agree .content>main>.con {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

    .cookie-agree main>.con>.text {
        font-size: 12px;
        padding: 20px;
    }
}