*{margin: 0; padding: 0; box-sizing: border-box;}
a{color: inherit; text-decoration: none;}
li{list-style: none;}
img{width: 100%; height: 100%; object-fit: cover;}



/* pretendard 폰트 fontface */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('./woff2/PretendardVariable.woff2') format('woff2-variations');
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root{
  /* color system */
  --main_color:#0092de;
  --sec_color1:#40a9ff;
  --sec_color2:#fdfbf7;
  --sec_color3:#e9e4dc;
  --sec_color4:#070D0D;
  --main_black_1b:#1b1b1b;
  --sub_black_4a:#4a4a4a;
  --main_white_fa:#fafafa;
  --white_text_f9:#f9f9f9;
  --dark_text9:#999;
  --dark_text6:#666;
  --dark_text3:#333;
  --dark_text1c:#1c1c1c;
  
  /* font system */
  --main_font:'Pretendard Variable';
  --sub_font:'Montserrat', serif;
}