.cookie-agree {
    height: 100%;
    overflow-y: auto;
}

.cookie-agree main>.con {
    /*background-color: #000;*/
}

.cookie-agree main>.con>.text {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /*color: #fff;*/
    padding: 30px;
    overflow-y: auto;
    font-size: 16px;
    line-height: 1.8;
    box-sizing: border-box;
}

.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 {
    list-style: inside;
}

.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;*/
    text-decoration: underline;
}

.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 black;
    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;
    }

    .cookie-agree main li, .cookie-agree main p {
        line-height: inherit;
    }
}