@charset "UTF-8";

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

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

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

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

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

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

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

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

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


@font-face {
	font-family: 'Clipartkorea';
	font-weight: 700;
	font-display: swap;
	src: local(),
        url(/home/fonts/Clipartkorea_bold.woff2) format('woff2'),
        url(/home/fonts/Clipartkorea_bold.woff) format('woff');
}
@font-face {
	font-family: 'Clipartkorea';
	font-weight: 500;
	font-display: swap;
	src: local(),
        url(/home/fonts/Clipartkorea_Medium.woff2) format('woff2'),
        url(/home/fonts/Clipartkorea_Medium.woff) format('woff');
}
@font-face {
	font-family: 'Clipartkorea';
	font-weight: 400;
	font-display: swap;
	src: local(),
        url(/home/fonts/Clipartkorea_Regular.woff2) format('woff2'),
        url(/home/fonts/Clipartkorea_Regular.woff) format('woff');
}
@font-face {
	font-family: 'Clipartkorea';
	font-weight: 300;
	font-display: swap;
	src: local(),
        url(/home/fonts/Clipartkorea_Light.woff2) format('woff2'),
        url(/home/fonts/Clipartkorea_Light.woff) format('woff');
}



@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    src: local(),
        url('/home/fonts/GmarketSansBold.woff2') format('woff2');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    src:
    local(),
        url('/home/fonts/GmarketSansMedium.woff2') format('woff2');
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    src:
    local(),
        url('/home/fonts/GmarketSansLight.woff2') format('woff2');
}

/* 여기어때 잘난체 -------------------------- */
@font-face {
    font-family: 'yg-jalnan';
    font-display: swap;
    src: local(),
        url('/home/fonts/JalnanOTF00.woff2') format('woff2'),
        url('/home/fonts/JalnanOTF00.woff') format('woff');
    
}
/* 여기어때 잘난체 고딕 -------------------------- */
@font-face {
    font-family: 'JalnanGothic';
    font-display: swap;
    src: local(),
        url('/home/fonts/JalnanGothic.woff2') format('woff2'),
        url('/home/fonts/JalnanGothic.woff') format('woff');
    
}