
html, body {
	width:100%;
	min-height:100vh;
}
.wrap {
	width:100%;
	min-height:100vh;
	margin:0 auto;
    overflow:hidden;
	position:relative;
	background: rgba(0,0,0,1);
}

.contents {
	width: 100%;
	max-width: 1400px;
	padding: 0 50px;
	margin:0 auto;
}

a {
	cursor:pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
a:hover {
	transition: all 0.2s ease-out
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}


.title {
	padding-bottom: 50px;
}
.title h2 {
	font-size: 40px;
	color: #fff100;
	text-align:center;
}
.title h6 {
	font-size: 16px;
	color: #fff100;
	text-align:center;
	padding-top: 10px;
}


/**************************** header **************************/

header {
	width:100%;
	height: 100px;
	background:  rgba(0,0,0,1);
	box-shadow: 1px 1px 10px rgba(255,255,255,0.1);
	position: fixed;
	z-index:1;
	padding: 20px 0;
}
header.scroll {
	padding: 5px 0;
	height: 70px;
}
header > .row {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
}

header .logobox {
	display:block;
}
header .logobox img {
	height: 60px;
	padding: 0 15px;
}

header .btn-mainmenu {
	margin: 0px 10px;
	color: #bbbbbb;
	font-size: 20px;
	padding: 16px 5px;
	font-weight: 500;
	display:none;
}
header.scroll .btn-mainmenu {
	font-size: 16px;
}
header .mainmenu {
	display: block;
}
header .mainmenu li {
	float:left;
	padding: 13px 25px 13px 10px;
}
header .mainmenu li a {
	display: block;
	color: #bbbbbb;
	font-size: 16px;
	padding: 5px 5px;
	border: 1px solid rgba(255,255,255,0.7);
	min-width:  110px;
	text-align:center;

}
header.scroll .mainmenu li a {
	font-size: 16px;
}
header .mainmenu li a:hover {
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.7);
}
header .mainmenu li a.active {
	color: #fff100;
	border: 1px solid rgba(255,255,255,0.7);
}
header .mainmenu li a.active:hover {
	color: #fff100;
	border: 1px solid rgba(255,255,255,0.7);
}

.lengbox {
	position:relative;
	padding: 13px 25px 13px 10px;
}
.lengbox a.lengbtn {
	display: block;
	color: #bbbbbb;
	font-size: 16px;
	padding: 5px 5px;
	border: 1px solid rgba(255,255,255,0.7);
	min-width:  110px;
	text-align:center;

}
header.scroll .lengbox a.lengbtn {
	font-size: 14px;
}
.lengbox a.lengbtn.lengopen {
	color: #ffffff;
}
.lengbox a.lengbtn i {
	float:right;
	padding-top: 4px;
}
.lengbox .lenglist {
	display:none;
	position:absolute;
	background: #000000;
	border: 1px solid #313131;
	min-width: 110px;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	padding: 5px 0;
}
.lengbox .lenglist li a {
	display: block;
	color: #bbbbbb;
	padding: 5px 5px;
}
.lengbox .lenglist li a:hover {
	color: #ffffff
}






/********************** mainbgbox *********************/

.mainbgbox {
	background: url(../images/main-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 100px;
	text-align:center;
	padding: 80px 0;
}
.mainview .mainview-top {
	padding-bottom: 50px;
}
.mainview .mainview-top img {
	max-width: 350px;
}
.mainview .mainview-top h4 {
	font-size: 30px;
	color: #fff100;
	padding: 15px 0 ;
	font-weight: 500;
}
.mainview .mainview-top h5 {
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	line-height: 28px;
	font-weight: 500;
}
.mainview .mainview-top h6 {
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	line-height: 28px;
	font-weight: 500;
}

.mainview .mainview-bottom a.mvb-box {
	display:block;
	background: rgba(0,0,0,0.5);
	border: 1px solid #313131;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	padding: 30px 10px;
	margin-top: 20px;
}
.mainview .mainview-bottom a.mvb-box p {
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	line-height: 24px;
	padding-top: 10px;
}
.mainview .mainview-bottom a.mvb-box:hover p{
	color: rgba(255,255,255,0.8);
}







/********************** coinbox *********************/


.coinbox {
	padding: 80px 0;
}

.coinbox .cont .simbolbox {
	text-align:center;
}
.coinbox .cont .simbolbox img {
	width: 100%;
	max-width: 325px;
}
.coinbox .cont ol {
	margin-left: 21px;
}
.coinbox .cont ol li {
	color: #a5a5a5;
	font-size: 14px;
	list-style-type: decimal; 
	padding-bottom: 13px;
	line-height: 20px;
}
.coinbox .cont .coindetail {
	background: #1e1e1e;
	border: 1px solid #313131;
	padding: 20px;
	margin-top: 10px;
}
.coinbox .cont .coindetail ul li {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 24px;
}
.coinbox .cont .coindetail ul li span {
	color: #fff100;
}



/********************** bmodelbox *********************/


.bmodelbox {
	padding: 80px 0;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}

.bmodelbox .cont .bmbox {
	background: rgba(255,255,255,0.4);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
	padding: 25px;
	text-align:center;
}
.bmodelbox .cont .bmbox h4 {
	display: inline;
	font-size: 20px;
	color: #fff100;
	border-bottom: 1px solid #fff100;
	padding-bottom: 3px;
}
.bmodelbox .cont .bmbox ol {
	margin-left: 21px;
	padding-top: 25px;
	text-align:left;
}
.bmodelbox .cont .bmbox ol li {
	color: #ffffff;
	font-size: 14px;
	list-style-type: decimal; 
	padding-bottom: 13px;
	line-height: 24px;
}



/********************** revenuebox *********************/


.revenuebox {
	padding: 80px 0;
}
.revenuebox .cont ul {
	margin-left: 21px;
	padding-bottom: 20px;
}
.revenuebox .cont ul li {
	color: #a5a5a5;
	font-size: 14px;
	list-style-type: disc; 
	line-height: 24px;
}
.revenuebox .cont .basisbox {
	background: #1e1e1e;
	border: 1px solid #313131;
	padding: 20px;
	margin-bottom: 20px;
}
.revenuebox .cont .basisbox p {
	color: #fff100;
	font-size: 14px;
	line-height: 24px;
}

.revenuebox .cont .levelallbox {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}
.revenuebox .cont .levelallbox .levelbox {
	background: #1e1e1e;
	border: 1px solid #313131;
	padding: 20px;
	margin-bottom: 20px;
	text-align:center;
	margin: 15px;
}
.revenuebox .cont .levelallbox .levelbox h4 {
	color: #fff100;
	font-size: 18px;
}
.revenuebox .cont .levelallbox .levelbox p {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 24px;
}
.revenuebox .cont ol {
	margin-top: 20px;
	margin-left: 21px;
}
.revenuebox .cont ol li {
	color: #a5a5a5;
	font-size: 14px;
	list-style-type: decimal;  
	line-height: 24px;
}


/********************** riskbox *********************/


.riskbox {
	padding: 80px 0;
	background: #1e1e1e;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}
.riskbox .cont .risk {
	padding: 0 30px;
}
.riskbox .cont .risk .riskimgbox {
	text-align:center;
}
.riskbox .cont .risk .riskimgbox img {
	width:100%;
	max-width:370px;
}
.riskbox .cont .risk p {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 24px;
	text-align:left;
	padding-top: 20px;
}


/********************** wpbox *********************/

.wpbox {
	padding: 80px 0;
}
.wpbox .cont {
	padding: 20px 0;
}
.wpbox .cont .wpminbox {
	width: 30%;
}
.wpbox .cont .wpminbox.wpminbox1 {
	width: 40%;
}
.wpbox .cont .cont-wpbox {
	padding: 30px;
    background: #1e1e1e;
    border: 1px solid #313131;
    text-align: left;
	margin: 0 10px;
	cursor: pointer;
}
.wpbox .cont .cont-wpbox  h2 {
	color: #fff100;
	font-size: 18px;
	word-wrap: break-word;
	word-break: keep-all;
}
.wpbox .cont .wpminbox1 .cont-wpbox {
	margin-top: -20px;
	margin-bottom: -20px;
	padding: 50px 30px;
}
.wpbox .cont .wpminbox1 .cont-wpbox  h2 {
	font-size: 22px;
}



/********************** wpbtnbox *********************/

.wpbtnbox {
	padding: 80px 0;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment:fixed;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}

.wpbtnbox .cont a.wpbtn {
	display: block;
    background: rgba(0,0,0,0.5);
    border: 1px solid #313131;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
    padding: 30px 10px;
	color: rgba(255,241,0,0.7);
	text-align:center;
	font-size: 24px;
}
.wpbtnbox .cont a.wpbtn:hover {
    background: rgba(0,0,0,0.7);
	color: rgba(255,241,0,1);
}



/********************** research-box *********************/


.research-box {
	padding: 80px 0;
}

.research-box .cont .research-textbox ul li {
    background: #1e1e1e;
    border: 1px solid #313131;
    padding: 20px;
    margin-bottom: 30px;
	color: #a5a5a5;
}
.research-box .cont .research-imgbox  {
	text-align:right;
}
.research-box .cont .research-imgbox img {
	width: 100%;
	max-width: 500px;
}



/********************** ourmember *********************/


.ourmember {
	padding: 80px 0;
    background: #1e1e1e;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}
.ourmember .cont .ombox {
	border: 1px solid #313131;
	margin:0 15px;
}
.ourmember .cont .ombox a {
	display:block;
	text-align:center;
	padding: 15px 0;
}
.ourmember .cont .ombox a:hover {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3)
}





/********************** disclaimer *********************/

.disclaimer-box {
	padding: 80px 0;
    border-bottom: 1px solid #313131;
}

.disclaimer-box .cont .disclaimer-textbox {
    background: #1e1e1e;
    border: 1px solid #313131;
    padding: 40px;
    color: #a5a5a5;
}
.disclaimer-box .cont .disclaimer-textbox p {
}















/********************** footer *********************/


footer {
	padding: 50px 0;
	width: 100%;
	max-width: 1800px;
	margin:0 auto;
}
footer > .row {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
}
footer .footlogobox {
	width: 200px;
	text-align:center;
}
footer .footlogobox img {
	width: 100%;
	max-width: 170px;
}
footer .footcont {
	width: calc(100% - 200px);
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	padding-left: 35px;
	padding-top: 20px;
}
footer .footcont ul li {
	float:left;
	padding-left: 30px;
	position: relative;
}
footer .footcont ul li:first-of-type {
	padding-left: 0px;
}
footer .footcont ul li:before {
    content: "l";
	position:absolute;
	left: 15px;
}
footer .footcont ul li a {
	color: #2f38b4;
	text-decoration: underline;
}
footer .footcont p {
	padding-top: 10px;
}






@media only screen and (max-width: 1200px) {

	.mainview .mainview-top img {
		max-width: 300px;
	}
	.title h2 {
		font-size: 35px;
		color: #fff100;
		text-align: center;
	}

}

@media only screen and (max-width: 1024px) {

	.mainview .mainview-top img {
		max-width: 280px;
	}
	.title h2 {
		font-size: 32px;
	}
	.mainview .mainview-bottom a.mvb-box img {
		max-width: 190px;
	}
	.revenuebox .cont .levelallbox .w25p {
		width: 50%;
	}
	.ourmember .cont .w25p {
		width: 50%;
		margin-bottom: 30px;
	}
	.ourmember .cont .w25p:nth-of-type(3),
	.ourmember .cont .w25p:nth-of-type(4) {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 800px) {

	.mainview .mainview-top img {
		max-width: 260px;
	}
	.mainview .mainview-bottom a.mvb-box img {
		max-width: 150px;
	}
	.bmodelbox .cont .bmbox h4 {
		font-size: 19px;
	}
	.bmodelbox .cont .w45p {
		width: 100%;
	}
	.bmodelbox .cont .w45p:nth-of-type(2) {
		margin-top: 30px;
	}
	.riskbox .cont .w33p {
		width: 100%;
	}

	header .btn-mainmenu {
		display: block;
	}
	header .mainmenu {
		display:none;
		position:absolute;
		left:0;
		width: 100%;
		background: #000000;
		border: 1px solid #313131;
		box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
		padding: 5px 0;
	}
	header .mainmenu li {
		width: 100%;
	}
	header .mainmenu li a {
		display: block;
		color: #bbbbbb;
		padding: 5px 15px;
	}
	header .mainmenu li a:hover {
		color: #ffffff
	}
	
	.wpbox .cont .wpminbox {
		width: 100%;
	}
	.wpbox .cont .wpminbox.wpminbox1 {
		width: 100%;
		margin: 20px 0;
	}
	.wpbox .cont .wpminbox.wpminbox1 .cont-wpbox h2 {
		font-size: 18px;
	}
	.research-box .cont .w50p {
		width: 100%;
	}
	.research-box .cont .w40p {
		width: 100%;
	}
	.research-box .cont .research-imgbox {
		text-align: center;
		margin-bottom: 30px;
	}
	.research-box .cont .research-textbox ul li {
		margin-bottom: 10px;
	}
	.riskbox .cont .risk {
		margin-top: 30px;
	}
	.riskbox .cont div:nth-of-type(1) > .risk {
		margin-top: 0px;
	}



}
@media only screen and (max-width: 600px) {
	
	.title h2 {
		font-size: 30px;
	}
	.mainview .mainview-bottom .w45p {
		width: 100%;
	}
	.mainview .mainview-bottom .w45p:nth-of-type(2) {
		margin-top: 30px;
	}
	.coinbox .cont .w25p, .coinbox .cont .w75p {
		width: 100%;
	}
	.title h6 {
		padding-top: 20px;
	}
	.revenuebox .cont .levelallbox .w25p {
		width: 100%;
	}
	footer .footlogobox {
		width: 100%;
	}
	footer .footcont {
		width: 100%;
	}

	
	.ourmember .cont .w25p {
		width: 100%;
	}
	.ourmember .cont .w25p:nth-of-type(3){
		margin-bottom: 30px;
	}

}

@media only screen and (max-width: 420px) {

	.title h2 {
		font-size: 24px;
	}
	.contents {
		padding: 0 30px;
	}
	footer .footcont ul li {
		padding-left: 0px;
		width: 100%;
	}
	footer .footcont ul li:before {
		content: "";
	}

	.lengbox {
		padding: 13px 15px 13px 10px;
	}
	header .logobox img {
		padding: 0 5px;
	}

	.wpbtnbox .cont a.wpbtn {
		    font-size: 18px;
	}


}



@media only screen and (max-width: 350px) {
	header .logobox img {
		padding: 5px 5px;
	}
}



