html.on {
    overflow: hidden;
    height: 100vh;
    pointer-events: none;
}

html.on body {
    position: relative;
}

html.on body .pop-up-box .pop-padding {
    pointer-events: all;
}

.pop-up-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    z-index: 99;
}

.pop-up-box .pop-padding {
    max-width: 700px;
    max-height: 70%;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.pop-up-box .pop-padding .pop-scrollbar {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.pop-up-box .pop-padding .pop-up {
    height: 100%;
    padding-right: 30px;
    font-family: 'DM Sans-Regular';
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 26px;
    color: #20242B;
}

.pop-up-box .pop-padding .pop-up .title {
    font-size: 32px;
    letter-spacing: -0.32px;
    font-family: 'DM Sans-Regular';
    color: #20242B;
    line-height: 40px;
}

.pop-up-box .pop-padding .pop-up .pop-s {
    height: 100%;
}

.pop-up-box .pop-padding .pop-up .pop-s div .txt-ul div:last-child {
    padding-bottom: 30px;
}

.pop-up-box .pop-padding .pop-up .pop-s div:not(:last-child) {
    margin-bottom: 20px;
}

.pop-up-box .pop-padding .pop-up .pop-s div:not(:first-child) {
    position: relative;
    padding-left: 16px;
}

.pop-up-box .pop-padding .pop-up .pop-s div:not(:first-child)::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #005096;
    position: absolute;
    top: 10px;
    left: 0;
}

.pop-up-box .pop-padding .pop-up .pop-s .name {
    margin-top: 30px;
    font-family: 'DM Sans-Bold';
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: 32px;
}

.pop-up-box .pop-padding .pop-up .pop-s div .title-li {
    margin-top: 20px;
}

.pop-up-box .pop-padding .pop-up .pop-s div .blue {
    color: #005096;display: inline;
}

.pop-up-box .pop-padding .pop-up .bnt-a {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;
    width: 100%;
}

.pop-up-box .pop-padding .pop-up .bnt-a button {
    width: 198px;
    height: 46px;
    font-family: 'DM Sans-Bold';
    line-height: 1;
}

.pop-up-box .pop-padding .pop-up .bnt-a .disagree {
    background-color: #ffffff;
    border: solid 2px #dbdbdb;
}

.pop-up-box .pop-padding .pop-up .bnt-a .agree {
    background-color: #005096;
    color: #ffffff;
    border: none;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    .pop-up-box .pop-padding {
        width: 80%;
    }
}
.cookie-pop{
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    position: fixed;
    bottom:0;
    left: 0;
    background: #E9F0F4;
    font-family: "DM Sans-Regular";
    z-index: 98;
}
.cookie-box{
    width: 1200px;
    margin: 0 auto;
}
.cookie-text{
    font-size: 18px;
    line-height: 26px;
}
.cookie-button{margin-top: 30px;text-align: right;}
.cookie-btn{
    height: 46px;
    line-height: 46px;
    padding: 0 70px;
    font-size: 18px;
    background: #F8FAFD;
    display: inline-block;
    cursor: pointer;
}
