.txt_aqua {
	color:#0bb0d3;
}

.mainWrap .title_box {
  margin-bottom: 40px;
}
.mainWrap .title_box h1 {
  display: block;
  color: #000;
  font-size: 38px;
  font-weight: 600;
  text-transform: bestgame_areamainuppercase;
  text-align: center;
}
.main_section_story .title_box h1 {
  display: block;
  color: #000;
  font-size: 3.6em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.main_section_top {
  position: relative;
  display: block;
  width: 100%;
	background: url(../../images/main/main_bestgame_bg.jpg) no-repeat top center;
	background-size: cover;
  padding: 70px 0 40px 0;
}
.main_section_top .inner {
  display: block;
  min-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.bestgame_area {
	width:98%;
  text-align: center;
	margin:0 1%;
}
.bestgame_area .txt_box  {
  margin:0 0 35px 0;
}
.bestgame_area .txt_box h3.title  {
	color: #000000;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.3;
  letter-spacing: -0.25;
}
.bestgame_area .txt_box span {
	font-weight: 500;
}
.bestgame_area .bestgame_list {
	display: block;
  align-items: center;
  width: 100%;
  min-width: 100%;
  text-align: center;
  margin: 15px auto 0 auto;
}
.bestgame_area .bestgame_list .item_list {
	display: inline-flex;
}
.bestgame_area .bestgame_list .game_item {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 580px;
}
.bestgame_area .bestgame_list .game_item .txt_box {
	display: none;
}
	.bestgame_area .bestgame_list .gameBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 546px;
  background: url(../../images/main/main_bestgame_box.png) no-repeat center center;
  background-size: 380px 546px;
  padding: 15px 17px 12px 17px;
  border-radius: 34px;
  box-shadow: -8px 0 35px rgba(0, 0, 0, 0.25);
  transition: ease-in-out 0.3s;
}
.bestgame_area .bestgame_list .gameBox .title_img {
  margin: 25px 0 15px 0;
}
.bestgame_area .bestgame_list .gameBox .title_img img {
  width: auto;
  height: 50px;
}
.bestgame_list .gameBox:hover {
  width: 400px;
  height: 575px;
  background-size: 400px 575px;
	z-index:3;
}
.bestgame_list .gameBox {
  &.on {
    width: 400px;
    height: 575px;
    background-size: 400px 575px;
  }
}


.bestgame_area .bestgame_list .gameBox .game_info {
  display: block;
  text-align: center;
  padding: 0 20px;
  margin: 15px auto 0 auto;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top {
  width: 100%;
  background: #0bb0d3;
  border-radius: 17px;
  padding: 15px;
  margin: 0 0 28px 0;
}
.bestgame_area .bestgame_list .gameBox.pb .game_info .game_info_top {
  background: #6b52b4;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top > * {
  color: #fff;
  font-size: 1em;
}
.bestgame_area .bestgame_list .gameBox .game_info .game_info_top h2 {
  font-size: 1.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box h3.title {
  color: #000;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price {
  color: #000;
  font-size: 58px;
	line-height: 1;
  font-family: 'Bebas Neue', cursive;
}
.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price em {
  display: inline-block;
  color: #000;
  font-size: 22px;
  padding-left: 4px;
	white-space: nowrap;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box {
	padding:0;
	font-size:0;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box > div {
  display: inline-block;
	width:25px;
	font-size:14px;
  margin: 5px 0 5px 0;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .time:first-child {
	width:58px;
	text-transform: uppercase;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .time strong {
	font-size:14px;
	font-weight: normal;
}
.bestgame_area .bestgame_list .gameBox .game_info .time_box .txt {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  font-family: 'Lato';
  padding-left: 7px;
}
.bestgame_area .bestgame_list .gameBox .btn_center {
  margin-top: 25px;
}
	.bestgame_area .bestgame_list .gameBox .btn_center .btn_play {
  display: inline-block;
  width: 200px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #888;
  font-weight: 400;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 0px 7px 10px 7px;
}
.bestgame_area .bestgame_list .gameBox .btn_center .btn_play:hover {
  color: #0bb0d3;
  border: 1px solid #0bb0d3;
}
.bestgame_area .bestgame_list .gameBox .game_info .games {
	display: block;
	width:90%;
	border-top:1px dashed #d4d4d4;
	padding:7px 0 0 0;
	margin:10px auto 0 auto;
}
.bestgame_area .bestgame_list .gameBox .game_info .games a {
	display: inline-block;
	color:#888;
	font-size:14px;
}
.bestgame_area .bestgame_list .gameBox .game_info .games a:hover {
	color:#0bb0d3;
	text-decoration: underline;
}
.bestgame_area .bestgame_list .gameBox .game_info .games span {
	display: inline-block;
	height:12px;
	width:1px;
	background: #d4d4d4;
	margin:0 8px;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .txt1 {
  top: 150px;
  font-size: 14px;
  color: #666666;
  display: block;
  width: 100%;
	margin-top:10px;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box {
  border: none;
  padding: 0;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .total {
	font-size: 16px;
	font-weight: 500;
}
.bestgame_area .bestgame_list .gameBox.pb .coin_box .total strong {
	font-size: 16px;
  padding-left: 10px;
}
.bestgame_area .bestgame_list .gameBox.numbers {
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item {
  display: block;
  background: #f1f1f1;
  border-radius: 10px;
  padding: 12px 10px;
  margin: 0 0 12px 0;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item:hover {
  background: #e1f4db;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_info {
  margin: 0 auto;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a > * {
  display: inline-block;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_img {
  width: 75px;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item .game_img img {
  width: 70px;
  height: auto;
}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings {
		width: 100px;
		font-weight: 500;
		font-size: 34px;
		font-family: 'Bebas Neue', cursive;
		color: #000;
		text-align: right;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings strong {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}
.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings em {
	font-size: 16px;
	font-weight: 500;
	padding-left: 0px;
}


.main_section_games {
  background: #f8f8f8;
  padding: 80px 0 50px 0;
}
.main_section_games .inner {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}
.main_section_games .title_box {
  display: block;
  text-align: center;
}
.main_section_games .title_box h1 {
  display: block;
  color: #000;
  font-size: 38px;
  font-weight: 600;
	letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
}
.main_section_games .title_box h3 {
	color:#666;
  font-size: var(--font-size-lg);
	line-height: 1.4;
  margin: 10px 0 0 0;
}
.main_section_games .game_cont {
  display: block;
  padding: 0px 0 0 0;
}
.main_section_games .game_cont li {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.main_section_games .game_cont li:nth-child(2) {
	display: flex;
	align-items: start;
	text-align: center;
}
.main_section_games .game_cont li:nth-child(2) .item {
	display: inline-block;
}
.main_section_games .game_cont li:nth-child(2) .winnings {
	width:40%;
}

.main_section_games .game_cont .title {
  color: #111;
  font-size: 17px;
  font-weight: 600;
  font-family: Lato;
  line-height: 1.3;
  text-align: center;
  padding: 7px 0 0px 0;
  margin: 0 10px 25px 10px;
}
.main_section_games .game_cont li .item {
  width: 30%;
  min-height: 290px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.04);
  padding: 12px 12px;
  margin: 0 0 30px 0;
}
.main_section_games .game_cont .item.popular {
	width: 34%;
	background: #2c4784;
}
.main_section_games .game_cont .item.popular .title {
	font-size:20px;
	font-weight: 500;
	padding:0px 10px 5px 10px;
}
.main_section_games .game_cont .item.popular .title,
.main_section_games .game_cont .item.coin .title {
  color:#fff;
}
.main_section_games .game_cont .item.price .title {	
	padding:0;
	margin: 0 10px 15px 10px;
}
.main_section_games .game_cont .item.cate {
	width:30%;
  background: none;
  box-shadow: none;
  margin-top: 20px;
}
.main_section_games .game_cont .item.cate .game_cate {
  display: inline-block;
  text-align: left;
  margin-left: 40%;
  transform: translateX(-50%);
}
.main_section_games .game_cont .item.cate .game_cate .title {
  display: block;
  color: #0bb0d3;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border: none;
  margin: 0px 0 15px 0;
}
.main_section_games .game_cont .item.cate .game_cate h3 {
  margin: 0 0 20px 0;
}
.main_section_games .game_cont .item.cate .game_cate h3 a {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  transition: ease-in-out 0.3s;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 0;
  height: 1px;
  background: #0bb0d3;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:hover {
  color: #0bb0d3;
}
.main_section_games .game_cont .item.cate .game_cate h3 a:hover:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  background: #0bb0d3;
  transition: ease-in-out 0.3s;
}

.main_section_games .game_cont .item.popular {
  width: 36%;
	max-width:440px;
	background: #1d4676;
}
.main_section_games .game_cont .item.popular .title {
	font-size:20px;
}
.main_section_games .game_cont .item.popular .title, 
.main_section_games .game_cont .item.coin .title {
	color: #fff;
	margin: 5px;
	border-bottom: none;
}
.main_section_games .game_cont .item.popular .game_list {
  text-align: center;
  padding:10px 5px 0 0px;
  overflow: hidden;
}
.main_section_games .game_cont .item.popular .game_list li {
  display: inline-block;
  width: 45%;
  height: auto;
  background: #ffffff;
  border-radius: 8px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 0;
  margin: 0 1.5% 15px 1.5%;
	vertical-align: top;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(2) {
	background: url(../../images/main/popular_game_bg01.png) no-repeat center center;
  background-size:cover;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(3) {
	background: url(../../images/main/popular_game_bg02.png) no-repeat center center;
  background-size:cover;
}
.main_section_games .game_cont .item.popular .game_list li .game_logo img {
  width: auto;
  height: 50px;
}
.main_section_games .game_cont .item.popular .game_list li h3 {
  color: #111;
	height: 30px;       
  font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-overflow: ellipsis;
  white-space: nowrap;
	overflow: hidden;
}
.main_section_games .game_cont .item.popular .game_list li:nth-child(2) h3,
.main_section_games .game_cont .item.popular .game_list li:nth-child(3) h3 {
	color:#fff;
}
.main_section_games .game_cont .item.fun {
	background: url(../../images/main/scratch_game_bg.png) no-repeat bottom center;
  background-size:cover;
	box-shadow: none;
}
.main_section_games .game_cont .item.fun .title {
	margin:0 5px 17px 5px;
}
.main_section_games .game_cont .item.fun .game_list li {
  display: block;
  width: 100%;
  text-align: center;
  margin: 8px auto 0px auto;
	overflow: hidden;
}
.main_section_games .game_cont .item.fun .game_list .game {
}
.main_section_games .game_cont .item.fun .game_list .game img {
  width: 98%;
  height: auto;
  border: 0px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
}
.main_section_games .game_cont .item.fun .game_list a:nth-child(4) .game {
	position: relative;
}
.main_section_games .game_cont .item.fun .game_list a:nth-child(4) .game:after {
	content: '';
	position: absolute;
	top:0;
	left:0;
	display: block;
	width:100%;
	height: 100%;	
	background: rgba(0,0,0,0.7);
}
.main_section_games .game_cont .item.coin,
.main_section_games .game_cont .item.language {
  text-align: center;
}
.main_section_games .game_cont li:nth-child(2) {
	display: flex;
	text-align: center;
}
.main_section_games .game_cont li:nth-child(2) .item {
	width:30%; 
	min-height: 280px;
	border-radius: 10px;
	margin:0 0 0 0;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(1) {
	order:1;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(2) {
	order:3;
}
.main_section_games .game_cont li:nth-child(2) .item:nth-child(3) {
	order:2;
	width:36%; 
}

.main_section_games .game_cont .item.coin {
	background: url(../../images/main/main_games_coin.png) no-repeat center top;
	background-size: 320px auto;
	box-shadow: none;
}
.main_section_games .game_cont .item.language {
  background: url(../../images/main/main_games_language.png) no-repeat center bottom;
	background-size: 95% auto;
	box-shadow: none;
}
.main_section_games .game_cont .item.language .title {
	border:none;
}

.tabcoin {
	height: 210px;
	margin: 0 10px 0px 10px;
	border: 1px solid #eaeaea;
	overflow: scroll;
	overflow-x: hidden;
}
.tabcoin table {
	width:98%;
}
.tabcoin table thead {
	height: 34px;
	background: #fafafa;
	line-height: 2.4;
}
.tabcoin table th {
	line-height: 1.2;
	text-align: center;
}
.tabcoin table td {
	text-align: left;
}
.tabcoin table tr,
.tabcoin table td {
	color:#777;
	padding:4px 10px;
	font-size:13px;
	line-height: 1.2;
}
.tabcoin table td:first-child {
	width:15%;
	text-align: center;
}
.tabcoin table td:nth-child(3) {
	color:#000;
}
.tabcoin table td:nth-child(4) {
	text-align: right;
}
.tabcoin table td a {
	color:#111;
}
.tabcoin table td a:hover {
	text-decoration: underline;
}

.main_slide_wrap {
  background: #f2f3f4;
  border-top: 2px solid #fff;
  padding: 70px 0;
  height: 420px;
}
.main_slide_wrap .slideBox {
  position: relative;
  width: 96%;
  max-width: 1000px;
  text-align: center;
	padding:0 2%;
  margin: 0 auto;
}
.main_slide_wrap .swiper-container {
	padding:0 15px;
  overflow: hidden;
}

.main_slide_wrap .slideBox .btns {
}

.main_slide_wrap .slideBox .btns .btn_prev {
  position: absolute;
  display: inline-block;
  top: 40%;
  left: -15px;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: url(../../images/main/main_gameslide_prev.png) no-repeat center;
  background-size: 34px 34px;
	cursor: pointer;
}
.main_slide_wrap .slideBox .btns .btn_next {
  position: absolute;
  display: inline-block;
  top: 40%;
  right: -12px;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: url(../../images/main/main_gameslide_next.png) no-repeat center;
  background-size: 34px 34px;
	cursor: pointer;
}

.main_slide_wrap .swiper-slide {
  display: inline-block;
  height: 280px;
  text-align: center;
  border-radius: 3px;
}
.main_slide_wrap .swiper-slide img {
	width: 180px !important;
	height: auto;
	display: flex;
	margin: 0 auto;
}
.main_slide_wrap .swiper-slide a {
	display: block;
	width:220px;
	height: 280px;
	background: #fff;
	border:1px solid #f1f1f1;
	border-radius: 10px;
	padding: 25px 5px 10px 5px;
}
.main_slide_wrap .slideBox .slide_item .imgs {
  padding: 0 0 10px 0;
	margin:10px 0 0 0;
}
.main_slide_wrap .slideBox .slide_item  .txt_cate {
	display: block;
	text-align: left;
	margin:0 15px 0 15px;
}
.main_slide_wrap .slideBox .slide_item  .txt_cate span {
	display: inline-block;
	color:#fff;
	font-size:14px;
	text-align: center;
	background: #989ca0;
	border-radius: 30px;	
	line-height: 1.2;
	text-transform: uppercase;
	padding:4px 10px;
}
.main_slide_wrap .slideBox .slide_item .txt {
  display: block;
  color: #111;
  font-size: 16.5px;
	font-weight: 500;
  text-transform: uppercase;
}
.main_slide_wrap .slideBox .slide_item  em {
  display: block;
  color: #888;
  font-size: 15.5px;
  padding: 0px 0 0 0px;
}

.main_issue_wrap {
  display: block;
	margin:100px 0 20px 0;
}
.main_issue_wrap .issueBox {
	display: flex;
  justify-content: space-between;
  width: 97%;
  margin: 0 auto;
}
.main_issue_wrap .issueBox .item a {
	display: block;
	width: 100%;
	height: 100%;
}
.main_issue_wrap .issueBox .item {
	position: relative;
  display: inline-block;
  width:23%;
  height: 270px;
  text-align: left;
  padding:0;
  margin: 0 0.5%;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.main_issue_wrap .issueBox .issue_1 {
   width:48%;
	 background: url(../../images/main/issue_banner_01.png) no-repeat center;
	 background-size: cover;
}
.main_issue_wrap .issueBox .issue_2 {
	width:25%;
	background: #e9edfb;	
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint {
	text-align: center;
	padding: 40px 10px 10px 10px;
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint span {
	display: inline-block;
	position: relative;
	color:#000;
	font-size:40px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1;
	padding:0 25px 0 50px;
}
.main_issue_wrap .issueBox .issue_2 .logo_wpoint span::before {
	content: '';
	position: absolute;
	left:0;
	top:4px;
	width:36px;
	height: 36px;
	background: url(../../images/CryptoLogo/cryptologo_wpoint.png) no-repeat center;
  background-size: cover;
}
.main_issue_wrap .issueBox .issue_2 .title {
	display: block;
	color:#000;
  font-size:22px;
	font-weight: 500;
	text-align: center;
	line-height: 1.4;
	letter-spacing: -0.5px;
	padding:0 10px;
	margin:20px 0 0 0;
}
.main_issue_wrap .issueBox .issue_2 .title strong {
	color:var(--red);
}
.main_issue_wrap .issueBox .issue_2 .title br {
	display: none;
}
.main_issue_wrap .issueBox .issue_3 {
	width:25%;
	background: #e4eadd;
	padding: 0;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint {
	text-align: center;
	padding:25px 10px 15px 10px;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint span {
	display: inline-block;
	position: relative;
	color:#000;
	font-size:26px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1;
	padding:0 15px 0 30px;
}
.main_issue_wrap .issueBox .issue_3 .logo_wpoint span:before {
	content: '';
	position: absolute;
	left:0;
	top:4px;
	width:26px;
	height: 26px;
	background: url(../../images/CryptoLogo/cryptologo_wpoint.png) no-repeat center;
  background-size: cover;
}
.main_issue_wrap .issueBox .issue_3 .game_list {	
  width:90%;
	margin:0px auto 0 auto;
}
.main_issue_wrap .issueBox .issue_3 .game_list a {
	height: auto;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game {
	display: flex;
  justify-content: space-between;
	align-items: center;
	width:100%;
	height: 80px;
	background: #fff;
	border-radius: 10px;
	padding:0 5px;
	margin:0 0 12px 0;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .logo_lotto {
	width:140px;
	height:50px;
	background:url(../../images/GameLogo/L0009.png) no-repeat center;
	background-size: 100%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .logo_scratch {
	width:140px;
	height:50px;
	background:url(../../images/GameLogo/E0003.png) no-repeat center;
	background-size: 100%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .game_info {
	width:50%;
}
.main_issue_wrap .issueBox .issue_3 .game_list .game .game_info .game_name {
	color:#000;
	font-size:16px;
	font-weight: 500;
	line-height: 1.4;
}

.main_story_wrap {
  width: 100%;
  border-bottom: 20px solid #f4f4f4;
  padding: 80px 0 90px 0;
}
.main_story_wrap .title_box {
  display: block;
  width: 100%;
}
.main_story_wrap .title_box h1 {
  display: block;
	color: #000;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	text-align: center;
}
.main_story_wrap .storyBox {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
}
.main_story_wrap .storyBox .item {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 350px;
  text-align: left;
  padding: 30px 25px 10px 25px;
  margin: 0 0.5%;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
}
.main_story_wrap .storyBox .item:nth-child(1) {
  background: #86a15f;
}
.main_story_wrap .storyBox .item:nth-child(2) {
  background: #4f82a3;
}
.main_story_wrap .storyBox .item:nth-child(3) {
  background: #a6a182;
}
.main_story_wrap .storyBox .item .title_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_story_wrap .storyBox .item h3.title {
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  transition: ease-in-out 0.3s;
}
.main_story_wrap .storyBox .item .txt {
  display: block;
  top: 70px;
  width: 100%;
  height: 102px;
  color: #fff;
  font-size: 0.9em;
  text-align: left;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.main_story_wrap .storyBox .item .imgs {
	display: none;
	position: absolute;
	right:30px;
	top:30px;
	display: inline-block;
	width:160px;
	height:300px;
	border-radius: 100px;
	opacity: 0;
	overflow: hidden;
	transition:ease-in-out 2s;
}

.main_story_wrap .storyBox .item .imgs{
	animation-duration: 3s;
	animation-delay: 0.1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: both;
	animation-name: story-img;
}
@keyframes story-img {
	0% {
		margin-left:50%;
		transform: scale(1.05);
	}
	to {
		margin-left:0px;
		transform: scale(1);
	}
}
.main_story_wrap .storyBox .item.active .imgs,
.main_story_wrap .storyBox .item:hover .imgs,
.main_story_wrap .storyBox .item.on .imgs {
	display: inline-block;
	transition:ease-in-out 1s;
	opacity: 1;
}
.main_story_wrap .storyBox .item:nth-child(2) .imgs {
  display: none;
}
.main_story_wrap .storyBox .item:hover:nth-child(1) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(1) .imgs {
	display: inline-block;
  background: url(../../images/main03/main_story_img01.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover:nth-child(2) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(2) .imgs {
	display: inline-block;
  background: url(../../images/main03/main_story_img02.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover:nth-child(3) .imgs,
.main_story_wrap .storyBox .item.on:nth-child(3) .imgs {
	display: inline-block;
  background: url(../../images/main03/main_story_img03.jpg) no-repeat center;
}
.main_story_wrap .storyBox .item:hover,
.main_story_wrap .storyBox .item.on {
  width: 48% !important;
  transition: ease-in-out 0.5s;
}
.main_story_wrap .storyBox .item.on div > * {
  color: #fff;
  transition: ease-in-out 0.3s;
}
.main_story_wrap .storyBox .item:nth-child(1):hover {

}
.main_story_wrap .storyBox .item:nth-child(2):hover,
.main_story_wrap .storyBox .item:nth-child(2).on {
  width:400px;
}
.main_story_wrap .storyBox .item:nth-child(3):hover {

}
.main_story_wrap .storyBox .item:hover h3.title,
.main_story_wrap .storyBox .item:hover .txt,
.main_story_wrap .storyBox .item.on h3.title,
.main_story_wrap .storyBox .item.on .txt {
  color: #fff !important;
}
.main_story_wrap .storyBox .item:hover,
.main_story_wrap .storyBox .item.on {
  width: 25%;
}

.main_story_wrap .storyBox .item:hover .txt,
.main_story_wrap .storyBox .item.on .txt {
  display: block;
	width: calc(100% - 180px);
  height: 180px;
	text-align: left;
}

.main_section_partners {
  margin: 80px 0 80px 0;
}
.main_section_partners .partners_area {
  display: block;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
}
.main_section_partners .partners_area .item_list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  overflow: hidden;
}
.main_section_partners .partners_area .item_list li {
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
  background: #f4f4f4;
  padding-top: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.main_section_partners .partners_area .item_list li img {
  width: 100%;
  max-width: 110px;
  height: auto;
}


/**********************************************************************************************/
/**********************************************************************************************/
@media screen and (max-width: 979px) {
   
	.mainWrap .title_box {
		margin-bottom: 25px;
	}
	.mainWrap .title_box h1 {
		font-size:38px;
  }
	.main_section_top {
		background: #e9edf3;
		padding: 30px 0 20px 0;
	}
	.bestgame_area {
		position: relative;
		margin:0 auto;
		padding:0px 0 20px 0;
	}
	.bestgame_area .txt_box {
		display: none;
	}
	.bestgame_area .txt_box h2.title {
		font-size:1em;
	}
	.bestgame_area .bestgame_list {
		padding:0px 0 0 0;
	}
	.bestgame_area .bestgame_list .item_list {
		display: block;
	}
	.bestgame_area .bestgame_list .item_list .satellite:nth-child(1) .game_item .gameBox {
		background: linear-gradient(0.45turn, #0e8cc0 , #35bfe7 20%, #027ab6 60%);
		border:1px solid #52bed5;
	}
	.bestgame_area .bestgame_list .item_list .satellite:nth-child(2) .game_item .gameBox {
		background: linear-gradient(0.45turn, #6344c3 , #6e4fcb 20%, #4220aa 60%);
		border:1px solid #6337e3;
	}
	.bestgame_area .bestgame_list .item_list .satellite:nth-child(3) .game_item .gameBox {
		background: linear-gradient(0.45turn, #dee5e8 , #e0ebf0 20%, #d6dee2 60%);
		border:1px solid #eef3f5;
	}
	.bestgame_area .bestgame_list .game_item {
		width:90%;
		height: auto;
		min-height: 300px;
	}
	.bestgame_area .bestgame_list .gameBox {
		position: relative;
		top:auto;
		left:auto;
		transform: unset;
		width:100%;
		height:auto;
		background: none;
		border-radius: 30px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
		padding: 20px 20px 25px 20px;
		margin:0 0 30px 0;
	}
	.bestgame_area .bestgame_list .gameBox:hover {
		width: auto;
		height: auto;
		background-size: unset;
	}
	.bestgame_area .satelliteBox {
		height:auto;
	}
	.bestgame_area .bestgame_list .gameBox .title_img {
		position: absolute;
		right: 20px;
		top: 10px;
		margin: 0px 0 0px 0;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .game_info_top {
		background: none;
		padding:10px;
		margin:0 0 15px 0;
	}
	.bestgame_area .bestgame_list .gameBox.pb .game_info .game_info_top {
		background: none;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .game_info_top > * {
		font-size:16px;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price {
		color:#fff;
		font-size:60px;
		line-height: 1;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price em {
		color:#fff;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div,
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div strong,
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div em {
		color:#fff;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .time_box .txt,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box .txt1,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box p,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box strong {
		color:#fff;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_info {
		margin: 55px auto 0 auto;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item {
		background: #fff;
		padding:12px 20px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item:hover {
		background: #fff;
	}
	.bestgame_area .bestgame_list .gameBox .btn_center .btn_play {
		color:#fff;
    line-height: 40px;
	}
	.bestgame_area .bestgame_list .gameBox .btn_center .btn_play:hover {
		color:#0680b9;
		background: #fff;
		border:1px solid #fff;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .games {
		width:100%;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		padding: 7px 0 0 0;
		margin: 18px auto 5px auto;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .games a {
		color:rgba(255, 255, 255, 0.6);
	}
	.bestgame_area .bestgame_list .gameBox .game_info .games a:hover {
		color:#fff;
	}
	.bestgame_area .bestgame_list .gameBox.pb .btn_center .btn_play:hover {
		color: #4220aa;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .btn_center .btn_play {
		color: #5b6b6b;
    border: 1px solid #8f9d9d;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .btn_center .btn_play:hover {
		color: #111714;
		background: #fff;
    border: 1px solid #fff;
	}

	.main_section_games {
    padding: 70px 0 50px 0;
  }
	.main_section_games .title_box h1 {

	}
	.main_section_games .title_box h3 {
    font-size: 1em;
		line-height: 1.3;
  }
	.main_section_games .game_cont {
		max-width:850px; 
		margin:0 auto;
	}
	.main_section_games .game_cont li {
		display: inline-block;
		width:100%;
		transform: none;
		margin:0 auto;
	}
	.main_section_games .game_cont li .item {
		display: inline-block;
		width:46%;
		min-height: none;
		margin:0 1.5%;
		vertical-align: top;
	}
	.main_section_games .game_cont li:nth-child(2) {
		display: inline;
	
	}
	.main_section_games .game_cont li:nth-child(2) .item {
		width:47%;
		margin:0 1% 30px 1%;
	}
	.main_section_games .game_cont li:nth-child(2) .item:nth-child(1) {
		order:1;
	}
	.main_section_games .game_cont li:nth-child(2) .item:nth-child(2) {
		order:2;

	}
	.main_section_games .game_cont li:nth-child(2) .item:nth-child(3) {
		order:3;
		width:100%;
		margin: 5px 0% 0px 0%;
	}
	.main_section_games .game_cont .title {
		font-size:17px;
		margin: 0 10px 15px 10px;
	}

	.main_section_games .game_cont .item.cate {
		display: none;
	}
	.main_section_games .game_cont .item.popular,
	.main_section_games .game_cont .item.fun {
		height:300px;
	}
	.main_section_games .game_cont .item.popular {
    width: 47%;
		padding:12px 12px 0 12px;
		margin:0 1.5% 30px 1.5%;
  }
	.main_section_games .game_cont .item.popular .title {
		font-size:17px;
		padding: 0px 10px 0px 10px;
  }
	.main_section_games .game_cont .item.popular .game_list li {
		padding: 10px 0 10px 0;
	}
	.main_section_games .game_cont .item.popular .game_list li .game_logo img {
		width:auto;
    height: 48px;
	}
	.main_section_games .game_cont .item.popular .game_list li h3 {
		font-size:15px;
	}
	.main_section_games .game_cont .item.fun .title {
		margin: 0px 5px 10px 5px;
	}
	.main_section_games .game_cont .item.fun .game_list li {
		margin:8px 0;
	}
	.main_section_games .game_cont .item.fun .game_list .game img {
		width:95%;
		max-width: 300px;
	}
	.main_section_games .game_cont li .item.winnings {
		width: 100%; 
		margin:0px 1.5% 30px 1.5%;
	}
	.main_section_games .item.winnings .game_list ul li {
		display: flex;
    padding: 11px 3px;
  }
	.main_section_games .item.winnings .game_list ul li .game {
		padding-left:30px;
	}
	.main_section_games .item.winnings .game_list ul li .game::before {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
	.main_section_games .game_cont .item.coin,
	.main_section_games .game_cont .item.language {
		width:46%;
	}
	.main_section_games .game_cont .item.coin {
		background: url(../../images/main/main_games_coin.png) no-repeat center ;
		background-size: cover;
		box-shadow: none;
	}
	.main_section_games .game_cont .item.language {
		background: url(../../images/main/main_games_language.png) no-repeat center bottom;
		background-size: cover;
		box-shadow: none;
	}
	.main_section_games .game_cont .item.language .title {
		padding:0;
	}

	.main_slide_wrap {
		height:400px;
		padding:50px 0 0 0;
	}
	.main_slide_wrap .swiper-slide a {
		width:190px;
		height:270px;
	}
	.main_slide_wrap .swiper-slide {
		display: inline-block;
		height: 260px;
		text-align: center;
		border-radius: 3px;
		img {
			width: 160px !important;
			height: auto !important;
			display: flex;
			margin: 0 auto;
		}
	}
	.main_slide_wrap .slideBox .slide_item .txt {
    font-size: 1em;
  }
	.main_slide_wrap .slideBox .slide_item strong {
    font-size: 3em;
  }

	.main_issue_wrap {
		width:97%;
		margin:80px auto 20px auto;
	}
	.main_issue_wrap .issueBox {
		display:unset;
	}
	.main_issue_wrap .issueBox .issue_1 {
		display: block;
		width:100%;
		height: 320px;
		margin:0 0 20px 0;

	}
	.main_issue_wrap .issueBox .issue_2,
	.main_issue_wrap .issueBox .issue_3 {
		width:48.5%;
		vertical-align: top;
	}
	.main_issue_wrap .issueBox .issue_3 {
		float:right;
	}
	.main_issue_wrap .issueBox .issue_2 .title {
		font-size: 20px;
	}

	.main_story_wrap {
    padding: 60px 0 80px 0;
  }
	.main_story_wrap .title_box h1 {
	}
	.main_story_wrap .storyBox .item {
		position: relative;
    padding: 30px 20px;
		overflow: hidden;
		
  }
	.main_story_wrap .storyBox .item.on:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #000 0%, #130b08 80%, transparent 100%);
    opacity: 0.6;
    z-index: -1;
  }
	.main_story_wrap .storyBox .item .imgs {
		display: none !important;
  }
	.main_story_wrap .storyBox .item:nth-child(1).on {
		background: url(../../images/main/main_story_img01.jpg) no-repeat center;
		background-size: cover;
		z-index: -2;
	}
	.main_story_wrap .storyBox .item:nth-child(2).on {
		background: url(../../images/main/main_story_img02.jpg) no-repeat center;
		background-size: cover;
		z-index: -2;
	}
	.main_story_wrap .storyBox .item:nth-child(3).on {
		background: url(../../images/main/main_story_img03.jpg) no-repeat center;
		background-size: cover;
		z-index: -2;
	}
	.main_story_wrap .storyBox .item:hover .txt, .main_story_wrap .storyBox .item.on .txt {
		width:100%;
	}
	.main_section_partners {
    margin: 60px 0 60px 0;
  }
	.main_section_partners .partners_area .item_list li {
    width: 85px;
    height: 85px;
		padding-top: 18px;
  }
	.main_section_partners .partners_area .item_list li img {
    width: 100%;
    max-width: 85px;
    height: auto;
  }
}



/**********************************************************************************************/
/**********************************************************************************************/
@media screen and (max-width: 640px) {
	.mainWrap .title_box h1 {
		font-size:34px;
	}
	.main_section_top {
		padding:20px 0 20px 0;
	}
	.bestgame_area .bestgame_list .game_item {
		min-height: 200px;
	}
	.bestgame_area .bestgame_list .gameBox {
		padding:20px 0px 10px 0px;
		margin:0 0 15px 0;
	} 
	.bestgame_area .bestgame_list .gameBox .title_img {
    top:10px;
		right:5px;
	}
	.bestgame_area .bestgame_list .gameBox .title_img img {
		width:auto;
		height: 40px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_info {
		padding: 0 13px;
    margin: 40px auto 10px auto;
  }
	.bestgame_area .bestgame_list .gameBox .game_info {
		margin:0;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .game_info_top {
    width: 100%;
		text-align: left;
    border-radius: 0px;
    padding: 0px 0px;
    margin: 0 0 8px 0;
  }
	.bestgame_area .bestgame_list .gameBox .game_info .game_info_top > * {
		font-size:14px;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .game_info_top h2 {
    font-size: 18px;
		font-weight: 700;
		line-height: 1.2;
  }
  .bestgame_area .bestgame_list .gameBox .game_info .coin_box .price {
		font-size: 42px;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .coin_box .price em {
		font-size:18px;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div {
		width:20px;
		margin: 0px 0 2px 0;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div,
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div strong,
	.bestgame_area .bestgame_list .gameBox .game_info .time_box > div em,
	.bestgame_area .bestgame_list .gameBox .game_info .time_box .txt {
		color:#fff;
		font-size:12px;
	}
	.bestgame_area .bestgame_list .gameBox .game_info .time_box .txt,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box .txt1,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box p,
	.bestgame_area .bestgame_list .gameBox.pb .coin_box strong {
		color:#fff;
		font-size:12px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list {
		margin-top:8px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item {
		padding: 8px 12px 8px 8px;
		margin: 0 0 10px 0;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_img {
		width:60px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item .game_img img {
		width: 56px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_name {
		font-size:15px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings {
		font-size: 30px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .game_list .item a .game_winnings strong {
		font-size:24px;
	}
	.bestgame_area .bestgame_list .gameBox .btn_center {
		display: flex;
		margin: 12px 0 5px 0;
	}
	.bestgame_area .bestgame_list .gameBox .btn_center .btn_play {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 49%;
		height: 32px;
		font-size: 13px;
		line-height: 1.2;
		margin:0 3px 5px 3px;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .btn_center {
    display: block;
	}
	.bestgame_area .bestgame_list .gameBox.numbers .btn_center .btn_play {
		display: inline-block;
		line-height: 30px;
	}
	.main_section_games {
    padding: 50px 0 50px 0;
  }
	.main_section_games .title_box h3 {
		line-height: 1.2;
	}
	.main_section_games .game_cont {
		display: block;
		max-width: 500px;
		padding: 10px 0 0 0;
  }
	.main_section_games .game_cont li .item {
		width:97% !important;
		border-radius: 30px;
		margin: 0 1.5% 30px 1.5% ;
	}
	.main_section_games .game_cont .title {
		font-size:16px;
	}
	.main_section_games .game_cont .item.popular {
		max-width: none;
		height:auto;
	}
	.main_section_games .game_cont .item.popular .game_list li {
		padding: 12px 0 10px 0;
	}
	.main_section_games .game_cont .item.fun {
		height:auto;
		min-height: auto;
	}
	.main_section_games .game_cont .item.fun .game_list {
		position: relative;
		max-width: 400px;
    margin: 0 auto;
	}
	.main_section_games .game_cont .item.fun .game_list ul {
		margin:0 auto ;
	}
	.main_section_games .game_cont .item.fun .game_list a,
	.main_section_games .game_cont .item.fun .game_list a li {
		display: block;
		width: 95%;
		margin:0 auto;
	}
	.main_section_games .game_cont .item.fun .game_list .game {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
  }

	.main_section_games .game_cont .item.fun .game_list .game img {
		width:100%;
		height:auto;
		border:none;
	}
	.main_section_games .game_cont li .item.price {
		margin-bottom:30px;
	}
	.main_section_games .game_cont li:nth-child(2) {
		display: block;
	}
	.main_section_games .game_cont li:nth-child(2) .item {
		min-height: auto;
	}
	.main_section_games .game_cont li:nth-child(2) .item:nth-child(3) {
		margin: 0 0% 0px 0%;
	}
	.main_section_games .game_cont li .item.coin,
	.main_section_games .game_cont li .item.language {
		display: inline-block;
		border-radius: 30px;
		width: 44% !important;
		height: 160px;
		margin: 0 2% 25px 2%;
	}
	.main_section_games .game_cont li .item.coin {
		background: #010b16 url(../../images/main/main_games_coin.png) no-repeat center bottom ;
		background-size:100%;
	}
	.main_section_games .game_cont li .item.language {
		background: #fff url(../../images/main/main_games_language.png) no-repeat center bottom ;
		background-size:100%;
	}

	.main_section_games .game_cont .item.coin .title {
		font-size: 14px;
		line-height: 1.2;
		padding:0;
		margin: 0 2px;
	} 
	.main_section_games .game_cont .item.language {
		padding:5px 12px 12px 12px;
	}
	.main_section_games .game_cont .item.language .title {
		font-size: 14px;
		line-height: 1.2;
		margin: 0 2px;
	}
	.tabcoin {
		margin:0;
		overflow-x:unset;
	}
	.tabcoin table {
		width:100%;
	}
	.tabcoin table th:first-child,
	.tabcoin table td:first-child {
		display: none;
	}

	.main_slide_wrap {
		height: 270px;
		padding: 35px 0 35px 0;
	}
	.main_slide_wrap .swiper-slide {
		display: inline-block;
		height: 200px;
		text-align: center;
		border-radius: 3px;
		background: none;
	}
	.main_slide_wrap .swiper-slide img {
		width: 130px !important;
		height: auto !important;
		display: flex;
		margin: 0 auto;
	}
	.main_slide_wrap .swiper-slide a {
		display: block;
    width: 150px;
    height: 200px;
		background: #fff;
		padding:12px 0 0 0;
		border-radius: 5px;
    margin: 0 auto;    
  }
	.main_slide_wrap .slideBox .slide_item .txt_cate span {
		font-size: 13px;
	}
	.main_slide_wrap .slideBox .slide_item .imgs {
    padding: 0 0 5px 0;
  }
	.main_slide_wrap .slideBox .slide_item .txt {
    font-size: 0.85em;
  }
	.main_slide_wrap .slideBox .slide_item strong {
    font-size: 2em;
  }
	.main_slide_wrap .slideBox .slide_item strong em {
    font-size: 18px;
		padding: 5px 0 0 5px;
  }
	.main_slide_wrap .slideBox .btns .btn_prev,
	.main_slide_wrap .slideBox .btns .btn_next {
		background-size: 30px 30px
	}
	.main_slide_wrap .slideBox .btns .btn_next {
    right:-12px;
	}

	.main_issue_wrap {
		max-width: 500px;
		padding:0 13px;
		margin: 60px auto 0px auto;
	}
	.main_issue_wrap .issueBox .item a {
		height:unset;
	}
	.main_issue_wrap .issueBox .issue_1 {
		height: 220px;
	}
	.main_issue_wrap .issueBox .issue_1 a {
		height: 100%;
	}
	.main_issue_wrap .issueBox .issue_2 {
		width:100%;
		height: auto;
		margin-bottom:20px;
	}
	.main_issue_wrap .issueBox .issue_2 .logo_wpoint {
		padding:30px 10px 15px 10px;
		scale:0.9;
	}
	.main_issue_wrap .issueBox .issue_2 .title {
		font-size:18px;
		padding:0 15px 30px 15px;
		margin:0;
	}
	.main_issue_wrap .issueBox .issue_3 {
		float:unset;
		width:100%;
		height: auto;
		margin-bottom:20px;
	}
	.main_issue_wrap .issueBox .issue_3 .game_list {
		padding:0 0 10px 0;
	}


	.main_story_wrap {
    padding: 50px 0 30px 0;
  }
	.main_story_wrap .storyBox {
		display: block;
		max-width:500px;
		padding:0 13px;
		margin:0 auto;
	}
	.main_story_wrap .storyBox .item {
		height:160px;
		border-radius: 30px;
		margin:0 0 10px 0;
	}
	.main_story_wrap .storyBox .item,
	.main_story_wrap .storyBox .item:hover, 
	.main_story_wrap .storyBox .item.on {
		width:100% !important;
		padding:22px 20px 0px 20px;
		margin:0 auto 20px auto ;
	}
	.main_story_wrap .storyBox .item h3.title {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.main_story_wrap .storyBox .item .txt {
		height: 60px;
	}
	.main_story_wrap .storyBox .item:hover, 
	.main_story_wrap .storyBox .item.on {
    height: 300px !important;
	}
	.main_story_wrap .storyBox .item.on .txt {
    width: 98%;
  }
	.main_section_partners {
    margin: 40px 0 40px 0;
  }
	.main_section_partners .partners_area {
		width:98%;
	}
	.main_section_partners .partners_area .item_list {
		display: block;
		text-align: center;
	}
	.main_section_partners .partners_area .item_list li {
		display: inline-flex;
    align-items: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 2px;
    margin: 0 4px 8px 4px;
  }
	.main_section_partners .partners_area .item_list li img {
    width: 100%;
    max-width: 70px;
    height: auto;
  }
}