@font-face {
    font-family: 'GmarketSans300';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff');
} 
@font-face {
    font-family: 'GmarketSans500';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff');
} 
@font-face {
    font-family: 'GmarketSans700';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff');         
} 
@font-face {
    font-family: 'Somi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_10@1.0/Somi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--mainColor1:#0148fd;
	--mainColor2:#04148b;
	--fontStyle1:'GmarketSans700';
	--fontStyle2:'GmarketSans500';
	--fontStyle3:'GmarketSans300';
	--fontStyle4:'Somi';
	--centerWidth:1150px;
	--centerWidth100:100%;
}

@keyframes upDown {
	0% {transform:translateY(-5px)}
	50% {transform:translateY(5px)}
	100% {transform:translateY(-5px)}
}