a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	font-style: inherit;
	vertical-align: baseline;
}
body,
html {
	color: #303030;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
}
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:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background-color: transparent;
	cursor: pointer;
}
input,
textarea {
	font-size: 14px;
	color: #1a233a;
}
::placeholder {
	color: #808ea9;
	font-size: 14px;
	font-weight: 400;
}
input:focus,
textarea:focus {
	outline: 1px solid #303030;
}
img,
video {
	max-width: 100%;
}
a {
	text-decoration: none;
}

/**** admin_start ****/
.table-container {
	display: flex;
	width: 100%;
	min-height: 100vh;
	flex-direction: column;
}
.table-container tr:has(.content-wrapper) {
	display: flex;
}
.table-container tr:has(.content-wrapper) td:has(.content-wrapper) {
	width: 100%;
	padding-left: 200px;
}
.sidebar-nav {
	position: fixed;
	top: 88px;
	bottom: 0;
	width: 200px;
	height: 100%;
	background: #3c4b64;
}
.topbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 88px;
}
.topbar td:has(.menu-wrapper) {
	padding: 0 28px;
}
.topbar td:has(.topbar-logo) {
	width: 200px;
}
.content-wrapper {
	width: 100%;
	padding-top: 12px;
	min-height: calc(100vh - 88px);
	background: #fafafa;
}
.content-wrapper td:has(.breadcrumb) {
	padding: 7px 0;
	background: #fff;
	box-shadow: 0 3px 5px #00000005, 0 0 2px #0000000d, 0 1px 4px #00000014;
}
.content-wrapper td:has(.content-inner) {
	padding: 20px;
}
.content-table thead > tr > td {
	padding: 0.75rem 0.75rem;
	border-top: 1px solid #96b2c9;
	background-color: #eef3f8;
	font-size: 14px;
	font-weight: bold;
}
.content-table tbody > tr > td {
	font-size: 14px;
	border: 1px solid #e4e4e4;
	border-width: 0 0 1px 0;
	padding: 0.75rem 0.75rem;
}
.menu-wrapper a {
	padding: 30px;
}
.menu-wrapper a:hover {
	color: #6dabe7;
}
.menu-wrapper a > span {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.13;
	letter-spacing: -0.32px;
}
.sidebar-nav li a {
	display: block;
	width: 100%;
	padding: 14px;
	box-sizing: border-box;
}
.sidebar-nav li a:hover {
	background: rgba(255, 255, 255, 0.05);
}
.sidebar-nav li a span {
	font-size: 14px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
}
.sidebar-nav li a:hover span {
	color: #fff;
}
