html, body {
	background: white;
	overflow-x: hidden;
}

/*======================================================
                   Title & View More
  ======================================================*/
.wrapper-head {
    display: block;
    padding: 20px 10px 25px 10px;
    width: 100%;
}

.title_section {
	text-align: center;
    font-size: 40px;
    font-family: Arial;
	font-weight: bold;
    width: 100%;
    color: #111111;
}

.wrapper-head>.linetitle {
	background: url(../image/line.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 5px;
    display: block;
    margin: auto;
}

.view-more-center {
	position: relative;
	margin-top: 5vw;
    width: 230px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.view-more-center-btn {
	border: 2px solid #1374eb;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 17px;
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-more-center-btn:hover {
	background: #006fc7;
}

.view-more-btn-anim {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
    border: 2px solid #a5a5a5;
	transition: 0.5s;
}

.view-more-btn-anim-careers {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
    border: 2px solid #a5a5a5;
	transition: 0.5s;
}

.view-more-btn-anim a {
    background: #0184ed;
    -webkit-mask: url(../image/urban-sprite.png);
    mask: url(../image/urban-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    -webkit-animation: ani 0.5s steps(29) forwards;
    animation: ani 0.5s steps(29) forwards;
}

.view-more-btn-anim a:hover {
	-webkit-animation: ani2 0.5s steps(29) forwards;
	animation: ani2 0.5s steps(29) forwards;
}

.view-more-btn-anim-careers a {
    background: #0184ed;
    -webkit-mask: url(../image/urban-sprite.png);
    mask: url(../image/urban-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    -webkit-animation: ani2 0.5s steps(29) forwards;
    animation: ani2 0.5s steps(29) forwards;
}

.view-more-btn-anim-careers a:hover {
	-webkit-animation: ani 0.5s steps(29) forwards;
	animation: ani 0.5s steps(29) forwards;
}

.view-more-mask-text {
	position: absolute;
    color: #000;
    text-align: center;
	border: none;
}

 @-webkit-keyframes ani {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @keyframes ani {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @-webkit-keyframes ani2 {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}
 @keyframes ani2 {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}

@media(min-width: 1024px) {
	.view-more-center {
		margin-top: 2vw;
		margin-bottom: 2vw;
	}
	
	.view-news {
		margin-top: 3vw;
	}
}

@media(max-width: 1024px) and (min-width: 700px) {	
	.view-more-center {
		margin-bottom: 6vw;
	}
	
	.view-more-games {
		margin-top: 2vw;
	}
}

@media(max-width: 700px) {
	.view-more-center {
		margin-bottom: 8.5vw;
	}
}

@media(max-width: 450px) {
	.view-more-center {
		top: 20px;
		margin-top: 0;
		margin-bottom: 10vw;
		width: 190px;
		height: 40px;
	}
	
	.view-more-center-btn {
		padding: 10px;
		font-size: 14px;
	}
	
	.view-news {
		top: 5px;
	}
}

/*======================================================
                   News Section
  ======================================================*/
.news-section {
	background: #f5f5f5;
	height: fit-content;
	padding-bottom: 0.25vw;
}

.wrapper-head-news {
	padding: 20px 10px 35px 10px;
}

.news-container {
	height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 0 4vw;
}

.news-tag-category {
	width: 100%;
    display: flex;
    background: #d1d1d1a1;
	position: relative;
	padding: 0 1vw;
}

.news-tag-category-right {
    display: flex;
    justify-content: right;
    width: 50%;
}

.news-tag-category-sub {
    padding: 0.5vw;
    border-radius: 30px;
    color: white;
    font-size: 1vw;
    height: auto;
    display: flex;
    margin: 0.5vw;
	justify-content: center;
	width: 50%;
}

.news-right {
    width: 50%;
    height: 100%;
    display: grid;
}

.news-sub-right {
	height: auto;
    width: 100%;
    padding: 5px;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
}

.news-sub-right:hover {
	border: 2px solid #5fa6e3;
    box-shadow: 0 5px 15px rgb(19 116 235 / 40%);
}

.news-sub-right-img-box {
	width: 100%;
    height: auto;
}

.news-sub-right-img {
	width: 100%;
    height: 100%;
	min-height: 25vw;
	max-height: 25vw;
    border-radius: 6px 6px 0 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.news-sub-right-content {
	width: 100%;
    height: auto;
    background: #ededed;
    padding: 5px;
    border-radius: 0 0 6px 6px;
}

.news-collect-cat-left {
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    background: #ffffff;
    padding: 0 0.3vw;
    margin-top: 0.5vw;
    height: 4.5vw;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

.news-collect-cat-pad {
	background: #ededed;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 4vw;
    border-radius: 6px;
}

.news-cat-general-btn {
    float: left;
    border-radius: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 2.5vw;
    color: white;
    text-align: center;
}

.news-cat-general-btn > a {
	margin: 0 10px;
}

.news-general-link {
	padding: 0.5vw 1vw;
    font-size: 1vw;
}

.news-collect-cat-right {
	display: flex;
}

.news-cat-sub-right-l {
    display: grid;
    margin-left: 0.5vw;
    height: 4vw;
}

.news-cat-top-btn {
    padding: 0.5vw 1vw;
    margin-top: 0;
    text-align: center;
    color: white;
    font-size: 1vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.news-cat-bottom-btn {
	padding: 0.5vw 1vw;
    margin-top: 0;
    text-align: center;
    color: white;
    font-size: 1vw;
    justify-content: center;
    align-items: center;
    display: flex;
}

.news-tag-general {
	background: #000000c4;
	border-radius: 30px;
	text-shadow: 2px 3px 4px #ffffff8f;
}

.news-tag-dev {
	background: #0869e5a3;
	border-radius: 30px;
	text-shadow: 2px 3px 4px #000000a6;
}

.news-tag-games {
    background: #00c777c4;
	border-radius: 30px;
	text-shadow: 2px 3px 4px #000000a6;
}

.news-tag-update {
	background: #e3750087;
	border-radius: 30px;
	text-shadow: 2px 3px 4px #000000a6;
}

.news-tag-event {
	background: #d21e1eb0;
	border-radius: 30px;
	text-shadow: 2px 3px 4px #000000a6;
}

.news-texts {
	font-size: 1vw;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-text-date {
	text-align: left;
	align-items: center;
	display: flex;
	width: 50%;
	font-weight: 500;
}

.news-left {
    width: 50%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.news-sub-left {
	height: auto;
    width: 50%;
    padding: 5px;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
}

.news-sub-left:hover {
	border: 2px solid #5fa6e3;
    box-shadow: 0 5px 15px rgb(19 116 235 / 40%);
}

.news-sub-left-img-box {
	width: 100%;
    height: auto;
}

.news-sub-left-img {
	width: 100%;
    height: 100%;
	min-height: 12.5vw;
	max-height: 12.5vw;
    border-radius: 6px 6px 0 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}	

.news-sub-left-content {
	width: 100%;
	height: auto;
    background: #ededed;
    padding: 5px;
    border-radius: 0 0 6px 6px;
	display: flex;
    align-items: center;
}

.news-sub-left-date {
	font-size: 1vw;
}

.news-sub-left-title {
	font-size: 1vw;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(min-width: 1024px) {
	.news-container {
		padding: 0 4vw 0 2.5vw;
	}
	
	.news-right {
		width: 48%;
	}

	.news-left {
		width: 52%;
	}
	
	.news-sub-left {
		width: 43%;
		margin: 0 15px;
	}
	
	.news-sub-left-img {
		min-height: 11.5vw;
		max-height: 11.5vw;
	}
}

@media(max-width: 1024px) {
	.news-container {
		height: auto;
	}
	
	.news-tag-category-sub {
		padding: 1vw;
		font-size: 3vw;
		margin: 1vw;
	}

	.news-right {
		width: 100%;
	}
	
	.news-sub-right {
		height: fit-content;
	}
	
	.news-sub-right-img {
		min-height: 45vw;
		max-height: 45vw;
	}
	
	.news-left {
		width: 100%;
		height: auto;
		margin: 3vw 0;
	}
	
	.news-sub-left {
		height: 65vw;
		margin-bottom: 3vw;
	}
	
	.news-sub-left-img-box {
		height: 50%;
	}
	
	.news-sub-left-img {
		min-height: 30vw;
		max-height: 30vw;
	}
	
	.news-sub-left-content {
		height: 37%;
	}
	
	.news-texts {
		font-size: 2.5vw;
	}
	
	.view-news {
		margin-top: 0;
		margin-bottom: 5vw !important;
	}
	
	.wrapper-head-news {
		padding: 20px 10px 28vw 10px;
	}
	
	.news-collect-cat-left {
		margin-top: -80.5vw;
		height: 14.5vw;
	}
	
	.news-collect-cat-pad {
		height: 13.5vw;
	}
	
	.news-cat-general-btn {
		height: 5.5vw;
	}
	
	.news-general-link {
		padding: 1.5vw 3vw;
		font-size: 3vw;
	}
	
	.news-cat-sub-right-l {
		height: 4vw;
	}
	
	.news-cat-top-btn {
		padding: 1.5vw 3vw;
        font-size: 3vw;
	}
	
	.news-cat-bottom-btn {
		padding: 1.5vw 3vw;
        font-size: 3vw;
	}
}

@media(max-width: 700px) {
	.news-texts {
		font-size: 3.5vw;
	}
	
	.news-collect-cat-left {
		margin-top: -83.5vw;
	}
}

@media(max-width: 250px) {
	.news-tag-category {
		padding: 0 0vw;
	}
}

/*======================================================
                   Games Section
  ======================================================*/
.games-main-col {
    display: flex;
	margin: 1vw 4vw;
}

.games-left-col {
    width: 44.5%;
}

.games-center-col {
    width: 12%;
}

.games-right-col {
	width: 55.5%;
	overflow: hidden;
    height: 27.5vw;
}

.games-sub-left-img {
	height: fit-content;
	padding: 2vw 2.5vw;
    background: url(../image/border-game.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.game-banner {
	width: 100%;
	min-height: 21.5vw;
    max-height: 21.5vw;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.games-sub-left-bottom {
	margin-top: 0.8vw;
    align-items: center;
    justify-content: center;
    display: flex;
}	

.games-sub-left-bottom-inline {
	display: inline-block;
}

.games-btn-page-link {
	border: 2px solid #5fa6e3;
    float: left;
    width: auto;
    height: 3vw;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-radius: 50px;
}

.games-center-dot-pos {
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 22%;
    margin: auto;
}

.games-center-dot-btn {
	background: url(../image/dot.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 2vw;
    height: 2vw;
    margin: auto;
    display: flex;
	cursor: pointer;
	position: absolute;
}

.games-center-dot-btn-desktop-mode {
	display: none;
}

.games-center-dot-btn-active-desktop-mode {
	display: none;
}

.game-btn-select-dot.active {
	background: url(../image/dot-active-rot.png) no-repeat;
    background-position: center;
    background-size: contain;
	animation: spin 3s linear infinite;
}

@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}

.games-center-dot-line {
	background: #adadad;
    height: 9.5vw;
    width: 1px;
}

.games-center-dot-line-desktop-mode {
	display: none;
}

.game-right-link {
	cursor: pointer;
    width: 100%;
    height: 8.2vw !important;
    display: block;
    margin-bottom: 1vw;
    border-radius: 5px;
}

.game-right-link-btn {
	cursor: pointer;
    width: 78%;
    height: 8.2vw !important;
    display: block;
    margin-bottom: 1vw;
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.2s ease-in-out;
    float: right;
}

.game-right-link-btn:hover {
	border: 2px solid #5fa6e3;
	box-shadow: 0 5px 15px rgb(19 116 235 / 40%);
}

.game-btn-select.active {
	border: 2px solid #5fa6e3;
	box-shadow: 0 5px 15px rgb(19 116 235 / 40%);
}

.game-content {
	display: none;
	-webkit-mask: url(../image/urban-sprite.png);
    mask: url(../image/urban-sprite.png);
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    -webkit-animation: game-anim 0.7s steps(29) forwards;
    animation: game-anim 0.7s steps(29) forwards;
}

.game-content.active {
	display: block;
	-webkit-animation: game-anim-reverse 0.7s steps(29) forwards;
	animation: game-anim-reverse 0.7s steps(29) forwards;
}

 @-webkit-keyframes game-anim {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @keyframes game-anim {
	 from {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
	 to {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
}
 @-webkit-keyframes game-anim-reverse {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}
 @keyframes game-anim-reverse {
	 from {
		 -webkit-mask-position: 100% 0;
		 mask-position: 100% 0;
	}
	 to {
		 -webkit-mask-position: 0 0;
		 mask-position: 0 0;
	}
}

.swipe-wrap-content-games {
	width: 46vw !important;
    margin-right: 10vw !important;
}

.game-right-sub-left-img-game-pos {
	width: 8.2vw;
    height: 8.2vw;
    float: left;
}

.game-right-sub-left-game-img {
	width: 100%;
    height: 7.9vw;
	min-height: 7.9vw;
	max-height: 7.9vw;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.game-right-sub-right-content-pos {
	text-align: left;
    padding: 10px;
    display: grid;
}

.game-right-sub-right-info {
	width: 100%;
}

.game-right-sub-right-platform-img {
    width: 1.3vw;
    height: 1.3vw;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.game-right-sub-right-platform-none {
	display: none;
}

.game-right-sub-right-genre {
	float: right;
    font-size: 1.1vw;
}

.game-right-sub-right-game-title {
	font-size: 1.5vw;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-scrollbar {
	right: 0px !important;
    width: 1.5% !important;
    background: #c1c1c1 !important;
}

.swiper-scrollbar-drag {
	background: #1ba9ff !important;
}

@media(min-width: 1024px) {
	.game-right-link-btn {
		width: 60%;
	}
	
	.games-sub-left-img {
		padding: 1vw;
	}
	
	.game-right-sub-left-img-game-pos {
		margin-top: 0.2vw;
		margin-left: -9vw;
	}
}

@media(max-width: 1024px) {
    .games-main-col {
		display: block;
		margin: 1vw 4.5vw;
	}
	
	.games-btn-page-link {
		height: 7vw;
		font-size: 3.5vw;
	}
	
	.games-left-col {
		width: 100%;
	}
	
	.game-banner {
		min-height: 48vw;
		max-height: 48vw;
	}
	
	.games-sub-left-bottom {
		margin-top: 3vw;
	}
	
	.games-center-col {
		width: 100%;
	}
	
	.games-center-dot-pos {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3vw -1vw;
		width: calc(100% + 2vw);
		background: #adadad;
		height: 1px;
		float: none;
		margin-bottom: 5vw;
	}
	
	.games-center-dot-btn-active {
		width: 5vw;
		height: 5vw;
		margin: auto;
		display: inline-block;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		animation: spin 3s linear infinite;
	}
	
	.games-center-dot-line {
		height: 0;
		width: 0;
		margin: 0;
		left: 0;
		display: block;
		position: relative;
		background: none;
	}
	
	.games-center-dot-btn {
		width: 5vw;
		height: 5vw;
		margin: auto;
		display: inline-block;
		position: relative;
		justify-content: center;
		align-items: center;
		bottom: 2.5vw;
		cursor: pointer;
	}
	
	.games-right-col {
		width: 100%;
		overflow: visible;
		height: auto;
		margin-top: 3vw;
	}
	
	.swipe-games {
		height: fit-content;
		display: flex !important;
	}
	
	.swipe-wrap-content-games {
		width: 100% !important;
		margin-right: 0 !important;
		justify-content: center;
	}
	
	.game-right-link {
		cursor: default;
		width: 100%;
		height: auto !important;
		border-radius: 5px;
		width: 25% !important;
		align-items: center;
		justify-content: center;
		background: none;
		padding-right: 1vw;
		padding-left: 1vw;
		display: table-cell !important;
	}
	
	.game-right-link-btn {
		cursor: pointer;
		width: 100%;
		height: auto !important;
		display: block;
		margin-bottom: 1vw;
		background: whitesmoke;
		border-radius: 5px;
		transition: all 0.2s ease-in-out;
		align-items: center;
		justify-content: center;
		margin: auto;
		position: relative;
		margin-bottom: 10vw;
		float: none;
	}
	
	.game-right-sub-left-img-game-pos {
		width: 100%;
		height: 100%;
		float: none;
	}
	
	.game-right-sub-left-game-img {
		height: 100%;
		min-height: 20vw;
		max-height: 20vw;
	}
	
	.game-right-sub-right-content-pos {
		display: block;
		position: relative;
		padding-bottom: 7vw;
		padding-top: 1vw;
		text-align: center;
	}
	
	.game-right-sub-right-info {
		width: 100%;
	}
	
	.game-right-sub-right-platform-img {
		width: 3.5vw;
		height: 3.5vw;
	}
	
	.game-right-sub-right-genre {
		float: none;
		font-size: 2.5vw;
		text-align: center;
		position: absolute;
		width: 100%;
		margin: 5px -10px auto -10px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 1vw;
	}
	
	.game-right-sub-right-game-title {
		font-size: 2vw;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		position: absolute;
		bottom: -2vw;
		margin: auto -10px -8vw -10px;
		height: auto;
		text-align: center;
	}
	
	.swiper-scrollbar {
		display: none;
	}
}

@media(max-width: 700px) {	
	.games-left-col {
		width: 100%;
	}
	
	.game-banner {
		min-height: 48vw;
		max-height: 48vw;
	}
	
	.games-sub-left-bottom {
		margin-top: 3vw;
	}
	
	.games-center-col {
		width: 100%;
	}
	
	.games-center-dot-pos {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3vw -1vw;
		width: calc(100% + 2vw);
		background: #adadad;
		height: 1px;
		float: none;
		margin-bottom: 5vw;
	}
	
	.games-center-dot-btn-active {
		width: 7vw;
		height: 7vw;
		margin: auto;
		display: inline-block;
		position: relative;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		animation: spin 3s linear infinite;
	}
	
	.games-center-dot-line {
		height: 0;
		width: 0;
		margin: 0;
		left: 0;
		display: block;
		position: relative;
		background: none;
	}
	
	.games-center-dot-btn {
		width: 7vw;
		height: 7vw;
		margin: auto;
		display: inline-block;
		position: relative;
		justify-content: center;
		align-items: center;
		bottom: 3.5vw;
		cursor: pointer;
	}
	
	.games-right-col {
		width: 100%;
		overflow: visible;
		height: auto;
		margin-top: 3vw;
	}
	
	.swipe-games {
		height: fit-content;
		display: flex !important;
	}
	
	.swipe-wrap-content-games {
		width: 100% !important;
		margin-right: 0 !important;
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.game-right-link {
		cursor: default;
		width: 100%;
		height: auto !important;
		border-radius: 5px;
		width: 50% !important;
		align-items: center;
		justify-content: center;
		background: none;
		padding: 0 1vw 2vw 1vw;
		margin-top: 20px;
	}
	
	.game-right-link-btn {
		cursor: pointer;
		width: 100%;
		height: auto !important;
		display: block;
		margin-bottom: 1vw;
		background: whitesmoke;
		border-radius: 5px;
		transition: all 0.2s ease-in-out;
		align-items: center;
		justify-content: center;
		margin: auto;
		position: relative;
		margin-bottom: 10vw;
		float: none;
	}
	
	.game-right-sub-left-img-game-pos {
		width: 100%;
		height: 100%;
		float: none;
	}
	
	.game-right-sub-left-game-img {
		height: 100%;
		min-height: 40vw;
		max-height: 40vw;
	}
	
	.game-right-sub-right-content-pos {
		display: block;
		position: relative;
		padding-bottom: 10vw;
		padding-top: 1vw;
		text-align: center;
		margin-bottom: -1vw;
	}
	
	.game-right-sub-right-info {
		width: 100%;
	}
	
	.game-right-sub-right-platform-img {
		width: 3.5vw;
		height: 3.5vw;
	}
	
	.game-right-sub-right-genre {
		float: none;
		font-size: 3.5vw;
		text-align: center;
		position: absolute;
		width: 100%;
		margin: 5px -10px auto -10px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 1vw;
	}
	
	.game-right-sub-right-game-title {
		font-size: 4vw;
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		position: absolute;
		bottom: -2vw;
		margin: auto -10px -10vw -10px;
		height: 9vw;
		text-align: center;
	}
	
	.swiper-scrollbar {
		display: none;
	}
}

/*======================================================
                   About Section
  ======================================================*/
.about-content-container {
	width: 100%;
    max-width: fit-content;
    margin: 0 4vw;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-row {
	padding: 0;
	align-items: center;
	width: 100%;
}

.about-row .about-title {
	font-size: 2vw;
    color: #09459b;
    margin-bottom: 5px;
}

.about-row p {
	line-height: 1.5;
	font-size: 1.5vw;
	text-align: justify;
}

.about-row:nth-child(odd) {
	flex-direction: row-reverse;
}

.about-sub-line {
	border-top: 1px solid #adadad;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 35%;
    height: 1px;
}

.about-img {
	min-width: 25vw;
	max-height: 20vw;
	width: 100%;
    border-radius: 20px;
    box-shadow: -20px -20px 20px 0px rgb(24 66 117 / 18%);
    background: url(../image/bg-about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

@media(min-width: 1024px) {
	.about-row {
		display: flex;
		margin-bottom: 0;
		align-items: center;
	}
	
	.about-row .about-image {
		min-width: 25vw;
	}
	
	.about-row .about-text {
		padding-right: 10vw;
	}
}

@media(max-width: 1024px) {
	.about-content-container {
		margin: 1.5vw 4vw;
	}
	
	.about-image-box {
		margin: auto;
		justify-content: center;
		align-items: center;
		display: flex;
		margin-bottom: 5vw;
	}
	
	.about-img {
		width: 90%;
		max-height: none;
		box-shadow: 4px 4px 0px 0px rgb(24 66 117 / 18%);
	}
	
	.about-text {
		margin-top: 3vw;
	}
	
	.about-row .about-title {
		font-size: 4.5vw;
		text-align: center;
	}
	
	.about-sub-line {
		margin-top: 10px;
		margin-bottom: 20px;
		margin: 2vw auto;
		width: 50%;
		height: 1px;
	}
	
	.about-row p {
		font-size: 4vw;
	}
}

.nest-banner {
	background: url(../image/nest-banner.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 18vw;
    margin-top: -7vw;
    margin-bottom: -0.5vw;
}

/*======================================================
                   Join Us Section
  ======================================================*/
.join-us-section {
	background: url(../image/Nivafly-Labs-Corp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    object-fit: cover;
	padding: 0 30px;
	margin: auto;
    align-items: center;
    justify-content: center;
    display: grid;
}

.wrapper-join-us {
	padding-top: 4vw;
}

.join-us-text {
	color: white;
    text-shadow: -3px 0px 20px #000000;
}

.line-join-us {
	background: url(../image/line-join-us.png) no-repeat !important;
	background-size: contain !important;
    background-position: center !important;
}

.join-us-details {
	width: 100%;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 9px #000000;
    font-weight: bold;
}

.view-join-us {
	border: 2px solid #ffffffad
}

.join-us-mask-text {
    color: #fff !important;
	text-shadow: 1px 2px 4px #000000;
}

.join-us-btn {
	border: 2px solid #ffffff;
    color: white !important;
    background: #121212b3 !important;
}

.join-us-btn:hover {
	background: #91979de8;
}

@media(min-width: 1024px) {
	.join-us-section {
		padding: 0 150px;
	}

	.wrapper-join-us {
		padding-top: 10vw;
	}
	
	.join-us-details {
		margin-bottom: 17vw;
		font-size: 2vw;
	}
	
	.view-join-us {
		margin-top: -25vw;
	}
}

@media(max-width: 1024px) {
	.join-us-section {
		padding: 0 20px;
	}
	
	.join-us-details {
		font-size: 4vw;
	}
}

@media(max-width: 500px) {
	.title_section {
		font-size: 35px;
	}
}

@media(max-width: 280px) {
	.join-us-section {
		padding-bottom: 20px;
		padding: 0 25px;
	}
	
	.wrapper-join-us {
		padding-top: 15vw;
	}
	
	.title_section {
		font-size: 20px;
	}
	
	.join-us-details {
		font-size: 5.5vw;
	}
	
	.view-more-center {
		width: 145px;
		margin-bottom: 15vw;
		height: 35px;
	}
	
	.view-more-center-btn {
		font-size: 12px;
	}
	
	.wrapper-head>.linetitle {
		width: 30px;
	}
}

@media(max-width: 250px) {
	.wrapper-join-us {
		padding-top: 10vw;
	}
}

@media(max-width: 200px) {
	.title_section {
		font-size: 15px;
	}
	
	.view-more-center {
		margin-bottom: 20vw;
	}
}

@media(max-width: 150px) {
	.view-more-center {
		width: 100px;
		height: 30px;
		margin-bottom: 25vw;
	}
	
	.view-more-center-btn {
		font-size: 10px;
	}
}