#content, #main {zoom: 160%;}
@media all and (max-width: 2300px) {#content, #main {zoom: 155%;}}
@media all and (max-width: 2200px) {#content, #main {zoom: 150%;}}
@media all and (max-width: 2100px) {#content, #main {zoom: 145%;}}
@media all and (max-width: 2000px) {#content, #main {zoom: 140%;}}
@media all and (max-width: 1900px) {#content, #main {zoom: 135%;}}
@media all and (max-width: 1800px) {#content, #main {zoom: 130%;}}
@media all and (max-width: 1700px) {#content, #main {zoom: 125%;}}
@media all and (max-width: 1600px) {#content, #main {zoom: 120%;}}
@media all and (max-width: 1550px) {#content, #main {zoom: 115%;}}
@media all and (max-width: 1500px) {#content, #main {zoom: 110%;}}
@media all and (max-width: 1450px) {#content, #main {zoom: 105%;}}
@media all and (max-width: 1400px) {#content, #main {zoom: 100%;}}

* {
	padding: 0;
	margin: 0;
	font-family: Arial;
}

a {
	text-decoration: none;
	color: #CDE0FF;
	transition: all 0.2s ease;
}

a:hover {
	color: #F92672;
}

html, body {
	display: flex;
	width: 100%;
	height: 100%;
}

table {
	margin: 5px 0;
	width: 100%;
	border-collapse: collapse;
}

th {
	padding: 5px;
	text-align: left;
	border: 1px solid #13191F;
	background-color: rgba(0,0,0,0.4);
}

td {
	padding: 5px;
	border: 1px solid #13191F;
	background-color: rgba(0,0,0,0.1);
}

.hlSel {
	cursor: pointer;
	transition: all .2s ease;
}

.hlSel:hover {
	background-color: rgba(0, 0, 0, .4);
}

.hlDate {
	font-size: 10px !important;
	color: #BBB !important;
}

pre {
	font-size: 14px !important;
	font-family: Calibri !important;
}

#bg_bl {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: flex;
}

#bg_f {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/img/background.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	opacity: 0.9;
}

#bg_t {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,20,50,0.8);
}

#bg_o {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/img/bk.png);
	opacity: 0.1;
}

#bg_z {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to top, #000 0%, #000 10%, transparent 15%, transparent 85%, #000 90%, #000 100%), linear-gradient(to right, #000 0%, #000 10%, transparent 15%, transparent 85%, #000 90%, #000 100%);
	opacity: 0.05;
}

#main {
	margin: auto;
	width: 800px;
	z-index: 10;
	position: relative;
}

#block {
	width: 100%;
	height: 100%;
	/*background-image: url(/img/block.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	opacity: 0.3;
	position: absolute;
}

#mp_capt {
	margin-bottom: 50px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.toplines {
	color: #CDE0FF;
	font-size: 100px;
	display: inline-block;
}

#mpc_1 {margin-right: 30px; font-weight: bold;}
#mpc_2 {margin-right: 30px;}

#log {
	margin: 50px auto;
	width: 350px;
	height: 285px;
	position: relative;
}

#disp {
	width: 320px;
	height: 180px;
	border: 15px solid #CDE0FF;
	background-image: url(/img/disp_anim.png);
	position: relative;
	border-radius: 15px;
	animation: disp_anim 10s linear infinite;
	overflow: hidden;
}

#logon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #282923;
}

.lgln {
	text-align: center;
}

.lgst {
	font-size: 120px;
	font-weight: bold;
	display: inline-block;
	color: #DDD;
	animation-name: disp_key;
	animation-duration: 1s;
	animation-delay: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	opacity: 0;
}

.lginf {
	margin-top: 0;
	font-size: 23px;
	color: #DDD;
	text-align: center;
}

@keyframes disp_key {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes disp_anim {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 0 -558px;
	}
}

#ln1 {
	margin: 0 auto;
	width: 15px;
	height: 50px;
	position: relative;
	top: -1px;
	background-color: #CDE0FF;
}

#ln2 {
	margin: 0 auto;
	width: 200px;
	height: 15px;
	background-color: #CDE0FF;
	border-radius: 5px;
}

#crcl {
	margin: 0 0 0 -22px;
	top: 246px;
	left: 50%;
	width: 44px;
	height: 15px;
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	background-color: #CDE0FF;
	position: absolute;
}

#fmenu {
	padding: 0;
	margin: 0;
	height: 44px;
	text-align: center;
}

.fbtn, .allbtn {
	padding: 0;
	margin: 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #CDE0FF;
	border: 2px solid #CDE0FF;
	background-color: transparent;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: all .2s ease;
}

.allbtn {
	margin: 10px auto;
	display: block;
}

.allbtn:hover,
.fbtn:hover {
	background-color: #CDE0FF;
	color: #1B344C;
}

.sep1, .sep2, .sep3 {
	margin: 0;
	width: 10px;
	height: 40px;
	display: inline-block;
}

#bgh {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	display: none;
	z-index: 11;
}

#menu {
	padding: 0;
	margin: 0;
	width: 260px;
	height: 100%;
	top: 0;
	left: -260px;
	position: fixed;
	background-color: #282923;
	z-index: 12;
}

.mitem {
	padding: 20px;
	margin: 0;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	border-bottom: 1px solid #444;
	transition: all 0.2s ease;
}

.mitem:hover {background-color: rgba(255,255,255,0.2);}

.sel {
	color: #F92672;
	font-weight: bold;
}

#mbtn {
	width: 50px;
	height: 50px;
	right: -55px;
	top: 0;
	position: absolute;
	cursor: pointer;
}

.mbl {
	top: 10px;
	left: 5px;
	width: 40px;
	height: 5px;
	background-color: #CDE0FF;
	position: absolute;
	transition: all 0.5s ease;
}
#mb2 {top: 22px;}
#mb3 {top: 34px;}

#content {
	margin: 0 auto;
	width: 600px;
	z-index: 10;
}

.mlab {
	padding: 50px 0 40px 0;
	text-align: center;
	color: #CDE0FF;
	font-size: 60px;
	line-height: 60px;
}

.soft {
	padding: 0;
	margin: 0 0 10px 0;
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.2);
	display: flex;
	cursor: pointer;
	transition: all 0.2s ease;
}

.soft:hover {
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0px 0px 14px 1px #000;
	border-radius: 5px;
}

.soft * {
	-ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.slogo {
	padding: 10px;
	float: left;
	width: 80px;
	min-height: 80px;
}

.slogo img {
	width: 80px;
}

.smain {
	margin: auto 0;
	padding: 10px;
	float: left;
}

.scapt {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}

.sinfo {
	font-size: 16px;
	color: #AAA;
}

.fb {
	font-weight: bold;
}

.page {
	padding: 0 5px;
	margin-bottom: 20px;
}

.page p:first-letter {
	font-weight: bold;
	color: #F92672;
}

.page * {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}

.page a {
	padding: 10px;
	margin: 0;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #CDE0FF;
	border: 2px solid #CDE0FF;
	text-transform: uppercase;
}

.page a:hover {
	color: #1B344C;
	background-color: #CDE0FF;
}

.fbtn::before, .allbtn::before, .page a::before {
	content: "";
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transform: rotate(60deg);
	position: absolute;
	background-image: linear-gradient(to top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.1) 100%);
	animation: beam 2s 4s forwards;
	animation-play-state: paused;
}

@keyframes beam {
	from {left: -100%;}
	to {left: 120%;}
}

.play::before {
	animation-play-state: running !important;
}

.fix {
	clear: both;
}

/*----*/
#auth {
	padding: 0;
	margin: auto;
	width: 430px;
	height: 100px;
	display: block;
	position: relative;
	font-size: 20px;
}

#auth input {
	padding: 5px 10px;
	margin: 0 0 10px 0;
	float: right;
	width: 300px;
	height: 40px;
	font-size: 20px;
	background-color: rgb(255,255,255,0.8);
	border-radius: 5px;
	border: none;
	outline: none;
	color: #000;
}

#auth button {
	width: 70px;
	height: 70px;
	position: absolute;
	right: -35px;
	top: 20px;
	background-color: #4151FF;
	border-radius: 70px;
	border: 10px solid #000;
	cursor: pointer;
	outline: none;
	background-image: url(/img/btn_next.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 6px 6px;
}

#auth button:hover {
	background-color: #F92672;
}

#auth .fCapt {
	padding: 0;
	margin: 0 0 10px 0;
	width: 99px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: right;
	color: #FFF;
}

.sSep {
	width: 5px;
	height: 30px;
	display: inline-block;
}

#alert {
	padding: 0 0 0 108px;
	text-align: center;
	color: #A33;
}
/*----*/

#cnt {
	padding: 5px 0;
	margin: 20px 0;
	display: block;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
}

#cnt input {
	padding: 5px;
	float: left;
	width: 270px;
	height: 40px;
	border: none;
	background-origin: #FFF;
	color: #000;
}
#cntName {margin: 10px 5px 10px 10px;}
#cntTele {margin: 10px 10px 10px 5px;}

#cnt textarea {
	margin: 0 10px 0 10px;
	padding: 5px;
	width: 560px;
	height: 150px;
	resize: none;
	border: none;
	background-origin: #FFF;
	color: #000;
}

@media all and (max-width: 680px) {
	#cnt {
		text-align: center;
	}

	#cnt input {
		margin: 10px 0 0 0;
		width: 90%;
		float: none;
	}

	#cnt textarea {
		margin: 10px 0 0 0;
		width: 90%;
	}

	.mlab {
		font-size: 40px;
	}

	.fb {
		display: block;
		font-size: 60px;
		text-align: center;
	}

	#mp_capt {
		height: 180px;
		line-height: normal;
	}

	#mpc_1 {margin-right: 0; display: block;}
	#mpc_2 {margin-right: 30px; font-size: 40px;}
	#mpc_3 {font-size: 40px;}

	#fmenu {
		margin-bottom: 100px;
		height: auto;
	}

	.sep2 {
		display: block;
		height: 0;
	}

	#auth {
		margin: 200px auto;
		padding: 0 2%;
		width: 100%;
	}

	#auth input {
		padding: 5px 2%;
		float: none;
		width: 92%;
	}

	#auth button {
		margin: 10px auto;
		position: static;
		right: 0;
		top: 0;
		display: block;
	}

	#auth button:hover {
		background-color: #F92672;
	}

	#auth .fCapt {
		margin: 0 0 5px 0;
		width: auto;
		height: auto;
		line-height: normal;
		float: none;
		text-align: left;
	}

	#alert {
		padding: 0;
	}
}

.a2 {
  animation-duration: 2s;
  animation-delay: 1s;
}

.a3 {
  animation-duration: 2s;
  animation-delay: 2s;
}

.a4 {
  animation-duration: 2s;
  animation-delay: 2.5s;
}

.a5 {
  animation-duration: 2s;
  animation-delay: 3s;
}

.a6 {
  animation-duration: 2s;
  animation-delay: 3.5s;
}

.a7 {
  animation-duration: 2s;
  animation-delay: 4s;
}

.a8 {
  animation-duration: 1s;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}

#customNotification {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.3s ease;
}

.notification-show {
	opacity: 1 !important;
	transform: translateX(0) !important;
}

.notification-hidden {
	display: none;
}

.notification-content {
	min-width: 280px;
	max-width: 400px;
	padding: 15px 20px;
	background: #282923;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	display: flex;
	align-items: center;
	gap: 12px;
	border-left: 4px solid;
	animation: notifSlideIn 0.3s ease;
}

@keyframes notifSlideIn {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.notification-success .notification-content {
	border-left-color: #4CAF50;
}

.notification-error .notification-content {
	border-left-color: #F92672;
}

.notification-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.notification-success .notification-icon::before {
	content: "✓";
	display: block;
	width: 24px;
	height: 24px;
	background: #4CAF50;
	color: white;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
}

.notification-error .notification-icon::before {
	content: "!";
	display: block;
	width: 24px;
	height: 24px;
	background: #F92672;
	color: white;
	text-align: center;
	line-height: 24px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: bold;
}

.notification-message {
	flex: 1;
	color: #FFF;
	font-size: 14px;
	line-height: 1.4;
}

.notification-close {
	color: #888;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	transition: color 0.2s;
}

.notification-close:hover {
	color: #F92672;
}

.btn-loading {
	pointer-events: none;
	opacity: 0.7;
	position: relative;
}

.btn-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border: 2px solid rgba(255,255,255,0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: btnSpinner 0.6s linear infinite;
}

@keyframes btnSpinner {
	to {
		transform: rotate(360deg);
	}
}

#cnt input, #cnt textarea {
	transition: all 0.2s ease;
}

#cnt input:focus, #cnt textarea:focus {
	transform: scale(1.01);
	box-shadow: 0 0 0 2px rgba(205,224,255,0.3);
	outline: none;
}

#cnt {
	transition: all 0.3s ease;
}

#cnt.sending {
	opacity: 0.7;
	pointer-events: none;
}