@charset "UTF-8";
/****************************************/
/*  Name : 프로젝트 명
/*  PART : font style
/*  Author : 최초 작성자
/*  MODIFY : 작업 참여자
/*
/*  Summary: /* 파일 내용 */
/*  01) Noto sans
/*  02) Montserrat
/****************************************/

/* ********************************************************************************* *
* 01) Noto sans // font-family: 'Noto Sans KR';
* ********************************************************************************* */
.Notosans { font-family: 'Noto Sans KR'; }

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: url('/dtjp/lib/fonts/NotoSansKR-Thin.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Thin.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Thin.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 200;
	src: url('/dtjp/lib/fonts/NotoSansKR-Light.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Light.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/dtjp/lib/fonts/NotoSansKR-DemiLight.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-DemiLight.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-DemiLight.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/dtjp/lib/fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/dtjp/lib/fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Medium.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/dtjp/lib/fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Bold.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url('/dtjp/lib/fonts/NotoSansKR-Black.woff2') format('woff2'),
		url('/dtjp/lib/fonts/NotoSansKR-Black.woff') format('woff'),
		url('/dtjp/lib/fonts/NotoSansKR-Black.otf') format('opentype');
}


/* ********************************************************************************* *
* 02) Montserrat // font-family: 'Montserrat';
* ********************************************************************************* */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v14-latin-regular.woff') format('woff');
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v14-latin-500.woff2') format('woff2'),
        url('../fonts/montserrat-v14-latin-500.woff') format('woff');
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v14-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v14-latin-700.woff') format('woff');
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}