@charset "utf-8";
@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:300;
	src:url(./font/NanumBarunGothicLight.eot);
	src:url(./font/NanumBarunGothicLight.eot?#iefix) format('embedded-opentype'),
		url(./font/NanumBarunGothicLight.woff) format('woff'),
		url(./font/NanumBarunGothicLight.ttf) format('truetype');
}

@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:400;
	src:url(./font/NanumBarunGothic.eot);
	src:url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
		url(./font/NanumBarunGothic.woff) format('woff'),
		url(./font/NanumBarunGothic.ttf) format('truetype');
}

@font-face{
	font-family:'Nanum Barun Gothic';
	font-style:normal;
	font-weight:600;
	src:url(./font/NanumBarunGothicBold.eot);
	src:url(./font/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),		
		url(./font/NanumBarunGothicBold.ttf) format('truetype'),
		url(./font/NanumBarunGothicBold.woff) format('woff');
}


@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('./font/pretendard/Pretendard-Light.eot');
    src: url('./font/pretendard/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-Light.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-Light.woff') format('woff'),
        url('./font/pretendard/Pretendard-Light.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;    
    /* src: url('./font/pretendard/Pretendard-Regular.eot');
    src: url('./font/pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-Regular.woff') format('woff'),
        url('./font/pretendard/Pretendard-Regular.ttf') format("truetype"); */
    src: url('./font/pretendard/Pretendard-Medium.eot');
    src: url('./font/pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-Medium.woff') format('woff'),
        url('./font/pretendard/Pretendard-Medium.ttf') format("truetype");    
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('./font/pretendard/Pretendard-Medium.eot');
    src: url('./font/pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-Medium.woff') format('woff'),
        url('./font/pretendard/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    /* src: url('./font/pretendard/Pretendard-SemiBold.eot');
    src: url('./font/pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('./font/pretendard/Pretendard-SemiBold.ttf') format("truetype"); */
    src: url('./font/pretendard/Pretendard-Bold.eot');
    src: url('./font/pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('./font/pretendard/Pretendard-Bold.woff') format('woff'),
        url('./font/pretendard/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}