@charset "utf-8";

@import url(./fonts/pretendard.css);
@import url(./icons/fa/css/font-awesome.css);
@import url(./icons/xi/xeicon.css);

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* 변수사용 */
:root{
    --mainColor : #2a58d4;
    --subColor : #4573f2;
    --spriteImg : url(../css/images/imgSpritesForm.png);
}


/* basic_start */
*					{box-sizing: border-box; -webkit-box-sizing: border-box; padding:0px; margin:0px; }
html                { font-size: 10px; }
body                { font-family: "Noto Sans KR","Malgun Gothic", "맑은 고딕" ,helvetica, 'Dotum', "Apple SD Gothic Neo", sans-serif; font-size:14px; letter-spacing:0px; color:#101010; min-width:1600px;  word-wrap: break-word; word-break: keep-all;}
body.noscroll		{ position: fixed; top:0px;left:0px;right:0px;bottom:0px; }


/* - 코드 초기화 - */
div,p, span, h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,fieldset,input,button,select, textarea, th, td, img {border:0px; outline: none; }
ul,ol,li,dl,dt,dd   { list-style:none;}
table {border-collapse:collapse; border-spacing:0; table-layout: fixed;}
input, textarea, button, select {-webkit-appearance:none; -moz-appearance:none; appearance:none; outline: none;-webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;background: transparent; resize: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a                   { text-decoration:none; color:#111; outline:none; }
a:visited           { color:#111; }
a:active            { color:#111; }
a:hover             { color:#111; text-decoration:none; }
img {display:inline-block;}
article, aside, figcaption, figure,
footer, header, nav, section {display: block;}

caption{width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden;}
legend{width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden;}
/* - @코드 초기화 - */

