/*
    문자 초기화
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
*/
/*
    트랜지션
    transition: All .2s ease-out;
    -webkit-transition: All .2s ease-out;
    -moz-transition: All .2s ease-out;
    -o-transition: All .2s ease-out
*/




@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'); 
@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:'Cafe24Ssurround'; 
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff'); 
    font-weight:normal; 
    font-style:normal; 
}
@font-face {
    font-family:'SBAggroB'; 
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff'); 
    font-weight:normal; 
    font-style:normal; 
}
@font-face {
    font-family:'SBAggroM'; 
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff'); 
    font-weight:normal; 
    font-style:normal; 
}
@font-face {
    font-family:'SBAggroL'; 
    src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff'); 
    font-weight:normal; 
    font-style:normal; 
}
* {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;}*/





