.dimmed {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
}

.cookie-popup {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 1000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.cookie-popup>.wrap {
    background-color: #EBEBEB;
    border-top: 2px solid #000;
    padding: 32px 0 100px;
    width: 100%;

}

.cookie-popup .en,
.cookie-popup .ko {
    display: inline-block;
}

.cookie-popup.ko .en {
    display: none;
}

.cookie-popup.en .ko {
    display: none;
}

.cookie-popup>.wrap>.step {
    font-size: 13px;
    text-align: center;
}

.cookie-popup>.wrap>.step.step-1 {}

.cookie-popup>.wrap>.step .text {
    margin-bottom: 15px;
    line-height: 1.5;
}

.cookie-popup>.wrap>.step>.desc {
    margin-bottom: 30px;
    line-height: 1.3;
}


.cookie-popup>.wrap>.step a:hover,
.cookie-popup>.wrap>.step a:focus,
.cookie-popup>.wrap>.step a {
    display: inline-block;
    position: relative;
    /*font-size: 11px;*/
    border-bottom: 1px solid #000;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: inherit;
}

.cookie-popup>.wrap>.step>a {
    font-weight: normal;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.cookie-popup>.wrap>.step .btn-list {
    display: block;
    position: relative;
    width: 335px;
    margin-left: auto;
    margin-right: auto;
}

.cookie-popup>.wrap>.step .btn-list>ul {
    display: flex;
}

.cookie-popup>.wrap>.step .btn-list>ul>li {
    flex: 1 1 auto;
    width: 55%;
}

.cookie-popup>.wrap>.step .btn-list>ul>li>.btn {
    display: inline-block;
    cursor: pointer;
    background-color: #000;
    width: 147px;
    padding: 5px;
    border-radius: 20px;
}

.cookie-popup>.wrap>.step .btn-list>ul>li>.btn>div {
    color: #fff;
}

.cookie-popup>.wrap>.step .btn-list>ul>li>.btn.disabled {
    background-color: #AEAEAE;
    cursor: default;
}

.cookie-popup>.wrap>.step .agree-list {
    display: block;
    position: relative;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
}

.cookie-popup>.wrap>.step .agree-list>ul {
    display: block;
    position: relative;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    height: 159px;
    overflow-y: auto;
    margin-bottom: 45px;
}

.cookie-popup>.wrap>.step .agree-list>ul>li {
    border-bottom: 1px solid #000;
}


.cookie-popup>.wrap>.step .agree-list>ul>li>.title {
    display: flex;
    width: 100%;
    padding: 10px 0 5px;
}

.cookie-popup>.wrap>.step label.checkbox input[type='checkbox'] {
    display: none;
}

.cookie-popup>.wrap>.step label.checkbox>.shape {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background-color: #fff;
}

.cookie-popup>.wrap>.step label.checkbox input[type='checkbox']:checked+.shape {
    background-color: #000;
}

.cookie-popup>.wrap>.step-2>.text>div {
    display: none;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title {
    cursor: pointer;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.left {
    flex: 0 0 auto;
    width: 20px;
    text-align: left;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.center {
    flex: 1 1 auto;
    width: auto;
    text-align: left;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.right {
    flex: 0 0 auto;
    width: 20px;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.content {
    display: none;
    text-align: left;
    background-color: #fff;
    overflow-y: auto;
    height: 103px;
    padding: 12px;
    line-height: 1.3;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.on>.content {
    display: block;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.content {}

.cookie-popup>.wrap>.step label.checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.arrow {}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.arrow>img {
    display: block;
    width: 13px;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.arrow>img.arrow-down-disabled {
    display: none;
}

.cookie-popup>.wrap>.step .agree-list>ul>li>.title>.arrow>img.arrow-up {
    display: none;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.disabled {
    border-bottom: 1px solid #AEAEAE;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title>.left>label>.shape {
    border: 1px solid #AEAEAE;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title {
    color: #aeaeae;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title>div.center>.ko,
.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title>div.center>.en {
    color: #aeaeae;
}
.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title>.arrow>img.arrow-down {
    display: block;
    opacity: 0.3;
}

.cookie-popup>.wrap>.step .agree-list>ul>li.disabled>.title>.arrow>img.arrow-up {
    display: none;
}

@media screen and (max-width :1200px) {
    .cookie-popup {

        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: none;

    }

    .cookie-popup>.wrap.wrap-2 {
        margin-bottom: 0;
    }
}