﻿
.popup_wrap.type_confirm {
    position: fixed;
    left: 50%;
    max-width: 480px;
    background: var(--white);
    overflow: hidden;
    width: 320px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 12px;
    padding: 24px 20px;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .popup_wrap.type_confirm .icon {
        margin-bottom: 12px;
    }

    .popup_wrap.type_confirm h3 {
        font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.36px;
        color: var(--gray-900);
        margin-bottom: 8px;
    }

    .popup_wrap.type_confirm p {
        font-family: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -0.36px;
        color: var(--gray-800);
    }