@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, th, td,
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: inherit;
    vertical-align: baseline;
}
:root {
    --webHeight: 100%;
}

:lang(ko), :lang(en) {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

:lang(ja) {
    font-family: 'Noto Sans JP', -apple-system, system-ui, Roboto, sans-serif;
}

:lang(zh-CN) {
    font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

:lang(zh-Hant) {
    font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}


html, body {
    width: 100%;
    height: var(--webHeight);
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body{
    line-height: 1;
    white-space: inherit;
    word-break: keep-all;
    }
body{-ms-overflow-style: none;}
body::-webkit-scrollbar{display:none;}
body{-ms-overflow-style: none;}
body::-webkit-scrollbar{display:none;}
body{-ms-overflow-style: none;}
body::-webkit-scrollbar{display:none;}
body{-ms-overflow-style: none;}
body::-webkit-scrollbar{display:none;}
body{-ms-overflow-style: none;}
body::-webkit-scrollbar{display:none;}

ol, ul {
    list-style: none;
}
a {
    text-decoration: none;
    color:#000000;
}
a:link, a:visited {
    color: var(--systemWhite);
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: 700;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}

input {
    width:100%;
    height:48px;
    border-radius:10px;
    border:1px solid #afafaf;
    margin-bottom:10px;
    padding:10px;
}
textarea {
    width:100%;
    border-radius:10px;
    border:1px solid #afafaf;
    padding:10px;
}
input#keep {width:16px; height:16px;}
label {font-weight:500; line-height:32px;}
.keep_check {cursor:pointer;}
label.keep_text {position:absolute; bottom:2px; left:27px; cursor:pointer;}

.btn-light {
    background-color: #f0f0f0;
    border:1px solid #c5c5c5;
    font-size:17px;
}

.btn-blue {
    background-color:#4981c0;
    font-size:18px;
    color:#ffffff;
    border:none;
}

.btn-cancel {
    background-color: #f0f0f0;
    border:1px solid #c5c5c5;
    }

.btn-submit{
    font-size: 18px;
    color: white;
    background-color: #0C3887;
    border: none;
}

@media (max-width: 300px) {
    label.keep_text, .find_password {
        font-size:14px;
    }
}
