.kr-popup{
    background: #2C67A7;
    padding: 30px 0 50px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', sans-serif;
}

.kr-popup__inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.kr-popup__content{
    display: flex;
    color: #f0f0f0;
}

.kr-popup__content figure {
    margin: 0;
    max-width: 80px;
}

.kr-popup__content figure img{
    max-width: 100%;
    font-style: italic;
    vertical-align: middle;
}

.kr-popup__content figure + div {
    padding-left: 30px;
}

.kr-popup__content h3 {
    margin: 15px 0 0.67em;
}

.kr-popup__content p {
    margin: 0;
}

.kr-popup__content a{
    color: #f0f0f0;
    text-decoration: underline
}


.kr-popup__content a:hover{
    color: #bfe7f3;
}

.kr-popup__close{
    background: transparent;
    border: none;
    color: #f0f0f0;
    font-size: 30px;
    cursor: pointer;
    outline: none;
}