@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('../font/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

* {
    font-family: Pretendard, Apple SD Gothic Neo, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: -0.5px;
}

html, body {
    height: 100%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, td, th, article, aside, canvas, details, embed, figure, figcaption, #footer, #header, hgroup, menu, nav, output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

canvas {
    width: 300px; /* 화면에 맞게 크기 조정 */
    height: 150px;
    display: block; /* 여백 제거 */
}

article, aside, details, figcaption, figure, #footer, #header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    color: #1a1a1a;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
}

input[type=text] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    border-radius: 0;
}

input::placeholder {
    color: #bfc3c9;
}

input::-webkit-input-placeholder{
    color: #bfc3c9;
}

input:-ms-input-placeholder{
    color: #bfc3c9;
}

button {
    all: unset;
}

address {
    font-style: normal;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: justify;
    line-height: 24px;
}

.main_txt {
    color: #3C75FF;
}

.min-h-screen {
    min-height: 100vh;
    width: 100%;
    max-width: 100%;
}

h1 {
    font-weight: 700;
    line-height: 1.5rem;
    font-size: 1.5rem;
    padding: 1rem 0;
}

#header {
    display: flex;
    justify-content: center;
    padding: 1rem 1.25rem 0;
    background: white;
    height: 72px;
}

.leading-50 {
    line-height: 50px;
}

.backBtn {
    position: absolute;
    top: 22px;
    left: .5rem;
    width: 44px;
    height: 44px;
}

.relative {
    position: relative;
}

/* .content_scrl {
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: none;
    -webkit-transform: translateZ(0);
    max-height: calc(100vh - 72px);
} */

.wrapper {
    padding: 32px 21px 1.5rem;
}

.inner {
    margin-top: 25px;
    border: 1px solid #c8ccd8;
    border-radius: 12px;
    padding: 1.5rem;
    height: 200px;
    overflow-x: scroll;
}

.btn {
    display: block;
    margin-top: 2rem;
    background: #ecf0f5;
    color: #bfc3c9;
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
}

.btn.active {
    background: #3c75ff;
    color: #fff;
}

.hidden {
    display: none !important;
}

.red {
    color: #F05C61;
}
