@charset "UTF-8";

/*초기화*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	box-sizing:border-box;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-size:16px;
    color:#222;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	color:#222;
}
select, input:focus {
	outline:0;
}
button {
	border:0;
	outline:0;
}
input[type=radio] {
	cursor:pointer;
}
/*기본폰트*/
@font-face {
	font-family:'NotoSansKr';
	font-style: normal;
	font-weight: 100;
	src: url(/sppartners/fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face {
	font-family:'NotoSansKr';
	font-style: normal;
	font-weight: 500;
	src: url(/sppartners/fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
	font-family:'NotoSansKr';
	font-style: normal;
	font-weight: 600;
	src: url(/sppartners/fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 100;
	src: url(/sppartners/fonts/GmarketSansLight.woff) format('woff');
}
@font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 500;
	src: url(/sppartners/fonts/GmarketSansMedium.woff) format('woff');
}
@font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 600;
	src: url(/sppartners/fonts/GmarketSansBold.woff) format('woff');
}  
/*스크롤바디자인*/
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
}