/* override font family */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, html,
i, iframe, img, ins, kbd, keygen, label, legend, meter, nav, object, ol, output, p, pre, progress, q,
s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var, li {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", "Open Sans", "malgun gothic", "Nanum Gothic", "dotum", "arial", "sans-serif";
}

/* override default tag */
html {}
body { margin: 0; padding: 0; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { margin: 0; padding: 0; }
label, input, button, select, img { vertical-align: middle; }
input, button { margin: 0; padding: 0; }
textarea, select {}

a, button { transition: all 0.3s ease; }
a.disabled { pointer-events: none; cursor: default; }

/* override default bootstrap */
table.dataTable { border-collapse: collapse !important; }
table.dataTable.table-striped tbody tr:nth-of-type(odd) { background-color: #FFFFFF; }
table.dataTable.table-striped tbody tr:nth-of-type(even) { background-color: #E7F3F8; }
table.dataTable.table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-left  { background-color: #FFFFFF; }
table.dataTable.table-striped tbody tr:nth-of-type(even) td.dtfc-fixed-left  { background-color: #E7F3F8; }
table.dataTable.table-striped tbody tr:nth-of-type(odd) td.dtfc-fixed-right  { background-color: #FFFFFF; }
table.dataTable.table-striped tbody tr:nth-of-type(even) td.dtfc-fixed-right  { background-color: #E7F3F8; }

table.dataTable.table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); transition: all 0.3s ease; }

table.table-bodystriped tbody:nth-of-type(odd) { background-color: #FFFFFF; }
table.table-bodystriped tbody:nth-of-type(even) { background-color: #E7F3F8; }

.table table { border-collapse: collapse !important; }
.table thead th { border-bottom: 1px solid #dee2e6; }

.table th,
.table td { padding: 0.4rem; }

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td { vertical-align: middle; }

.table > thead > tr > th { height: 30px; line-height: 1.2; }
.table > tbody > tr > td { height: 40px; line-height: 1.2; word-break: break-word; }
.table > tfoot > tr > td { height: 45px; line-height: 1.2; }

.table.table-layout-fixed { table-layout: fixed; }

/* override admlite.css */
.login-box,
.register-box { width: 500px; }

.input-group { padding: 0px; }
.form-group { margin-bottom: 0.7rem; }

.select-checkbox::before { top: 52% !important }

.navbar-light .navbar-nav .nav-link { font-weight: bold; }
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus { font-weight: bold; }
.navbar-light .navbar-nav .nav-link.disabled { font-weight: bold; }

.spinner-border,
.spinner-grow { display: none; position: fixed; top: calc(50% - (58px / 2)); right: calc(50% - (58px / 2)); }

/* */
.form-control-xs {
	height: calc(1.5em + .75rem + 2px);
	padding: 0.125rem 0.25rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.wrapper-disable {
	pointer-events: none;
	opacity: 0.5;
	-ms-user-select: none;
	-moz-user-select:
	-moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
	height: calc(1.5em + .75rem + 2px);
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
	padding: 0.125rem 0.25rem;
	font-size: 0.75rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.input-group-xxs > .form-control,
.input-group-xxs > .custom-select,
.input-group-xxs > .input-group-prepend > .input-group-text,
.input-group-xxs > .input-group-append > .input-group-text,
.input-group-xxs > .input-group-prepend > .btn,
.input-group-xxs > .input-group-append > .btn {
	padding: 0.125rem 0.25rem;
	font-size: 0.55rem;
	line-height: 1.2;
	border-radius: 0.2rem;
}

.text-xxs { font-size: 0.68rem !important; }
.btn-xxs { padding: 0.125rem 0.25rem; font-size: 0.7rem; line-height: 1.2; border-radius: 0.15rem; }

.textarea { width: 100%; resize: none; outline: none; }

.col-form-text { line-height: 2.5; }
.col-form-text-sm { line-height: 2.5; }
.col-form-text-lg { line-height: 2.5; }

.btn_fixed_top { position: fixed; width: 100%; left:0; right:0; bottom: 0; z-index: 100; background: #fff; border-top: 1px solid #ddd; text-align: center; padding: 5px; }
.help-info { display: block; padding: 0 0 5px; color: #5b747e; }

/* */
#tbl_member > thead > tr > th,
#tbl_landing_data > thead > tr > th,
#tbl_landing_page > thead > tr > th { background-color: #007bff; color: #fff; }
#tbl_control > thead > tr > th { background-color: #6c757d; color: #fff; }
#tbl_control > tbody > tr > td { height: 100px; }
#tbl_control .controller { cursor: pointer; }

.btn-xxs {
	padding: 0.07rem 0.12rem;
	font-size: 0.5rem;
	line-height: 1.5;
	border-radius: 0.1rem;
}
