
html {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
}

input[type="text"], input[type="password"], textarea, select {
    width: 270px;
    border: 1px solid #404447;
    border-radius: 10px;
    background: #1e1f21;
    padding: 10px 20px;
    line-height: 25px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-family: "ns";
    box-shadow: 0px 3px 5px #000 inset;
}

table {
    border-collapse: collapse;
    width: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

strong,
b {
	font-weight: bold;
}

body {
	color: rgba(255, 255, 255, 0.87);
	margin: 0;
	font-size: 0.875rem;
	font-weight: 400;
	/*line-height: 1.43;*/
	background-color: #100f14;
	font-family: 'NanumBarunGothic', '맑은 고딕', HelveticaNeue, DroidSans, Sans-serif, Helvetica;
}

@media print {
	body {
		background-color: #fff;
	}
}

body::backdrop {
	background-color: #100f14;
}


.jss5 {
	keys: xs, sm, md, lg, xl;
	values: [object Object];
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

a.disable-link {
	cursor: default;
	pointer-events: none;
}

@media (max-width:1023px) {
	a.disable-link {
		cursor: pointer;
		pointer-events: inherit;
	}
}

img {
	max-width: 100%;
}

.pointer {
	cursor: pointer;
}

.rounded {
	border-radius: 50%;
}

.Cmt-table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.avatar-rotate{animation: avatar-rotate 10s infinite ease-in-out;}

@keyframes avatar-rotate{
	0%{transform:rotateY(0deg)  rotateY(0deg);}
	50%{transform:rotateX(10deg)  rotateY(360deg);}
	100%{transform:rotateX(0deg)  rotateY(0deg);}    
}

@media (max-width:959.95px) {
	.Cmt-table-responsive {
		width: 100%;
		border: 1px solid rgba(255, 255, 255, 0.06);
		overflow-y: hidden;
		margin-bottom: 15px;
	}
	
	.Cmt-table-responsive>table {
		margin-bottom: 0;
	}
	
	.Cmt-table-responsive>table>thead>tr>th {
		padding-top: 8px;
	}
	
	.Cmt-table-responsive>table>thead>tr>th,
	.Cmt-table-responsive>table>tbody>tr>th,
	.Cmt-table-responsive>table>tfoot>tr>th,
	.Cmt-table-responsive>table thead>tr>td,
	.Cmt-table-responsive>table tbody>tr>td,
	.Cmt-table-responsive>table tfoot>tr>td {
		white-space: nowrap;
	}
}

.dropzone {
	flex: 1;
	border: 2px dashed rgba(255, 255, 255, 0.06);
	display: flex;
	outline: none;
	padding: 40px 20px;
	transition: border .24s ease-in-out;
	align-items: center;
	border-radius: 2px;
	flex-direction: column;
	background-color: #100f14;
}

.swal2-shown .swal2-container {
	z-index: 300000000;
}

.swal2-container .swal2-popup,
.swal2-container .swal2-popup.swal2-toast {
	color: rgba(255, 255, 255, 0.87);
	background-color: #363636;
}

.swal2-container .swal2-content,
.swal2-container .swal2-title {
	color: rgba(255, 255, 255, 0.87);
}

.swal2-container .swal2-footer a {
	color: #3f51b5;
}

.swal2-container .swal2-close:focus {
	outline: none;
}

.rbc-calendar {
	flex: 1;
	min-height: calc(100vh - 200px);
}

@media (max-width:1023px) {
	.rbc-calendar {
		min-height: 400px;
	}
}

@media (max-width:1023px) {
	.rbc-calendar .rbc-toolbar {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.rbc-calendar .rbc-toolbar .rbc-toolbar-label {
		margin: 8px 0;
		padding: 0;
	}
}

@media (max-width:1023px) {
	.rbc-calendar .rbc-toolbar {
		font-size: 12px;
	}
	
	.rbc-calendar .rbc-toolbar button {
		padding: 5px 10px;
	}
}

.rbc-calendar .rbc-event {
	min-height: 50px;
	background-color: #3f51b5;
}

.rbc-calendar .rbc-event.rbc-selected {
	background-color: rgb(44, 56, 126);
}

.rbc-calendar .rbc-slot-selection {
	background-color: rgba(63, 81, 181, 0.7);
}

.rbc-calendar .rbc-toolbar button:active,
.rbc-calendar .rbc-toolbar button.rbc-active {
	color: #fff;
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.9);
	background-image: none;
}

.rbc-calendar .rbc-toolbar button:active:hover,
.rbc-calendar .rbc-toolbar button.rbc-active:hover,
.rbc-calendar .rbc-toolbar button:active:focus,
.rbc-calendar .rbc-toolbar button.rbc-active:focus {
	color: #fff;
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.9);
}

.rbc-calendar .rbc-toolbar button {
	color: rgba(255, 255, 255, 0.87);
}

.rbc-calendar .rbc-toolbar button:focus,
.rbc-calendar .rbc-toolbar button:hover {
	color: #fff;
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.9);
}

.rbc-calendar .rbc-month-row {
	min-height: 100px;
}

.rbc-calendar .rbc-off-range-bg {
	background-color: rgba(63, 81, 181, 0.1);
}

.rbc-calendar .rbc-event:focus {
	outline: none;
}

.pt-1 {
	padding-top: 4px !important;
}

.pb-1 {
	padding-bottom: 4px !important;
}

.pl-1 {
	padding-left: 4px !important;
}

.pr-1 {
	padding-right: 4px !important;
}

.pt-2 {
	padding-top: 8px !important;
}

.pb-2 {
	padding-bottom: 8px !important;
}

.pl-2 {
	padding-left: 8px !important;
}

.pr-2 {
	padding-right: 8px !important;
}

.pt-3 {
	padding-top: 12px !important;
}

.pb-3 {
	padding-bottom: 12px !important;
}

.pl-3 {
	padding-left: 12px !important;
}

.pr-3 {
	padding-right: 12px !important;
}

.pt-4 {
	padding-top: 16px !important;
}

.pb-4 {
	padding-bottom: 16px !important;
}

.pl-4 {
	padding-left: 16px !important;
}

.pr-4 {
	padding-right: 16px !important;
}

.pt-5 {
	padding-top: 20px !important;
}

.pb-5 {
	padding-bottom: 20px !important;
}

.pl-5 {
	padding-left: 20px !important;
}

.pr-5 {
	padding-right: 20px !important;
}

.pt-6 {
	padding-top: 24px !important;
}

.pb-6 {
	padding-bottom: 24px !important;
}

.pl-6 {
	padding-left: 24px !important;
}

.pr-6 {
	padding-right: 24px !important;
}

.pt-7 {
	padding-top: 28px !important;
}

.pb-7 {
	padding-bottom: 28px !important;
}

.pl-7 {
	padding-left: 28px !important;
}

.pr-7 {
	padding-right: 28px !important;
}

.pt-8 {
	padding-top: 32px !important;
}

.pb-8 {
	padding-bottom: 32px !important;
}

.pl-8 {
	padding-left: 32px !important;
}

.pr-8 {
	padding-right: 32px !important;
}

.ml-1 {
	margin-left: 4px !important;
}

.mr-1 {
	margin-right: 4px !important;
}

.mt-1 {
	margin-top: 4px !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}

.ml-2 {
	margin-left: 8px !important;
}

.mr-2 {
	margin-right: 8px !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.ml-3 {
	margin-left: 12px !important;
}

.mr-3 {
	margin-right: 12px !important;
}

.mt-3 {
	margin-top: 12px !important;
}

.mb-3 {
	margin-bottom: 12px !important;
}

.ml-4 {
	margin-left: 16px !important;
}

.mr-4 {
	margin-right: 16px !important;
}

.mt-4 {
	margin-top: 16px !important;
}

.mb-4 {
	margin-bottom: 16px !important;
}

.ml-5 {
	margin-left: 20px !important;
}

.mr-5 {
	margin-right: 20px !important;
}

.mt-5 {
	margin-top: 20px !important;
}

.mb-5 {
	margin-bottom: 20px !important;
}

.ml-6 {
	margin-left: 24px !important;
}

.mr-6 {
	margin-right: 24px !important;
}

.mt-6 {
	margin-top: 24px !important;
}

.mb-6 {
	margin-bottom: 24px !important;
}

.ml-7 {
	margin-left: 28px !important;
}

.mr-7 {
	margin-right: 28px !important;
}

.mt-7 {
	margin-top: 28px !important;
}

.mb-7 {
	margin-bottom: 28px !important;
}

.ml-8 {
	margin-left: 32px !important;
}

.mr-8 {
	margin-right: 32px !important;
}

.mt-8 {
	margin-top: 32px !important;
}

.mb-8 {
	margin-bottom: 32px !important;
}


.layout-big {
	width: 100%;
	height: 100%;
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
}

.layout-box {
	flex: 1;
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	flex-direction: row;
}

.Cmt-sidebar-fixed .layout-box {
	flex-direction: column;
}

@media (max-width:1023px) {
	.Cmt-modernLayout .layout-box {
		flex-direction: column;
	}
}

@media screen and (min-width: 1024px) {
	.layout-type-framed {
		padding: 20px;
		overflow: hidden;
		background-color: rgb(25, 32, 72);
	}
	
	.layout-type-framed>#root {
		height: calc(100vh - 40px);
		overflow: hidden;
		border-radius: 12px;
		background-color: #100f14;
	}
	
	.layout-type-framed .lay-size {
		height: 100%;
		overflow-y: auto;
	}
	
	.layout-type-framed .Cmt-sidebar-fixed .layout-box {
		overflow: hidden;
	}
	
	.layout-type-framed .Cmt-sidebar-fixed .box-overflow {
		overflow-y: auto;
	}
	
	.layout-type-framed .lay-size.Cmt-sidebar-fixed .Cmt-sidebar {
		z-index: 1103;
		position: absolute;
	}
	
	.layout-type-framed .lay-size.Cmt-sidebar-fixed .Cmt-actionSidebarWrapper {
		position: absolute;
	}
}

@media (min-width:1920px) {
	.layout-type-framed {
		padding: 50px;
	}
	
	.layout-type-framed>#root {
		height: calc(100vh - 100px);
	}
}

@media screen and (min-width: 1024px) {
	.layout-type-boxed {
		overflow: hidden;
		background-color: rgb(25, 32, 72);
	}
	
	.layout-type-boxed>#root {
		width: 1300px;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		background-color: #100f14;
	}
	
	.layout-type-boxed .lay-size {
		overflow-y: auto;
	}
	
	.layout-type-boxed .Cmt-sidebar-fixed .layout-box {
		overflow: hidden;
	}
	
	.layout-type-boxed .Cmt-sidebar-fixed .box-overflow {
		overflow-y: auto;
	}
	
	.layout-type-boxed .lay-size.Cmt-sidebar-fixed .Cmt-sidebar {
		z-index: 1103;
		position: absolute;
	}
	
	.layout-type-boxed .lay-size.Cmt-sidebar-fixed .Cmt-actionSidebarWrapper {
		position: absolute;
	}
	
	.layout-type-boxed .lay-size.Cmt-fixedHeaderLayout .Cmt-header {
		left: 0;
		width: 100%;
		position: sticky;
	}
	
	.layout-type-boxed .lay-size.Cmt-fixedHeaderLayout .box-overflow {
		padding-top: 0;
	}
	
	.layout-type-boxed .lay-size.Cmt-miniLayout.Cmt-fixedHeaderLayout .Cmt-header,
	.layout-type-boxed .lay-size.Cmt-fullMiniLayout.Cmt-fixedHeaderLayout .Cmt-header,
	.layout-type-boxed .lay-size.Cmt-drawerLayout.Cmt-fixedHeaderLayout .Cmt-header {
		left: 0;
		width: 100%;
	}
}

@media (min-width:1920px) {
	.layout-type-boxed>#root {
		width: 1740px;
	}
}


.MuiPaper-root {
	color: rgba(255, 255, 255, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #121212;
}

.MuiPaper-root2 {
	color: rgba(255, 255, 255, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #1e3932;
}

.MuiPaper-rounded {
	border-radius: 4px;
}

.MuiPaper-outlined {
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiPaper-elevation0 {
	box-shadow: none;
}

.MuiPaper-elevation1 {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	overflow: hidden;
}

.MuiPaper-text {
	text-align: center;
	height: 43px;
	line-height: 23px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	background: rgba(0,0,0,0.8);
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0 0 8px 8px;
	position: absolute;
}

.MuiPaper-elevation2 {
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation3 {
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation4 {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation5 {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation6 {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation7 {
	box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation8 {
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation9 {
	box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation10 {
	box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation11 {
	box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation12 {
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation13 {
	box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation14 {
	box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation15 {
	box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation16 {
	box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation17 {
	box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation18 {
	box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation19 {
	box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation20 {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation21 {
	box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation22 {
	box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation23 {
	box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.MuiPaper-elevation24 {
	box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}


.MuiAppBar-root {
	width: 100%;
	display: flex;
	z-index: 1100;
	box-sizing: border-box;
	flex-shrink: 0;
	flex-direction: column;
}

.MuiAppBar-positionFixed {
	top: 0;
	left: auto;
	right: 0;
	position: fixed;
}

@media print {
	.MuiAppBar-positionFixed {
		position: absolute;
	}
}

.MuiAppBar-positionAbsolute {
	top: 0;
	left: auto;
	right: 0;
	position: absolute;
}

.MuiAppBar-positionSticky {
	top: 0;
	left: auto;
	right: 0;
	position: sticky;
}

.MuiAppBar-positionStatic {
	position: static;
}

.MuiAppBar-positionRelative {
	position: relative;
}

.MuiAppBar-colorDefault {
	color: #fff;
	background-color: #212121;
}

.MuiAppBar-colorPrimary {
	color: #fff;
	background-color: #3f51b5;
}

.MuiAppBar-colorSecondary {
	color: #fff;
	background-color: #f50057;
}

.MuiAppBar-colorInherit {
	color: inherit;
}

.MuiAppBar-colorTransparent {
	color: inherit;
	background-color: transparent;
}


.contents-head {
	width: 100%;
	display: flex;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s ease;
	align-items: center;
	flex-direction: row;
	background-color: #000;
}


.MuiToolbar-root {
	display: flex;
	position: relative;
	align-items: center;
}

.MuiToolbar-gutters {
	padding-left: 8px;
	padding-right: 8px;
}

@media (min-width:1024px) {
	.MuiToolbar-gutters {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.MuiToolbar-regular {
	min-height: 56px;
}

@media (min-width:0px) and (orientation: landscape) {
	.MuiToolbar-regular {
		min-height: 48px;
	}
}

@media (min-width:1024px) {
	.MuiToolbar-regular {
		min-height: 64px;
	}
}

.MuiToolbar-dense {
	min-height: 48px;
}


.MuiTypography-root {
	margin: 0;
}

.MuiTypography-body2 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0.25px;
}

.MuiTypography-body1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.MuiTypography-caption {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.66;
}

.MuiTypography-button {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75;
	text-transform: uppercase;
}

.MuiTypography-h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.167;
}

@media (min-width:1024px) {
	.MuiTypography-h1 {
		font-size: 22px;
	}
}

.MuiTypography-h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

@media (min-width:1024px) {
	.MuiTypography-h2 {
		font-size: 20px;
	}
}

.MuiTypography-h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.167;
}

@media (min-width:1024px) {
	.MuiTypography-h3 {
		font-size: 18px;
	}
}

.MuiTypography-h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.235;
}

.MuiTypography-h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.334;
}

.MuiTypography-h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.MuiTypography-subtitle1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.15px;
}

.MuiTypography-subtitle2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: 0.1px;
}

.MuiTypography-overline {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.66;
	text-transform: uppercase;
}

.MuiTypography-srOnly {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.MuiTypography-alignLeft {
	text-align: left;
}

.MuiTypography-alignCenter {
	text-align: center;
}

.MuiTypography-alignRight {
	text-align: right;
}

.MuiTypography-alignJustify {
	text-align: justify;
}

.MuiTypography-noWrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.MuiTypography-gutterBottom {
	margin-bottom: 0.35em;
}

.MuiTypography-paragraph {
	margin-bottom: 16px;
}

.MuiTypography-colorInherit {
	color: inherit;
}

.MuiTypography-colorPrimary {
	color: #3f51b5;
}

.MuiTypography-colorSecondary {
	color: #f50057;
}

.MuiTypography-colorTextPrimary {
	color: rgba(255, 255, 255, 0.87);
}

.MuiTypography-colorTextSecondary {
	color: rgba(255, 255, 255, 0.6);
}

.MuiTypography-colorError {
	color: #f44336;
}

.MuiTypography-displayInline {
	display: inline;
}

.MuiTypography-displayBlock {
	display: block;
}


.MuiLink-underlineNone {
	text-decoration: none;
}

.MuiLink-underlineHover {
	text-decoration: none;
}

.MuiLink-underlineHover:hover {
	text-decoration: underline;
}

.MuiLink-underlineAlways {
	text-decoration: underline;
}

.MuiLink-button {
	border: 0;
	cursor: pointer;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.MuiLink-button::-moz-focus-inner {
	border-style: none;
}

.MuiLink-button.Mui-focusVisible {
	outline: auto;
}


.MuiGrid-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.MuiGrid-item {
	margin: 0;
	box-sizing: border-box;
}

.MuiGrid-container .MuiGrid-item:nth-child(1) button {
	background: url(/assets/images/game/img-list2-bg1.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(2) button {
	background: url(/assets/images/game/img-list2-bg2.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(3) button {
	background: url(/assets/images/game/img-list2-bg3.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(4) button {
	background: url(/assets/images/game/img-list2-bg4.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(5) button {
	background: url(/assets/images/game/img-list2-bg5.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(6) button {
	background: url(/assets/images/game/img-list2-bg6.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(7) button {
	background: url(/assets/images/game/img-list2-bg7.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(8) button {
	background: url(/assets/images/game/img-list2-bg8.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(9) button {
	background: url(/assets/images/game/img-list2-bg9.png) no-repeat;
	background-size: cover;
}
.MuiGrid-container .MuiGrid-item:nth-child(10) button {
	background: url(/assets/images/game/img-list2-bg10.png) no-repeat;
	background-size: cover;
}

.MuiGrid-container-slot .MuiGrid-item button {
	background: url(/assets/images/game/img-list-bg.png) no-repeat !important;
	background-size: cover;
}

.MuiGrid-zeroMinWidth {
	min-width: 0;
}

.MuiGrid-direction-xs-column {
	flex-direction: column;
}

.MuiGrid-direction-xs-column-reverse {
	flex-direction: column-reverse;
}

.MuiGrid-direction-xs-row-reverse {
	flex-direction: row-reverse;
}

.MuiGrid-wrap-xs-nowrap {
	flex-wrap: nowrap;
}

.MuiGrid-wrap-xs-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.MuiGrid-align-items-xs-center {
	align-items: center;
}

.MuiGrid-align-items-xs-flex-start {
	align-items: flex-start;
}

.MuiGrid-align-items-xs-flex-end {
	align-items: flex-end;
}

.MuiGrid-align-items-xs-baseline {
	align-items: baseline;
}

.MuiGrid-align-content-xs-center {
	align-content: center;
}

.MuiGrid-align-content-xs-flex-start {
	align-content: flex-start;
}

.MuiGrid-align-content-xs-flex-end {
	align-content: flex-end;
}

.MuiGrid-align-content-xs-space-between {
	align-content: space-between;
}

.MuiGrid-align-content-xs-space-around {
	align-content: space-around;
}

.MuiGrid-justify-content-xs-center {
	justify-content: center;
}

.MuiGrid-justify-content-xs-flex-end {
	justify-content: flex-end;
}

.MuiGrid-justify-content-xs-space-between {
	justify-content: space-between;
}

.MuiGrid-justify-content-xs-space-around {
	justify-content: space-around;
}

.MuiGrid-justify-content-xs-space-evenly {
	justify-content: space-evenly;
}

.MuiGrid-spacing-xs-1 {
	width: calc(100% + 4px);
	margin: -2px;
}

.MuiGrid-spacing-xs-1>.MuiGrid-item {
	padding: 2px;
}

.MuiGrid-spacing-xs-2 {
	width: calc(100% + 8px);
	margin: -4px;
}

.MuiGrid-spacing-xs-2>.MuiGrid-item {
	padding: 4px;
}

.MuiGrid-spacing-xs-3 {
	width: calc(100% + 12px);
	margin: -6px;
}

.MuiGrid-spacing-xs-3>.MuiGrid-item {
	padding: 6px;
}

.MuiGrid-spacing-xs-4 {
	width: calc(100% + 16px);
	margin: -8px;
}

.MuiGrid-spacing-xs-4>.MuiGrid-item {
	padding: 8px;
}

.MuiGrid-spacing-xs-5 {
	width: calc(100% + 20px);
	margin: -10px;
}

.MuiGrid-spacing-xs-5>.MuiGrid-item {
	padding: 10px;
}

.MuiGrid-spacing-xs-6 {
	width: calc(100% + 24px);
	margin: -12px;
}

.MuiGrid-spacing-xs-6>.MuiGrid-item {
	padding: 12px;
}

.MuiGrid-spacing-xs-7 {
	width: calc(100% + 28px);
	margin: -14px;
}

.MuiGrid-spacing-xs-7>.MuiGrid-item {
	padding: 14px;
}

.MuiGrid-spacing-xs-8 {
	width: calc(100% + 32px);
	margin: -16px;
}

.MuiGrid-spacing-xs-8>.MuiGrid-item {
	padding: 16px;
}

.MuiGrid-spacing-xs-9 {
	width: calc(100% + 36px);
	margin: -18px;
}

.MuiGrid-spacing-xs-9>.MuiGrid-item {
	padding: 18px;
}

.MuiGrid-spacing-xs-10 {
	width: calc(100% + 40px);
	margin: -20px;
}

.MuiGrid-spacing-xs-10>.MuiGrid-item {
	padding: 20px;
}

.MuiGrid-grid-xs-auto {
	flex-grow: 0;
	max-width: none;
	flex-basis: auto;
}

.MuiGrid-grid-xs-true {
	flex-grow: 1;
	max-width: 100%;
	flex-basis: 0;
}

.MuiGrid-grid-xs-1 {
	flex-grow: 0;
	max-width: 8.333333%;
	flex-basis: 8.333333%;
}

.MuiGrid-grid-xs-2 {
	flex-grow: 0;
	max-width: 16.666667%;
	flex-basis: 16.666667%;
}

.MuiGrid-grid-xs-3 {
	flex-grow: 0;
	max-width: 25%;
	flex-basis: 25%;
}

.MuiGrid-grid-xs-4 {
	flex-grow: 0;
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}

.MuiGrid-grid-xs-5 {
	flex-grow: 0;
	max-width: 41.666667%;
	flex-basis: 41.666667%;
}

@media (max-width: 800px) {
.MuiGrid-grid-xs-6 {
	flex-grow: 0;
	max-width: 50% !important;
	flex-basis: 50% !important;
}
}

@media (max-width: 1423px) {
.MuiGrid-grid-xs-6 {
	flex-grow: 0;
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}
}

.MuiGrid-grid-xs-7 {
	flex-grow: 0;
	max-width: 58.333333%;
	flex-basis: 58.333333%;
}

.MuiGrid-grid-xs-8 {
	flex-grow: 0;
	max-width: 66.666667%;
	flex-basis: 66.666667%;
}

.MuiGrid-grid-xs-9 {
	flex-grow: 0;
	max-width: 75%;
	flex-basis: 75%;
}

.MuiGrid-grid-xs-10 {
	flex-grow: 0;
	max-width: 83.333333%;
	flex-basis: 83.333333%;
}

.MuiGrid-grid-xs-11 {
	flex-grow: 0;
	max-width: 91.666667%;
	flex-basis: 91.666667%;
}

.MuiGrid-grid-xs-12 {
	flex-grow: 0;
	max-width: 100%;
	flex-basis: 100%;
}

@media (min-width:1024px) {
	.MuiGrid-grid-sm-auto {
		flex-grow: 0;
		max-width: none;
		flex-basis: auto;
	}
	
	.MuiGrid-grid-sm-true {
		flex-grow: 1;
		max-width: 100%;
		flex-basis: 0;
	}
	
	.MuiGrid-grid-sm-1 {
		flex-grow: 0;
		max-width: 8.333333%;
		flex-basis: 8.333333%;
	}
	
	.MuiGrid-grid-sm-2 {
		flex-grow: 0;
		max-width: 16.666667%;
		flex-basis: 16.666667%;
	}
	
	.MuiGrid-grid-sm-3 {
		flex-grow: 0;
		max-width: 25%;
		flex-basis: 25%;
	}
	
	.MuiGrid-grid-sm-4 {
		flex-grow: 0;
		max-width: 33.333333%;
		flex-basis: 33.333333%;
	}
	
	.MuiGrid-grid-sm-5 {
		flex-grow: 0;
		max-width: 41.666667%;
		flex-basis: 41.666667%;
	}
	
	.MuiGrid-grid-sm-6 {
		flex-grow: 0;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.MuiGrid-grid-sm-7 {
		flex-grow: 0;
		max-width: 58.333333%;
		flex-basis: 58.333333%;
	}
	
	.MuiGrid-grid-sm-8 {
		flex-grow: 0;
		max-width: 66.666667%;
		flex-basis: 66.666667%;
	}
	
	.MuiGrid-grid-sm-9 {
		flex-grow: 0;
		max-width: 75%;
		flex-basis: 75%;
	}
	
	.MuiGrid-grid-sm-10 {
		flex-grow: 0;
		max-width: 83.333333%;
		flex-basis: 83.333333%;
	}
	
	.MuiGrid-grid-sm-11 {
		flex-grow: 0;
		max-width: 91.666667%;
		flex-basis: 91.666667%;
	}
	
	.MuiGrid-grid-sm-12 {
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width:1024px) {
	.MuiGrid-grid-md-auto {
		flex-grow: 0;
		max-width: none;
		flex-basis: auto;
	}
	
	.MuiGrid-grid-md-true {
		flex-grow: 1;
		max-width: 100%;
		flex-basis: 0;
	}
	
	.MuiGrid-grid-md-1 {
		flex-grow: 0;
		max-width: 8.333333%;
		flex-basis: 8.333333%;
	}
	
	.MuiGrid-grid-md-2 {
		flex-grow: 0;
		max-width: 16.666667%;
		flex-basis: 16.666667%;
	}

	.MuiGrid-grid-md-25 {
		flex-grow: 0;
		max-width: 20%;
		flex-basis: 20%;
	}

	.MuiGrid-grid-md-3 {
		flex-grow: 0;
		max-width: 25%;
		flex-basis: 25%;
	}
	
	.MuiGrid-grid-md-4 {
		flex-grow: 0;
		max-width: 33.333333%;
		flex-basis: 33.333333%;
	}
	
	.MuiGrid-grid-md-5 {
		flex-grow: 0;
		max-width: 41.666667%;
		flex-basis: 41.666667%;
	}
	
	.MuiGrid-grid-md-6 {
		flex-grow: 0;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.MuiGrid-grid-md-7 {
		flex-grow: 0;
		max-width: 58.333333%;
		flex-basis: 58.333333%;
	}
	
	.MuiGrid-grid-md-8 {
		flex-grow: 0;
		max-width: 66.666667%;
		flex-basis: 66.666667%;
	}
	
	.MuiGrid-grid-md-9 {
		flex-grow: 0;
		max-width: 75%;
		flex-basis: 75%;
	}
	
	.MuiGrid-grid-md-10 {
		flex-grow: 0;
		max-width: 83.333333%;
		flex-basis: 83.333333%;
	}
	
	.MuiGrid-grid-md-11 {
		flex-grow: 0;
		max-width: 91.666667%;
		flex-basis: 91.666667%;
	}
	
	.MuiGrid-grid-md-12 {
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width:1024px) {
	.MuiGrid-grid-lg-auto {
		flex-grow: 0;
		max-width: none;
		flex-basis: auto;
	}
	
	.MuiGrid-grid-lg-true {
		flex-grow: 1;
		max-width: 100%;
		flex-basis: 0;
	}
	
	.MuiGrid-grid-lg-1 {
		flex-grow: 0;
		max-width: 8.333333%;
		flex-basis: 8.333333%;
	}
	
	.MuiGrid-grid-lg-2 {
		flex-grow: 0;
		max-width: 16.666667%;
		flex-basis: 16.666667%;
	}
	
	.MuiGrid-grid-lg-3 {
		flex-grow: 0;
		max-width: 25%;
		flex-basis: 25%;
	}
	
	.MuiGrid-grid-lg-4 {
		flex-grow: 0;
		max-width: 33.333333%;
		flex-basis: 33.333333%;
	}
	
	.MuiGrid-grid-lg-5 {
		flex-grow: 0;
		max-width: 41.666667%;
		flex-basis: 41.666667%;
	}
	
	.MuiGrid-grid-lg-6 {
		flex-grow: 0;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.MuiGrid-grid-lg-7 {
		flex-grow: 0;
		max-width: 58.333333%;
		flex-basis: 58.333333%;
	}
	
	.MuiGrid-grid-lg-8 {
		flex-grow: 0;
		max-width: 66.666667%;
		flex-basis: 66.666667%;
	}
	
	.MuiGrid-grid-lg-9 {
		flex-grow: 0;
		max-width: 75%;
		flex-basis: 75%;
	}
	
	.MuiGrid-grid-lg-10 {
		flex-grow: 0;
		max-width: 83.333333%;
		flex-basis: 83.333333%;
	}
	
	.MuiGrid-grid-lg-11 {
		flex-grow: 0;
		max-width: 91.666667%;
		flex-basis: 91.666667%;
	}
	
	.MuiGrid-grid-lg-12 {
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
}

@media (min-width:1920px) {
	.MuiGrid-grid-xl-auto {
		flex-grow: 0;
		max-width: none;
		flex-basis: auto;
	}
	
	.MuiGrid-grid-xl-true {
		flex-grow: 1;
		max-width: 100%;
		flex-basis: 0;
	}
	
	.MuiGrid-grid-xl-1 {
		flex-grow: 0;
		max-width: 8.333333%;
		flex-basis: 8.333333%;
	}
	
	.MuiGrid-grid-xl-2 {
		flex-grow: 0;
		max-width: 16.666667%;
		flex-basis: 16.666667%;
	}
	
	.MuiGrid-grid-xl-3 {
		flex-grow: 0;
		max-width: 25%;
		flex-basis: 25%;
	}
	
	.MuiGrid-grid-xl-4 {
		flex-grow: 0;
		max-width: 33.333333%;
		flex-basis: 33.333333%;
	}
	
	.MuiGrid-grid-xl-5 {
		flex-grow: 0;
		max-width: 41.666667%;
		flex-basis: 41.666667%;
	}
	
	.MuiGrid-grid-xl-6 {
		flex-grow: 0;
		max-width: 50%;
		flex-basis: 50%;
	}
	
	.MuiGrid-grid-xl-7 {
		flex-grow: 0;
		max-width: 58.333333%;
		flex-basis: 58.333333%;
	}
	
	.MuiGrid-grid-xl-8 {
		flex-grow: 0;
		max-width: 66.666667%;
		flex-basis: 66.666667%;
	}
	
	.MuiGrid-grid-xl-9 {
		flex-grow: 0;
		max-width: 75%;
		flex-basis: 75%;
	}
	
	.MuiGrid-grid-xl-10 {
		flex-grow: 0;
		max-width: 83.333333%;
		flex-basis: 83.333333%;
	}
	
	.MuiGrid-grid-xl-11 {
		flex-grow: 0;
		max-width: 91.666667%;
		flex-basis: 91.666667%;
	}
	
	.MuiGrid-grid-xl-12 {
		flex-grow: 0;
		max-width: 100%;
		flex-basis: 100%;
	}
}


.MuiTouchRipple-root {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	border-radius: inherit;
	pointer-events: none;
}

.MuiTouchRipple-ripple {
	opacity: 0;
	position: absolute;
}

.MuiTouchRipple-rippleVisible {
	opacity: 0.3;
	animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
	transform: scale(1);
}

.MuiTouchRipple-ripplePulsate {
	animation-duration: 200ms;
}

.MuiTouchRipple-child {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	border-radius: 50%;
	background-color: currentColor;
}

.MuiTouchRipple-childLeaving {
	opacity: 0;
	animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}

.MuiTouchRipple-childPulsate {
	top: 0;
	left: 0;
	position: absolute;
	animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}

@-webkit-keyframes MuiTouchRipple-keyframes-enter {
	0% {
		opacity: 0.1;
		transform: scale(0);
	}
	
	100% {
		opacity: 0.3;
		transform: scale(1);
	}
}

@-webkit-keyframes MuiTouchRipple-keyframes-exit {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes MuiTouchRipple-keyframes-pulsate {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(0.92);
	}
	
	100% {
		transform: scale(1);
	}
}


.MuiBox-root {
	padding: 2px 0;
}

.MuiBox-root .MuiTypography-body2 {
	font-size: 12px;
}

.MuiButtonBase-root {
	color: inherit;
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	padding: 0;
	position: relative;
	align-items: center;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	justify-content: center;
	text-decoration: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.MuiButtonBase-root::-moz-focus-inner {
	border-style: none;
}

.MuiButtonBase-root.Mui-disabled {
	cursor: default;
	pointer-events: none;
}

@media print {
	.MuiButtonBase-root {
		-webkit-print-color-adjust: exact;
	}
}


.MuiButton-root {
	color: rgba(255, 255, 255, 0.87);
	padding: 6px 16px;
	font-size: 13px;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-weight: bold;
	line-height: 1.75;
	border-radius: 4px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.MuiButton-root:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.08);
}

.MuiButton-root.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
}

@media (hover: none) {
	.MuiButton-root:hover {
		background-color: transparent;
	}
}

.MuiButton-root:hover.Mui-disabled {
	background-color: transparent;
}

.MuiButton-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
}

.MuiButton-text {
	padding: 6px 8px;
}

.MuiButton-textPrimary {
	color: #3f51b5;
}

.MuiButton-textPrimary:hover {
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiButton-textPrimary:hover {
		background-color: transparent;
	}
}

.MuiButton-textSecondary {
	color: #f50057;
}

.MuiButton-textSecondary:hover {
	background-color: rgba(245, 0, 87, 0.08);
}

@media (hover: none) {
	.MuiButton-textSecondary:hover {
		background-color: transparent;
	}
}

.MuiButton-outlined {
	border: 1px solid rgba(255, 255, 255, 0.23);
	padding: 5px 15px;
}

.MuiButton-outlined.Mui-disabled {
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiButton-outlinedPrimary {
	color: #3f51b5;
	border: 1px solid rgba(63, 81, 181, 0.5);
}

.MuiButton-outlinedPrimary:hover {
	border: 1px solid #3f51b5;
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiButton-outlinedPrimary:hover {
		background-color: transparent;
	}
}

.MuiButton-outlinedSecondary {
	color: #f50057;
	border: 1px solid rgba(245, 0, 87, 0.5);
}

.MuiButton-outlinedSecondary:hover {
	border: 1px solid #f50057;
	background-color: rgba(245, 0, 87, 0.08);
}

.MuiButton-outlinedSecondary.Mui-disabled {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (hover: none) {
	.MuiButton-outlinedSecondary:hover {
		background-color: transparent;
	}
}

.MuiButton-contained {
	color: rgba(0, 0, 0, 0.87);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	background-color: #e0e0e0;
}

.MuiButton-contained:hover {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	background-color: #d5d5d5;
}

.MuiButton-contained.Mui-focusVisible {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.MuiButton-contained:active {
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.MuiButton-contained.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.12);
}

@media (hover: none) {
	.MuiButton-contained:hover {
		box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
		background-color: #e0e0e0;
	}
}

.MuiButton-contained:hover.Mui-disabled {
	background-color: rgba(255, 255, 255, 0.12);
}

.MuiButton-containedPrimary {
	color: #fff;
	background-color: #3f51b5;
}

.MuiButton-containedPrimary:hover {
	background-color: #303f9f;
}

@media (hover: none) {
	.MuiButton-containedPrimary:hover {
		background-color: #3f51b5;
	}
}

.MuiButton-containedSecondary {
	color: #fff;
	background-color: #f50057;
}

.MuiButton-containedSecondary:hover {
	background-color: #c51162;
}

@media (hover: none) {
	.MuiButton-containedSecondary:hover {
		background-color: #f50057;
	}
}

.MuiButton-disableElevation {
	box-shadow: none;
}

.MuiButton-disableElevation:hover {
	box-shadow: none;
}

.MuiButton-disableElevation.Mui-focusVisible {
	box-shadow: none;
}

.MuiButton-disableElevation:active {
	box-shadow: none;
}

.MuiButton-disableElevation.Mui-disabled {
	box-shadow: none;
}

.MuiButton-colorInherit {
	color: inherit;
	border-color: currentColor;
}

.MuiButton-textSizeSmall {
	padding: 4px 5px;
	font-size: 0.8125rem;
}

.MuiButton-textSizeLarge {
	padding: 8px 11px;
	font-size: 0.9375rem;
}

.MuiButton-outlinedSizeSmall {
	padding: 3px 9px;
	font-size: 0.8125rem;
}

.MuiButton-outlinedSizeLarge {
	padding: 7px 21px;
	font-size: 0.9375rem;
}

.MuiButton-containedSizeSmall {
	padding: 4px 10px;
	font-size: 0.8125rem;
}

.MuiButton-containedSizeLarge {
	padding: 8px 22px;
	font-size: 0.9375rem;
}

.MuiButton-fullWidth {
	width: 100%;
}

.MuiButton-startIcon {
	display: inherit;
	margin-left: -4px;
	margin-right: 8px;
}

.MuiButton-startIcon.MuiButton-iconSizeSmall {
	margin-left: -2px;
}

.MuiButton-endIcon {
	display: inherit;
	margin-left: 8px;
	margin-right: -4px;
}

.MuiButton-endIcon.MuiButton-iconSizeSmall {
	margin-right: -2px;
}

.MuiButton-iconSizeSmall>*:first-child {
	font-size: 18px;
}

.MuiButton-iconSizeMedium>*:first-child {
	font-size: 20px;
}

.MuiButton-iconSizeLarge>*:first-child {
	font-size: 22px;
}


@-webkit-keyframes mui-auto-fill {}

@-webkit-keyframes mui-auto-fill-cancel {}

.MuiInputBase-root {
	color: rgba(255, 255, 255, 0.87);
	cursor: text;
	display: inline-flex;
	position: relative;
	font-size: 1rem;
	box-sizing: border-box;
	align-items: center;
	font-weight: 400;
	line-height: 1.1876em;
}

.MuiInputBase-root.Mui-disabled {
	color: rgba(255, 255, 255, 0.38);
	cursor: default;
}

.MuiInputBase-multiline {
	padding: 6px 0 7px;
}

.MuiInputBase-multiline.MuiInputBase-marginDense {
	padding-top: 3px;
}

.MuiInputBase-fullWidth {
	width: 100%;
}

.MuiInputBase-input {
	font: inherit;
	color: currentColor;
	width: 100%;
	border: 0;
	height: 47px;
	margin: 0;
	display: block;
	min-width: 0;
	background: none;
	box-sizing: content-box;
	animation-name: mui-auto-fill-cancel;
	letter-spacing: inherit;
	animation-duration: 10ms;
	-webkit-tap-highlight-color: transparent;
}

.MuiInputBase-input::-webkit-input-placeholder {
	color: currentColor;
	opacity: 0.5;
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input::-moz-placeholder {
	color: currentColor;
	opacity: 0.5;
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input:-ms-input-placeholder {
	color: currentColor;
	opacity: 0.5;
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input::-ms-input-placeholder {
	color: currentColor;
	opacity: 0.5;
	transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiInputBase-input:focus {
	outline: 0;
}

.MuiInputBase-input:invalid {
	box-shadow: none;
}

.MuiInputBase-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.MuiInputBase-input.Mui-disabled {
	opacity: 1;
}

.MuiInputBase-input:-webkit-autofill {
	animation-name: mui-auto-fill;
	animation-duration: 5000s;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
	opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
	opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
	opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
	opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
	opacity: 0.5;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
	opacity: 0.5;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
	opacity: 0.5;
}

label[data-shrink=false]+.MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
	opacity: 0.5;
}

.MuiInputBase-inputMarginDense {
	padding-top: 3px;
}

.MuiInputBase-inputMultiline {
	height: auto;
	resize: none;
	padding: 0;
}

.MuiInputBase-inputTypeSearch {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}


.jss109 {
	top: -5px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0 8px;
	overflow: hidden;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	border-radius: inherit;
	pointer-events: none;
}

.jss110 {
	padding: 0;
	text-align: left;
	transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	line-height: 11px;
}

.jss111 {
	width: auto;
	height: 11px;
	display: block;
	padding: 0;
	font-size: 0.75em;
	max-width: 0.01px;
	text-align: left;
	transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
	visibility: hidden;
}

.jss111>span {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.jss112 {
	max-width: 1000px;
	transition: max-width 100ms cubic-bezier(0.0, 0, 0.2, 1) 50ms;
}


.MuiOutlinedInput-root {
	position: relative;
	border-radius: 4px;
}

.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
	border-color: #ccc;
}

@media (hover: none) {
	.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
		border-color: rgba(255, 255, 255, 0.23);
	}
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
	border-color: #3f51b5;
	border-width: 2px;
}

.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline {
	border-color: #f44336;
}

.MuiOutlinedInput-root.Mui-disabled .MuiOutlinedInput-notchedOutline {
	border-color: rgba(255, 255, 255, 0.3);
}

.MuiOutlinedInput-colorSecondary.Mui-focused .MuiOutlinedInput-notchedOutline {
	border-color: #f50057;
}

.MuiOutlinedInput-adornedStart {
	padding-left: 14px;
}

.MuiOutlinedInput-adornedEnd {
	padding-right: 14px;
}

.MuiOutlinedInput-multiline {
	padding: 18.5px 14px;
}

.MuiOutlinedInput-multiline.MuiOutlinedInput-marginDense {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
}

.MuiOutlinedInput-notchedOutline {
	border-color: #ccc;
}

.MuiOutlinedInput-input {
}

.MuiOutlinedInput-input:-webkit-autofill {
	caret-color: #fff;
	border-radius: inherit;
	-webkit-box-shadow: 0 0 0 100px #266798 inset;
	-webkit-text-fill-color: #fff;
}

.MuiOutlinedInput-inputMarginDense {
	padding-top: 10.5px;
	padding-bottom: 10.5px;
}

.MuiOutlinedInput-inputMultiline {
	padding: 0;
}

.MuiOutlinedInput-inputAdornedStart {
	padding-left: 0;
}

.MuiOutlinedInput-inputAdornedEnd {
	padding-right: 0;
}


.MuiFormLabel-root {
	color: #555;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.MuiFormLabel-root.Mui-focused {
	color: #3f51b5;
}

.MuiFormLabel-root.Mui-disabled {
	color: rgba(255, 255, 255, 0.38);
}

.MuiFormLabel-root.Mui-error {
	color: #f44336;
}

.MuiFormLabel-colorSecondary.Mui-focused {
	color: #f50057;
}

.MuiFormLabel-asterisk.Mui-error {
	color: #f44336;
}


.MuiInputLabel-root {
	display: block;
	transform-origin: top left;
}

.MuiInputLabel-formControl {
	top: 0;
	left: 0;
	position: absolute;
	transform: translate(0, 24px) scale(1);
}

.MuiInputLabel-marginDense {
	transform: translate(0, 21px) scale(1);
}

.MuiInputLabel-shrink {
	transform: translate(0, 1.5px) scale(0.75);
	transform-origin: top left;
}

.MuiInputLabel-animated {
	transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}

.MuiInputLabel-filled {
	z-index: 1;
	transform: translate(12px, 20px) scale(1);
	pointer-events: none;
}

.MuiInputLabel-filled.MuiInputLabel-marginDense {
	transform: translate(12px, 17px) scale(1);
}

.MuiInputLabel-filled.MuiInputLabel-shrink {
	transform: translate(12px, 10px) scale(0.75);
}

.MuiInputLabel-filled.MuiInputLabel-shrink.MuiInputLabel-marginDense {
	transform: translate(12px, 7px) scale(0.75);
}

.MuiInputLabel-outlined {
	z-index: 1;
	transform: translate(14px, 20px) scale(1);
	pointer-events: none;
}

.MuiInputLabel-outlined.MuiInputLabel-marginDense {
	transform: translate(14px, 12px) scale(1);
}

.MuiInputLabel-outlined.MuiInputLabel-shrink {
	transform: translate(14px, -6px) scale(0.75);
}


.MuiFormControl-root {
	border: 0;
	margin: 0;
	display: inline-flex;
	padding: 0;
	position: relative;
	min-width: 0;
	flex-direction: column;
	vertical-align: top;
}

.MuiFormControl-marginNormal {
	margin-top: 8px;
	margin-bottom: 8px;
}

.MuiFormControl-marginDense {
	margin-top: 8px;
	margin-bottom: 4px;
}

.MuiFormControl-fullWidth {
	width: 100%;
}


.MuiPopover-paper {
	outline: 0;
	position: absolute;
	max-width: calc(100% - 32px);
	min-width: 16px;
	max-height: calc(100% - 32px);
	min-height: 16px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #535050;
}


.MuiList-root {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.MuiList-padding {
	padding-top: 8px;
	padding-bottom: 8px;
}

.MuiList-subheader {
	padding-top: 0;
}


.MuiSvgIcon-root {
	fill: currentColor;
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
	user-select: none;
}

.MuiSvgIcon-colorPrimary {
	color: #3f51b5;
}

.MuiSvgIcon-colorSecondary {
	color: #f50057;
}

.MuiSvgIcon-colorAction {
	color: #fff;
}

.MuiSvgIcon-colorError {
	color: #f44336;
}

.MuiSvgIcon-colorDisabled {
	color: rgba(255, 255, 255, 0.3);
}

.MuiSvgIcon-fontSizeInherit {
	font-size: inherit;
}

.MuiSvgIcon-fontSizeSmall {
	font-size: 1.25rem;
}

.MuiSvgIcon-fontSizeLarge {
	font-size: 2.1875rem;
}


.MuiListItem-root {
	width: 100%;
	display: flex;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	align-items: center;
	padding-bottom: 8px;
	justify-content: flex-start;
	text-decoration: none;
}

.MuiListItem-root.Mui-focusVisible {
	background-color: rgba(255, 255, 255, 0.16);
}

.MuiListItem-root.Mui-selected,
.MuiListItem-root.Mui-selected:hover {
	background-color: rgba(255, 255, 255, 0.16);
}

.MuiListItem-root.Mui-disabled {
	opacity: 0.5;
}

.MuiListItem-container {
	position: relative;
}

.MuiListItem-dense {
	padding-top: 4px;
	padding-bottom: 4px;
}

.MuiListItem-alignItemsFlexStart {
	align-items: flex-start;
}

.MuiListItem-divider {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background-clip: padding-box;
}

.MuiListItem-gutters {
	padding-left: 16px;
	padding-right: 16px;
}

.MuiListItem-button {
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.MuiListItem-button:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.08);
}

@media (hover: none) {
	.MuiListItem-button:hover {
		background-color: transparent;
	}
}

.MuiListItem-secondaryAction {
	padding-right: 48px;
}


@media print {
	.MuiDialog-root {
		position: absolute !important;
	}
}

.MuiDialog-scrollPaper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.MuiDialog-scrollBody {
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
}

.MuiDialog-scrollBody:after {
	width: 0;
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}

.MuiDialog-container {
	height: 100%;
	outline: 0;
}

@media print {
	.MuiDialog-container {
		height: auto;
	}
}

.MuiDialog-paper {
	margin: 32px;
	position: relative;
	overflow-y: auto;
	background-color: #100f14;
}

@media print {
	.MuiDialog-paper {
		box-shadow: none;
		overflow-y: visible;
	}
}

.MuiDialog-paperScrollPaper {
	display: flex;
	max-height: calc(100% - 64px);
	flex-direction: column;
}

.MuiDialog-paperScrollBody {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.MuiDialog-paperWidthFalse {
	max-width: calc(100% - 64px);
}

.MuiDialog-paperWidthXs {
	max-width: 444px;
}

@media (max-width:1023px) {
	.MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

.MuiDialog-paperWidthSm {
	max-width: 600px;
}

@media (max-width:1023px) {
	.MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

.MuiDialog-paperWidthMd {
	max-width: 960px;
}

@media (max-width:1023px) {
	.MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

.MuiDialog-paperWidthLg {
	max-width: 1280px;
}

@media (max-width:1023px) {
	.MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

.MuiDialog-paperWidthXl {
	max-width: 1920px;
}

@media (max-width:1983.95px) {
	.MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
		max-width: calc(100% - 64px);
	}
}

.MuiDialog-paperFullWidth {
	width: calc(100% - 64px);
}

.MuiDialog-paperFullScreen {
	width: 100%;
	height: 100%;
	margin: 0;
	max-width: 100%;
	max-height: none;
	border-radius: 0;
}

.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
	margin: 0;
	max-width: 100%;
}


.MuiIconButton-root {
	flex: 0 0 auto;
	color: #fff;
	padding: 12px;
	overflow: visible;
	font-size: 1.5rem;
	text-align: center;
	transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: 50%;
}

.MuiIconButton-root:hover {
	background-color: rgba(255, 255, 255, 0.08);
}

.MuiIconButton-root.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
	background-color: transparent;
}

@media (hover: none) {
	.MuiIconButton-root:hover {
		background-color: transparent;
	}
}

.MuiIconButton-edgeStart {
	margin-left: -12px;
}

.MuiIconButton-sizeSmall.MuiIconButton-edgeStart {
	margin-left: -3px;
}

.MuiIconButton-edgeEnd {
	margin-right: -12px;
}

.MuiIconButton-sizeSmall.MuiIconButton-edgeEnd {
	margin-right: -3px;
}

.MuiIconButton-colorInherit {
	color: inherit;
}

.MuiIconButton-colorPrimary {
	color: #3f51b5;
}

.MuiIconButton-colorPrimary:hover {
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiIconButton-colorPrimary:hover {
		background-color: transparent;
	}
}

.MuiIconButton-colorSecondary {
	color: #f50057;
}

.MuiIconButton-colorSecondary:hover {
	background-color: rgba(245, 0, 87, 0.08);
}

@media (hover: none) {
	.MuiIconButton-colorSecondary:hover {
		background-color: transparent;
	}
}

.MuiIconButton-sizeSmall {
	padding: 3px;
	font-size: 1.125rem;
}

.MuiIconButton-label {
	width: 100%;
	display: flex;
	align-items: inherit;
	justify-content: inherit;
}


.pd-9 {
	padding: 9px;
}

.popup-checkbox {
	top: 0;
	left: 0;
	width: 100%;
	cursor: inherit;
	height: 100%;
	margin: 0;
	opacity: 0;
	padding: 0;
	z-index: 1;
	position: absolute;
}


.MuiCheckbox-root {
	color: rgba(255, 255, 255, 0.6);
}

.MuiCheckbox-colorPrimary.Mui-checked {
	color: #3f51b5;
}

.MuiCheckbox-colorPrimary.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
}

.MuiCheckbox-colorPrimary.Mui-checked:hover {
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiCheckbox-colorPrimary.Mui-checked:hover {
		background-color: transparent;
	}
}

.MuiCheckbox-colorSecondary.Mui-checked {
	color: #f50057;
}

.MuiCheckbox-colorSecondary.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
}

.MuiCheckbox-colorSecondary.Mui-checked:hover {
	background-color: rgba(245, 0, 87, 0.08);
}

@media (hover: none) {
	.MuiCheckbox-colorSecondary.Mui-checked:hover {
		background-color: transparent;
	}
}


.MuiCard-root {
	overflow: hidden;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14);
}


.jss115 .Cmt-header-root {
	padding-top: 14px;
	padding-bottom: 14px;
}

.jss116 {
	height: 324px;
}

.jss117 {
	padding-top: 0;
	padding-bottom: 0;
}

.jss117:hover {
	background-color: transparent;
}

.jss118 .MuiPopover-paper {
	width: 205px;
}


.jss74 {
	border: 1px solid;
	margin: 4px 0px;
	padding: 4px;
}

.jss75 {
	box-shadow: none;
	background-color: #00704a;
}

.jss75>* {
	margin-top: 16px;
}

.jss76 {
	height: 80px;
	border-bottom: 6px solid #641609;
	border-radius: 10px;
	margin-bottom: 30px;
	background-size: cover;
	background-color: #2e2e2e;
	background-image: url('/images/notice/noticeCardHeaderImg.png');
}

.jss76 span {
	display: inline-block;
}

.jss76 span:first-child {
	margin: 20px 5px 15px 20px;
	font-size: 30px;
}

.jss76 span:first-child:first-letter {
	text-transform: capitalize;
}

.jss76 span:last-child {
	margin: 5px;
	font-size: 15px;
}

.jss77 {
	padding: 0px;
	background-color: #00704a;
}

.jss78 {
	box-shadow: 0px 4px 0px 0 #851f09;
	border-radius: 15px;
	background-color: #641707;
}

.jss79 {
	width: 15%;
	font-size: 15px;
	text-align: center;
	border-bottom: none;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.jss79:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 15px;
}

.jss80 {
	font-size: 15px;
	text-align: center;
	border-bottom: none;
}

.jss81 {
	color: #d1ac16;
	border-style: solid;
	border-width: thin;
	border-radius: 30px;
	text-transform: lowercase;
}

.jss81 span:first-child {
	color: #ffffff;
}

.jss82 {
	background: linear-gradient(to right, #690, #e1c864, #690);
	border-style: solid;
	border-width: thin;
	border-radius: 30px;
	text-transform: lowercase;
}

.jss83 {
	margin: 15px;
	text-align: center;
}

.jss84 {
	color: #d1ac16;
	border: 2px;
	margin: 2px;
	padding: 6px 10px 6px 10px;
	border-style: solid;
}

.jss85 {
	display: flex;
	justify-content: center;
}

.jss86 {
	width: 100%;
	border: none;
	border-left: solid #404447 1px;
	padding-bottom: 0px;
}

.tltie-01 {
	text-transform: uppercase;
}

.tltie-02 {
	text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
	.view-mobile {
		visibility: show !important;
	}
}

@media screen and (min-width: 1024px) {
	.view-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 1023px) {
	.view-pc {
		display: none !important;
	}
}

.notice-flex {
    flex: 1 1 0%;
}

.jss108 {
    padding-right: 8px;
}

.jss113 {
    padding-right: 8px;
}

.content-box {
	width: 100%;
	min-height: 98px;
	padding-left: 16px;
	padding-right: 16px;
}

@media (min-width:1024px) {
	.content-box {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media screen and (max-width: 1023px) {
	.content-box {
		font-size: 12px;
	}
}

.head-bt {
	display: flex;
	position: relative;
	min-height: 72px;
	align-items: center;
	padding-left: 4px;
	padding-right: 4px;
	justify-content: center;
}

@media (max-width:1023px) {
	.head-bt {
		min-height: 64px;
		min-width: 162px;
	}
}

.jss61 {
	color: rgba(255, 255, 255, 0.38);
}

.jss61:hover,
.jss61:focus {
	color: #fff;
}

.head-bt-text {
	color: #fff;
	border: 2px solid #00754a;
	cursor: pointer;
	padding: 11px 16px;
	background: #00754a;
	border-radius: 3px;
}

.jss63 {
	color: #fff;
	border: 2px solid #690;
	padding: 10px 20px;
	margin-right: 10px;
	border-radius: 5px;
    font-size: 18px;
}

.jss63.active {
	background: #690;
	background-image: url(/assets/images/gnb_sub_menubg.png), linear-gradient(#0000004d,#0000004d);
    background-blend-mode: overlay;
}

@media screen and (max-width: 1023) {
	.jss63 {
		padding: 5px;
	}
}

.jss64 {
	color: #000;
	display: inline-block;
	padding: 12px 15px;
	font-size: 20px;
	background: linear-gradient(to right, #690, #e1c864, #690);
	border-radius: 50%;
}

@media screen and (max-width: 1023px) {
	.jss64 {
		padding: 4px 7px;
		font-size: 15px;
	}
}

.jss65 {
	background: #00704a;
	margin-right: 20px;
	border-radius: 30px;
}

.jss65 span {
	margin-left: 5px;
}

.jss66 {
	padding: 7px 5px !important;
	margin-left: 5px;
	border-radius: 30px !important;
}

@media screen and (max-width: 1023px) {
	.jss66 {
		padding: 4px 3px !important;
	}
}

.jss67 {
	text-decoration: none;
}

.jss67:hover,
.jss67:focus {
	text-decoration: none;
}

.jss68 label {
	color: #f44336;
}

.jss68 fieldset {
	border-color: #f44336;
}

.jss69 .MuiPaper-root {
	width: 500px;
	border-radius: 10px;
	padding-bottom: 20px;
	background-color: #2f2f38;
}

.jss69 #responsive-dialog-title span {
	color: #efb221;
	float: right;
	cursor: pointer;
	padding: 10px 10px 5px;
	background: #181a27;
	border-bottom-left-radius: 10px;
}

.jss70 fieldset {
	border-radius: 10px;
}

.jss70 fieldset legend span {
	width: 200px;
}

.notice-text {
	width: 600px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}

@media screen and (max-width: 1023px) {
	.notice-text {
		width: 200px;
	}
}

@media screen and (max-width: 1023px) {
	.notice-text {
		display: none;
	}
}

.jss72 .MuiBackdrop-root {
	background-color: transparent;
}

.jss72 .MuiDialog-paper {
	top: 60px;
	left: 304px;
	position: absolute;
	min-width: 450px;
	background-color: #151a1d;
}

.jss72 .MuiDialogActions-root {
	background-color: #77787b;
}

.jss73 {
	cursor: pointer;
}

.Cmt-sidebar-fixed .layout-box {
    flex-direction: column;
}

.layout-box {
    flex: 1;
    width: 100%;
    display: flex;
    position: relative;
    box-sizing: border-box;
    flex-direction: row;
}

.box-size.Cmt-sidebar-fixed .Cmt-sidebar {
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    position: fixed;
	background: #111111;
}

.box-size {
    width: 100%;
    /*height: 100vh;*/
    display: flex;
    position: relative;
    box-sizing: border-box;
    transition: all 0.01s ease 0s;
    flex-direction: column;
}

.box-size.Cmt-fixedHeaderLayout .bt-size {
    position: relative;
    padding-top: 45px;
}

.box-size.Cmt-fixedHeaderLayout .Cmt-header {
    top: 0px;
    left: 304px;
    right: 0px;
    width: calc(100% - 304px);
    z-index: 9;
    position: fixed;
    border-top: 2px solid #000;
}

.Cmt-sidebar-fixed .bt-size {
    margin-left: 304px;
}

.bt-size {
    width: calc(100% - 304px);
    height: 100%;
    display: flex;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    flex-direction: column;
}

.jss14 {
	height: 100%;
	display: flex;
	z-index: 1103;
	position: relative;
	box-sizing: border-box;
	transition: all 0.3s ease;
	flex-direction: column;
}

.side-logo {
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: none;
	transition: all 0.3s ease;
}

.side-logo>* {
	z-index: 3;
	position: relative;
}

.jss16 {
	display: flex;
	transition: all 0.3s ease;
}

.jss17 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
}

.side-width {
	width: 304px;
}

.side-logo-pd {
    /*background-color: #100f14;*/
    color: #ffffff4d;
	padding: 0 0 20px;
}

.MuiDrawer-docked {
	flex: 0 0 auto;
}

.MuiDrawer-paper {
	top: 0;
	flex: 1 0 auto;
	height: 100%;
	display: flex;
	outline: 0;
	z-index: 1200;
	position: fixed;
	overflow-y: auto;
	flex-direction: column;
	-webkit-overflow-scrolling: touch;
}

.MuiDrawer-paperAnchorLeft {
	left: 0;
	right: auto;
}

.MuiDrawer-paperAnchorRight {
	left: auto;
	right: 0;
}

.MuiDrawer-paperAnchorTop {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	height: auto;
	max-height: 100%;
}

.MuiDrawer-paperAnchorBottom {
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	max-height: 100%;
}

.MuiDrawer-paperAnchorDockedLeft {
	border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiDrawer-paperAnchorDockedTop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiDrawer-paperAnchorDockedRight {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiDrawer-paperAnchorDockedBottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}


.jss179 {
	width: 100%;
	height: 100%;
}

.jss180 {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
}

.jss181 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
}


.side-logo-box {
	padding: 0 16px 20px;
	min-height: 101px;
}

.jss22 {
	height: 75px;
	opacity: 1;
	transition: all 0.1s ease;
	padding-top: 24px;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .jss22 {
	height: 0;
	opacity: 0;
	transition: all 0.3s ease;
	padding-top: 0;
}

.jss23 {
	margin-bottom: 8px;
}

.jss24 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.25px;
}

@-webkit-keyframes jss25 {
	from {
		transform: rotateY(0deg);
	}
	
	to {
		transform: rotateY(360deg);
	}
}

.side-pd {
	padding: 0 30px 10px 30px;
	position: relative;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .side-pd {
	padding-left: 16px;
}

.bg-green {
	border: 1px solid #11382e;
	display: flex;
	padding: 0 16px 0 0;
	align-items: center;
	border-radius: 30px 0 30px 30px;
	background: #10241f;
}

.bg-green:hover,
.bg-green:focus {
	border: 1px solid #64a70b;
	background-color: #00754a;
}

.bg-green.active {
	border: 1px solid #64a70b;
	background-color: #00754a;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bg-green {
	width: 40px;
	height: 40px;
	padding: 0;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50%;
	justify-content: center;
}

.bg-green.active .Cmt-icon-root {
	color: #000;
	background: #690;
}

.bg-green:hover .Cmt-icon-root,
.bg-green:focus .Cmt-icon-root {
	color: #000;
	background: #690;
}

.bg-dark {
	border: 1px solid #11382e ;
	display: flex;
	padding: 0 16px 0 0;
	align-items: center;
	border-radius: 30px 0 30px 30px;
	background: #10241f;
}

.bg-dark:hover,
.bg-dark:focus {
	border: 1px solid #64a70b ;
	background-color: #00754a;
}

.bg-dark.active {
	border: 1px solid #64a70b ;
	background-color: #00754a;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bg-dark {
	width: 40px;
	height: 40px;
	padding: 0;
	margin-left: 4px;
	margin-right: 4px;
	border-radius: 50%;
	justify-content: center;
}

.bg-dark.active .Cmt-icon-root {
	color: #000;
	background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a)
}

.bg-dark:hover .Cmt-icon-root,
.bg-dark:focus .Cmt-icon-root {
	color: #000;
	background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a)
}

.bt-text {
	flex: 1;
	font-size: 16px;
	padding-top: 2px;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bt-text {
	display: none;
}

.bt-white {
	color: #690;
	padding: 10px 14px;
	font-size: 20px;
	background: #f6f5ef;
	margin-right: 20px;
	border-radius: 50%;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bt-white {
	margin-right: 0;
}

.bt-gold {
	color: #10241f;
	padding: 10px 14px;
	font-size: 20px;
	background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a);
	margin-right: 20px;
	border-radius: 50%;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bt-gold {
	margin-right: 0;
}

.icon-gold {
	color: #10241f;
	display: inline-block;
	padding: 10px 14px;
	font-size: 20px;
	background: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a);
	border-radius: 50%;
}

.bt-pink {
	padding: 4px 5px !important;
    margin-left: 5px;
	margin-right: 2px;
    border-radius: 30px !important;
}

.m-pointer {
	cursor: pointer;
}

.text-white {
    color: #fff;
}

.text-white:hover,
.text-white:focus {
	color: #fff;
}

.text-white.active {
    color: #fff;
}

.text-white.active .Cmt-nav-text {
    color: #fff;
}

.text-white.:hover {
    color: #fff;
}

.bt-letter {
	padding: 0;
	position: relative;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bt-letter {
	display: none;
}

.bt-pd {
	position: relative;
	font-weight: 400;
}

.bt-pd:not(:first-child) .Cmt-navHeader {
	margin-top: 10px;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .bt-pd:not(:last-child) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.notice_t {
    color: #fff;
    border: 1px solid #715a0a;
    padding: 10px;
	margin-left: 40px;
    margin-right: 10px;
    border-radius: 5px;
	float: left;
}

.notice_t.active {
    background: #1e1f21;
}

.MuiListItemText-root {
	flex: 1 1 auto;
	min-width: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}

.MuiListItemText-multiline {
	margin-top: 6px;
	margin-bottom: 6px;
}

.MuiListItemText-inset {
	padding-left: 56px;
}


.jss46 {
	padding: 10px 24px;
	margin-top: 0;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .jss46 {
	padding: 10px 20px;
}

.side-box {
	color: #fff;
	background: transparent !important;
	transition: all 0.3s ease;
	/*border-radius: 4px;*/
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .side-box {
	width: 40px;
	height: 40px;
	display: flex;
	padding: 3px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}

.side-box:not(:last-child) {
	margin-bottom: 16px;
}

.side-box .MuiListItemIcon-root {
	color: rgb(127, 127, 127);
	min-width: auto;
}

.side-box .MuiListItemText-root {
	margin-left: 20px;
}

.side-box i {
	font-size: 20px;
	margin-top: 4px;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .side-box .MuiListItemText-root {
	display: none;
}

.Cmt-miniLayout .Cmt-sidebar-content:not(:hover) .side-box .MuiListItemIcon-root {
	margin-top: 0;
}

.jss49 {
	width: 66px;
	border: 1px solid;
	height: 66px;
	display: flex;
	min-width: 66px;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}

.side-height {
	height: 100%;
	transition: all 0.3s ease;
}

.Cmt-sidebar-fixed .side-height,
.Cmt-Drawer-container .side-height {
	height: calc(100% - 180px);
}

.Cmt-modernLayout .side-height {
	height: calc(100% - 12px);
}

.Cmt-miniLayout .side-height {
	height: calc(100% - 31px);
}

.Cmt-miniLayout .Cmt-sidebar-content:hover .side-height {
	height: calc(100% - 107px);
}


.contents-box {
	flex: 1;
	display: flex;
	background: #fff;
	box-sizing: border-box;
	flex-direction: column;
}

.contents-pd {
	padding: 50px 15px 48px;
}

@media (min-width:1024px) {
	.contents-pd {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (min-width:1920px) {
	.contents-pd {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width:1023px) {
	.contents-pd {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.MuiCardContent-root {
	padding: 16px;
}

.MuiCardContent-root:last-child {
	padding-bottom: 24px;
}


.MuiSnackbar-root {
	left: 8px;
	right: 8px;
	display: flex;
	z-index: 1400;
	position: fixed;
	align-items: center;
	justify-content: center;
}

.MuiSnackbar-anchorOriginTopCenter {
	top: 8px;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginTopCenter {
		top: 24px;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
}

.MuiSnackbar-anchorOriginBottomCenter {
	bottom: 8px;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginBottomCenter {
		left: 50%;
		right: auto;
		bottom: 24px;
		transform: translateX(-50%);
	}
}

.MuiSnackbar-anchorOriginTopRight {
	top: 8px;
	justify-content: flex-end;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginTopRight {
		top: 24px;
		left: auto;
		right: 24px;
	}
}

.MuiSnackbar-anchorOriginBottomRight {
	bottom: 8px;
	justify-content: flex-end;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginBottomRight {
		left: auto;
		right: 24px;
		bottom: 24px;
	}
}

.MuiSnackbar-anchorOriginTopLeft {
	top: 8px;
	justify-content: flex-start;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginTopLeft {
		top: 24px;
		left: 24px;
		right: auto;
	}
}

.MuiSnackbar-anchorOriginBottomLeft {
	bottom: 8px;
	justify-content: flex-start;
}

@media (min-width:1024px) {
	.MuiSnackbar-anchorOriginBottomLeft {
		left: 24px;
		right: auto;
		bottom: 24px;
	}
}

.footer-box {
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
	background-color: #2C2A29;
}

.footer-inner {
	display: flex;
	padding: 12px 30px;
	min-height: 64px;
	flex-direction: column;
	justify-content: center;
}

@media (min-width:1024px) {
	.footer-inner {
		padding-left: 65px;
		padding-right: 65px;
	}
}

@media (min-width:1920px) {
	.footer-inner {
		padding-left: 88px;
		padding-right: 88px;
	}
}


.MuiAvatar-root {
	width: 40px;
	height: 40px;
	display: flex;
	overflow: hidden;
	position: relative;
	font-size: 1.25rem;
	align-items: center;
	flex-shrink: 0;
	line-height: 1;
	user-select: none;
	border-radius: 50%;
	justify-content: center;
}

.MuiAvatar-colorDefault {
	color: #100f14;
	background-color: #757575;
}

.MuiAvatar-rounded {
	border-radius: 4px;
}

.MuiAvatar-square {
	border-radius: 0;
}

.MuiAvatar-img {
	color: transparent;
	/*width: 100%;*/
	height: 100%;
	object-fit: cover;
	text-align: center;
	text-indent: 10000px;
}

.MuiAvatar-fallback {
	width: 75%;
	height: 75%;
}


.footer-center {
	display: block;
	align-items: center;
}

@media (max-width:1023px) {
	.jss187 {
		padding: 6px 12px;
		font-size: 11px;
	}
}

.jss188 {
	text-transform: uppercase;
}

.jss189:last-child {
}

.jss190 {
	text-align: center;
}

.jss191 {
	display: inline-block;
}

.jss191 div {
	width: auto;
	height: auto;
	display: inline-block;
}


.jss4 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 1;
	position: absolute;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


.jss174 {
	padding: 20px 16px !important;
}

.jss174 .sc-AxgMl {
	border: 1px solid #fff;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.jss174 .reactour__close {
	top: 11px;
	color: rgba(255, 255, 255, 0.38);
	right: 11px;
	width: 10px;
	height: 10px;
}

.jss174 .sc-AxheI {
	justify-content: space-between;
}


.width-100 {
	width: 100%;
}


.jss131 {
	display: flex;
	padding: 8px 66px 8px 18px;
	align-items: center;
	border-bottom: 1px solid #e0e0e0;
}

.jss132 {
	padding: 5px 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-transform: capitalize;
}


.jss137 {
	display: flex;
	position: relative;
	align-items: flex-start;
}

.jss138 {
	align-self: flex-start;
	margin-top: 12px;
}

.jss139 {
	align-self: center;
}

.jss140 {
	align-self: flex-end;
	margin-bottom: 12px;
}

.jss141 {
	width: 60px;
	height: 60px;
}

.jss142 {
	top: 28%;
	flex: 1 1 0%;
	left: 9%;
	position: absolute;
}

.jss143 {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.jss144 {
	flex: 1;
}

.jss145 {
	align-self: flex-start;
}

.jss146 {
	display: flex;
}

.jss147 {
	/*border-radius: 9px;*/
}


.MuiButton-root {
	color: rgba(255, 255, 255, 0.87);
	padding: 6px 16px;
	font-size: 13px;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-weight: bold;
	line-height: 1.75;
	border-radius: 4px;
	letter-spacing: 1.25px;
	text-transform: uppercase;
}

.MuiButton-root:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.08);
}

.MuiButton-root.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
}

@media (hover: none) {
	.MuiButton-root:hover {
		background-color: transparent;
	}
}

.MuiButton-root:hover.Mui-disabled {
	background-color: transparent;
}

.MuiButton-label {
	width: 100%;
	display: inherit;
	align-items: inherit;
	justify-content: inherit;
}

.MuiButton-text {
	padding: 6px 8px;
}

.MuiButton-textPrimary {
	color: #3f51b5;
}

.MuiButton-textPrimary:hover {
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiButton-textPrimary:hover {
		background-color: transparent;
	}
}

.MuiButton-textSecondary {
	color: #f50057;
}

.MuiButton-textSecondary:hover {
	background-color: rgba(245, 0, 87, 0.08);
}

@media (hover: none) {
	.MuiButton-textSecondary:hover {
		background-color: transparent;
	}
}

.MuiButton-outlined {
	border: 1px solid rgba(255, 255, 255, 0.23);
	padding: 5px 15px;
}

.MuiButton-outlined.Mui-disabled {
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.MuiButton-outlinedPrimary {
	color: #3f51b5;
	border: 1px solid rgba(63, 81, 181, 0.5);
}

.MuiButton-outlinedPrimary:hover {
	border: 1px solid #3f51b5;
	background-color: rgba(63, 81, 181, 0.08);
}

@media (hover: none) {
	.MuiButton-outlinedPrimary:hover {
		background-color: transparent;
	}
}

.MuiButton-outlinedSecondary {
	color: #f50057;
	border: 1px solid rgba(245, 0, 87, 0.5);
}

.MuiButton-outlinedSecondary:hover {
	border: 1px solid #f50057;
	background-color: rgba(245, 0, 87, 0.08);
}

.MuiButton-outlinedSecondary.Mui-disabled {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

@media (hover: none) {
	.MuiButton-outlinedSecondary:hover {
		background-color: transparent;
	}
}

.MuiButton-contained {
	color: rgba(0, 0, 0, 0.87);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
	background-color: #e0e0e0;
}

.MuiButton-contained:hover {
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	background-color: #d5d5d5;
}

.MuiButton-contained.Mui-focusVisible {
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.MuiButton-contained:active {
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.MuiButton-contained.Mui-disabled {
	color: rgba(255, 255, 255, 0.3);
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0.12);
}

@media (hover: none) {
	.MuiButton-contained:hover {
		box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
		background-color: #e0e0e0;
	}
}

.MuiButton-contained:hover.Mui-disabled {
	background-color: rgba(255, 255, 255, 0.12);
}

.MuiButton-containedPrimary {
	color: #fff;
	background-color: #3f51b5;
}

.MuiButton-containedPrimary:hover {
	background-color: #303f9f;
}

@media (hover: none) {
	.MuiButton-containedPrimary:hover {
		background-color: #3f51b5;
	}
}

.MuiButton-containedSecondary {
	color: #fff;
	background-color: #f50057;
}

.MuiButton-containedSecondary:hover {
	background-color: #c51162;
}

@media (hover: none) {
	.MuiButton-containedSecondary:hover {
		background-color: #f50057;
	}
}

.MuiButton-disableElevation {
	box-shadow: none;
}

.MuiButton-disableElevation:hover {
	box-shadow: none;
}

.MuiButton-disableElevation.Mui-focusVisible {
	box-shadow: none;
}

.MuiButton-disableElevation:active {
	box-shadow: none;
}

.MuiButton-disableElevation.Mui-disabled {
	box-shadow: none;
}

.MuiButton-colorInherit {
	color: inherit;
	border-color: currentColor;
}

.MuiButton-textSizeSmall {
	padding: 4px 5px;
	font-size: 0.8125rem;
}

.MuiButton-textSizeLarge {
	padding: 8px 11px;
	font-size: 0.9375rem;
}

.MuiButton-outlinedSizeSmall {
	padding: 3px 9px;
	font-size: 0.8125rem;
}

.MuiButton-outlinedSizeLarge {
	padding: 7px 21px;
	font-size: 0.9375rem;
}

.MuiButton-containedSizeSmall {
	padding: 4px 10px;
	font-size: 0.8125rem;
}

.MuiButton-containedSizeLarge {
	padding: 8px 22px;
	font-size: 0.9375rem;
}

.MuiButton-fullWidth {
	width: 100%;
}

.MuiButton-startIcon {
	display: inherit;
	margin-left: -4px;
	margin-right: 8px;
}

.MuiButton-startIcon.MuiButton-iconSizeSmall {
	margin-left: -2px;
}

.MuiButton-endIcon {
	display: inherit;
	margin-left: 8px;
	margin-right: -4px;
}

.MuiButton-endIcon.MuiButton-iconSizeSmall {
	margin-right: -2px;
}

.MuiButton-iconSizeSmall>*:first-child {
	font-size: 18px;
}

.MuiButton-iconSizeMedium>*:first-child {
	font-size: 20px;
}

.MuiButton-iconSizeLarge>*:first-child {
	font-size: 22px;
}

</style><style data-jss="" data-meta="makeStyles">.jss127 {
	padding: 1px;
}

.jss127 .Cmt-avatar {
	width: 80px;
	height: 80px;
}

.jss127 .Cmt-media-header {
	margin-bottom: 12px;
}

.jss127 .Cmt-media-image {
	margin-right: 8px;
}

.jss127 .titleRoot {
	font-size: 32px;
}

.jss128 {
	font-size: 32px;
}

.jss129 {
	font-size: 28px;
}

.jss130 {
	color: white;
	margin-top: 10px;
	background-color: #690 ;
}


.MuiCardActionArea-root {
	width: 100%;
	display: block;
	text-align: inherit;
}

.MuiCardActionArea-root:hover .MuiCardActionArea-focusHighlight {
	opacity: 0.08;
}

.MuiCardActionArea-root.Mui-focusVisible .MuiCardActionArea-focusHighlight {
	opacity: 0.12;
}

.MuiCardActionArea-focusHighlight {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	border-radius: inherit;
	pointer-events: none;
	background-color: currentcolor;
}


.MuiCardMedia-root {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.MuiCardMedia-media {
	width: 100%;
}

.MuiCardMedia-img {
	object-fit: cover;
}


.game-gold {
	margin: 0 auto;
	max-width: 345px;
	border-radius: 12px;
    box-shadow: 0px 4px 2px #efc43d, 0px 2px 1px #fff, 0px 1px 1px #efc43d;
    transition: transform 0.6s ease;
	border: 2px solid #715a0a;
}

.bg-default {
	transition: all 0.5s;
	background-image: url(/assets/images/gnb_sub_menubg.png), linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
	background-blend-mode: overlay;
}

.game-gold-over:not(:hover) {
	transform: rotateY(20deg);
	transition: transform 0.6s ease;
	transform-style: preserve-3d;
	webkit-transform: rotateY(20deg);
	box-shadow: 0px 0px 0px #000, 0px 2px 1px #000, 0px 1px 1px #000;
	border: 0;
}

.game-gold-over:not(:hover) span {
	background: rgba(0, 0, 0, 0.7);
}

.MuiTypography-root {
	margin: 0;
}

.MuiTypography-body2 {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.43;
	letter-spacing: 0.25px;
}

.MuiTypography-body1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.MuiTypography-caption {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.66;
}

.MuiTypography-button {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.75;
	text-transform: uppercase;
}

.MuiTypography-h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.167;
}

@media (min-width:1024px) {
	.MuiTypography-h1 {
		font-size: 22px;
	}
}

.MuiTypography-h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}

@media (min-width:1024px) {
	.MuiTypography-h2 {
		font-size: 20px;
	}
}

.MuiTypography-h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.167;
}

@media (min-width:1024px) {
	.MuiTypography-h3 {
		font-size: 18px;
	}
}

.MuiTypography-h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.235;
}

.MuiTypography-h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.334;
}

.MuiTypography-h6 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.5px;
}

.MuiTypography-subtitle1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.15px;
}

.MuiTypography-subtitle2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.57;
	letter-spacing: 0.1px;
}

.MuiTypography-overline {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 2.66;
	text-transform: uppercase;
}

.MuiTypography-srOnly {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

.MuiTypography-alignLeft {
	text-align: left;
}

.MuiTypography-alignCenter {
	text-align: center;
}

.MuiTypography-alignRight {
	text-align: right;
}

.MuiTypography-alignJustify {
	text-align: justify;
}

.MuiTypography-noWrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.MuiTypography-gutterBottom {
	margin-bottom: 0.35em;
}

.MuiTypography-paragraph {
	margin-bottom: 16px;
}

.MuiTypography-colorInherit {
	color: inherit;
}

.MuiTypography-colorPrimary {
	color: #3f51b5;
}

.MuiTypography-colorSecondary {
	color: #f50057;
}

.MuiTypography-colorTextPrimary {
	color: rgba(255, 255, 255, 0.87);
}

.MuiTypography-colorTextSecondary {
	color: rgba(255, 255, 255, 0.6);
}

.MuiTypography-colorError {
	color: #f44336;
}

.MuiTypography-displayInline {
	display: inline;
}

.MuiTypography-displayBlock {
	display: block;
}


.MuiLink-underlineNone {
	text-decoration: none;
}

.MuiLink-underlineHover {
	text-decoration: none;
}

.MuiLink-underlineHover:hover {
	text-decoration: underline;
}

.MuiLink-underlineAlways {
	text-decoration: underline;
}

.MuiLink-button {
	border: 0;
	cursor: pointer;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	user-select: none;
	border-radius: 0;
	vertical-align: middle;
	-moz-appearance: none;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.MuiLink-button::-moz-focus-inner {
	border-style: none;
}

.MuiLink-button.Mui-focusVisible {
	outline: auto;
}


.game-box {
	perspective: 700px;
}

.MuiCardHeader-root {
	display: flex;
	padding: 16px;
	align-items: center;
}

.MuiCardHeader-root2 {
	display: flex;
	padding: 0;
	align-items: center;
}

.MuiCardHeader-avatar {
	flex: 0 0 auto;
	margin-right: 16px;
}

.MuiCardHeader-action {
	flex: 0 0 auto;
	align-self: flex-start;
	margin-top: -8px;
	margin-right: -8px;
}

.MuiCardHeader-content {
	flex: 1 1 auto;
}


.jss168 {
	margin: 0 auto;
	max-width: 345px;
	background-color: rgb(41, 41, 41);
}

.bbs-tit {
	border-radius: 10px;
	background-size: cover;
}

.bbs-tit span {
	display: inline-block;
	font-family: sans-serif;
}

.bbs-tit span:first-child {
	color: #fff;
	margin: 5px 10px 0px 15px;
	font-size: 24px;
	text-transform: uppercase;
}

.bbs-tit span:last-child {
	color: #690 ;
	font-size: 18px;
	/*text-transform: lowercase;*/
}

.bbs-tit .MuiCardHeader-action {
	margin-top: 18px;
	margin-right: 8px;
}

.box-border {
	border-radius: 10px;
	background-size: cover;
}

.box-border span {
	display: inline-block;
}

.box-border span:first-child {
	color: #fff ;
	margin: 15px 10px 0px;
	font-size: 15px;
}

.box-border span:last-child {
	color: #fff ;
	margin: 18px 15px 0px;
	font-size: 18px;
}

.box-border .MuiCardHeader-action {
	margin-top: 18px;
	margin-right: 8px;
}


.jss172 {
	margin: 0 auto;
	max-width: 345px;
	background-color: rgb(41, 41, 41);
}

.jss173 {
	border-radius: 10px;
	background-size: cover;
}

.jss173 span {
	display: inline-block;
}

.jss173 span:first-child {
	color: gray;
	margin: 15px 10px 0px 15px;
	font-size: 15px;
	text-transform: uppercase;
}

.jss173 span:last-child {
	color: #690 ;
	font-size: 15px;
	text-transform: lowercase;
}

.box-gray {
	background: #1e1f21;
    margin-right: 10px;
    border-radius: 30px;
}

.box-gray span {
    margin-left: 5px;
}

.jss7511 {
	padding-right: 8px;
}

.jss7611 {

}

.jss7711 {

}

/* add */
.scrollbar-container {
	scroll-behavior: auto !important;
	overflow-y: auto !important;
}
.scrollbar-container::-webkit-scrollbar {
    width: 10px;
}
.scrollbar-container::-webkit-scrollbar-thumb {
	background-color: #2C2A29;
	border-radius: 10px;
}
.scrollbar-container::-webkit-scrollbar-track {
	background-color: grey;
	border-radius: 10px;
	box-shadow: inset 0px 0px 5px white;
}

.MuiPaper-rounded {
	/*animation: glowing 5s infinite;*/
}
@keyframes glowing {
    0% {
        box-shadow: 0 0 -5px #00704a
    }
    40% {
        box-shadow: 0 0 20px #00704a
    }
    60% {
        box-shadow: 0 0 20px #00704a
    }
    to {
        box-shadow: 0 0 -5px #00704a
    }
}

.renew_input_box input {
    border: 1px solid #0000;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    /* margin-top: 10px; */
    max-width: 530px;
    /* outline: none; */
    padding: 12px;
    width: 100%;
	background: #2C2A29;
}


@media (max-width:1023px) {
	#sidebarContainer {
		display: none;
		width: 100%;
	}
	.box-size {
		height: 100%;
	}
	.bt-size {
		width: 100%;
	}
	.side-width {
		width: 70%;
	}
	.Cmt-sidebar-fixed .bt-size {
		margin-left: 0;
	}
	.box-size.Cmt-fixedHeaderLayout .bt-size {
		padding-top: 57px;
	}
	.box-size.Cmt-fixedHeaderLayout .Cmt-header {
		left: 0;
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #343434;
	}
	.contents-pd {
		padding: 0 10px !important;
	}
	.MuiButtonBase-root {
		display: block !important;
	}
	.footer-inner {
		padding: 6px 0px;
	}
	.footer-center {
		padding: 0px !important;
	}
	.MuiGrid-spacing-xs-6 {
		margin: 0 -12px;
	}
	.tltie-01 {
		font-size: 28px !important;
	}
	.tltie-02 {
		font-size: 20px !important;
	}
	.bt-text {
		font-size: 18px;
	}
	.contents-head {
		flex-direction: inherit;
	}
	.content-box {
		min-height: 61px;
	}
	.view-mobile {
		font-size: 14px;
	}
	.head-bt-text {
		padding: 6px 12px;
	}
	.content-box {
		padding: 0;
	}
	.game-box {
		padding: 6px !important; 
	}
	.main_banner {
		padding: 0 !important;
	}
	.MuiGrid-spacing-xs-6>.MuiGrid-item {
		padding: 6px 12px;
	}
	.MuiToolbar-root {
		justify-content: space-around;
	}
	.MuiIconButton-edgeStart {
		margin-left: 0;
	}
	.MuiToolbar-gutters {
	border-bottom: 1px solid #0000;
    border-image: linear-gradient(to right, #c09628, #e2ca66 , #bb8b0a) 1 10;
	}
	.Cmt-footer {
		padding-bottom: 68px;
	}
}

.scroller {
  height: 2em;
  line-height: 2em;
  position: relative;
  overflow: hidden;
  width: 40em;
  display: inline-block;
  margin-top: 6px;
}
@media (max-width:1800px) {
	.scroller {
	  width: 33em;
	}
}
.scroller .scroller-text {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
  font-weight: bold;
  
}
@keyframes slide {
  0% {
    top: 0;
  }
  25% {
    top: -2em;
  }
  50% {
    top: -4em;
  }
  75% {
    top: -6em;
  }
}
