@font-face {
	font-display: swap; 
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2'), 
         url('../fonts/montserrat-v25-latin_latin-ext-regular.ttf') format('truetype'); 
}
::-webkit-scrollbar {
	width: auto;
}
::-webkit-scrollbar-track {
	background: #333; 
}
::-webkit-scrollbar-thumb {
	background: #555; 
	border-radius: 10px;
	border-inline: 1px outset #555;
}
::-webkit-scrollbar-thumb:hover {
	background: #666; 
	border-inline: 1px outset #666;
}
body {
	background: #0a0a0a;
	font-size: 16px;
    font-family: 'Montserrat',Verdana,Helvetica;
	font-display: swap;
	padding: 0px;
	margin: 0px;
	color: #eee
}
html {
	min-height: 100%;
	color: #eee;
}
table {
	border-spacing: 1px;
}
td {
	font-size: 0.9em;
}
a, a:visited {
	text-decoration: none;
	color: #cccce6;
}
a:hover {
	color: #fff;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
}
h1 + small {
	float: right;
}
h1 + small:after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 5px;
}
ul {
	padding-inline-start: 20px;
}
hr {
	border-style: solid
}
p {
	line-height: 1.33em;
	margin-bottom: 1rem;
	letter-spacing: .2px;
}
.reduce {
	font-size: 1em;
}
.reduce.panel-title {
	font-size: 1.33em !important;
}
.flex {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between
}
.shadowed {
	box-shadow: 3px 3px 5px black,-1px -1px 2px #333; 
}
input[type=text],
input[type=password],
input[type=email],
select {
	border-radius: 5px;
	border: 0.5px solid #888;
	padding: 3px;
	font-size: 1.1em;
	font-weight: lighter;
	width: calc(100% - 10px);
	background: #181818;
	color: #eaeaff;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
select::placeholder  { 
  color: #777;
  
}
.hmvtop {
	position:absolute;
	top:0px;
	width:100%; 
	height: 350px;
	background-size: 80% auto;
	background-position: center 45%; 
	background-repeat: no-repeat;
	opacity: 0.35;
	z-index: 1;
}
.tab-container {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #222;
	gap: 10px;
}
.tab-container div {
	flex: 0 1 auto;
	font-size: 1.1em;
	text-align: center;
	padding: 10px; 
	background-color: #444;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-radius: 10px 10px 0 0; 
	border-bottom: 1px solid #555; 
}
.tab-container div:hover {
	background-color: #282828;
}
.tab-container div.tab-selected {
	background-color: transparent;
	border-bottom: 1px solid #202020; 
}
.separator {
	width: 50%;
	margin: 0px;
}
textarea {
	border-radius: 5px;
	border: 0.5px solid #888;
	padding: 3px;
	font-size: 1.1em;
	font-weight: lighter;
	background: #181818;
	color: #eaeaff;
}
.btn, .btn:visited {
	display: block;
	padding: 5px;
	margin: 5px;
	font-size: 1.2em;
	background: #333;
	border-radius: 5px;
	border: 0.5px solid #888;
	cursor:pointer;
	text-align: center;
	color: #aab !important;
}
.btn-float, .btn-float:visited {
	float:right;
	margin:1px 5px;
	font-size:0.75em
	cursor: pointer;
}
.btn-tab {
	border: 1px solid #888;
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	padding:10px;
	border-bottom: 0px;
	cursor:pointer;
	background: #333;
	color: #aab !important;
}
.btnon {
	background: #343;
}
.btn-warning {
	background: #433;
}
.btn:hover {
	color: #fff;
	background: #1a1a1a;
	border: 0.5px solid #aaa;
}
nav {
	border-bottom: 1px solid #333;
	z-index: 5;
}
.highlights {
	display: flex;
	align-items: flex-start;
	line-height: 1.05em;
	font-size: 0.95em;
	text-align: center;
	padding: 4px;
	background: #0a0a0a;
	z-index: 50;
}
.highlights > div {
	flex: 1 0 auto;
	margin: 1px 0px;
}
.navbar {
	display: flex;
	align-items: flex-start;
	background: #111122;
	font-size: 1.2em;
	text-align: center;
	transition: height 1s;
	transition-timing-function: ease-in-out;
}
.navitem {
	padding: 5px;
	height: 1.2em;
	flex: 1 0 auto;
	cursor: pointer;
}
.navitem:first-child {
	margin-left: 10px;
	min-width: 60px;
}
.navitem:last-child {
	margin-right: 10px;
}
.navexpand {
	position: relative;
}

.navexpand > ul,
.navexpand > ul > li > ul {
	list-style-type: none;
	position: relative;
}
.navexpand > ul > li {
	list-style-type: none;
	padding: 5px;
	margin: 0px;
}
.navexpand > ul > li > ul {
	margin-top: 5px;
}
.navexpand > ul > li > ul > li {
	list-style-type: none;
	padding: 2px;
	margin: 0px;
	font-size: 0.8em;
}
.navexpand > ul > li > ul > li:last-child {
	padding-bottom: 0px;
}
#navuser {
	text-align: right;
	padding-right: 20px;
}

.content {
	margin: 12px 50px;
	position: relative;
}
.panel {
	border-radius: 5px;
	border: 0.5px solid #223;
	padding: 10px;
	margin: 12px 10px;
	background: rgb(32, 32, 32, 0.5);
}
small, .small {
	font-size: 0.7em;
}
.panel-info {
	border-radius: 5px;
	border: 1px solid #233;
	padding: 15px;
	margin: 12px 10px;
	background: rgb(51, 51, 51, 0.5);
	color: #eee;
}

.panel-info a,.panel-info a:visited {
	color: #ccd;
}
.panel-info a:hover {
	color: #aaa;
}

.panel-title {
	background: rgb(48, 48, 48, 0.5);
	margin: -10px -10px 5px -10px;
	padding: 10px 5px;
	font-size: 1.6em;
}
.alone {
	margin: -10px !important;
}
.no-border {
	border: none !important;
	padding: 5px 15px;
}

.fw-notice {
	border-radius: 3px;
	border: 1px solid #336;
	padding: 15px;
	margin: 10px;
	background: #1da;
	color: #000;
}
.fw-notice-warning {
	border-radius: 3px;
	border: 1px solid #936;
	padding: 15px;
	margin: 10px;
	background: #f88;
	color: #100;
}

.thumbcollist_nodif {
	margin: 5px;
	padding: 5px 0px;
	position: relative;
	clear:both;
	border-bottom: 1px dotted #112;
	margin-top: 10px;
}
.thumbcollist_nodif > a  {
	width: 31%;
	float: left;
	margin-right:1%;
	clear:both;
}
.thumbcollist_nodif > .tcllikes   {
	float: none;
}
.thumbcollist_nodif > .tclpublished   {
	float: none;
}
.thumbcollist_nodif > .tclpublished > span  {
	float: left;
	margin-right: 3px;
}

.thumbcollist {
	margin: 5px;
	padding: 5px 0px;
	position: relative;
}

.tclname {
	font-size: 1.5em;
}
.tclaname {
	padding: 4px 0px;
}
.tcllikes {
	float: left;
}
.tclpublished {
	float: right;
	font-size: 0.75em;
}
.thumbcollist:nth-child(1) {
	border-bottom: 1px dotted #112;
	width: 100% !important;
	float: none !important;
}
.thumbcollist:nth-child(even) {
	clear: both;
	width: calc(50% - 10px);
	float: left;
}
.thumbcollist:nth-child(odd) {
	width: calc(50% - 10px);
	float: right;
}
.msacontainer {
	padding:20px;
}

.foreignlink {
	color: #eee !important;
}
.foreignlink:hover {
	color: #fff !important;
	text-decoration: underline dotted #fff;
}

.favartisttitle {
	font-weight: 700;
	color: #dfe !important;
}
.favartisttitle:after {
	content: "\F417";
	font-family: 'bootstrap-icons';
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:0.5em;
	vertical-align: super
}
.blockband {
	color: #e65a5a;
	position:absolute;
	top:3px;
	left:5px;
	width:10px;
	font-size:1.5em;
	height:1.5em;
	z-index: 40;
	text-shadow: 1px 1px 2px rgba(255, 250, 250, .75);
}
.favband {
	color: #667ab7;
	position:absolute;
	top:3px;
	left:5px;
	width:10px;
	font-size:1.5em;
	height:1.5em;
	z-index: 100;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .75);
	display: none;
}
.debutband {
	position:absolute;
	top:1px;
	right:1px;
	width:60px;
	height:60px;
	background-image: url(/files/mm/debut.png);
	z-index: 40;
}
.debutband-sm {
	position:absolute;
	top:1px;
	right:1px;
	width:25px;
	height:25px;
	background-image: url(/files/mm/debut.png);
	background-size: 25px;
	z-index: 40;
}

.responsive_pad {
	width: calc(31% - 76px);
	flex: auto;
}
.responsive_pad_duo {
	width: calc(50% - 54px);
	flex: auto;
}
.responsive_pad_duo_f1 {
	width: calc(25% - 54px);
	flex: auto;
}
.responsive_pad_duo_f2 {
	width: calc(75% - 54px);
	flex: auto;
}
.responsive_pad_four {
	width: calc(25% - 98px);
	flex: auto;
}

.responsive_pad_four.responsive_right {
	text-align: right;
}

.ajaxreturn {
	font-size:0.8em;
	margin-top:0px;
	margin-left:29px;
	padding-left: 4px;
	border-left: 1px dotted #888;
}
.vthumb {
	border: 1px solid #223;
	padding: 10px 15px;
	margin: 2px;
	float:left;
	text-align:center;
	font-size: 0.75em;
	position:relative;
	overflow: hidden;
	height: 260px;
	width: 326px;
}

.vthumb_sm {
	border: 1px solid #223;
	padding: 10px;
	margin: 2px;
	float:left;
	text-align:center;
	font-size: 0.66em;
	position:relative;
	overflow: hidden;
	height: 150px;
	width: 163px;
}
.mobonly, .mobonly-i {
	display: none;
}
.nomobonly-i {
	display: inline-block;
}
.mobw50 {
	width: 100%;
}
.nomobw50 {
	width: 50%;
}

.morebtn {
	position:absolute;
	bottom:0px;
	width:100%;
	height:30px;
	text-align:center;
	background-image: linear-gradient(rgba(48, 48, 48,0),rgba(48, 48, 48,0.9), rgba(48, 48, 48,1));
	padding-top:20px;
	color: #eee;
	cursor:pointer;
}


.transparent {
	background: transparent !important;
}
.honey {
	display:none;
}
.mychecksm {
	visibility: hidden;
	margin: 0px;
	border:0px;
}
.mychecksm + label {
	display: inline-block;
	padding-left: 25px;
	background: url("/files/mm/offbulb.png") left center no-repeat;
	line-height: 1.4em;
	cursor:pointer;
	font-size: 0.7em;
	margin:0px;
	background-size: 24px;
	font-weight: normal;
}
.mychecksm:checked + label {
	background: url("/files/mm/onbulb.png") left center no-repeat;
	background-size: 24px;
	font-weight: normal;
}
.mycheck {
	visibility: hidden;
	margin: 0px;
	border:0px;
}
.mycheck + label {
	display: inline-block;
	padding-left: 50px;
	background: url("/files/mm/offbulb.png") left center no-repeat;
	line-height: 2em;
	cursor:pointer;
	margin:0px;
	font-weight: normal;
}
.mycheck:checked + label {
	background: url("/files/mm/onbulb.png") left center no-repeat;
	font-weight: normal;
}
.mycheckdm {
	visibility: hidden;
	margin: 0px;
	border:0px;
}
.mycheckdm + label {
	display: inline-block;
	padding-left: 50px;
	background: url("/files/mm/lightbulb.png") left center no-repeat;
	line-height: 2em;
	cursor:pointer;
	margin:0px;
	font-weight: normal;
}
.mycheckdm:checked + label {
	background: url("/files/mm/darkbulb.png") left center no-repeat;
	font-weight: normal;
}
.clickable {
	cursor:pointer;
}
.flags {
	border: 1px solid #555;
}
.dashbottom,
.dashbottom td,
.dashbottom li,
.dashbottom th
 {
	border-bottom: 1px dotted #383838;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dashbottom-solid,
.dashbottom-solid td,
.dashbottom-solid li,
.dashbottom-solid th
 {
	border-bottom: 1px solid #888;
	padding-top: 5px;
	padding-bottom: 5px;
}
.rleven, .rleven > td  {
	background: #222;
}
.rleven:hover, .rleven > td:hover {
	background: #181818;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
.progress {
  height: 20px;
  margin-bottom: 1px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
@font-face {
  font-display: swap;
  font-family: 'Nanum Gothic Coding';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nanum-gothic-coding-v19-latin-regular.woff2') format('woff2'),
       url('../fonts/nanum-gothic-coding-v19-latin-regular.ttf') format('truetype'); 
}
.monos {
	font-family: 'Nanum Gothic Coding', monospace;
	font-display: swap;
}


@media (max-width: 800px) { /* mobile */
	.nomobonly,.nomobonly-i {
		display: none;
	}
	.mobonly {
		display: block;
	}
	.mobonly-i {
		display: inline-block;
	}
	.mobw50 {
		width: 50%;
	}
	.nomobw50 {
		width: 100%;
	}
	.hmvtop {
		height: 220px !important;
	}
	.content {
		margin: 5px 3px;
	}
	.highlights {
		font-size: 0.8em;
	}
	.responsive_pad {
		width: 100%;
	}
	.responsive_pad_duo {
		width: 100%;
	}
	.responsive_pad_four {
		width: 100%;
	}
	.responsive_pad_four.responsive_right {
		text-align: left;
	}
	.reduce {
		font-size: 0.6em;
	}
	.reduce.panel-title {
		font-size: 0.8em !important;
	}
	h1, .panel-title {
		font-size: 1.25em;
	}
	h2,h3 {
		font-size: 1.2em;
	}
	.tclname {
		font-size: 1.2em;
	}
	.vthumb {
		width: 160px;
		border: 1px solid #223;
		padding: 5px;
		margin: 2px;
		float:left;
		text-align:center;
		font-size: 0.6em;
		position:relative;
		overflow: hidden;
		height: 180px;
	}
	.vthumb_sm {
		width: 80px;
		padding: 5px;
		height: 100px;
		font-size: 0.6em;
	}
	.navitem {
		padding: 5px 2px;
		height: 1.2em;
		flex: 1 0 auto;
		cursor: pointer;
	}
	.navitem:first-child {
		margin-left: 5px;
		width: 40px !important;
		flex: 0 !important;
	}
	.navitem:last-child {
		margin-right: 1px;
	}
	.tab-container {
		gap: 2px;
	}
	.tab-container div {
		padding: 10px 5px;
		font-size: 1em;
	}
}
@media (max-width: 1300px) and (min-width: 800px) { /* mid size : tablets and hd mobile */
	.content {
		margin: 10px 15px;
	}
	.hmvtop {
		height: 260px !important;
	}
	.responsive_pad {
		width: calc(50% - 56px);
	}
	.responsive_pad_duo {
		width: 100%;
	}
	.responsive_pad_four {
		width: calc(50% - 56px);
	}
	.responsive_pad_four.responsive_right {
		text-align: left;
	}
	.reduce {
		font-size: 0.75em;
	}
	.reduce.panel-title {
			font-size: 1em !important;
	}
	h1, .panel-title {
		font-size: 1.5em;
	}
	h2,h3 {
		font-size: 1.4em;
	}
	.tclname {
		font-size: 1.25em;
	}
	.vthumb {
		width: 240px;
		border: 1px solid #223;
		padding: 10px;
		margin: 2px;
		float:left;
		text-align:center;
		font-size: 0.7em;
		position:relative;
		overflow: hidden;
		height: 210px;
	}

}
@media (max-width: 1580px) and (min-width:1300px) { /* full size : small desktops or half screen */
	.hmvtop {
		height: 320px;
	}
	.responsive_pad {
		width: calc(32% - 76px);
	}
	.responsive_pad_duo {
		width: calc(50% - 56px);
	}
	.responsive_pad_four {
		width: calc(25% - 98px);
	}
	.reduce {
		font-size: 0.9em !important;
	}
	.reduce.panel-title {
			font-size: 1.25em !important;
	}
	h1,.panel-title {
		font-size: 1.85em;
	}
	.tclname {
		font-size: 1.4em;
	}
}
@media (min-width: 2500px) { /* UWD */
	.responsive_pad {
		width: calc(25% - 98px);
	}
	.responsive_pad_duo {
		width: calc(50% - 54px);
	}
	.responsive_pad_four {
		width: calc(25% - 98px);
	}
}
