@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('/home/css/Itpage/font/Pretendard-Black.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('/home/css/Itpage/font/Pretendard-ExtraBold.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('/home/css/Itpage/font/Pretendard-Bold.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('/home/css/Itpage/font/Pretendard-SemiBold.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('/home/css/Itpage/font/Pretendard-Medium.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('/home/css/Itpage/font/Pretendard-Regular.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('/home/css/Itpage/font/Pretendard-Light.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('/home/css/Itpage/font/Pretendard-ExtraLight.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('/home/css/Itpage/font/Pretendard-Thin.woff2') format('woff2'), url('/home/css/Itpage/font/Pretendard-Thin.woff') format('woff');
}

/* 영어 유니코드 */
@font-face {
	font-family: 'Montserrat';
	font-weight: 900;
	src: local('Montserrat Black'), url('/home/css/Itpage/font/Montserrat-Black.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 800;
	src: local('Montserrat ExtraBold'), url('/home/css/Itpage/font/Montserrat-ExtraBold.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 700;
	src: local('Montserrat ExtraBold'), url('/home/css/Itpage/font/Montserrat-Bold.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 600;
	src: local('Montserrat SemiBold'), url('/home/css/Itpage/font/Montserrat-SemiBold.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: local('Montserrat Medium'), url('/home/css/Itpage/font/Montserrat-Medium.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: local('Montserrat Regular'), url('/home/css/Itpage/font/Montserrat-Regular.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

@font-face {
	font-family: 'Montserrat';
	font-weight: 300;
	src: local('Montserrat Light'), url('/home/css/Itpage/font/Montserrat-Light.woff');
	unicode-range:  U+0041-005A, U+0061-007A;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Montserrat', 'Pretendard', sans-serif;
}

html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, ol, li {
	list-style: none;
}

img, fieldset {
	border: none;
	vertical-align: top;
}

a {
	color: #000;
	text-decoration: none;
}

button {
	background: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}
