#main .tab {
	margin: 80px 0 60px 0;
}

#main .tab .buy, #main .tab .account {
	margin-top: 80px;
}

#main .tab .title {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	margin-left: 10px;
	color: #4f4f4f;
}

#main .tab .title img {
	width: auto;
	height: 25px;
}

#main .tab .desc {
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
	color: #828282;
}

#main .tab a {
	text-align: center;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #767995;
	width: 140px;
	border: 1px solid #828282;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	margin: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#main .tab a:hover {
	color: #ffffff;
	background: #041c3d;
}

#main .tab .sell {
	display: none;
}

#main .tab .account {
	display: none;
}