@charset "utf-8";

html {
	-webkit-text-size-adjust: none !important;
	-moz-text-size-adjust: none !important;
	-ms-text-size-adjust: none !important;
}
* { box-sizing: border-box;padding: 0;margin: 0;text-decoration: none;color: var(--text_color);font-family: 'Pretendard', '-apple-system', 'BlinkMacSystemFont', system-ui, 'Roboto', 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;letter-spacing: -0.02rem;font-weight: 400;-webkit-font-smoothing: antialiased; }
li, ol, ul { list-style: none; }
a { color: var(--text_color);text-decoration: none; }
a:visited , a:hover,a:active { color: var(--text_color); }
select { -webkit-appearance: none;-moz-appearance: none;appearance: none; }
input::-webkit-outer-spin-button , input::-webkit-inner-spin-button { -webkit-appearance: none;-moz-appearance: none;appearance: none; }
i, address { font-style:normal; }
