@charset "utf-8";

/* 초기화 css */
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

:link, :visited {color: #000000; text-decoration: none;}

h1,h2,h3,h4,h5,h6 {font-weight: bold;}


/*----- Font Size (rem) -----*/
.f-s-10r {font-size:.625rem !important}
.f-s-11r {font-size:.6875rem !important}
.f-s-12r {font-size:.75rem !important}
.f-s-13r {font-size:.8125rem !important}
.f-s-14r {font-size:.875rem !important}
.f-s-15r {font-size:.9375rem !important}
.f-s-16r {font-size:1rem !important}
.f-s-17r {font-size:1.0625rem !important}
.f-s-18r {font-size:1.125rem !important}
.f-s-19r {font-size:1.1875rem !important}
.f-s-20r {font-size:1.25rem !important}
.f-s-21r {font-size:1.3125rem !important}
.f-s-22r {font-size:1.375rem !important}
.f-s-23r {font-size:1.4375rem !important}
.f-s-24r {font-size:1.5rem !important}
.f-s-25r {font-size:1.5625rem !important}
.f-s-26r {font-size:1.625rem !important}
.f-s-27r {font-size:1.6875rem !important}
.f-s-28r {font-size:1.75rem !important}
.f-s-29r {font-size:1.8125rem !important}
.f-s-30r {font-size:1.875rem !important}

/*----- Line Height -----*/
.l-h-1 {line-height:1 !important}
.l-h-11 {line-height:1.1 !important}
.l-h-12 {line-height:1.2 !important}
.l-h-13 {line-height:1.3 !important}
.l-h-14 {line-height:1.4 !important}
.l-h-15 {line-height:1.5 !important}
.l-h-16 {line-height:1.6 !important}
.l-h-17 {line-height:1.7 !important}
.l-h-18 {line-height:1.8 !important}
.l-h-19 {line-height:1.9 !important}

/*----- Spacing -----*/
/*Width*/
.width-10 {width:10% !important}
.width-15 {width:15% !important}
.width-20 {width:20% !important}
.width-25 {width:25% !important}
.width-30 {width:30% !important}
.width-35 {width:35% !important}
.width-40 {width:40% !important}
.width-45 {width:45% !important}
.width-50 {width:50% !important}
.width-55 {width:55% !important}
.width-60 {width:60% !important}
.width-65 {width:65% !important}
.width-70 {width:70% !important}
.width-75 {width:75% !important}
.width-80 {width:80% !important}
.width-85 {width:85% !important}
.width-90 {width:90% !important}
.width-95 {width:95% !important}
.width-100 {width:100% !important}
.width-10px {width:10px !important}
.width-20px {width:20px !important}
.width-30px {width:30px !important}
.width-40px {width:40px !important}
.width-50px {width:50px !important}
.width-60px {width:60px !important}
.width-70px {width:70px !important}
.width-80px {width:80px !important}
.width-90px {width:90px !important}
.width-100px {width:100px !important}
.width-110px {width:110px !important}
.width-120px {width:120px !important}
.width-130px {width:130px !important}
.width-140px {width:140px !important}
.width-150px {width:150px !important}
.width-160px {width:160px !important}
.width-170px {width:170px !important}
.width-180px {width:180px !important}
.width-190px {width:190px !important}
.width-200px {width:200px !important}
.width-250px {width:250px !important}
.width-300px {width:300px !important}
.width-350px {width:350px !important}
.width-400px {width:400px !important}
.width-450px {width:450px !important}
.width-500px {width:500px !important}

/* Padding */
.p-0 {padding:0 !important}
.p-5 {padding:5px !important}
.p-10 {padding:10px !important}
.p-15 {padding:15px !important}
.p-20 {padding:20px !important}
.p-25 {padding:25px !important}
.p-30 {padding:30px !important}
.p-35 {padding:35px !important}
.p-40 {padding:40px !important}
.p-45 {padding:45px !important}
.p-50 {padding:50px !important}
.p-60 {padding:60px !important}
.p-70 {padding:70px !important}
.p-80 {padding:80px !important}
.p-90 {padding:90px !important}
.p-100 {padding:100px !important}

