@charset "UTF-8";

/* KV sec */
/* Tool Sec */
/* About sec */
/* 遊戲主題共用 */
/* Awards */
/* Contact */
/* Footer */
/* side Nav */
/* gamepage */
/* Keyframe */
@keyframes scrollText {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes bgFlow {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 200% 200%;
	}
}

@keyframes glowDrift {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(10%, 10%);
	}
}

@keyframes scrollBounce {

	0%,
	100% {
		transform: translateY(0);
		opacity: 1;
	}

	50% {
		transform: translateY(12px);
		opacity: 0.6;
	}
}

@keyframes azurik-rotate {
	from {
		transform: rotate(0deg) scale(1.02);
	}

	to {
		transform: rotate(360deg) scale(1.02);
	}
}

@keyframes azurik-shift {
	0% {
		background-position: 10% 40%;
	}

	50% {
		background-position: 80% 60%;
	}

	100% {
		background-position: 10% 40%;
	}
}

@keyframes cyberNoise {
	0% {
		opacity: 0;
		transform: translate(0, 0);
		filter: brightness(1.2) contrast(2);
	}

	5% {
		opacity: 0.4;
		transform: translate(-3px, 2px) scale(1.03);
		filter: brightness(1.6) contrast(3) drop-shadow(0 0 6px #00eaff) drop-shadow(0 0 12px #00eaff);
	}

	15% {
		opacity: 0.3;
		transform: translate(2px, -2px) scale(1.01);
		filter: brightness(1.4) contrast(2.6) drop-shadow(1px 0 3px cyan) drop-shadow(-1px 0 3px magenta);
	}

	22% {
		opacity: 0.2;
		transform: translate(-6px, 1px) scaleY(0.97);
	}

	30% {
		opacity: 0.1;
		transform: translate(0, 0);
	}

	55% {
		opacity: 0.2;
		transform: translate(1px, -1px);
	}

	70% {
		opacity: 0.1;
	}

	100% {
		opacity: 0;
		transform: translate(0, 0);
	}
}

@keyframes bgDrift {
	0% {
		background-position: 0% 0%;
	}

	100% {
		background-position: 100% 100%;
	}
}

/*# sourceMappingURL=style.css.map */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "Noto Sans TC";
}
.swiper-wrapper{
    align-items: center;
}
.topic-sec {
	width: 100%;
	padding: 40px 0;
	background-color: #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	transition: background 0.8s ease;
}

.content-area {
	width: 1200px;
	height: 100%;
}

.kv-sec {
	position: relative;
	overflow: hidden;
}

.kv-sec::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
}

.kv-sec-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/kv_sec_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transform-origin: center center;
	will-change: transform, opacity;
}

.kv-cnt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.cnt-parag {
	font-size: 16px;
	color: #010101;
	opacity: 0.6;
	margin: 0 0 20px 0;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.8;
	width: 70%;
}

.cnt-parag.set-center {
	text-align: center;
}

.cnt-parag.extended {
	width: 100%;
}

.scroll-hint {
	display: flex;
	width: 50px;
	padding-bottom: 50px;
	background-image: url(../images/arrow_ico.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5%;
	animation: scrollBounce 1.6s ease-in-out infinite;
}

.tool-sec {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 12px 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	z-index: 90;
	background-color: #e8e8e8;
}

.tool-cnt {
	width: 90%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.2rem;
	color: #333;
}

.tool-logo {
	display: block;
	width: auto;
	height: 30px;
}

.navi-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-grow: 1;
	margin: 0 10%;
}

.navi-wrapper>li {
	list-style: none;
	position: relative;
}

.navi-wrapper>li:hover>.attached-menu {
	opacity: 1;
	z-index: 2;
	transform: scaleY(100%) translateY(-2px);
}

.navi-link {
	font-size: 16px;
	font-weight: 700;
	color: #1e1e1e;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.navi-link::after {
	margin: 0 0 0 50px;
	font-family: "Font Awesome 7 Free";
	font-weight: 700;
	font-style: normal;
	display: block;
	content: "\f078";
	font-size: 10px;
}

.navi-link::before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffb11b;
	margin: 0 10px 0 0;
	opacity: 0;
	transition: 0.3s;
}

.navi-link:hover::before {
	opacity: 1;
}

.attached-menu {
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index: -1;
	background-color: #fff;
	padding: 8px 0;
	opacity: 0;
	transform: scaleY(0) translateY(20%);
	transform-origin: top;
	transition: 0.3s;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 2px 6px rgba(0, 0, 0, 0.15);
}

.attached-menu>li {
	list-style: none;
}

.attached-menu-link {
	font-size: 16px;
	text-decoration: none;
	color: #1e1e1e;
	padding: 16px 12px;
	width: 200px;
	display: flex;
	white-space: nowrap;
	align-items: center;
}

.attached-menu-link::after {
	display: none;
}

.attached-menu-link::before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffb11b;
	margin: 0;
	opacity: 0;
	transition: 0.3s;
}

.attached-menu-link:hover::before {
	opacity: 1;
	margin: 0 10px 0 0;
}

.lang-wrapper {
	display: flex;
	gap: 0 24px;
}

.lang-wrapper>li {
	list-style: none;
}

.lang-option {
	text-decoration: none;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	transition: 0.3s;
}

.lang-option:hover {
	color: #385ca8;
}

.lang-option.active {
	color: #385ca8;
	font-size: 16px;
}

.about-sec {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width:100%;
}

.about-sec-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/about_sec_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.about-cnt {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: 900;
}

.about-slogan-wrapper {
	width: 100%;
	position: absolute;
	overflow-x: hidden;
	z-index: 0;
	top: 0;
	left: 0;
	mix-blend-mode: overlay;
}

.about-slogan-scroll {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	animation: scrollText 50s linear infinite;
}

.about-slogan {
	font-size: 140px;
	color: #010101;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	padding-right: 80px;
	text-transform: uppercase;
	font-weight: 900;
}

.about-social {
	display: flex;
	gap: 0 36px;
	margin: 30px 0;
}

.about-social>li {
	list-style: none;
	display: flex;
	align-items: center;
}

.about-social-link {
	display: flex;
	justify-content: center;
	font-size: 36px;
	text-decoration: none;
}

.about-social-link::before {
	display: block;
	font-family: "Font Awesome 7 Brands";
	font-weight: 300;
	font-style: normal;
	color: #385ca8;
	transition: 0.3s;
	transform: rotate(0deg);
}

.about-social-link:hover::before {
	color: #ffb11b;
	transform: rotate(360deg);
}

.about-social-link.facebook::before {
	content: "\f39e";
}

.about-social-link.x-twitter::before {
	content: "\e61b";
}

.about-social-link.youtube::before {
	content: "\f167";
}

.about-social-link.medium::before {
	content: "\f23a";
}

.about-social-link.discord::before {
	content: "\f392";
}

.cnt-title {
	font-size: 52px;
	letter-spacing: 10px;
	margin: 0 0 40px 0;
}

.cnt-title.for-about {
	font-weight: 400;
	color: #385ca8;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
	white-space: nowrap;
	font-size: 42px;
}

.cnt-title.for-about>.spotlights-font {
	width: 8rem;
	margin: 0 10px 0 0;
}

.cnt-title.for-contact {
	font-weight: 400;
	color: #385ca8;
}

.about-intro {
	font-size: 16px;
	color: #010101;
	font-weight: 400;
	margin: 0 0 42px 0;
	letter-spacing: 4px;
}

.about-gallery {
	width: 35%;
	position: relative;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.about-gallery>.swiper-wrapper {
	width: 100%;
	position: relative;
}

.about-gallery-item {
	position: relative;
}

.about-gallery-item>img {
	display: block;
	width: 100%;
}

#mc_embed_shell {
	width: 40%;
	position: relative;
}

#mc_embed_shell::after {
	display: block;
	content: "";
	width: 30%;
	padding-bottom: 25%;
	background-image: url(../images/contact_doll.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: static;
	z-index: 1;
	margin-left: auto;
}

@media (min-width: 992px) {
	#mc_embed_shell::after {
		position: absolute;
		right: 0;
		bottom: 0;
		transform: translate(120%, 0);
		margin-left: 0;
	}
}.game-soft-sec {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

.game-soft-sec-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	transform-origin: center;
}

.game-soft-sec-bg::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.game-soft-sec-bg.pronty {
	background-image: url(../images/pronty_sec_bg.png);
}

.game-soft-sec-bg.judgement {
	background-image: url(../images/judge_sec_bg.jpg);
}

.game-soft-sec-bg.judgement::after {
	background-color: rgba(0, 0, 0, 0.6);
}

.game-soft-sec-bg.nano {
	background-image: url(../images/nano_apostle_sec_bg.png);
}

.game-soft-wrapper {
	display: flex;
	gap: 0 30px;
	position: relative;
	align-items: center;
	flex-direction: column;
	padding: 0 6%;
}

.game-soft-font {
	display: block;
	margin: 0 0 16px 0;
}

.game-soft-font.nano {
	width: 80%;
}

.game-soft-font.pronty {
	width: 60%;
}

.game-soft-font.judgement {
	width: 50%;
}

.game-soft-intro {
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
}

.gamesoft-demo-slider {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 0 20px 0;
}

.gamesoft-demo-slider>.swiper-wrapper {
	width: 100%;
	position: relative;
}

.gamesoft-demo-slider-frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gamesoft-demo-item {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.gamesoft-demo-item:hover>img {
	transform: scale(1.025);
}

.gamesoft-demo-item>img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1);
	transition: 0.3s;
}

.gamesoft-demo-item>iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	max-width: 100%;
	z-index: 10;
}

.video-container::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.8rem;
}

.game-soft-intro-title {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 900;
	margin: 0 0 24px 0;
	color: #e8e8e8;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	align-self: flex-start;
	margin: 0 0 10px 0;
}

.game-soft-intro-title.pronty {
	color: #1f325b;
}

.game-soft-intro-title.judgement {
	color: #af4448;
}

.game-soft-intro-title.nano {
	color: #2e928c;
}

.gamesoft-slider-pagination {
	width: 60% !important;
	position: relative;
	font-size: 0;
	bottom: -28px;
	left: 50% !important;
	transform: translate(-50%, 50px);
	display: flex;
	justify-content: center;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.6);
}

.gamesoft-slider-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 1%;
	border-radius: 8px;
	background-color: transparent;
	display: flex;
	flex-grow: 1;
	transition: 0.3s;
}

.gamesoft-slider-pagination .swiper-pagination-bullet-active {
	background-color: #ffb11b;
}

.go-steam {
	display: flex;
	width: 300px;
	height: 80px;
	position: absolute;
	justify-content: center;
	align-items: flex-end;
	padding: 0 0 16px 0;
	z-index: 10;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0);
	transition: 0.3s;
}

.go-steam::before {
	display: block;
	content: "";
	width: 149px;
	height: 38px;
	position: absolute;
	background-image: url(../images/go_steam_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	top: -8px;
}

.go-steam::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #1f325b;
	position: absolute;
	z-index: -1;
	bottom: 0;
	transition: 0.3s;
}

.go-steam:hover {
	padding: 0 0 24px 0;
	width: 320px;
	height: 120px;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
}

.out-link-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
}

.out-link {
	font-size: 16px;
	text-decoration: none;
	display: flex;
	padding: 8px 16px;
	transition: 0.3s;
	position: relative;
}

.out-link>span {
	color: #fff;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0);
	position: relative;
	z-index: 3;
	transition: 0.3s;
	transform: translate(0, 0);
}

.out-link:hover>span {
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
	transform: translate(2px, 2px);
}

.out-link:hover::before {
	transform: skewX(-10deg) translate(2px, 2px);
	background-color: #ffb11b;
}

.out-link:hover::after {
	transform: skewX(-10deg) translate(-4px, -4px);
}

.out-link::before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	z-index: 1;
	background-color: #1f325b;
	transform: skewX(-10deg) translate(0, 0);
}

.out-link::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
	background-color: #c9dfff;
	z-index: 0;
	transform: skewX(-10deg) translate(4px, 4px);
}

.game-prop-tag-list {
	display: flex;
	gap: 8px 8px;
	width: 100%;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.game-prop-tag-list>li {
	list-style: none;
	font-size: 14px;
	padding: 6px 12px;
	color: #e6e6e6;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
}

.game-prop-tag-list.h-center {
	justify-content: center;
}

.game-prop-tag-list.nano>li {
	background-color: #507b86;
}

.game-prop-tag-list.pronty>li {
	background-color: #584888;
}

.game-prop-tag-list.judgement>li {
	background-color: #af3035;
}

.awards {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.awards::after {
	display: block;
	content: "";
	width: 300%;
	height: 300%;
	position: absolute;
	top: -100%;
	left: -100%;
	background-color: #ccc;
	z-index: 0;
	background: linear-gradient(90deg, #a7bed1 0%, #dee6ee 40%, #bae2ff 70%, #f5fbff 100%);
	background-size: 200% 200%;
	transform-origin: 50% 50%;
	filter: saturate(1.05) contrast(1.02);
	animation: azurik-rotate 25s linear infinite, azurik-shift 10s ease-in-out infinite alternate;
	will-change: transform, background-position;
}

.awards-total-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	gap: 40px 0;
	position: relative;
	z-index: 2;
}

.awards-scroll {
	display: flex;
	gap: 0 30px;
	width: -moz-max-content;
	width: max-content;
	animation: scrollText 50s linear infinite;
}

.awards-scroll>img {
	display: block;
	width: 300px;
	flex-grow: 0;
	flex-shrink: 0;
}

.contact-sec {
	background-image: url(../images/contact_sec_bg.jpg);
	background-repeat: repeat;
	position: relative;
	background-size: cover;
	animation: bgFlow 120s linear infinite;
	overflow: hidden;
}

.contact-sec::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.15), transparent 70%), radial-gradient(circle at 80% 70%, rgba(255, 0, 255, 0.1), transparent 80%);
	mix-blend-mode: screen;
	animation: glowDrift 60s linear infinite;
	pointer-events: none;
	z-index: 0;
}

.contact-sec::after {
	display: block;
	content: "";
	width: 16%;
	padding-bottom: 15%;
	background-image: url(../images/contact_doll.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 5%;
	bottom: 0;
	z-index: 1;
}

.contact-cnt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#mc-embedded-subscribe-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	padding: 20px 30px;
	background-color: #fff;
	border: 1px solid #ffb11b;
	border-radius: 15px;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.16);
	gap: 35px 0;
}

#mc-embedded-subscribe-form.separate-bg {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

#mc-embedded-subscribe-form.separate-bg.nano {
	background-color: #b6d7d9;
	border: 1px solid #5b8075;
}

#mc-embedded-subscribe-form.separate-bg.nano .form-title {
	color: #2e928c;
}

#mc-embedded-subscribe-form.separate-bg.nano #mc-embedded-subscribe::after {
	background-color: #2e928c;
}

#mc-embedded-subscribe-form.separate-bg.pronty {
	background-color: #a6b5d0;
	border: 1px solid #364259;
}

#mc-embedded-subscribe-form.separate-bg.pronty .form-title {
	color: #041223;
}

#mc-embedded-subscribe-form.separate-bg.pronty #mc-embedded-subscribe::after {
	background-color: #041223;
}

#mc-embedded-subscribe-form.separate-bg.judgement {
	background-color: #ffddb9;
	border: 1px solid #c8a280;
}

#mc-embedded-subscribe-form.separate-bg.judgement .form-title {
	color: #f73e3e;
}

#mc-embedded-subscribe-form.separate-bg.judgement #mc-embedded-subscribe::after {
	background-color: #f73e3e;
}

#mc_embed_signup_scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 80px 0;
}

.mc-field-group {
	display: flex;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}

.mc-field-group>input {
	padding: 9px 36px;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	margin: 16px 0;
	border-radius: 25vw;
	flex-grow: 1;
	transition: 0.3s;
	width: 100%;
}

.mc-field-group>input:focus {
	border: 1px solid #385ca8;
	outline: 0;
	background-color: rgba(56, 92, 168, 0.05);
}

.mc-field-group:has(input:focus) .form-label-ico::before {
	color: #385ca8;
	transform: rotateY(360deg);
}

.form-label-ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
	background: linear-gradient(135deg, #fff 0%, #dedede 100%);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(50%, 0);
}

.form-label-ico::before {
	display: block;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	position: absolute;
	z-index: 1;
	font-size: 1.2rem;
	color: #a4a4a4;
	transition: 0.3s;
}

.form-label-ico::after {
	display: block;
	box-shadow: inset 1px -1px 6px rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	border: 1px solid #fff;
	width: 34px;
	height: 34px;
	content: "";
	position: absolute;
	z-index: 0;
	background: #fff;
	background: linear-gradient(315deg, #fff 0%, #dedede 100%);
}

.form-label-ico.name::before {
	content: "\f007";
}

.form-label-ico.email::before {
	content: "\f0e0";
}

.form-label-ico.phone::before {
	content: "\f3cf";
}

#mc-embedded-subscribe {
	display: flex;
	width: 300px;
	height: 60px;
	justify-content: center;
	align-items: flex-end;
	padding: 0 0 16px 0;
	z-index: 10;
	bottom: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0), 0 0 10px rgba(255, 255, 255, 0);
	transition: 0.3s;
}

#mc-embedded-subscribe::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #1f325b;
	position: absolute;
	z-index: -1;
	bottom: 0;
	transition: 0.3s;
}

#mc-embedded-subscribe:hover {
	padding: 0 0 24px 0;
	width: 320px;
	height: 80px;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3);
}

#mc-status {
	font-size: 16px;
	color: #af4448;
	text-align: center;
	font-weight: 400;
	margin: 10px auto 0 auto;
}

.form-title {
	font-size: 18px;
	color: #1f325b;
	align-self: flex-start;
	padding: 0 0 0 24px;
	margin: 0 0 8px 0;
}

.form-describe {
	font-size: 16px;
	color: #1e1e1e;
	font-weight: 400;
	align-self: flex-start;
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
}

.footer {
	background-color: #385ca8;
	padding: 10px 0;
	height: auto;
}

.footer-cnt {
	display: flex;
	justify-content: space-between;
}

.footer-logo {
	flex-grow: 0;
	flex-shrink: 0;
	display: block;
	width: auto;
	height: 30px;
	mix-blend-mode: lighten;
}

.cr-right {
	display: flex;
	gap: 0 20px;
	align-items: baseline;
}

.cr-right>h6 {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
}

.social {
	display: flex;
	gap: 0 24px;
}

.social>li {
	list-style: none;
	display: flex;
	align-items: center;
}

.social-link {
	display: flex;
	justify-content: center;
	font-size: 24px;
	text-decoration: none;
}

.social-link::before {
	display: block;
	font-family: "Font Awesome 7 Brands";
	font-weight: 300;
	font-style: normal;
	color: #fff;
	transition: 0.3s;
}

.social-link:hover::before {
	color: #ffb11b;
}

.social-link.facebook::before {
	content: "\f39e";
}

.social-link.x-twitter::before {
	content: "\e61b";
}

.social-link.youtube::before {
	content: "\f167";
}

.social-link.medium::before {
	content: "\f23a";
}

.social-link.discord::before {
	content: "\f392";
}

.dot-nav {
	position: fixed;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 33px 0;
	z-index: 1000;
}

.dot-nav .dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	border: 1px solid #1f325b;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dot-nav .dot::before {
	display: block;
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	transition: all 0.3s ease;
	background-color: transparent;
}

.dot-nav .dot::after {
	display: block;
	content: "";
	width: 1px;
	height: 33px;
	position: absolute;
	background-color: #1f325b;
	transform: translate(0, calc(50% + 6px));
}

.dot-nav .dot:nth-last-child(1)::after {
	display: none;
}

.dot-nav .dot.active::before {
	background-color: #1f325b;
}

.game-page-sec {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	background-color: #000;
}

.gamepage-demo-item {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #000;
}

.gamepage-demo-item>img {
	display: block;
	width: 100%;
	height: auto;
}

.gamepage-demo-item>iframe {
	width: 100%;
	aspect-ratio: 1.7777777778;
}

.gamepage-demo-item.video::before {
	display: flex;
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/play_video_ico.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	padding: 10px;
	border: 1px solid #fff;
	z-index: 99;
}

.game-page-slider-preview {
	display: flex;
	width: 100%;
	position: absolute;
	z-index: 2;
	justify-content: space-around;
	transform: translate(0, -33%);
	overflow: hidden;
	padding: 0 2.5%;
}

.game-page-slider-preview>.swiper-wrapper {
	padding-top: 2px;
	justify-content: center;
}

.game-page-slider-preview .swiper-slide {
	position: relative;
	width: calc((100% - 80px) / 9);
	background-color: #000;
	padding-bottom: 4%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #6b6b6b;
	cursor: pointer;
}

.game-page-slider-preview .swiper-slide>img {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.game-page-slider-preview .swiper-slide.active {
	border-color: #f73e3e;
}

.game-page-slider-preview .swiper-slide.video::after {
	display: block;
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 1.4rem;
	content: "\f04b";
	position: absolute;
	z-index: 2;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.game-info-sec {
	padding: 80px 0 40px 0;
	position: relative;
	overflow: hidden;
}

.game-info-sec>.content-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 2;
}

.game-info-sec.nano {
	background-color: #292e33;
}

.game-info-sec.pronty {
	background-color: #041223;
}

.game-info-sec.judgement {
	background-color: #d0aa65;
}

.game-info-sec-effect {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	top: 0;
}

.game-info-sec-effect.nano {
	background-image: url(../images/nano_apostle_sec_bg.png);
	opacity: 0.1;
}

.game-info-sec-effect.nano::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.game-info-sec-effect.pronty {
	background-image: url(../images/game_info_effect_pronty.png);
	background-size: cover;
	background-attachment: unset;
	will-change: filter;
	opacity: 0.1;
}

.game-info-sec-effect.judgement {
	background-image: url(../images/game_info_effect_behind.jpg);
	background-size: cover;
	background-attachment: unset;
	opacity: 0.1;
}

.gamepage-demo-button-next {
	padding-top: 4px;
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	right: 20px;
}

.gamepage-demo-button-next::before {
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-style: normal;
	display: block;
	color: #fff;
	transition: 0.3s;
	content: "\f061";
}

.gamepage-demo-button-next:hover::before {
	color: #00eaff;
}

.gamepage-demo-button-prev {
	padding-top: 4px;
	display: none;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	left: 20px;
}

.gamepage-demo-button-prev::before {
	font-family: "Font Awesome 7 Free";
	font-weight: 900;
	font-style: normal;
	display: block;
	color: #fff;
	transition: 0.3s;
	content: "\f060";
}

.gamepage-demo-button-prev:hover::before {
	color: #00eaff;
}

.gamepage-demo-button-next.swiper-button-disabled {
	opacity: 0;
}

.gamepage-demo-button-prev.swiper-button-disabled {
	opacity: 0;
}

.game-info-sec-title {
	color: #fff;
	font-size: 42px;
	font-weight: 900;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0 0 24px 0;
}

.selling-resource-list {
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 30px 30px;
	margin: 75px 0 52px 0;
	flex-wrap: wrap;
}

.selling-resource-list>li {
	list-style: none;
}

.selling-resource-link {
	display: block;
	padding: 12px 24px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #aa3434;
	box-shadow: 0 4px 4px #000;
	border-radius: 8px;
	transform: translate(0, 0);
	transition: 0.3s;
}

.selling-resource-link:hover {
	transform: translate(0, 3px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.go-game-info {
	display: block;
	padding: 8px 24px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #aa3434;
	box-shadow: 0 4px 4px #000;
	border-radius: 8px;
	margin: 16px 0 0 0;
	align-self: flex-end;
	transform: translate(0, 0);
	transition: 0.3s;
}

.go-game-info:hover {
	transform: translate(0, 3px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.game-info-text {
	font-size: 16px;
	color: #fff;
	margin: 0 0 24px 0;
}

.game-info-text.judgement {
	color: #2f2719;
}

.game-info-cnt-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4%;
	margin: 25px 0;
	justify-content: flex-start;
	width: 100%;
	position: relative;
}

.game-info-cnt-wrapper.straight {
	flex-direction: column;
}

.game-info-cnt-wrapper.for-form {
	justify-content: center;
}

.game-info-cnt-wrapper.for-form>#mc_embed_shell::after {
	display: none;
}

.infobox {
	position: relative;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

.infobox>img {
	width: 100%;
	display: block;
	border-radius: 8px;
}

.infobox.major {
	width: 60%;
}

.infobox.minor {
	width: 36%;
}

.infobox.half {
	width: 48%;
}

.game-infobox-title {
	font-size: 24px;
	color: #7b9cd0;
	margin: 0 0 10px 0;
}

.game-infobox-title.judgement {
	color: #aa3434;
}

.video-slide {
	position: relative;
	cursor: pointer;
}

.video-slide .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s;
	z-index: 1;
}

.video-slide .play-button::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 30px;
	border-color: transparent transparent transparent white;
	margin-left: 5px;
  
}

.video-slide:hover .play-button {
	background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991.98px) {
	.topic-sec {
		height: auto;
	}

	.kv-sec {
		height: 100vh;
	}

	.cnt-parag {
		width: 100%;
	}

	.scroll-hint {
		width: 35px;
		padding-bottom: 35px;
	}

	.about-social {
		align-items: flex-end;
	}

	.cnt-title {
		font-size: 42px;
	}

	.about-intro {
		text-align: center;
	}

	.about-gallery {
		width: 60%;
	}

	#mc_embed_shell {
		width: 100%;
		padding: 0 0 110px 0;
	}

	.game-soft-wrapper {
		flex-wrap: wrap;
		gap: 50px 0;
	}

	.game-soft-intro {
		width: 100%;
	}

	.gamesoft-demo-slider {
		width: 100%;
	}

	.game-soft-intro-title {
		font-size: 42px;
	}

	.cr-right {
		flex-direction: column;
		gap: 10px 0;
	}

	.social {
		align-items: flex-end;
	}
}

@media (max-width: 539.98px) {
	.about-slogan {
		font-size: 80px;
	}

	.cnt-title {
		font-size: 32px;
	}

	.about-gallery {
		width: 100%;
	}

	.game-soft-intro-title {
		font-size: 32px;
	}

	.awards-scroll>img {
		width: 180px;
	}

	.mc-field-group>input {
		padding: 9px 35px;
	}

	.form-label-ico {
		width: 50px;
		height: 50px;
	}

	.form-label-ico::before {
		font-size: 1.2rem;
	}

	.form-label-ico::after {
		width: 34px;
		height: 34px;
	}

	.footer {
		padding: 30px 0;
	}

	.footer-cnt {
		flex-direction: column-reverse;
		gap: 14px 0;
	}
}

@media (max-width: 1219.98px) {
	.content-area {
		width: calc(100% - 40px);
	}

}

@media (max-width: 697.98px) {
	.logo {
		width: 80%;
		display: block;
	}

	#mc_embed_shell::after {
		width: 200px;
		padding-bottom: 160px;
		align-self: flex-end;
		transform: translate(0, 50px);
		position: initial;
	}

	.contact-sec {
		display: flex;
		flex-direction: column;
		padding: 100px 0 180px 0;
	}

	.contact-sec::after {
		width: 200px;
		padding-bottom: 160px;
		align-self: flex-end;
		transform: translate(0, 20px);
	}

	.game-page-slider-preview {
		transform: translate(0, 100%);
	}

	.game-page-slider-preview .swiper-slide {
		width: 11px !important;
		height: 11px;
		padding-bottom: 0;
		border: 0;
		background-color: #fff;
		opacity: 0.3;
	}

	.game-page-slider-preview .swiper-slide>img {
		display: none;
	}

	.game-page-slider-preview .swiper-slide.active {
		opacity: 1;
	}

	.game-page-slider-preview .swiper-slide.video::after {
		display: none;
	}

	.gamepage-demo-button-next {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		transform: translateY(6px);
	}

	.gamepage-demo-button-prev {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		transform: translateY(6px);
	}

	.game-info-cnt-wrapper {
		gap: 30px 0;
	}

	.infobox.major {
		width: 100%;
	}

	.infobox.minor {
		width: 100%;
	}

	.infobox.half {
		width: 100%;
	}
}

@media (max-width: 421.98px) {
	.navi-wrapper {
		justify-content: flex-end;
	}

	.navi-link::after {
		margin: 0 0 0 20px;
	}

	.attached-menu-link {
		width: auto;
	}
}

@media (min-width: 992px) {
	.gamepage-demo-item {
		height: 87vh;
	}

	.gamepage-demo-item>img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.gamepage-demo-item:first-child>img {
		object-fit: cover;
	}
}

@media (min-width: 1580px) {
  .video-container {
    width: 70%;
  }
}