.korea-sns {
    clear: both;
    width: 100%;
    margin: 20px 0;
    min-height: 32px;
}

.korea-sns-post {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.korea-sns-pos-left {
    justify-content: flex-start;
}

.korea-sns-pos-center {
    justify-content: center;
}

.korea-sns-pos-right {
    justify-content: flex-end;
}

.korea-sns-button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background-color: transparent;
    background-image: var(--ipss-icon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    line-height: 1;
}

.korea-sns-button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}
