@charset "utf-8";
/* Body */
body {
	font-family: 'Noto Sans KR', sans-serif; /* 900, 700, 600, 500, 400, 300, 200 */
	font-style: normal;
	font-weight: 200;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
}
/* Container */
.container {
	max-width: 100%;
	overflow-x: hidden;
	background-color: #ffffff;
}
/* Banner Section */
.banner {
	background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) ), url("../images/cube_bg.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	overflow: auto;
}
.banner_max {
	background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) ), url("../images/cube_bg.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	overflow: auto;
}
.banner_logo_box {
	width: 90vw;
	max-width: 500px;
	text-align: center;
	margin-top: 42vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.banner_logo_box_max {
	width: 90vw;
	max-width: 750px;
	text-align: center;
	margin-top: 40vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.banner_logo_box_two {
	width: 90vw;
	max-width: 1200px;
	text-align: center;
	margin-top: 42vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.banner_logo {
	width: 100%;
}
.banner_logo_two {
	float: left;
	width: 42.2%;
	transition: all 0.3s;
}
.banner_logo_two:hover {
	filter: drop-shadow(0px 0px 12px #FFFFFF80);
}
.logo_space {
	float: left;
	width: 3.5%;
	margin-left: 6.5%;
	margin-right: 5.5%;
	margin-top: 1.2%;
	margin-bottom: auto;
}
/* Flawless Darkness Banner Section */
.banner_fd {
	background-image: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4) ), url("../images/fd_bg.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	overflow: auto;
}
.banner_fd_logo_box {
	width: 90vw;
	max-width: 800px;
	text-align: center;
	margin-top: 36vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
.banner_fd_logo {
	width: 100%;
}
/* Banner Arrow Section */
.banner_arrow_box {
	width: 100%;
	text-align: center;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	position:absolute; 
	bottom: 0px;
}
.banner_arrow {
	width: 10vh;
	max-width: 80px;
}
/* Language Section */
.language_section {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 8px;
	padding-bottom: 32px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.09);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
	background-color: #000000;
}
.language_select {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}
.language_en {
	float: left;
	font-weight: 900;
	font-size: 16pt;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	width: 47%;
}
.language_bar {
	float: left;
	font-weight: 900;
	font-size: 15pt;
	color: #fff;
	text-align: center;
	width: 6%;
}
.language_ko {
	float: left;
	font-weight: 900;
	font-size: 16pt;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	width: 47%;
}
/* News Section */
.news_section {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 100px;
	padding-bottom: 46px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.09);
	margin-top: -96px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
}
.news_section_max {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 46px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.09);
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	text-align: center;
}
.news_title {
	margin-bottom: 24px;
	font-weight: 900;
	font-size: 18pt;
	letter-spacing: 5px;
}
.news_container {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.text_title {
	text-align: justify;
	font-weight: 700;
	font-size: 14pt;
	margin-bottom: 18px;
}
.text_column {
	text-align: justify;
	font-weight: 300;
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.text_column_more_box {
	margin-top: 28px;
	margin-bottom: 16px;
}
.text_column_more {
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 14px;
	text-align: left;
}
/* Game Section */
.game_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 180px;
	margin-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	text-align: center;
}
.game_box{
	margin-top: 26px;
}
.game_title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 28pt;
}
.game_title_sub {
	margin-top: 3px;
	margin-bottom: 0px;
	color: #666;
	font-weight: 700;
	font-size: 16pt;
}
.game_information {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 24pt;
	letter-spacing: -0.4px;
	font-weight: 300;
	font-size: 12pt;
	max-width: 700px;
}
.game_link_box {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	line-height: 22pt;
	letter-spacing: -0.2px;
	font-weight: 500;
	font-size: 12pt;
	max-width: 700px;
}
.game_image_box {
	height: 80vw;
	max-height: 400px;
	text-align: center;
}
.game_image {
	height: 100%;
	box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
}
.game_link {
	color: #333;
	text-decoration: none;
}
/* Game Video Section*/
.game_video_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 190px;
	margin-bottom: 240px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	text-align: center;
}
.game_video_outbox {
	
}
.game_video {
	width: 560px;
	max-width: 90vw;
	height: 315px;
}
/* Game Store Section */
.game_store_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 540px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	text-align: center;
}
.game_store_title {
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 28pt;
	text-align: center;
}
.game_store_text {
	margin-top: 0px;
	margin-bottom: 90px;
	font-weight: 400;
	font-size: 12pt;
	padding-left: 40px;
	padding-right: 40px;
}
.game_store_outbox {
	float: left;
	width: 50%;
}
.game_store_box_a {
	margin: auto;
	width: 144px;
	padding-left: 20px;
}
.game_store_box_b {
	margin: auto;
	width: 144px;
	padding-right: 20px;
}
.game_store_subtitle {
	margin-top: 8px;
	margin-bottom: 0px;
	letter-spacing: 0.5pt;
	font-weight: 500;
	font-size: 14pt;
}
.game_store {
	width: 100%;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
}
/* Description Section */
.description_section {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 140px;
	margin-bottom: 140px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	text-align: justify;
}
.description_box {
	margin-top: 26px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.description_title {
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 28pt;
	text-align: center;
}
.description_subtitle {
	margin-top: 50px;
	font-weight: 700;
	font-size: 16pt;
}
.description_paragraph {
	letter-spacing: -0.2px;
	font-weight: 400;
	font-size: 12pt;
	line-height: 38pt;
}
.description_text {
	line-height: 24pt;
	letter-spacing: -0.3px;
	font-weight: 300;
	font-size: 12pt;
	margin-bottom: 20px;
}
.description_bold {
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 26pt;
	letter-spacing: -0.2px;
	font-weight: 500;
	font-size: 14pt;
}
.description_first {
	font-size: 17px;
	padding-right: 6px;
	font-weight: 500;
}
.description_little {
	margin-top: -12px;
	letter-spacing: -0.2px;
	font-weight: 300;
	font-size: 11pt;
	margin-bottom: 34px;
}
/* Sponser Section */
.sponser_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 220px;
	margin-bottom: 260px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	text-align: center;
}
.sponser_title {
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 700;
	font-size: 28pt;
}
.sponser_name {
	margin-left: auto;
	margin-right: auto;	
	font-weight: 500;
	font-size: 18pt;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 28px;
	padding-left: 20px;
	padding-right: 20px;
}
.sponser_text {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	font-size: 14pt;
	line-height: 28pt;
}
/* Contact Section */
.contact_section {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 260px;
	margin-bottom: 360px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	text-align: center;
}
.contact_title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 20pt;
	letter-spacing: 1.5px;
	color: #000;
	text-decoration: none;
}
.contact_title p {
	margin-bottom: 60px;
}
.contact_content_a {
	float: left;
	width: 33%;
	max-width: 231px;
	margin-left: auto;
	margin-right: auto;
}
.contact_content_a_t {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
	line-height: 24pt;
}
.contact_content_a_t b2 {
	font-size: 12pt;
}
.contact_content_b {
	float: left;
	width: 34%;
	max-width: 238px;
	margin-left: auto;
	margin-right: auto;
}
.contact_content_b_t {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
	line-height: 24pt;
}
.contact_content_b_t b2 {
	font-size: 12pt;
}
.contact_content_c {
	float: left;
	width: 33%;
	max-width: 231px;
	margin-left: auto;
	margin-right: auto;
}
.contact_content_c_t {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
	line-height: 24pt;
}
.contact_content_c_t b2 {
	font-size: 12pt;
}
.contact_content_d {
	float: left;
	width: 25%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.contact_content_d_t {
	color: #000;
	text-align: center;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
	line-height: 24pt;
}
.contact_content_d_t b2 {
	font-size: 12pt;
}
.space_cont {
	float: left;
	width: 16%;
	margin: auto;
}

/* Join Section */
.join_section {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 430px;
	margin-bottom: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	text-align: center;
}
.join_title {
	margin-top: 0px;
	margin-bottom: 36px;
	font-weight: 700;
	font-size: 18pt;
	letter-spacing: 1px;
}
.join_content_a {
	text-align: center;
	font-weight: 400;
	font-size: 14pt;
	text-decoration: none;
	margin-bottom: 16px;
}
.join_content_b {
	text-align: center;
	font-weight: 400;
	font-size: 10pt;
	text-decoration: none;
	line-height: 22pt;
}
.join_info_title {
	font-weight: 500;
	margin-top: 60px;
	margin-bottom: 10px;
	font-size: 12pt;
}
.join_link a {
	font-weight: 700;
	font-size: 16pt;
	margin-left: 14px;
	margin-right: 14px;
	text-decoration: none;
	color: #000;
}
/* Help Section */
.help_header_section {
	background-color: #000;
	height: 10vh;
}
.help_header_logo {
	padding-top: 2.5vh;
	text-align: center;
}
.help_header_logo_img {
	height: 5vh;
}
.help_section {
	background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1) ), url("../images/cube_bg.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 90vh;
}
.help_box {
	padding-top: 32vh;
	padding-left: 40px;
	padding-right: 40px;
}
.help_title {
	margin-top: 0px;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 28pt;
	color: #FFF;
}
.help_text {
	line-height: 25pt;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 14pt;
	font-weight: 200;
}
.help_contact_section {
	text-align: center;
	margin-top: 260px;
}
.help_contact {
	padding-left: 20px;
	padding-right: 20px;
}
.help_contact_title {
	margin-top: 0px;
	margin-bottom: 42px;
	font-weight: 700;
	font-size: 28pt;
	letter-spacing: 2pt;
}
.help_contact_email {
	color: #000;
	font-weight: 700;
	font-size: 14pt;
	text-decoration: none;
	line-height: 22pt;
}
.help_contact_text {
	margin-top: 240px;
	font-weight: 600;
	font-size: 12pt;
	line-height: 22pt;
}
.message_section {
	text-align: center;
	margin-top: 370px;
	margin-bottom: 360px;
	padding-left: 20px;
	padding-right: 20px;
}
.message_box {
	
}
.message_text {
	font-weight: 600;
	font-size: 18pt;
	letter-spacing: -0.2pt;
}
/* Copyright */
.copyright {
	background-color: #000;
	padding-top: 18px;
	padding-bottom: 18px;
}
.copyright_logo {
	margin-top: 10px;
	text-align: center;
}
.copyright_logo_img {
	height: 26px;
	width: auto;
}
.copyright_logo_img_max {
	height: 40px;
	width: auto;
	margin-top: 4px;
	margin-bottom: 10px;
}
.copyright_text {
	font-size: 10pt;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 200;
	letter-spacing: 2px;
}
.copyright_text_link_box {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 200px;
	text-align: center;
}
.copyright_text_link {
	color: #FFF;
	font-weight: 500;
	font-size: 8pt;
	text-decoration: none;
	line-height: 15pt;
	width: 45%;
	float: left;
}
.copyright_text_link_blank {
	color: #FFF;
	font-weight: 500;
	font-size: 10pt;
	width: 10%;
	float: left;
}

/* Other */
.a_link_1 {
	color: #333;
	text-decoration: none;
}
.a_link_2 {
	color: #000;
	text-decoration: none;
}
.space_a {
	letter-spacing: -0.4pt;
}
.space_b {
	letter-spacing: 0pt;
}

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

.contact_section {
	margin-top: 160px;
	margin-bottom: 450px;
}
.contact_content_a {
	clear: both;
	width: 100%;
	max-width: 700px;
	padding-bottom: 30px;
}
.contact_content_b {
	clear: both;
	width: 100%;
	max-width: 700px;
	padding-bottom: 30px;
}
.contact_content_c {
	clear: both;
	width: 100%;
	max-width: 700px;
}

}