@charset "utf-8"; 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url("https://font.elice.io/css?family=Elice+DX+Neolli");
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css'); 
@import url('https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');


@font-face {
    font-family: 'Ownglyph_meetme-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/Ownglyph_meetme-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


* {margin:0; padding:0; text-decoration:none; box-sizing:border-box; -webkit-text-size-adjust:none; outline:0; -webkit-appearance:none; -webkit-font-smoothing:antialiased;}

html,body {font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; color:#333;}
ul,li {list-style:none;}
a {text-decoration:none; color:inherit;}
img {max-width:100%;}

textarea,input {font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}
optgroup,select,button {font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif; font-weight:inherit; cursor:pointer; font-size:1em;}
input::-webkit-input-placeholder {color:#aaa; font-weight:400;}
textarea::-webkit-input-placeholder {color:#aaa; font-weight:400;}
input::-ms-input-placeholder {color:#aaa; font-weight:400;}
textarea::-ms-input-placeholder {color:#aaa; font-weight:400;}
input::-moz-placeholder {color:#aaa; font-weight:400;}
textarea::-moz-placeholder {color:#aaa; font-weight:400;}
input:-webkit-autofill {-webkit-box-shadow:0 0 0 1000px #fff inset;}
input[type=number]::-webkit-outer-spin-button {-webkit-appearance:none;}
input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none;}
select::-ms-expand {display:none;}
select {-moz-appearance:none; -webkit-appearance:none; appearance:none;}
caption {display:none;}
span,i {font-size:inherit; font-weight:inherit; line-height:initial; color:inherit; letter-spacing:inherit;}
b {font-size:inherit; font-weight:700; line-height:inherit; color:inherit; letter-spacing:inherit;}

.pretendard {font-family:Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}
.blind {display:none !important;}
.chineseN{font-family:'Malgun Gothic';font-weight: normal;}
.chineseB{font-family:'Malgun Gothic';font-weight: bold;}
.meetme {font-family: 'Ownglyph_meetme-Rg';}

.neolli_md {font-family:'Elice DX Neolli'; font-weight:300;}

.neolli_bd {font-family:'Elice DX Neolli'; font-weight:500;}

@-webkit-keyframes showUp {
	0% {opacity:0; -webkit-transform:translateX(-50%) translateY(30px);}
	100% {opacity:1; -webkit-transform:translateX(-50%) translateY(0);}
}

@keyframes showUp {
	0% {opacity:0; transform:translateX(-50%) translateY(30px);}
	100% {opacity:1; transform:translateX(-50%) translateY(0);}
}

/*body::-webkit-scrollbar {display:none;}*/





