html, body {
	font-family: 'Kopub Dotum', 'Trebuchet MS', sans-serif;
	font-size: 14px;
	height: 100%;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	color: #222222;
	background-color: #ededed;
}
a {
	color: #333333;
	font-family: 'Kopub Dotum';
}
a:hover,
a:focus {
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
dl {
	margin-bottom: 15px;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: 'Kopub Dotum', '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;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dddddd;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
label {
	font-weight: 300;
}
button {
	font-family: 'Kopub Dotum', 'Trebuchet MS', sans-serif;
	box-shadow: none;
	background-image: none;
	text-shadow: none;
}
nav {
	clear: both;
	content: " ";
	display: table;
	width: 100%;
}
input[type=file] {
	height: 34px;
	margin: 0;
	cursor: pointer;
}
.radio, .checkbox {
	padding: 0;
	margin: 0;
}
.radio label, .checkbox label,
.radio-inline, .checkbox-inline {
	font-weight: 300;
}
.btn {
	border-radius: 5px;
}
.btn-default {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	background-color: #0276eb;
	border-color: #0276eb;
}
.btn-success {
	background-color: #378137;
	border-color: #2c692c;
}
.box-body .nav-pills>li>a {
	padding: 6px 12px;
	border: 1px solid #dddddd;
	border-radius: 0;
}
.box-body .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #2e4c69;
	border-color: #243e56;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bootstrap-select {
	width: 100%;
}
.table-responsive {
	overflow-x: inherit;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-footer {
	text-align: center;
}
.panel {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}
.panel-heading {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 0;
}
.panel-body {
    border-radius: 0;
}
.panel-footer {
    border-radius: 0;
    background-color: #f7f7f7;
}
.inner {
	position: relative;
}
.card {
	margin-bottom: 15px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
	overflow: hidden;
}
.card-header {
	padding: 15px 10px;
}
.card-header .title {
	font-size: 1.143em;
	padding: 0;
	margin: 0;
}
.card-body {
	padding: 0 10px 10px 10px;
}

.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-green {
	color: #72a82b;
}
.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;
}
.bg-gray {
	background-color: #f7f7f7;
}

.form-control {
	position: relative;
	font-size: 1em;
	border-radius: 5px;
}
.form-control.min-width {
	width: 70px;
}
.form-control.width-sm {
	width: 100px;
}
.input-group.date .form-control {
	border-right: 1px solid #ffffff;
	box-shadow: none;
}
.input-group-addon {
	color: #777777;
	background: #ffffff;
	border-left: 1px solid #ffffff;
	border-radius: 0;
	margin-left: -1px;
}

.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;}

.mt-10 {margin-top: -10px;}
.mt-20 {margin-top: -20px;}

.mt0 {margin-top: 0px;}
.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;}
.mt40 {margin-top: 40px;}

.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;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.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;}

.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;}

.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;}
	.form-control { min-width: 100px; }
	.form-control.min-width, .form-control.width-sm { width: 100%; }
}

/* 익스플로어  스크롤바와 화면이 안겹치게 하는 설정 */
@-ms-viewport {
	width: auto;
}
