:root {
    --Title: #000;
    --Primary: #00256C;
    --Body: #555;
    --Line2: #E7EAF0;
    --BG2: #F8F9FC;
    --basic-white: #fff;
    --basic-dark: #13062d;
    --basic-black: #000;
    --basic-shade-100: #fbfbfc;
    --basic-shade-150: #f8f8fa;
    --basic-shade-200: #f4f4f9;
    --basic-shade-300: #e9e9f0;
    --basic-shade-400: #d4d4df;
    --basic-shade-500: #babccd;
    --basic-shade-600: #979bae;
    --basic-shade-700: #757b92;
    --basic-shade-800: #4B526A;
    --basic-shade-850: #404465;
    --purple-shade-100: #f8f7fd;
    --purple-shade-200: #f2ecff;
    --purple-primary: #6b2fdd;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100vh;
    font-family: "Pretendard Variable", 'Pretendard', 'Apple SD Gothic Neo',Sans-serif !important;
    background: var(--basic-shade-100);
    color: var(--basic-dark);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}
  
p {
    margin: 0;
}

.container {
    width: 100%;
    height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: unset;
    padding: 0;
    background: var(--basic-shade-150);
}

.top-area {
    padding: 21px 100px;
    width: inherit;
    display: flex;
    justify-content: space-between;
    background: #fff;
    display: none;
}

.top-area > div:first-child {
    display: flex;
    align-items: center;
}

.logo-area > img {
    width: 224px;
    height: 21px;
}

.btn-close-window > img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.m-close-area {
    display: none;
}

.logo-title-area {
    color: var(--Primary, #00256C);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Pretendard Variable";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 166.667% */
}

.bottom-area {
    padding: 100px 0 175px 0;
    min-width: 760px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.confirm-img-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.confirm-img-area > img {
    width: 150px;
    height: 150px;
}

.confirm-title {
    color: var(--basic-dark, #13062D);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 29px */
    margin-top:20px;
}

.confirm-content {
    margin-top: 10px;
}

.confirm-content > p {
    color: var(--basic-shade-800, #4B526A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%;
}

.confirm-desc-area {
    margin-top: 100px;
    display: flex;
    width: 600px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 14px;
    background: var(--basic-white, #FFF);
}

.confirm-desc-area > div:first-child {
    color: var(--basic-dark, #13062D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.confirm-desc-area > div:nth-child(2) > ul {
    padding-left: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.confirm-desc-area > div:nth-child(2) > ul li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 25px;
    margin-right: 10px; /* li 본문과 간격 조절 */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="3" height="25" viewBox="0 0 3 25" fill="none"><circle cx="1.5" cy="12.5" r="1.5" fill="%234B526A"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle; /* 텍스트랑 세로 맞춤 */
}


.confirm-desc-area > div:nth-child(2) > ul > li {
    color: var(--basic-shade-800, #4B526A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 24.75p */
}



.confirm-desc-area > div:last-child {
    color: var(--basic-shade-8004-b-526-a, #4B526A);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 165%; /* 24.75px */
}
.pointer{
    color: #6B2FDD;
    font-weight: 600;
}
@media (max-width: 1059px) {
    .m-hidden {
        display: none !important;
    }

    .container {
        padding: 0;
        background: var(--basic-white);
        height: inherit;
    }

    .m-close-area {
        display: block;
    }

    .top-area {
        padding: 21px 20px 0 20px;
        flex-direction: column;
        justify-content: unset;
    }

    .top-area > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 21px;
    }

    .logo-title-area {
        padding: 30px 0;
        color: var(--Title, #000);
        font-feature-settings: 'liga' off, 'clig' off;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        width: 100%;
    }

    .bottom-area {
        padding: 0;
        min-width: unset;
        justify-content: flex-start;
        height: 100%;
        width: 100%;
    }

    .bottom-area > div:first-child {
        padding: 80px 20px;
        width: 100%;
    }

    .bottom-title-area {
        flex-direction: column;
        justify-content: baseline;
        align-items: baseline;
    }

    .bottom-title-area > div:last-child {
        margin-top: 10px;
    }

    .confirm-img-area > img {
        width: 100px;
        height: 100px;
    }

    .confirm-desc-area {
        margin: 0;
        padding: 30px 20px;
        background: var(--basic-shade-100, #fbfbfc);
        height: 100%;
        width: 100%;
        border-radius: unset;
    }

    .confirm-desc-area > div:last-child {
        margin-top: 12px;
    }
}