.flex_d {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.tag_box {
	margin-top: 30px;
	width: 100%;
	padding-left: 20px;
}

.tag_b {
	padding: 4px 8px 4px 8px;
	border-radius: 8px;
	font-weight: 600;
	margin-left: 10px;
}

.purple_tag {
	background-color: #e5e7fc;
	border: 1px solid #e5e7fc;
	color: #000;
}

.black_tag {
	background-color: #000;
	border: 1px solid #000;
	color: #ffd441;
}

.wtdac {
	height:auto;
	width: 31.8666666667%;
	margin-bottom: 48px;
	border-radius: 8px;
	border: 1px solid #f3f3f3;
}

.topbar {
	height: 10px;
	width: 100%;
	border-radius: 8px 8px 0 0;
}

.blackbar {
	background-color: #000;
}

.purplebar {
	background-color: #be98f4;
}

.wasac {
	margin-top : 60px;
}

@media (max-width: 960px) and (min-width: 768px) {
	.wtdac {
		width: 48.44%;
		margin-bottom: 48px;
	}
	
	.wtdac:nth-child(n) {
		margin-right: 3.12% !important;
	}
	
	.wtdac:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media (max-width: 768px) {
	.flex_d {
		flex-direction: column;	  
	}
	.wtdac {
		width : 100%;
		height:auto;
	}
	
	.wasac {
		margin-left : 20px;
		margin-right : 20px;
	}
	.wtdac:nth-child(n) {
		margin-right: 3.12% !important;
	}
}

.wtdac:nth-child(n) {
	margin-right: 2.2%
}

.wtdac:nth-child(3n) {
	margin-right: 0
}

.full-width-image {
		width: 100%;
	}
@media (min-width: 767px) {
.pc {
	display: block;
}
.mb {
	display: none;
}
}
@media (max-width: 767px) {
.pc {
	display: none;
}
.mb {
	display: block;
}
}

@media screen and (max-width: 1200px) {
	.q-page-container {
		padding-top: 52px !important;
	}
}

.trade_btn {
  border: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  background-color: #ccc;
  padding: 3px 10px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.trade_btn span {
  position: relative; 
  z-index: 1;
}

.trade_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #be98f4;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.trade_btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.button {
  background: #3D4C53;
  width : 200px;
  height : 50px;
  overflow: hidden;
  text-align : center;
  transition : .2s;
  cursor : pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.btnText {
  color : white;
  transition : .3s;
}
.btnText2 {
  margin-top : 63px;
  margin-right : -130px;
  color : #FFF;
}
.button:hover .btnTwo{ /*When hovering over .button change .btnTwo*/
  left: -130px;
}
.button:hover .btnText{ /*When hovering over .button change .btnText*/
  margin-bottom : 20px;
}
.button:active { /*Clicked and held*/
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}