html, body {
	font-family: 'Nanum Gothic', 'Trebuchet MS', sans-serif;
	font-size: 16px;
	height: 100%;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	padding-top: 48px;
	background-color: #222222;
}
a {
	color: #333333;
	font-family: 'Nanum Gothic';
}
a:hover,
a:focus {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
dl {
	margin-bottom: 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Nanum Gothic', 'Trebuchet MS', sans-serif;
	margin-top: 20px;
	margin-bottom: 8px;
}
h1, .h1 {
	font-size: 2em;
	line-height: 1em;
}
h2, .h2 {
	font-size: 1.8em;
	line-height: 1em;
}
.h3, h3 {
	font-size: 1.6em;
	line-height: 1em;
}
.h4, h4 {
	font-size: 1.4em;
	line-height: 1em;
}
.h5, h5 {
	font-size: 1.2em;
	line-height: 1em;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
p, li {
	word-break: keep-all;
}
button {
	font-family: 'Nanum Gothic', 'Trebuchet MS', sans-serif;
	box-shadow: none;
	background-image: none;
	text-shadow: none;
}
.table-responsive {
	overflow-x: inherit;
}

.text-sm {
	font-size: 12px;
}
.text-md {
	font-size: 14px;
}
.text-lg {
	font-size: 16px;
}
.text-xl {
	font-size: 40px;
}
.text-black {
	color: #000;
}
.text-gray {
	color: #666;
}
.text-light-gray {
	color: #999;
}
.text-white {
	color: #FFF;
}
.text-indigo {
	color: #3949AB;
}
.text-blue {
	color: #0D47A1;
}
.text-light-blue {
	color: #0870b2;
}
.text-red {
	color: #b40000;
}
.text-light-red {
	color: #cf0000;
}
.text-blue-grey {
	color: #37474F;
}
.text-teal-50 {
	color: #E0F2F1;
}
.text-teal-200 {
	color: #80CBC4;
}
.text-orange {
	color: #FFCC80;
}
.text-purple {
	color: #7B1FA2;
}

.form-control {
	position: relative;
	border-radius: 0;
}

/* font size */
.fc12 {font-size: 12px;}
.fc13 {font-size: 13px;}
.fc14 {font-size: 14px;}
.fc15 {font-size: 15px;}
.fc16 {font-size: 16px;}
.fc17 {font-size: 17px;}
.fc18 {font-size: 18px;}

/* padding */
.pt0 {padding-top: 0;}
.pl0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.pb0 {padding-bottom: 0;}
.pt5 {padding-top: 5px;}
.pb5 {padding-bottom: 5px;}
.pl5 {padding-left: 5px;}
.pr5 {padding-right: 5px;}
.pt10 {padding-top: 10px;}
.pb10 {padding-bottom: 10px;}
.pl10 {padding-left: 10px;}
.pr10 {padding-right: 10px;}
.pt15 {padding-top: 15px;}
.pb15 {padding-bottom: 15px;}
.pl15 {padding-left: 15px;}
.pr15 {padding-right: 15px;}
.pt20 {padding-top: 20px !important;}
.pb20 {padding-bottom: 20px !important;}
.pl20 {padding-left: 20px !important;}
.pr20 {padding-right: 20px !important;}
.pd0 {padding: 0px;}
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}

/* margin */
.mt-10 {margin-top: -10px;}
.mt-20 {margin-top: -20px;}
.mt0 {margin-top: 0px !important;}
.mt5 {margin-top: 5px;}
.mt6 {margin-top: 6px;}
.mt7 {margin-top: 7px;}
.mt8 {margin-top: 8px;}
.mt9 {margin-top: 9px;}
.mt10 {margin-top: 10px;}
.mt11 {margin-top: 11px;}
.mt12 {margin-top: 12px;}
.mt13 {margin-top: 13px;}
.mt14 {margin-top: 14px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.ml0 {margin-left: 0px;}
.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.mr0 {margin-right: 0px;}
.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mlrAuto {margin-left: auto;margin-right: auto;}
.mtZero {margin-top: 0;}
.mbZero {margin-bottom: 0;}
.mlZero {margin-left: 0;}
.mrZero {margin-right: 0;}
.pdZero {padding: 0;}

/* border */
.br5  {border-radius: 5%;}
.br10 {border-radius: 10%;}
.br20 {border-radius: 20%;}
.br30 {border-radius: 30%;}
.br40 {border-radius: 40%;}
.br50 {border-radius: 50%;}

@media screen and (max-width: 768px) {
	.xs-mt5 {margin-top: 5px;}
	.xs-mt10 {margin-top: 10px;}
	.xs-mt15 {margin-top: 15px;}
	.xs-mt20 {margin-top: 20px;}
	.xs-mt25 {margin-top: 25px;}
	.xs-mt30 {margin-top: 30px;}
}