*{
	margin: 0;
	padding: 0;
	color: #393939;
	font-weight: 400;
	font-size: 16px;
	font-family: pretendard;
	line-height: 100%;
	box-sizing: border-box;
}

a{
	text-decoration: none;
}
body{
	width: 100%;
	height: 100%;
}
button{
	border: 0;
	background-color: transparent;
	vertical-align: top;
	outline: 0;
	cursor: pointer;
}
dialog{
	border: 0;
}
fieldset{
	border: 0;
}
hr{
	border: 0;
}
html{
	width: 100wh;
	min-width: 1600px;
	height: 100vh;
	min-height: 720px;
}
input{
	vertical-align: top;
	outline: 0;
}
input:read-only{
	color: #A8A8A8;
	background-color: #FAFAFA;
}
input[type="checkbox"]{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
input[type="date"]{
	width: 192px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E0E0;
}
input[type="file"]{
	display: none;
}
input[type="radio"]{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
input[type="password"]{
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E0E0;
}
input[type="text"]{
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E0E0;
}
label{
	cursor: pointer;
}
label input[type="checkbox"]{
	margin-right: 4px;
	vertical-align: -2px;
}
label input[type="radio"]{
	margin-right: 4px;
	vertical-align: -2px;
}
menu{
	list-style: none;
}
select{
	height: 40px;
	padding: 0 12px;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	outline: 0;
}
table{
	table-layout: fixed;
}
textarea{
	padding: 12px;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	outline: 0;
	resize: none;
}
ul{
	list-style: none;
}

.cols-64{
	width: 64px;
}
.cols-96{
	width: 96px;
}
.cols-128{
	width: 128px;
}
.cols-160{
	width: 160px;
}
.cols-192{
	width: 192px;
}
.cols-256{
	width: 256px;
}
.cols-320{
	width: 320px;
}
.cols-416{
	width: 416px;
}
.cols-512{
	width: 512px;
}
.cols-640{
	width: 640px;
}
.cols-768{
	width: 768px;
}
.cols-full{
	width: 100%;
}
.cols-auto{
	width: auto;
}

.rows-128{
	height: 128px;
}
.rows-256{
	height: 256px;
}

.global-header{
	overflow-y: scroll;
	position: fixed;
	width: 224px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #393939;
}
.global-header::-webkit-scrollbar{
	display: none;
}
.global-header aside{
	padding: 32px;
	border-bottom: 1px solid #6F6F6F;
}
.global-header aside p{
	position: relative;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}
.global-header aside figure{
	margin-top: 16px;
	text-align: center;
}
.global-header aside figure figcaption{
	margin: 16px 0;
	color: #A8A8A8;
	font-weight: 500;
	font-size: 14px;
}
.global-header aside menu{
	width: 112px;
	margin: 0 auto;
}
.global-header aside menu:after{
	display: block;
	clear: both;
	content: '';
}
.global-header aside menu li{
	float: left;
	margin-left: 8px;
}
.global-header aside menu li:first-child{
	margin-left: 0;
}
.global-header aside menu li a{
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid #6F6F6F;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
.global-header aside menu li a i{
	color: #8D8D8D;
}
.global-header nav{
	padding: 32px;
}
.global-header nav div{
	margin-top: 32px;
}
.global-header nav div:first-child{
	margin-top: 0;
}
.global-header nav div p{
	margin-bottom: 16px;
	font-weight: 500;
	color: #C6C6C6;
}
.global-header nav div p i{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: #C6C6C6;
	line-height: 16px;
	text-align: center;
}
.global-header nav div ul li{
	position: relative;
	margin: 8px 0 0 8px;
}
.global-header nav div ul li a{
	font-size: 14px;
	color: #A8A8A8;
}
.global-header nav div ul li.active a{
	color: #FFFFFF;
}
.global-header nav div ul li span{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.global-header nav div ul li.active span{
	display: block;
}
.global-header nav div ul li span i{
	color: #FFFFFF;
	font-size: 14px;
}

.global-footer{
	position: fixed;
	right: 16px;
	bottom: 16px;
}
.global-footer a{
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}

.global-main{
	overflow-y: scroll;
	width: 100%;
	height: 100%;
	padding: 0 64px 0 288px;
}
.global-main::-webkit-scrollbar{
	width: 12px;
}
.global-main::-webkit-scrollbar-thumb{
	border: 4px solid #FFFFFF;
	background-color: #6F6F6F;
}
.global-main hr{
	height: 64px;
}


.global-headline{
	font-weight: 600;
	font-size: 24px;
}
.global-headline i{
	margin: 0 8px;
	font-size: 16px;
	vertical-align: 2px;
}

.global-filter{
	margin-top: 64px;
	border: 1px solid #E0E0E0;
}
.global-filter div{
	position: relative;
	padding: 24px 32px;
	background-color: #FAFAFA;
}
.global-filter div strong{
	font-weight: 500;
}
.global-filter div strong i{
	margin-right: 4px;
}
.global-filter div button{
	position: absolute;
	top: 24px;
	right: 32px;
}
.global-filter div button span{
	color: #A8A8A8;
	font-size: 14px;
}
.global-filter div button i{
	margin-left: 4px;
	color: #A8A8A8;
	font-size: 14px;
}
.global-filter fieldset{
	display: none;
	padding: 16px 32px;
	border-top: 1px solid #F0F0F0;
}
.global-filter fieldset table{
	width: 100%;
	border-collapse: collapse;
}
.global-filter fieldset table tbody tr th{
	padding: 16px 0;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}
.global-filter fieldset table tbody tr td{
	padding: 16px 0;
}
.global-filter fieldset table tbody tr td small{
	margin: 0 4px;
	color: #A8A8A8;
	line-height: 40px;
}
.global-filter fieldset table tbody tr td ul{
	display: inline;
}
.global-filter fieldset table tbody tr td ul li{
	display: inline;
}
.global-filter fieldset table tbody tr td ul li button{
	height: 40px;
	padding: 0 16px;
	border: 1px solid #E0E0E0;
	color: #A8A8A8;
	font-size: 14px;
}
.global-filter fieldset table tbody tr td label{
	display: inline-block;
	line-height: 40px;
}
.global-filter fieldset p{
	padding: 16px 0;
	text-align: right;
}
.global-filter fieldset p button{
	width: 128px;
	height: 40px;
	font-size: 14px;
}
.global-filter fieldset p button[type="reset"]{
	border: 1px solid #E0E0E0;
}
.global-filter fieldset p button[type="submit"]{
	background-color: #6F6F6F;
	color: #FFFFFF;
}
.global-filter fieldset p button i{
	margin-right: 4px;
	font-size: 14px;
}
.global-filter fieldset p button[type="submit"] i{
	color: #FFFFFF;
}

.global-list table{
	width: 100%;
	margin-top: 64px;
	border-top: 1px solid #6F6F6F;
	border-collapse: collapse;
}
.global-list table caption{
	position: relative;
	margin-bottom: 16px;
	font-weight: 500;
	line-height: 40px;
	text-align: left;
}
.global-list table caption i{
	margin-right: 4px;
	font-size: 14px;
}
.global-list table caption small{
	margin: 0 8px;
	color: #A8A8A8;
	font-size: 14px;
}
.global-list table caption fieldset{
	position: absolute;
	top: 0;
	right: 0;
}
.global-list table caption fieldset a{
	display: inline-block;
	height: 40px;
	padding: 0 16px;
	background-color: #6F6F6F;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
}
.global-list table caption fieldset button{
	height: 40px;
	padding: 0 16px;
	background-color: #6F6F6F;
	color: #FFFFFF;
	font-size: 14px;
}
.global-list table thead th{
	padding: 32px 0;
	border-bottom: 1px solid #E0E0E0;
	background-color: #FAFAFA;
	font-weight: 500;
}
.global-list table tbody td{
	padding: 32px 0;
	border-bottom: 1px solid #E0E0E0;
	text-align: center;
}
.global-list table tbody td p{
	margin-top: 8px;
	padding: 0 16px;
}
.global-list table tbody td p:first-child{
	margin-top: 0;
}
.global-list table tbody td code{
	display: none;
}
.global-list table tbody td a{
	display: inline-block;
	min-width: 80px;
	height: 32px;
	padding: 0 16px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.global-list table tbody td a.inactive{
	border: 1px solid #F0F0F0;
	color: #C6C6C6;
	cursor: default;
}
.global-list table tbody td a i{
	font-size: 14px;
}
.global-list table tbody td a.inactive i{
	color: #C6C6C6;
}
.global-list table tbody td button{
	width: 48px;
	height: 32px;
	border: 1px solid #E0E0E0;
	color: #A8A8A8;
	font-size: 12px;
}
.global-list table tbody td button.active{
	border: 1px solid #1BCFD4;
	background-color: #1BCFD4;
	color: #FFFFFF;
}
.global-list table tbody td ul li{
	margin-top: 8px;
	padding: 0 16px;
	text-align: left;
}
.global-list table tbody td ul li:first-child{
	margin-top: 0;
}
.global-list table tbody td ul li button{
	width: 64px;
	height: 24px;
}
.global-list table tbody td ul li button.inactive{
	border: 1px solid #C6C6C6;
	background-color: #C6C6C6;
	color: #FFFFFF;
	cursor: default;
}
.global-list table tbody td ul li span{
	margin-left: 8px;
	line-height: 24px;
}
.global-list table tbody td ul li small{
	margin: 0 4px;
	color: #A8A8A8;
	font-size: 12px;
	vertical-align: 1px;
}

.global-page{
	margin-top: 64px;
	text-align: center;
}
.global-page strong{
	display: inline-block;
	margin: 0 8px;
	padding: 12px 16px;
	border: 1px solid #6F6F6F;
	background-color: #6F6F6F;
	color: #FFFFFF;
	font-size: 14px;
}
.global-page a{
	display: inline-block;
	margin: 0 8px;
	padding: 12px 16px;
	border: 1px solid #E0E0E0;
	color: #A8A8A8;
	font-size: 14px;
}
.global-page a i{
	color: #A8A8A8;
	font-size: 14px;
}

.global-dialog{
	display: none;
	overflow-y: auto;
	width: 512px;
	height: 512px;
	padding: 32px;
	background-color: #FFFFFF;
}
.global-dialog::-webkit-scrollbar{
	display: none;
}
.global-dialog form{
	width: 100%;
	height: 100%;
}
.global-dialog form fieldset{
	margin-top: 32px;
	text-align: center;
}
.global-dialog form fieldset button{
	width: 128px;
	height: 40px;
	font-size: 14px;
}
.global-dialog form fieldset button[type="button"]{
	border: 1px solid #E0E0E0;
}
.global-dialog form fieldset button[type="submit"]{
	border: 1px solid #6F6F6F;
	background-color: #6F6F6F;
	color: #FFFFFF;
}
.global-dialog form fieldset button i{
	margin-right: 4px;
	font-size: 12px;
}
.global-dialog form fieldset button[type="submit"] i{
	color: #FFFFFF;
}

.global-form nav{
	padding-top: 64px;
}
.global-form nav:after{
	display: block;
	clear: both;
	content: '';
}
.global-form nav menu li{
	float: left;
	margin-left: 4px;
}
.global-form nav menu li:first-child{
	margin-left: 0;
}
.global-form nav menu li a{
	display: block;
	width: 128px;
	height: 40px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
}
.global-form nav menu li a.active{
	border: 1px solid #6F6F6F;
	background-color: #6F6F6F;
	color: #FFFFFF;
}
.global-form table{
	width: 100%;
	margin-top: 64px;
	border-top: 1px solid #6F6F6F;
	border-collapse: collapse;
}
.global-form table caption{
	margin-bottom: 16px;
	font-weight: 500;
	text-align: left;
}
.global-form table caption i{
	margin-right: 4px;
	font-size: 14px;
}
.global-form table tbody th{
	padding: 32px 24px;
	border-bottom: 1px solid #E0E0E0;
	background-color: #FAFAFA;
	font-weight: 500;
	text-align: left;
}
.global-form table tbody th i{
	margin-left: 2px;
	color: #A8A8A8;
	font-size: 10px;
	vertical-align: 2px;
}
.global-form table tbody td{
	padding: 32px 24px;
	border-bottom: 1px solid #E0E0E0;
}
.global-form table tbody td p{
	margin-top: 16px;
}
.global-form table tbody td p:first-child{
	margin-top: 0;
}
.global-form table tbody td label{
	display: inline-block;
	line-height: 40px;
}
.global-form table tbody td button{
	height: 40px;
	padding: 0 16px;
	border: 1px solid #E0E0E0;
	color: #A8A8A8;
	font-size: 14px;
}
.global-form table tbody td u{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #E0E0E0;
	border-left: none;
	color: #A8A8A8;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}
.global-form table tbody td span{
	display: inline-block;
	position: relative;
}
.global-form table tbody td span input{
	padding-right: 52px;
}
.global-form table tbody td span i{
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	color: #A8A8A8;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.global-form fieldset{
	margin-top: 64px;
	text-align: center;
}
.global-form fieldset a{
	display: inline-block;
	width: 144px;
	height: 48px;
	border: 1px solid #E0E0E0;
	line-height: 46px;
	text-align: center;
}
.global-form fieldset a i{
	margin-right: 4px;
	font-size: 14px;
}
.global-form fieldset button{
	width: 144px;
	height: 48px;
	border: 1px solid #6F6F6F;
	background-color: #6F6F6F;
	color: #FFFFFF;
}
.global-form fieldset button i{
	margin-right: 4px;
	color: #FFFFFF;
	font-size: 14px;
}
.global-form .sound_only{
	display: none;
}