*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

html{
	font-size:62.5%;
}

body{
	max-width:1920px;
	margin:0 auto;
	user-select: none;
	padding-bottom:250px;
	cursor:default;
}

::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:#ddd;}
::-webkit-scrollbar-thumb{background:orange; border-radius:9px;}

a:link, a:hover, a:active, a:visited{text-decoration:none; outline:none; .color:black;}

.clear{clear:both;}


.langwrap{
	position:sticky;
	top:27px;
}

.langins{
	position:absolute;
	right:36px;
	top:36px;
	text-align:center;
}

.slang, .elang{
	display:inline-block;
	font-family:montserrat;
	font-size:18px;
	font-weight:500;
	letter-spacing:1px;
	padding:4px 13px;
	border:2px solid #8c3590;
	cursor:pointer;	
	position:relative;
}

.slang{
	background:#8c3590;
	color:white;
	border-radius:20px 0 0 20px;
	margin-right:2px;
}

.elang{
	background:white;
	color:#8c3590;
	border-radius:0 20px 20px 0;
	margin-left:2px;
}

.elang:hover{background:#8c3590; color:white;}

.slang:active{right:2px;}
.elang:active{left:2px;}

.apan{
	padding-left:20vw;
	.background:lightblue;
}

.ains{
	width:740px;
	margin:0 auto;
	.background:silver;
	position:relative;
}

.plasma_top_left{
	position:fixed;
	left:-4vw;
	top:-4vw;
	width:14vw;
	height:14vw;
	color: #eee;
}

.plasma_ins{
	position:absolute;
	color: #eee;
	width: 140px;
}

.plasma_bot{
	display:block;
	color: #eee;
	width: 140px;
	height: auto;
	margin:0 auto;
	margin-top:63px;
}

.anurse{
	position:fixed;
	left:-14vh;
	bottom:0;
	height:79vh;
	.background:lightblue;
}

.ord{
	margin-top:34px;
	text-align:center;
	font-family:'short stack';
	font-size:30px;
	font-weight:500;
	color:#8c3590;
}

.acli span{
	background:#8c3590;
	color:white;
	border-radius:50%;
	padding:14px 9px;
}

.st{
	margin-top:20px;
	text-align:center;
	font-family:'short stack';
	font-size:45px;
	font-weight:500;
	color:#8c3590;
}

.rw{
	margin-top:25px;
	text-align:center;
	font-family:montserrat;
	font-size:23px;
	font-weight:500;
	letter-spacing:1px;
	color:#8c3590;
}

.choosewrap{
	text-align:center;
	margin-top:36px;
	padding:0 14px;
}

.choose{
	display:inline-block;
	font-family:montserrat;
	font-size:23px;
	font-weight:500;
	letter-spacing:1px;
	color:#8c3590;
}

.icoboard{
	font-size:30px;
	color:#0099cc;
	margin-left:9px;
}

.at{
	font-family:montserrat;
	font-size:16px;
	font-weight:500;
	letter-spacing:1px;
	color:#0099cc;
	position:relative;
	margin-top:25px;
	background:#8c3590;
	color:white;
	line-height:27px;
	padding:0 9px;
	border-radius:9px;
}

.at:before{
	content:'';
	position:absolute;
	left:-25px;
	top:7px;
	width:11px; height:11px;
	border-radius:50%;
	background:#8c3590;
}

.story{
	font-family:montserrat;
	font-size:17px;
	font-weight:500;
	letter-spacing:1px;
	line-height:27px;
	color:#777;
	padding:5px 9px;
	border-radius:9px;
	margin-top:7px;
	white-space:pre-wrap;
}

.asw{
	margin-top:63px;
}

.minw{
	display:none;
	text-align:center;
	font-family:montserrat;
	font-size:20px;
	font-weight:500;
	letter-spacing:1px;
	line-height:27px;
	padding:5px 14px;
	background:#eee;
	color:#8c3590;	
	margin-top:25px;
}

.gotop{
	display:none;
	position:fixed;
	z-index:9;
	left:calc(100% - 63px);
	bottom:0;
	background:#8c3590;
	font-size:20px;
	color:white;
	padding:11px 13px;
	border-radius:14px 14px 0 0;
	cursor:pointer;
}

.gotop:hover{.background:#8c3590;}
.gotop:active{bottom:2px;}

@media only screen and (max-width: 1630px){
	.anurse{height:63vh;}
}

@media only screen and (max-width: 1300px){
	.plasma_ins{display:none;}
	.anurse{display:none;}
	.apan{padding:0;}
}

@media only screen and (max-width: 999px){
	.plasma_bot{.margin-top:9px;}
	.minw{.display:block;}
}

@media only screen and (max-width: 760px){
	.langwrap{position:static; margin-top:30px; text-align:center; font-size:0;}
	.langins{position:static; display:inline-block;}
	.ord{margin-top:36px;}
	.ains{width:100%;}
	.at:before{content:none;}
	.at{border-radius:0; padding:0 11px;}	
}

@media only screen and (max-width: 630px){
	.plasma_top_left{display:none;}
	.slang, .elang{font-size:15px;}
	.ord{font-size:20px;}
	.icoboard{display:none;}
	.st{font-size:36px;}
	body{padding-bottom:140px;}
}
