@font-face {
	font-family: 'cczicon';
	src:url('fonts/cczicon.eot?emuxs4');
	src:url('fonts/cczicon.eot?emuxs4#iefix') format('embedded-opentype'),
		url('fonts/cczicon.ttf?emuxs4') format('truetype'),
		url('fonts/cczicon.woff?emuxs4') format('woff'),
		url('fonts/cczicon.svg?emuxs4#cczicon') format('svg');

}

.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'cczicon' !important;

}

.icon-facebook:before {
	content: "\f230";
}
.icon-twitter:before {
	content: "\e81b";
}
.icon-google-plus:before {
	content: "\e81a";
}
.icon-kakaostory:before {
	content: "\e838";
}
.icon-naver:before {
	content: "\e820";
}