@charset "utf-8";

/* ONE Mobile */
/* 100 thin
300 light
400 regular
500 normal
600 semi-bold
700 bold
900 black */
/*
한글 범위:  U+AC00-D7A3
영어 대문자 범위 :  U+0041-005A
영어 소문자 범위 :   U+0061-007A
숫자 범위 : U+0030-0039
특수 문자: U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
*/
@font-face {
	font-family: 'ONEMobileOTF';
	font-style: normal;
	font-weight: 300;
	src: url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Light.woff2) format('woff2'),
		 url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Light.woff) format('woff');
    font-display: swap;
}
@font-face {
	font-family: 'ONEMobileOTF';
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Regular.woff2) format('woff2'),
		 url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Regular.woff) format('woff');
         font-display: swap;
}

@font-face {
	font-family: 'ONEMobileOTF';
	font-style: normal;
	font-weight: 500;
	src: url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Bold.woff2) format('woff2'),
		 url(../webfonts/ONEMobileOTF/ONE_Mobile_OTF_Bold.woff) format('woff');
         font-display: swap;
}

@font-face {
	font-family: 'ONEMobileTitleOTF';
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/ONEMobileOTF/ONE_Mobile_Title_OTF.woff2) format('woff2'),
		 url(../webfonts/ONEMobileOTF/ONE_Mobile_Title_OTF.woff) format('woff');
         font-display: swap;
}

/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 100;
	src: url(../webfonts/Pretendard/Pretendard-Thin.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Thin.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Thin.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url(../webfonts/Pretendard/Pretendard-ExtraLight.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-ExtraLight.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-ExtraLight.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url(../webfonts/Pretendard/Pretendard-Light.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Light.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 400;
	src: url(../webfonts/Pretendard/Pretendard-Regular.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Regular.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url(../webfonts/Pretendard/Pretendard-Medium.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Medium.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url(../webfonts/Pretendard/Pretendard-SemiBold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-SemiBold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-SemiBold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url(../webfonts/Pretendard/Pretendard-Bold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Bold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url(../webfonts/Pretendard/Pretendard-ExtraBold.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-ExtraBold.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-ExtraBold.otf) format('opentype');
}
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 900;
	src: url(../webfonts/Pretendard/Pretendard-Black.woff2) format('woff2'),
		 url(../webfonts/Pretendard/Pretendard-Black.woff) format('woff'),
		 url(../webfonts/Pretendard/Pretendard-Black.otf) format('opentype');
}