/*---------------------------*/
/* Template default CSS
/*---------------------------*/

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #131313;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #878787;
	line-height: 2;
}

.cat {
	font-size: 13px;
	font-weight: 700;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}



.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
	}

.rowl {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	align-content: stretch;
	margin-right:-15px;
	margin-left:-15px;
	}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	font-size: 45px;
	padding: 7px 0px 7px 0px;
}

.section-title .white-text{
	color:#fff;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 97px;
	padding-bottom: 97px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.text-black a {
	color: #000;
}


.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}



/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #131313;
	padding: 16px 30px;
	min-width: 153px;
	border-radius: 20px;
	font-weight: 500;
	border: none;
	background: #ffb320;
	cursor: pointer;
}

.site-btn.btn-sm {
	padding: 10px 30px;
	min-width: 163px;
}

.site-btn:hover {
	color: #131313;
}

.cata {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 6px 25px;
}

.cata.new {
	background: #ff205f;
}

.cata.strategy {
	background: #4eae60;
}

.cata.racing {
	background: #694eae;
}

.cata.adventure {
	background: #40abf5;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	background: #131313;
	clear: both;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #ffb320;
}

.sitelogo {
	display: inline-block;
	float: left;
	padding-top: 6px;
}

.Signupbtn {
	float: right;
	font-weight: 700;
	background: #ffb320;
	padding: 8px 28px;
	border-radius: 8px;
	visibility: hidden;
}

.Signupbtn a {
	font-size: 16px;
	color: #131313;
}

.main-menu {
	float: right;
	margin-right: 130px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 30px;
	font-weight: 500;
	padding: 10px 0px;
}

.main-menu ul li a:hover {
	color: #ffb320;
}

.main-menu .user-menu {
	display: none;
}


.header-btn {
	float: right;
	margin-right: 0;
}

.nav-switch {
	display: none;
}

	.smallcon {
		font-size: 18px;
	}

/* 슬라이더 영역 CSS */
.slider .main_img, .slider .sub_img{
position:relative;
display:block;
width:100%;
max-width:100%;
background-position:center top;
background-size:cover;
overflow:hidden;
}

.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background: #000;
	  background-position:center top;
	  background-size:cover;

      /* Center slide text vertically 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  */
    }

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
display:none;
}


.slider .main_img{
height:860px;
}

 .slider .bgs { 

 }

 .slider .main_img .main_txt{
 width:90%;
 max-width:1400px;
 margin:0 auto;
 padding-top:260px;
 padding-left:830px;
 font-size:35px;
 font-weight:bold;
 letter-spacing:-0.02em;
 color:#fff;
 text-shadow:3px 3px 5px rgba(0,0,0,0.4);
 }

/*
.slider .main_img .main_txt span{
font-size:50px;
line-height:1.3;
letter-spacing:0.05em;
color:#ffd146;
text-shadow:0 0 3px #fff000, -1px -2px 0 #fff, 3px 3px 3px rgba(72,44,10,0.8);
display:inline-block;
margin-bottom:30px;
} */

.slider .main_img .main_txt p {
width:360px;
font-size:20px;
line-height:2;
letter-spacing:0.09em;
color:#fff000;

text-shadow:-1px 0px rgba(72,44,10,0.8), 0px 1px #000, 1px 0px #929292, 0px -1px #929292;
display:inline-block;
margin-bottom:7px;
}

.slider .main_img .main_txt h6 {
width:230px;
font-size:23px;
font-weight: 500;
line-height:3;
letter-spacing:0.09em;
color:#000;

text-shadow:-1px 0px rgba(72,44,10,0.8), 0px 1px #000, 1px 0px #929292, 0px -1px #929292;
display:inline-block;
margin-bottom:7px;
}

.slider .main_img .main_txt h6 span {
color:#FF0000;

}

.slider .main_img .playstorebtn{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:750px;
  width: 100%;
  text-align:center;

}


/*------------------
  MainEvent Section
---------------------*/

.hs-text .container  {
	margin-right: -140px;
	margin-top: 400px;

}

.hs-text .container2  {
	margin-right: -140px;
	margin-top: 400px;

}

.MainEvent-slider .hs-item {
	height: 865px;
	display: table;
	width: 100%;
}

.titlebackground {
	background-image: url(/img/main_img_pc.jpg);
	width: 100%;
	height: 100%;
}

.MainEvent-slider .hs-text {
	display: table-cell;
	vertical-align: middle;
}

.MainEvent-slider .hs-text img {
	width:86px;
	height:283px;
	
}

.MainEvent-slider .hs-text h2 {
	color: #0D0C0C;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 30px;
	position: relative;
	top: -80px;
	opacity: 0;
}

.MainEvent-slider .hs-text h2 span {
	color: #EB1717;
}

.MainEvent-slider .hs-text p {
	color: #756D6D;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.hs-text .site-btn10 {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	padding: 43px 141px;
	min-width: 153px;
	cursor: pointer;
	position: relative;
	background-image:url(/img/btn_download_google.png);
	background-size: 100%;
	border-radius:10px;

	
}

.hs-text .atemp {
	width: 10px;
	height: 10px;
	
}

.MainEvent-slider .owl-item.active .hs-item h2,
.MainEvent-slider .owl-item.active .hs-item p,
.MainEvent-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.MainEvent-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.MainEvent-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.MainEvent-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.MainEvent-slider .owl-dots {
	position: relative;
	max-width: 1146px;
	margin: -33px auto 0;
	top: -67px;
	z-index: 5;
}

.MainEvent-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	border-radius: 40px;
	background: #dbe2ec;
}

.MainEvent-slider .owl-dots .owl-dot.active {
	background: #ffb320;
}

/*------------------------
Page View Section
-------------------------*/
/*-----------------
  view page
--------------------*/

.view-page .view-thumb {
	height: 424px;
	padding-top: 24px;
	padding-left: 29px;
	margin-bottom: 60px;
	position: relative;
}

.view-page .view-thumb .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.view-page .view-thumb .rgi-extra .rgi-star,
.view-page .view-thumb .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.view-page .view-thumb .rgi-extra .rgi-star {
	background: #ffb320;
}

.view-page .view-thumb .rgi-extra .rgi-heart {
	background: #ff205f;
}

.view-page .view-content h3 {
	margin-bottom: 10px;
}


.view-page .view-content .meta-comment {
	display: block;
	font-size: 16px;
	color: #737373;
	margin-bottom: 25px;
}

.view-page .view-content p {
	margin-bottom: 16px;
	font-size: 16px;
	color : black;
}

.view-page .view-button {
	text-align:center;
	margin: 50px 0 25px 0;
}




/*---------------------
  Latest News section
-----------------------*/

.latest-news-section {
	overflow: hidden;
	display: block;
	clear: both;
	background: #131313;
	padding: 24px 0;
	position: relative;
}

.ln-title {
	position: absolute;
	height: 100%;
	width: 29%;
	left: 0;
	top: 0;
	text-align: right;
	padding-top: 24px;
	padding-right: 66px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #ffb320;
	z-index: 1;
}

.news-ticker {
	width: 71%;
	float: right;
	overflow: hidden;
	display: inline-block;
}

.news-ticker-contant .nt-item {
	margin-right: 35px;
	color: #fff;
	display: inline-block;
}

.news-ticker-contant .nt-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 4px 20px;
}

.news-ticker-contant .nt-item span.new {
	background: #ff205f;
}

.news-ticker-contant .nt-item span.strategy {
	background: #4eae60;
}

.news-ticker-contant .nt-item span.racing {
	background: #694eae;
}

/*------------------
  main-guide Section
---------------------*/
.main-guide-section {
	background-image: url("/img/pattern.png");
	background-repeat: repeat;
	padding: 100px 0 100px;
}

.main-guide-section .row {
	justify-content:center;
}

.main-guide-item {
	height: 415px;
	position: relative;
}

.main-guide-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .2;
}

.main-guide-item .cata {
	position: relative;
	margin-top: 28px;
	margin-left: 29px;
	z-index: 3;
}

.main-guide-item .fi-content {
	position: absolute;
	width: 100%;
	height:50%;
	left: 0;
	bottom: 0;
	padding: 0 26px 24px;
	z-index: 2;
}

.main-guide-item .fi-content h5 {
	margin-bottom: 18px;
}

.main-guide-item .fi-content .fi-comment {
	font-size: 12px;
	opacity: .54;
}

/*----------------------
  BBS Section
------------------------*/

.bbs-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

.bbs-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.bbs-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
	height:230px;
}

.bbs-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 22px;

}

.bbs-item .rgi-content p {
	font-size: 16px;

}

.bbs-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.bbs-item .atc-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
	margin-bottom:50px;
	height:120px;
}

.bbs-item .atc-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.bbs-item .atc-content .comment {
	font-size: 12px;
	color: #737373;
}


.bbs-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.bbs-item .rgi-extra .rgi-star,
.bbs-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.bbs-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.bbs-item .rgi-extra .rgi-heart {
	background: #ff205f;
}

/*----------------------
  Review Section
------------------------*/

.review-section {
	background-position: right top;
}

.review-item .review-cover {
	position: relative;
	margin-bottom: 30px;
	height: 345px;
}

.review-item .review-cover .score {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	left: 26px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.review-item .review-cover .score.yellow {
	background: #ffb320;
}

.review-item .review-cover .score.purple {
	background: #694eae;
}

.review-item .review-cover .score.pink {
	background: #ff20ae;
}

.review-item .review-cover .score.green {
	background: #4eae60;
}

.review-item .review-text {
	text-align: center;
}

.review-item .review-text h5 {
	margin-bottom: 20px;
}

.review-item .review-text p {
	margin-bottom: 0;
}

.review-item .rating {
	margin-bottom: 20px;
}

.review-item .rating i {
	font-size: 12px;
}



/*----------------------
  Footer Section
------------------------*/


/* 푸터 영역 CSS */
.footer{
background:#0f0f0f;
}
    
.footer .container{
padding:105px 0 60px;
text-align:center;
}

.footer .img_logo{
margin-bottom:35px;
}

.footer .img_logo img{
opacity:0.7;
}

.footer .policy{
margin-bottom:35px;
}

.footer .policy li{
display:inline-block;
background: url('/img/img_policy_li.png') no-repeat left center;
line-height:2.3;
}

.footer .policy li:first-child{
background: none;
}

.footer .policy li a{
color:#e8e8e8;
padding:7px 17px;
}

.footer address{
margin:0 auto 45px;
max-width:500px;
font-size:0.8rem;
color:#8e8e8e;
line-height:1.5;
font-style: normal;
}

.footer address ul li{
display:inline-block;
margin-left:10px;
}

.footer .c-center{
margin-bottom:70px;
color:#e8e8e8;
line-height:1.7;
font-size:0.95rem;
}

.footer .c-center span{
font-weight:bold;
font-size:1.2rem;
}

.footer .copyright{
font-size:0.8rem;
color:#8e8e8e;
text-align:center;
}



/*------------------
  Other Pages
--------------------
====================*/

.page-info-section {
	height: 299px;
	position: relative;
}

.page-info-section .pi-content {
	position: absolute;
	width: 100%;
	bottom: 65px;
	left: 0;
	z-index: 2;
}

.page-info-section .pi-content h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 400;
}


.page-info-section .pi-content h3 {
	font-size: 45px;
	margin-bottom: 25px;
	font-weight: 400;
}


.btset {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0;
	margin:0;
}


.site-pagination.sp-style-2 {
	padding:0;
	margin:0;
}

.site-pagination a,
.site-pagination span {
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #131313;
	margin-right: 10px;
}

.site-pagination .active {
	background: #ffb320;
}

.site-pagination.sp-style-2 a,
.site-pagination.sp-style-2 span {
	background: #e5e5e5;
}

.site-pagination.sp-style-2 .active {
	background: #ffb320;
}


.srch {
	padding:0;
	margin:0;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: none;
	padding-right: 15px;
	color: #878787;
	cursor: pointer;
}

/*-----------------
  Categories page
--------------------*/

.bbs-page .bbs-item {
	margin-bottom: 42px;
}


.comment-warp {
	padding-top: 50px;
}

.comment-title {
	margin-bottom: 45px;
}

.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-list .comment .comment-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.comment-list .comment .comment-content {
	padding-left: 100px;
}

.comment-list .comment .comment-content h5 {
	font-size: 12px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-list .comment .comment-content h5 span {
	color: #ffb320;
	padding-left: 18px;
}

.comment-list .comment .comment-content p {
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-list .comment .comment-content .reply {
	font-size: 12px;
	color: #ff1d55;
}

.comment-form-warp {
	padding-top: 30px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
	margin-bottom: 24px;
}

.comment-form textarea {
	height: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

/*-----------------
  Review page
--------------------*/

.review-page .review-item {
	margin-bottom: 63px;
}

.review-page .review-item .review-text h4 {
	margin-bottom: 10px;
}

.review-dark .review-item .review-text p {
	color: #b5b5b5;
}

.review-section.review-dark {
	background-position: center top;
}

/*-----------------
  Community page
--------------------*/

.community-page .site-pagination {
	padding-top: 62px;
}

.community-warp {
	max-width: 1367px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.28);
}

.community-post-list {
	list-style: none;
}

.community-post-list li {
	padding: 33px 55px 65px;
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #878787;
	background: #1f2225;
}

.community-post-list .community-post .author-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.community-post-list .community-post .post-content {
	padding-left: 100px;
}

.community-post-list .community-post .post-content h5 {
	font-size: 16px;
	color: #ff205f;
	font-weight: 400;
	margin-bottom: 10px;
}

.community-post-list .community-post .post-content h5 span {
	color: #7a7a7a;
	padding-left: 18px;
}

.community-post-list .community-post .post-content p {
	color: #fff;
	margin-bottom: 5px;
}

.community-post-list .community-post .post-content .post-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 18px;
}

.community-post-list .attachment-file {
	padding-top: 60px;
	max-width: 435px;
}

.community-top-title {
	margin-bottom: 50px;
}

.community-filter {
	margin-bottom: 80px;
}

.community-filter label {
	font-size: 18px;
	color: #1f2225;
	font-weight: 500;
	padding-right: 10px;
}

.community-filter select {
	width: 201px;
	height: 42px;
	font-size: 14px;
	padding: 0 18px;
	color: #1f2225;
	font-weight: 500;
}

/*-----------------
  Contact page
--------------------*/

.map {
	height: 515px;
	background: #ddd;
	margin-bottom: 90px;
}

.contact-info-list {
	padding-top: 55px;
	padding-bottom: 20px;
	list-style: none;
}

.contact-info-list li {
	margin-bottom: 30px;
}

.contact-info-list .cf-left {
	width: 95px;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #ffb320;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}

.social-links a {
	color: #474747;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 20px;
}

/*------------------
  Responsive
---------------------*/



@media (max-width: 1300px) {

	.slider .main_img .main_txt{
	display:none;
	}

	.slider .main_img .playstorebtn{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:720px;
	width: 100%;
	text-align:center;

}
}

@media (min-width: 1200px) {

	
	.hs-item {
		background-image:url(/img/main_img_pc00.jpg)
		
	}
	
	
	.container {
		max-width: 1176px;
	}
	
	.container2 {
		max-width: 1176px;
	}
	

}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {


	.main-menu {
		margin-right: 70px;
	}
	.main-menu ul li a {
		margin-left: 10px;
	}

	.MainEvent-slider .owl-dots {
		max-width: 930px;
	}
	.review-section {
		background-position: right 10% top;
	}
	.review-item .review-cover {
		height: 280px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		max-width: 370px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}

	.slider .main_img .playstorebtn{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top:720px;
	  width: 100%;
	  text-align:center;

	}

}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 130px;
	}
	.main-menu {
		margin-right: 25px;
	}
	
	.main-menu ul li a {
		display: inline-block;
		font-size: 13px;
		color: #fff;
		margin-left: 5px;
		font-weight: 500;
		padding: 10px 0px;
	}


	.Signupbtn {
	padding: 5px 11px;
	}

	.Signupbtn a {
	font-size: 12px;
	}
	
	.user-panel {
		padding: 8px 5px;
	}
	.MainEvent-slider .hs-text h2 {
		font-size: 50px;
	}
	.MainEvent-slider .owl-dots {
		max-width: 690px;
	}
	.bbs-item {
		margin-bottom: 42px;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 80px;
		height: 80px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 95px;
	}
	.footer-top-bg {
		display: none;
	}

	 .slider .bgs { 
		
		height: 692px;
	}

	.slider {
		height: 692px;
	}

	.slider .main_img .playstorebtn{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top:570px;
	  width: 255px;
	  text-align:center;

	}
	
	.btset .col-lg-3 {
		padding-top : 8px;
		
	}

	
	.srch {
		margin-top:10px;
	}

}

/* Large Mobile :480px. */

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

	.header-section {
		overflow: visible;
		padding: 23px 0;
	}
	.header-section .container {
		position: relative;
	}
	
	.header-section .container2 {
		position: relative;
	}
	
	.hs-text .site-btn10 {
		background-size: cover;
		
		padding: 28px 93px;
		
	}
	
	.site-logo {
		float: none;
		padding-top: 0;
	}
	
	.Signupbtn {
	display: none;
	}
	
	.section-title{
/*	background:#5a6978;*/
	}
	
	.section-title h2 {
	color:#000;		
	}

		
	.main-menu {
		display: none;
		position: absolute;
		top: calc(100% + 24px);
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 999;
	}
	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #ececec;
	}
	.main-menu ul li a {
		margin-left: 0;
		color: #131313;
		padding: 13px 26px;
	}
	.nav-switch {
		color: #fff;
		display: block;
		float: right;
		cursor: pointer;
		font-size: 25px;
	}
	.user-panel {
		display: none;
	}


	.main-menu .user-menu {
		display: block;
	}


	.MainEvent-slider .hs-item {
		height: 700px;
	}
	.MainEvent-slider .hs-text h2 {
		font-size: 36px;
	}
	.MainEvent-slider .hs-text .site-btn {
	width:200px;
	}
	.MainEvent-slider .owl-dots {
		max-width: 510px;
	}
	.ln-title {
		padding-right: 30px;
	}
	.main-guide-item {
		margin-bottom: 30px;
	}
	.bbs-item {
		margin-bottom: 42px;
	}
	.review-section {
		background-position: left top;
	}
	.review-item {
		margin-bottom: 63px;
	}
	.footer-logo {
		margin-bottom: 50px;
	}
	.footer-top-bg {
		display: none;
	}
	.footer-section {
		padding: 30px 0 20px;
		text-align: center;
	}
	.footer-menu li:first-child a {
		margin-left: 0;
	}
	.footer-menu,
	.copyright {
		float: none;
	}
	.copyright {
		padding-top: 15px;
	}
	.community-post-list li {
		padding: 30px 25px 30px;
	}
	.page-info-section .pi-content h2 {
		font-size: 50px;
	}

	.site-pagination .sp-style-2 {
		padding:0;
		margin:30px;
		text-align: center;
	}

	.slider .bgs { 
		
		height: 560px;
	}

	.slider {
		height: 560px;
	}
	
	.slider .main_img .playstorebtn{
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 460px;
	  width: 240px;
	  text-align:center;

	}
	
	.btset .col-lg-3 {
		padding-top : 8px;
		
	}

	.srch {
		margin-top:10px;
	}

}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.MainEvent-slider .owl-dots {
		padding: 0 15px;
	}
	.main-guide-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.community-post-list .community-post .author-avator {
		float: none;
	}
	.community-post-list .community-post .post-content {
		padding-left: 0;
		padding-top: 30px;
	}
	
	.page-info-section .pi-content h3 {
		font-size: 40px;
	}
	
	.page-info-section .pi-content p {
		font-size: 12px;
	}

	.srch {
		margin-top:10px;
	}
	
	.slider { 
		height: 480px;
	}

	.slider .bgs {
		height: 480px;
	}
	
	.slider .main_img .playstorebtn{
		margin-top: 400px;
		width: 200px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.MainEvent-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}
	.ln-title {
		display: none;
	}
	.news-ticker {
		width: 100%;
	}
	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}
	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}
	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}
	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}
	.top-comment .tc-item .tc-content {
		padding-left: 85px;
	}
	.site-btn {
		padding: 11px 30px;
		min-width: 145px;
	}
	.comment-list .comment .comment-avator {
		float: none;
	}
	.comment-list .comment .comment-content {
		padding-left: 0;
		padding-top: 20px;
	}
	.footer-widget {
		padding: 40px 15px 7px;
	}
	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
	
	.page-info-section .pi-content h3 {
		font-size: 38px;
	}
	
	.page-info-section .pi-content p {
		font-size: 12px;
	}
	
	.srch {
		margin-top:10px;
	}
}


