@charset "utf-8";
/* CSS Document */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@font-face {
    font-family: 'BookkMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Lt.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'BookkMyungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

* {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

caption {
    display: none;
}

html, body {
    height: 100%;
    font-size-adjust: none;
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
    -moz-text-size-adjust: none; /*Firefox*/
    -ms-text-size-adjust: none; /*Ie*/
    -o-text-size-adjust: none; /*old versions of Opera*/
}

html {
    font-size: 62.5%;
    font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, 'Noto Sans KR', sans-serif;
}

/*기본폰트 10px*/
body, th, td, input, select, textarea, button {
    font-size: 1.4rem;
    line-height: 1.5;
    font-family: 'SUIT', -apple-system, BlinkMacSystemFont, system-ui, 'Noto Sans KR', sans-serif;
    word-break: keep-all;
    word-wrap: break-word;
    color: #1A1A1A;
}

body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, textarea, p, blockquote,
th, td, input, select, textarea, button,
header, nav, menu, section, article {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

input, textarea {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.28px;

}

input, select, textarea, button {
    vertical-align: middle
}

input[type='text'], input[type='password'], input[type='submit'], input[type='search'] {
    -webkit-appearance: none;
}

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
    -webkit-appearance: none;
    border: none;
}

input[type='button'] {
    -webkit-appearance: none;
    border: 0;
}

input[type='search']:-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type='radio'], input[type='checkbox'] {
    border: none;
}

input[type='radio'] {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

a, a:link, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal
}

table {
    width: 100%;
    border-collapse: collapse;
}

img {
    vertical-align: middle;
}



