@charset "utf-8";

.awtCanvas1 {
	display: block;
	position: fixed;
	width: 1024px;
	height: 576px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0pt;
	bottom: 0px;
}

.awtBackground {
	background-image: url('background.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	position: fixed;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0pt;
	bottom: 0px;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}

.awtCanvas2 {
	display: block;
	position: fixed;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0pt;
	bottom: 0px;
	pointer-events: none;
}

.progressText {
	color: #00C67A;
	letter-spacing: 1px;
	position: fixed;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: center;
	font-size: 29px;
	font-weight: 700;
	margin-top: 73px;
	margin-bottom: 5px;
	font-style: normal;
	height: auto;
	width: 300px;
	transform: scale(.2), translate(-50%, -50%);
	justify-content: center;
	align-items: center;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 320px;
	bottom: auto;
	left: 5px;
	right: 5px;
}

.awtGameCanvas {
	display: block;
	position: fixed;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 0pt;
	bottom: 0px;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}

.companyLogo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: absolute;
	padding-right: 0px;
	left: calc(var(--agw)*1);
	bottom: calc(var(--agw)*1);
	width: calc(var(--agw)*18);
	height: auto;
}

.companyLogo_portraitMode {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: absolute;
	padding-right: 0px;
	right: 5px;
	bottom: calc(var(--agw)*5);
	width: calc(var(--agw)*25);
	height: auto;
	left: 5px;
}

.companyLogoImage {
	width: 100%;
	display: block;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: static;
}

.progressBar {
	background: #004c4c;
	display: block;
	border: #a1ffff;
	height: 20px;
	width: 400px;
	margin-top: 58px;
	border-style: inset;
	border-width: 3px;
	position: absolute;
	left: 50%;
	top: 32%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 9px;
}

.progressBar .full {
	transform-origin: top left;
	background-size: contain;
	background-image: url(url), linear-gradient(45deg, rgb(139, 255, 252) 0%, rgb(0, 132, 113) 50%, rgb(139, 255, 252) 100%);
	animation: animasyon1 750s infinite linear;
	background-position: 0px 0%;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-bottom: auto;
	position: static;
	top: 50%;
	left: 50%;
	border-width: medium;
	margin-top: auto;
	margin-right: auto;
	display: block;
	border-radius: 9px;
}

@keyframes animasyon1 {
	0% {
		background-position: 0px 0%;
	}

	100% {
		background-position: 99999px 0%;
	}
}

#socialLinks_landscapeMode {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

#socialLinks_landscapeMode a {
	display: block;
	text-align: center;
	padding: calc(1.5*var(--agw));
	transition: all 0.3s ease;
	color: white;
	font-size: calc(3*var(--agw));
}

#socialLinks_landscapeMode a:hover {
	background-color: #000;
}

#socialLinks_portraitMode a {
	display: block;
	text-align: center;
	padding: calc(1.75*var(--agw));
	transition: all 0.3s ease;
	color: white;
	font-size: calc(3.5*var(--agw));
	line-height: 0;
}

#socialLinks_portraitMode a:hover {
	background-color: #000;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.linkedin {
	background: #007bb5;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}

.footerItemText {
	font-style: normal;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: center;
	font-size: calc(var(--agw)*1.80);
	text-decoration: none !important;
	text-decoration: underline;
	color: rgb(190, 246, 255);
}

.footerItemText_portraitMode {
	font-style: normal;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	text-align: center;
	font-size: calc(1.9*var(--agw));
	text-decoration: none !important;
	color: rgb(190, 246, 255);
}

#gameContainer {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
	top: 0pt;
	bottom: 0px;
}

.gameLogo {
	display: block;
	position: relative;
	margin-top: 360px;
	margin-bottom: 5px;
	float: none;
	clear: none;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#startToLoadButtonDiv {
	display: block;
	width: 244px;
	height: 60px;
	margin: 0 auto 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 385px;
	transform: scale(0.4);
}

#startToLoadButton {
	display: block;
	cursor: pointer;
	border: none;
	background-color: #00C67A;
	width: 244px;
	height: 60px;
	border-radius: 30px;
	font-size: 36px;
	font-weight: 600;
}

#startToLoadButton:hover {
	/* 효과 제거 */
	background-image: none;
	animation: none;
}

#fullscreenButton {
	opacity: 0.4;
}

#fullscreenButton:hover {
	opacity: 1;
}

#watchVideoButton:hover,
#playPongButton:hover {
	transform: scale(1.12);
}

#watchVideoButton,
#playPongButton {
	transition: all 0.4s;
	width: 14%;
	height: auto;
	top: 132px;
	position: relative;
	background: none;
	border: none;
}

/* /////////////////////////////////////////////////////////////////////////////////// */

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: "proxima-nova-soft", sans-serif;
	-webkit-user-select: none;
	overflow: hidden;
}

body .vertical-centered-box {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
}

body .vertical-centered-box:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

body .vertical-centered-box .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 0;
}

.full,
#pb,
#pf {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

body {
	width: 100vw;
	height: 100vh;
}

#pb,
#pf {
	left: -51%;
	top: -51%;
	width: 202%;
	height: 202%;
	-webkit-transform: scale3d(0.5, 0.5, 1);
	-moz-transform: scale3d(0.5, 0.5, 1);
	-ms-transform: scale3d(0.5, 0.5, 1);
	-o-transform: scale3d(0.5, 0.5, 1);
	transform: scale3d(0.5, 0.5, 1);
}

#pb {
	background: #2c2d44;
	background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
	background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
	background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background-color: #232323;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

:root {
	--background2: #E5FFB3;
	--background-accent2: #DBF8A3;
	--background-accent-22: #BDE66E;
	--light2: #92DE34;
	--dark2: #69BC22;
	--text2: #025600;
}

@keyframes background {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: 400px 0;
	}
}

a:hover,
a:focus {
	color: #FFFAFA !important;
}

/* /////////////////// */

@import url('https://fonts.googleapis.com/css?family=Poppins:900i');

* {
	box-sizing: border-box;
}

.hideButton {
	display: flex;
	justify-content: center;
	align-items: center;
	/*! height: 100vh; */
	position: relative;
	top: 68%;
	transform: scale(0.4) rotate(-90deg);
	left: 54.3%;
	opacity: 0%;
	transition: 1s;
	pointer-events: none;
}

.hideButton2 {
	display: flex;
	justify-content: center;
	align-items: center;
	/*! height: 100vh; */
	position: relative;
	top: 45%;
	transform: scale(0.4) rotate(-90deg);
	left: 54.3%;
	opacity: 0%;
	transition: 1s;
	pointer-events: none;
}

.cta {
	display: flex;
	padding: 10px 45px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	color: white;
	background: #6225E6;
	transition: 1s;
	box-shadow: 6px 6px 0 black;
	transform: skewX(-15deg);
	border: none;
	outline: none;
}

.cta:focus {
	outline: none;
}

.cta:hover {
	transition: 0.5s;
	box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
	transition: 0.5s;
	margin-right: 0px;
}

.cta:hover span:nth-child(2) {
	transition: 0.5s;
	margin-right: 45px;
}

span {
	transform: skewX(15deg);
}

span:nth-child(2) {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 12%;
}

/**************SVG****************/

path.one {
	transition: 0.4s;
	transform: translateX(-60%);
}

path.two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.cta:hover path.three {
	animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
	0% {
		fill: white;
	}

	50% {
		fill: #FBC638;
	}

	100% {
		fill: white;
	}
}

/* ///////////////////////////////////////////////// */

.rotateIcon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 40vh;
	width: 35vw;
}

#forceToRotateText {
	color: rgb(166, 166, 166);
	font-family: Arial;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	font-size: 5vw;
	width: 100vw;
	text-align: center;
	display: block;
	z-index: 1;
}

#forceToRotate {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

/* /////////////////////////////////////////// */

.wrap {
	margin: auto;
}

.adblockerPopupModal {
	background-color: #fff;
	padding: 20px 20px;
	text-align: center;
	border-radius: 25px;
}
}

.modal-image {
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 5px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}

p {
	margin-bottom: 2em;
	color: #666;
}

.btn-open {
	display: none;

	&.is-active {
		display: block;
	}
}

button {
	font-size: 1.25em;
	font-weight: bold;
	background-color: #000;
	border: none;
	color: #fff;
	border-radius: .25em;
	cursor: pointer;
	transition: background .4s ease, color .4s ease;
}

button:hover,
button:focus {
	/* box-shadow, color, background-color 변경 제거 */
	box-shadow: none;
	color: #fff;
	background-color: #000;
	outline: none;
}

.fadein {
	-webkit-animation-name: animation2;
	-webkit-animation-duration: 1s;
	animation-name: animation2;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}

#js-modal-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0;
}

@-webkit-keyframes animation2 {
	from {
		opacity: 0
	}

	to {
		opacity: 0.6
	}
}

@keyframes animation2 {
	from {
		opacity: 0
	}

	to {
		opacity: 0.6
	}
}
