@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap');

@font-face{
	font-family: "montserrat";
	src: local("Montserrat-VariableFont_wght"), local("Montserrat-Italic-VariableFont_wght"),
		 url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}

@font-face{
	font-family: "anton";
	src: local("Anton-Regular"),
	     url("../fonts/Anton/Anton-Regular.ttf");
}



body{
	color: #2e2e2e;
	font-size: 14px;
	font-family: montserrat, helvetica neue, Arial, sans-serif, anton;
	/*overflow-x: hidden;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

section{
	position: relative;
}

.section-padding{
	padding-top: 100px;
	padding-bottom: 100px;
}

.noto-sans-sc-<uniquifier> {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}

/************************************************************
	TOP - HEADER (Menu)
************************************************************/
.headroom{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	z-index: 99;
}

.headroom--unpinned{
	top: -100px;
}

.headroom--pinned{
	top: 0;
}

.menu-container{
	display: flex;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.navbar-nav{
	gap: 10.5px;
}

.navbar-right{
	margin-left: auto !important;
}

.navbar-brand{
	padding-top: .40625rem;
	padding-bottom: .40625rem;
}

.navbar-brand img{
	width: 100%;
	max-width: 150px;
}

.nav-link {
	font-size: 11px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}

.nav-item .nav-link:hover{
	background-color: #880023;
	color: #fff;
	border-radius: 5px;
}

.nav-link:focus, .nav-link:hover{
    color: #fff;
}

.dropend .dropdown-toggle {
	color: #000;
	font-size: 11px;
	/* margin-left: 1em; */
	font-weight: 400;
}

.dropdown-subtitle:hover{
	background-color: #880023;
	color: #fff;
}

.dropend .dropdown-subtitle.show{
	background-color: #880023;
	color: #000;
}

.dropdown-item{
	font-size: 11px;
}

.dropdown-item:hover{
	background-color: #880023;
	color: #fff;
}

.items-list{
	text-transform: uppercase;
}

.dropdown-subtitle:hover {
	background-color: #880023;
	color: #fff;
}

.dropdown .dropdown-menu {
	display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
	display: block;
	/* margin-top: 0.125em; */
	margin-top: 0em;
	margin-left: 0em;
}

.dropend:hover > .dropdown-menu {
	position: absolute;
	transform: translate3d(159px, 0px, 0px);
    top: 0px;
    will-change: transform;
    left: 0px;
}

.membership{
	position: relative;
	background-color: #880023;
	border-radius: 5px;
}	

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-180deg);
} 

.dropdown > a:hover:after {
    text-decoration: underline;
    transform: rotate(-180deg);
} 


/************************************************************
	TOP - SECTION 01 (Video)
************************************************************/
.hero-section{
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	height: calc(100vh - 51px);
}

.hero-section .section-overlay{
	z-index: 2;
	opacity: 0.7;
}

.section-overlay{
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.video-wrap{
	z-index: -100;
}

.video-wrap .custom-video{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.header-text-container h1{
	font-family: anton;
	font-size: 15.1rem;
	color: #ff0042;
	text-transform: uppercase;
}

.header-text-container h3{
	font-family: montserrat;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 60px;
	color: #fff;
	font-weight: 400;
}

.btn-register-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
	top: 70%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.btn-register{
	display: inline-flex;
	height: 40px;
	width: 180px;
	border: 2px solid #ff0042f0;
	margin: 20px 20px 20px 20px;
	color: #BFC0C0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: .8em;
	letter-spacing: 1.5px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

/*.btn-register a{
	text-decoration: none;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	padding: 10px 25px;
	font-size: 1.3rem;
}*/

#button{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

#button a{
	position: relative;
	transition: all .45s ease-out;
	text-decoration: none;
	color: #a6a6a6;
}

#button #spin{
	width: 0;
	height: 0;
	opacity: 0;
	left: 70px;
	top: 20px;
	transform: rotate(0deg);
	background: none;
	position: absolute;
	transition: all .5s ease-out;
}

#button:hover #spin{
	width: 210%;
	height: 500%;
	opacity: 1;
	left: -97px;
	top: -70px;
	background: #ff0042f0;
	transform: rotate(80deg);
}

#button:hover a{
	color: #ffffff;
}


/************************************************************
	TOP - SECTION 01 (Image)
************************************************************/
.site-hero{
	position: relative;
	overflow: hidden;
	/*padding-top: 100px;*/
	/* height: calc(114vh - 51px); */
	height: calc(100vh - 51px);
	z-index: -999;
}

.header-banner{
	position: absolute;
	width: 100%;
	height: 100%;
}

.header-banner-bg{
	z-index: 0;
}

.header-char-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

/*.header-char-container img{
	width: 100%;
	max-width: 880px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}*/

.header-char{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: contain;
	max-width: 751px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	bottom: 0%;
}

.header-deco{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('../img/top/deco_01.png');
	background-repeat: no-repeat;
	background-position: 0 80%;
}

.header-text-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	top: 34%;
	left: 0;
	right: 0;
}

.banner-bg{
	background: url('../img/top/banner_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.overlay-bottom-shadow{
	position: relative;
	width: 100%;
	height: calc(114vh - 51px);
	z-index: 24;
	box-shadow: 0px -300px 51px -33px rgba(0, 0, 0, 0.5) inset;
}


/************************************************************
	CONTENT - SECTION 02
************************************************************/
.news-section{
	position: relative;
	width: 100%;
	height: 100%;
}

.news-section:before{
	content: "";
	position: absolute;
	background: url("../img/content/section_02/top-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
    height: 100%;
    max-width: 1783px;
    max-height: 37px;
	margin-top: -36px;
}

.news-bg{
	position: relative;
	/* background: #9d9d9d; */
	background: rgb(93,92,92);
	background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
}

.bg-deco{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.bg-deco img{
	width: 600px;
	height: auto;
}

.bg-deco img.square{
	position: absolute;
	width: 100%;
	max-width: 571px;
	clip: rect(0px, 571px, 616px, 40px);
}

.news-bg .news-padding{
	padding-top: 50px;
	padding-bottom: 40px;
}

.news-contents{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
}

.news-contents .card img{
	overflow: hidden;
}

.section-news-deco{
	margin-left: -40px;
}

.morenews{
	display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
	font-family: "montserrat";
	font-size: 0.8rem;
	color: #222121;
	font-weight: 600;
	text-transform: uppercase;
}

.morenews a{
	text-decoration: none;
	color: #222121;
}

.morenews a:hover{
	color: #ffffff;
}

.morenews span i{
	margin-left: 10px;
}


.news-deco{
	position: absolute;
	background: url('../img/content/section_02/deco_01.png');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	max-width: 120px;
    max-height: 22px;
    top: 119px;
}
	
.news-padding h1{
	color: #ff0042f0;
	font-size: 6.0rem;
	font-family: "montserrat";
	font-weight: 900;
}

.news-content-padding{
	padding-top: 0px;
	padding-bottom: 50px;
}

.card{
	position: relative;
	display: flex;
	background: #d9d9d9;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2.64px;
	width: 100%;
	height: 200px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}

.news-content-info{
	position: relative;
	margin-top: 20px;
	padding-bottom: 50px;
}

.news-content-info h5{
	color: #222121;
	font-family: "montserrat";
	font-weight: 600;
}

.news-content-info div{
	color: #222121;
	font-family: "montserrat";
	text-transform: uppercase;
	font-weight: 400;
}


/************************************************************
	CONTENT - SECTION 03
************************************************************/
.news-update-section{
	position: relative;
	background: url('../img/content/section_03/sec03_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
}

.news-update-padding{
	padding-top: 50px;
	padding-bottom: 0;
}

.t-01{ 
	font-family: "montserrat";
	font-size: 15.6rem;
	font-weight: 900;
	color: transparent;
	-webkit-text-stroke: 1.394504px #b0b0b0;
	text-transform: uppercase;
}

.t-02{
	font-family: "montserrat";
	font-size: 9.3rem;
	font-weight: 900;
	color: #ffffff;
	opacity: 0.5;
	text-transform: uppercase;
	margin-top: -60px;
}

.btn, .navbar .navbar-nav > a.btn{
	border: none;
	font-family: "montserrat";
	font-weight: 400;
    font-size: .8571em;
    line-height: 1.35em;
	text-transform: uppercase;
}

.btn-round{
	border-width: 1px;
	border-radius: 5px;
	padding: 11px 23px;
}

.btn-primary{
	background: linear-gradient(180deg, rgba(217, 217, 217, 1) 0%, rgba(75, 75, 75, 1) 100%);
	color: #ffffff;
}

.btn-primary:hover{
	background: #ff0042;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active:active{
	background: #ff0042;
}

.news-update-char{
	position: relative;
	top: 30px;
}  

.btn-more-newsupdate{
	position: relative;
	width: 130px;
	height: 36px;
	background: linear-gradient(180deg, rgba(217, 217, 217, 1) 0%, rgba(75, 75, 75, 1) 100%);
	padding: 10px 10px 10px;
	border-radius: 4px;
	cursor: pointer;
}

.btn-more-newsupdate .more-news{
	position: relative;
	font-family: "montserrat";
	font-size: 0.75rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.btn-more-newsupdate:hover{
	background: #ff0042;
}


/************************************************************
	CONTENT - SECTION 04
************************************************************/
.pvp-section-bg{
	position: relative;
	background-color: #211f1f;
}

.pvp-section-bg:before{
	content: "";
	position: absolute;
	background: url('../img/content/section_04/top-bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -136px;
}

.pvp-section-content{
	padding-top: 100px;
	padding-bottom: 30px;
}

.pvp-section-deco{
	position: absolute;
	background: url('../img/content/section_04/deco.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 52px;
	z-index: 2;
	margin-top: -70px;
}

.pvp-section-deco2{
	position: absolute;
	background: url('../img/content/section_04/deco.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 52px;
	z-index: 2;
	margin-top: -70px;
	margin-left: 206px;
}

.pvp-video-frame{
	position: relative;
}

.pvp-video-frame:before{
	content: "";
	position: absolute;
	background-color: #ff0042;
	width: 0.55rem;
	height: 10.4rem;
	display: block;
	left: -5px;
}

.pvp-video-frame video{
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.pvp-video-frame iframe{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.pvp-video-frame img{
	height: 393px;
    width: 100%;
}


.pvp-section-content-desc{
	border-top: 1px solid #ffffff;
	width: 100%;
}

.pvp-section-content .t_01{
	font-family: "montserrat";
	font-weight: 900;
	color: #ffffff;
	font-size: 5.5em;
	text-transform: uppercase;
	padding-top: 20px;
}

.pvp-section-content .sub_01{
	font-family: "montserrat";
	color: #ffffff;
	text-transform: uppercase;
}

.pvp-section-desc {
	font-family: "montserrat";
	color: #ffffff;
	font-size: 0.74em;
	text-align: justify;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}


/************************************************************
	CONTENT - SECTION 05
************************************************************/
.pve-section-content2{
	padding-top: 200px;
	padding-bottom: 50px;
}


/************************************************************
	CONTENT - SECTION 06
************************************************************/
.esports-section-bg{
	position: relative;
	background: rgb(93,92,92);
	background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
}

.esports-section-bg:before{
	content: "";
	position: absolute;
	background: url("../img/content/section_06/top-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -136px;
}

.bg-deco2{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
}

.bg-deco2 img{
	width: 600px;
	height: auto;
}

.bg-deco2 img.square{
	position: absolute;
	width: 100%;
	max-width: 485px;
    clip: rect(0px, 571px, 394px, 40px);
}

.esports-section-padding{
	padding-top: 100px;
	padding-bottom: 30px;
	overflow: hidden;
}

.esports-video-frame{
	position: relative;
}

.esports-video-frame:before{
	content: "";
	position: absolute;
	background-color: #ff0042;
	width: 0.55rem;
	height: 10.4rem;
	display: block;
	left: -5px;
}

.esports-video-frame iframe{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.esports-video-frame video{
	height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
}

.esports-section-content-desc{
	border-top: 1px solid #222121;
	width: 100%;
}

.esports-section-content-desc .t_01{
	font-family: "montserrat";
	font-weight: 900;
	color: #222121;
	font-size: 5.5em;
	text-transform: uppercase;
	padding-top: 20px;
}

.esports-section-content-desc .sub_01{
	font-family: "montserrat";
	color: #222121;
	text-transform: uppercase;
}

.esports-section-desc {
	font-family: "montserrat";
	color: #222121;
	font-size: 0.74em;
	text-align: justify;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}


/************************************************************
	TOP - SECTION 01 (DOWNLOAD PAGE)
************************************************************/
.download-hero-section{
	position: relative;
	overflow: hidden;
	height: calc(73vh - 51px);
	z-index: -999;
}

.download-header-banner{
	position: relative;
}

.download-bg{
	background: #211f1f;
	position: absolute;
	width: 100%;
	height: 100%;
}

.downTextStrokeContainer{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.down-stroke01{
	font-family: "montserrat";
	font-size: 20.5rem;
	color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 1.394504px #666666;
	text-transform: uppercase;
	position: absolute;
	font-style: italic;
	opacity: 0.25;
}

.load-stroke01{
	font-family: "montserrat";
	font-size: 20.5rem;
	color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 1.394504px #666666;
	text-transform: uppercase;
	position: absolute;
	font-style: italic;
	padding-top: 300px;
	margin-left: 1000px;
	opacity: 0.25;
}

.dl-char-container{
	position: absolute;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 150px;
}

.dl-char-01{
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 406px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.download-container{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.download-container02{
	display: none;
}

.down-t01{
	font-family: "montserrat";
	font-size: 13.5rem;
	color: #b0b0b0;
	font-weight: 900;
	font-style: italic;
	text-shadow: 14px 16px #000000;
}

.load-t01{
	font-family: "montserrat";
	font-size: 10.5rem;
	color: #b0b0b0;
	font-weight: 900;
	font-style: italic;
	text-shadow: 14px 16px #000000;
}


/************************************************************
	CONTENT - SECTION 02 (DOWNLOAD PAGE)
************************************************************/
.system-section{
	position: relative;
	width: 100%;
	height: 100%;
}

.system-bg{
	position: relative;
	background: rgb(93,92,92);
	background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
	/* padding-top: 50px; */
	padding-bottom: 680px;
}

/*.system-bg:before{
	content: "";
	position: absolute;
	background: url("../img/download/content/section_02/top-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -85px;
}*/

.system-t01-container{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
}

.system-t01{
	font-family: "montserrat";
	font-weight: 900;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 0.18rem;
}

.tabpanel-bg-1{
	position: relative;
	background: rgb(246,130,79);
	background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
}

.w-tab{
	width: 49.8%;
}

.tabpanel{
	padding-top: 50px;
}

.tabpanel_tab{
	position: absolute;
	width: 1px;
	height: 1px;
	top: auto;
	left: -10000px;
	overflow: hidden;
}

.tabpanel_tab2{
	position: absolute;
	width: 1px;
	height: 1px;
	top: auto;
	left: -10000px;
	overflow: hidden;
}


.tabpanel_tab:checked + .tabpanel_tablabel{
	background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
	color: #ffffff;
}

.tabpanel_tab2:checked + .tabpanel_tablabel{
	background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
	color: #ffffff;
}

.tabpanel_tablabel{
	font-family: "montserrat";
	flex: 0 1 auto;
	padding: 12px;
	background: transparent;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.tabpanel_tablabel:hover{
	cursor: pointer;
}

.tabpanel_panel{
	display: none;
	background: transparent;
}

.tabpanel_panel > *:first-child{
	margin-top: 0;
}

.tabpanel_panel > *:last-child{
	margin-top: 0;
}

.tabpanel_panel > * + *{
	margin-top: 24px;
}

#tabpanel_tab-1:checked ~ .tabpanel_panels #tabpanel_panel-1,
#tabpanel_tab-2:checked ~ .tabpanel_panels #tabpanel_panel-2{
	display: block;
	position: relative;
	top: 0px;
}

.tabpanel_panels{
	padding-top: 24px;
	border-top: 2px solid #ffffff;
	width: 100%;
}

.tab_content{
	display: flex;
}

.tab_content > *{
	margin: 0;
}

.tab_content a{
	color: #222121;
	text-decoration: none;
}

.tab_content a:hover{
	color: #ffffff;
}

.sys-icon{
	padding-right: 10px;
}

table{
	width: 100%;
	font-family: "montserrat";
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

table, td, th{
	border: 1px solid #ffffff;
}

table, td{
	font-size: 0.85rem;
	font-weight: 500;
	padding: 15px 20px 0 20px;
}

table, td ul, li{
	line-height: 2.0;
}

.table_th_left{
	writing-mode: vertical-rl;
	transform: scale(-1);
	width: 30px;
	padding: 15px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900;
	font-family: "montserrat";
}	

.os-info ul{
	display: inline-block;
}

.os-info .info02{
	margin-left: 60px;
}

.table_th_right{
	writing-mode: vertical-rl;
	text-orientation: sideways;
	width: 30px;
	padding: 15px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900;
	font-family: "montserrat";
}

.prs-info {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 30px;
}

.strg-info{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding: 30px;
}

.bg-deco3{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	top: 140px;
}

.bg-deco3 img{
	width: 600px;
	height: auto;
}

.bg-deco3 img.square{
	position: absolute;
	width: 100%;
	max-width: 485px;
    /* clip: rect(0px, 571px, 394px, 40px); */
}

.f-btn-dwn a,
.f-btn-fc a{
	text-decoration: none;
}


/************************************************************
	TOP - SECTION 01 (SUPPORT PAGE)
************************************************************/
.support-hero-section{
	position: relative;
	overflow: hidden;
	height: calc(80vh - 51px);
	z-index: -999;
}

.support-header-banner{
	position: absolute;
	width: 100%;
	height: 100%;
}

.support-header-banner-bg{
	z-index: 0;
}

.support-banner-bg{
	background: url('../img/support/banner_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.support-banner-img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.support-header-char-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.support-header-char{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: contain;
	max-width: 900px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	bottom: 0%;
}

.support-text-container{
	position: absolute;
	max-width: 800px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	flex-direction: row;
	top: 480px;
}

.support_t01{
	font-family: "montserrat";
	font-size: 8.5rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 45px;
	text-shadow: 2px 2px #000000;
}

.supportTextStrokeContainer{	
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -150px;
}

.supportTextStroke{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.support-stroke{
	font-family: "montserrat";
	font-size: 52.5rem;
	color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 2.394504px #666666;
	text-transform: uppercase;
	position: absolute;
	opacity: 0.75;
}

.deco-bg{
	position: absolute;
	width: 100%;
	height: 1000px;
	z-index: 1;
	background-image: url('../img/support/deco_01.png');
	background-repeat: no-repeat;
	background-position: 100%;
}

.deco-bg2{
	position: absolute;
	width: 70.5%;
	height: 1000px;
	z-index: 1;
	background-image: url('../img/support/deco_01.png');
	background-repeat: no-repeat;
	background-position: 100%;
}


/************************************************************
	CONTENT - SECTION 02 (SUPPORT PAGE)
************************************************************/
.support-section{
	position: relative;
	width: 100%;
	height: 100%;
}

.support-bg{
	position: relative;
	background: rgb(93,92,92);
	background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 500px;
}

.support-bg:before{
	content: "";
	position: absolute;
	background: url("../img/download/content/section_02/top-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -32px;
}

.bg-deco4{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	top: 80px;
	margin-left: 100px;
}

.bg-deco4 img{
	width: 600px;
	height: auto;
}

.bg-deco4 img.square{
	position: absolute;
	width: 100%;
	max-width: 400px;
	right: 60px;
    /* clip: rect(0px, 571px, 394px, 40px); */
}

.support-info-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
}

.support-panel{
	padding-top: 50px;
}

.inquiry-form-info{
	padding-top: 20px;
	font-family: "montserrat";
	font-size: 1.0rem;
	text-align: justify;
	line-height: 1.8;
}

.inquiry-form-infocn{
	font-family: "Noto Sans SC", sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.8;
}

.cs-panel-container{
	position: relative;
	width: 100%;
}

.cs-panel-info li{
	list-style: none;
}

.cs-office{
	display: flex;
	gap: 20px;
	padding-bottom: 30px;
}

.cs-office-add{
	font-family: "montserrat";
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
}

.col-c-12{
	flex: 0 0 auto;
	width: 90%;
}

.cs-contact{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.cs-office-hp,
.cs-office-fx,
.cs-office-em,
.cs-office-cl{
	font-family: "montserrat";
	font-size: 1.0rem;
	font-weight: 500;
	text-transform: uppercase;
}

.cs-address i{
	font-size: 2.3rem;
}

.cs-contact i,
.cs-fax i,
.cs-email i,
.cs-clock i{
	font-size: 1.3rem;
}

.cs-day{
	font-family: "montserrat";
	font-size: 0.85rem;
	font-weight: 500;
	padding-left: 8px;
}

.cs-office-cl a{
	font-weight: 900;
	text-decoration: none;
	color: #212121;
}

.cs-office-cl a:hover{
	color: #ffffff;
}

.cs-office-cl p{
	font-family: "montserrat";
	font-size: 0.65rem;
	font-weight: 500;
	text-align: justify;
	line-height: 1.5;
	padding-top: 5px;
}


/************************************************************
	TOP - SECTION 01 (FAQ PAGE [CHOOOSE])
************************************************************/
.faq-hero-section{
	position: relative;
	overflow: hidden;
	height: calc(67vh - 51px);
	z-index: -999;
}

.faq-header-banner{
	position: absolute;
	width: 100%;
	height: 100%;
}

.faq-header-banner-bg{
	z-index: 0;
}

.faq-banner-bg{
	background: url('../img/support/banner_bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.faq-banner-img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.faq-header-char-container{
	position: absolute;
	width: 100%;
	height: 100%;
	max-width: 1500px;
	max-height: 400px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 160px;
	z-index: 2;
}

.faq-header-char{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: contain;
	max-width: 590px;
	max-height: 470px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	bottom: 0%;
}

.faq-char-container{
	display: flex;
	height: 600px;
}

.faq-txt-container{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
	padding-bottom: 200px;
}

.faq-txt-t01{
	font-family: "montserrat";
	font-size: 8.5rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 15.5px;
}

.faq-t01-line{
	border: 1px solid #ffffff;
	width: 100%;
}

.faq-subtxt01{
	font-family: "montserrat";
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 10px;
	font-size: 0.85rem;
	background: #211f1f;
	padding: 5px 25px;
	width: 40%;
}

.faqTextStrokeContainer{	
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -100px;
	z-index: 1;
}

.faqTextStroke{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.faq-stroke{
	font-family: "montserrat";
	font-size: 43.5rem;
	color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 2.394504px #666666;
	text-transform: uppercase;
	position: absolute;
	opacity: 0.3;
}

.decofaq-bg{
	position: absolute;
	width: 100%;
	height: 800px;
	z-index: 1;
	background-image: url('../img/faq/deco_01.png');
	background-repeat: no-repeat;
	background-position: 100%;
}

/************************************************************
	CONTENT - SECTION 02 (FAQ PAGE [CHOOSE])
************************************************************/
.faq-section{
	position: relative;
	width: 100%;
	height: 100%;
}

.faq-bg{
	position: relative;
	background: rgb(93,92,92);
	background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 560px;
	/* z-index: -999; */
}

.faq-bg:before{
	content: "";
	position: absolute;
	background: url("../img/faq/content/section_02/top-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -32px;
}

.bg-deco5{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	top: 80px;
	margin-left: 100px;
}

.bg-deco5 img{
	width: 600px;
	height: auto;
}

.bg-deco5 img.square{
	position: absolute;
	width: 100%;
	max-width: 400px;
	right: 60px;
    /* clip: rect(0px, 571px, 394px, 40px); */
}

.deco-bg3{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url('../img/faq/content/section_02/deco_03.png');
	background-repeat: no-repeat;
	background-position: 100%;
	max-width: 598px;
	max-height: 100px;
}

.faq-selection{
	position: relative;
	padding-top: 150px;
}

.faq-select-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 180px;
}

.faq-select-container a{
	text-decoration: none;
}

.faq-g-container,
.faq-igc-container,
.faq-igo-container{
	position: relative;	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.faq-g-container:before,
.faq-igc-container:before,
.faq-igo-container:before{
	content: "";
	position: absolute;
	background: #cacaca;
	width: 90%;
	height: 90%;
	border-radius: 0px 0px 30px 0px;
	padding: 40px;
	z-index: 1;
	
	
}

.faq-g-container:after,
.faq-igc-container:after,
.faq-igo-container:after{
	content: "";
	position: absolute;
	border: 1px solid #ffffff;
	width: 100%;
	height: 100%;
	background: transparent;
}

.faq-g-container:hover::before,
.faq-igc-container:hover::before,
.faq-igo-container:hover::before{
	background: #d90e43;
}

.faq-info{
	z-index: 9;
}

.i-general,
.i-gamecontent,
.i-gameoperation{
	width: 80px;
	height: 80px;
}

.txt-g-container,
.txt-igc-container,
.txt-igo-container{
	padding-top: 30px;
}

.txt-g,
.txt-igc,
.txt-igo{
	font-family: "montserrat";
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #ffffff;
}

.btn-faq{
	cursor: pointer;
}


/******************************************************************************************
	TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION])
******************************************************************************************/
.faqmain-hero-section{
	position: relative;
	overflow: hidden;
	height: calc(37vh - 51px);
	z-index: -999;
}

.faqmain-header-banner{
	position: absolute;
	width: 100%;
	height: 100%;
}

.faqmain-header-banner-bg{
	z-index: 0;
}

.faqmain-banner-bg{
	background: url('../img/faq/_general/faq_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.faqmain-banner-img{
	position: absolute;
	width: 100%;
	height: 100%;
}

.faqmain-title-container{
	position: absolute;
	max-width: 1500px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 160px;
}

.title-g{
	font-family: "montserrat";
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 30px;
	font-size: 3.0rem;
	font-weight: 900;
}

.title-igc{
	font-family: "montserrat";
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 20px;
	font-size: 3.0rem;
	font-weight: 900;
}

/********************************************************************************************
	CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION])
********************************************************************************************/
.faqmain-bg{
	position: relative;
	background: rgb(93,92,92);
	/* background: linear-gradient(0deg, rgba(96,95,95,1) 0%, rgba(157,157,157,1) 100%); */
	background: linear-gradient(0deg, rgba(185,185,185,1) 0%, rgba(157,157,157,1) 100%);
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 250px;
	z-index: 1;
	bottom: 0px;
}

.faqmain-bg:before{
	content: "";
	position: absolute;
	background: url("../img/faq/content/section_02/top-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	max-width: 1783px;
	max-height: 37px;
	margin-top: -32px;
}

.bg-deco6{
	position: relative;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	flex-wrap: nowrap;
	top: 1577px;
	margin-left: 100px;
}

.bg-deco6 img{
	width: 600px;
	height: auto;
}

.bg-deco6 img.square{
	position: absolute;
	width: 100%;
	max-width: 900px;
	right: 60px;
    /* clip: rect(0px, 571px, 394px, 40px); */
}

.faq-page-title h5{
	font-family: "montserrat";
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 5px;
	padding-top: 20px;
	font-weight: 600;
	font-size: 0.85rem;
}

.faq-page-title .page-selected{
	color: #464646;
}

.faq-general-content-container,
.faq-ingame-content-container,
.faq-ingame-operation-container{
	margin: 0 auto;
	padding-top: 60px;
}

.pills-tab{
	gap: 20px;
}

.pills-tab button{
	text-align: left;
	font-family: "montserrat";
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85rem;
	letter-spacing: 3px;
	background: #575757;
	height: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link{
	background: #d90e43;
	box-shadow: inset 0px 3px 9px rgba(255,255,255,0.5);
	height: 50px;
}

/*.nav-link:focus, .nav-link:hover{
	color: #2e2e2e;
}*/

.general-p,
.ingamecontent-p,
.ingameoperation-p{
	padding-bottom: 40px;
}

.general-p-2,
.ingamecontent-p-2,
.ingameoperation-p-2{
	padding-top: 10px;
	padding-bottom: 40px;
}

.general-tab h2,
.ingame-tab h2{
	font-family: "montserrat";
	font-weight: 900;
	border-bottom: 1px solid rgba(70, 70, 70, 0.5);
}

.general-tab p,
.ingame-tab p,
.general-tab ul li,
.ingame-tab ul li{
	font-family: "montserrat";
	font-size: 1.2rem;
	text-align: justify;
}

.general-list{
	margin-top: -5px;
}

.general-list li{
	line-height: 1.5;
}

.txt-link{
	text-transform: uppercase;
	color: #2e2e2e;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.3rem;
}

.txt-link:hover{
	color: #ffffff;
}

.txt-link-2{
	color: #2e2e2e;
	text-decoration: none;
	font-weight: 900;
	font-size: 1.3rem;
}

.txt-link-2:hover{
	color: #ffffff;
}

.txt-uppercase{
	text-transform: uppercase;
}

.general-steps{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.txt-steps{
	font-weight: 600;
}

.txt-title{
	font-family: "montserrat";
	font-size: 1.4rem;
	font-weight: 900;
	padding-top: 20px;
}

.txt-requirement,
.txt-ingame-interface,
.txt-operation-battleint,
.txt-operation-email{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}

.txt-requirement li,
.txt-ingame-interface li{
	line-height: 1.6;
}

.txt-subtitle{
	font-weight: 800;
}

.txt-possible li{
	line-height: 1.2;
}

.txt-notice p{
	font-family: "montserrat";
	font-size: 1.3rem;
	font-weight: 900;
}

.txt-paragraph-1{
	line-height: 1.4;
}

.txt-paragraph-2{
	padding-top: 15px;
	line-height: 1.4;
}


/************************************************************
	CONTENTS - NEWS
************************************************************/
.section-news-header{
	max-height: -webkit-fit-content;
	max-height: fit-content;
	min-height: 100vh;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.section-news-header:before{
	background: rgba(0,0,0,.3);
}

.section-news-header:before,
.section-news-header:after{
	content: "";
	position: absolute;
	z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
	z-index: -1;
}


.section-news .section-news-bg{
	position: absolute;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: -999;
}

.new-list-contents{
	margin-top: 8%;
    margin-bottom: 50px;
}

.news-title{
	font-family: "montserrat";
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	letter-spacing: 22.5px;
	font-size: 4.5rem;
	font-weight: 900;
}

.new-list-items{
	margin-top: 11%;
	margin-bottom: 50px;
}

.new-list-items-2{
	margin-top: 10%;
	margin-bottom: 80px;
}

.news-img img{
	width: 100%;
	height: auto;
}

.news-content{
	padding-left: 80px;
}

.txt-date{
	font-family: "montserrat";
	color: #ffffff;
	letter-spacing: 3.5px;
	font-weight: 400;
}

.txt-news-title{
	font-family: "montserrat";
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 900;
	font-size: 2.5rem;
}

.txt-news-describ{
	font-family: "montserrat";
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.5;
	font-size: 0.9rem;
	text-align: justify;
	margin-top: 3%;
}

.txt-see-article a{
	font-family: "montserrat";
	color: #f04d77;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	font-size: 1.2rem;
}

.txt-see-article a:hover{
	color: #ffffff;
}


/************************************************************
	CONTENTS - FILE4
************************************************************/
.section-info-header{
	max-height: -webkit-fit-content;
	max-height: fit-content;
	min-height: 100vh;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.section-info-header:before{
	background: rgba(0,0,0,.3);
}

.section-info-header:before,
.section-info-header:after{
	content: "";
	position: absolute;
	z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
	z-index: -1;
}

.section-info .section-info-bg{
	position: absolute;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: -999;
}

.info-contents{
	margin-top: 8%;
    margin-bottom: 50px;
}

.info-title{
	font-family: "montserrat";
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	letter-spacing: 22.5px;
	font-size: 4.5rem;
	font-weight: 900;
}

.info-contents-bg{
	/* width: fit-content; */
	width: 100%;
	height: fit-content;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 120px 40px 50px 40px;
	/*padding-top: 50px; 
	padding-bottom: 50px; */
	margin-bottom: 1em;
	border-radius: 10px;
	margin-top: 50px;
}

.info-maintitle{
	font-family: "montserrat";
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 80px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	font-size: 2.5rem;
}

.info-attach{
	font-family: "montserrat";
	color: #ffffff;
	font-size: 1.1rem;
}

.contents-title{
	font-family: "montserrat";
	color: #ffffff;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.75rem;
}

.info-describ{
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: justify;
	margin-top: 30px;
}

.info-attach ul{
	font-size: 1.1rem;
	padding-left: 0;
	line-height: 3.5;
}

.info-attach ul li{
	line-height: 1.3;
	margin-left: 21.5px;
}

.info-attach ol{
	font-size: 1.1rem;
	line-height: 3.5;
}

.info-attach img{
	margin-top: 30px;
	margin-bottom: 50px;
}

.info-maintitle2{
	font-family: "montserrat";
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4.5px;
}

.info-date{
	font-family: "montserrat";
	text-align: center;
	letter-spacing: 1.5px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.95rem;
	margin-bottom: 80px;
}

.txt-confirm-time{
	font-size: 1.0rem;
}

.gameinfo-lists{
	font-family: "montserrat";
	margin-top: 100px;
}

.gameinfo-lists2{
	font-family: "montserrat";
	margin-top: 50px;
}

.gameinfo-list-title{
	text-transform: uppercase;
	font-size: 2.0rem;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 2.5px;
}

.gameinfo-list-bg{
	width: 100%;
	height: fit-content;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 30px 30px 30px 30px;
	margin-bottom: 1em;
	border-radius: 5px;
	margin-top: 30px;
}

.gameinfo-items{
	list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    margin: 0;
	font-family: "montserrat";
	font-size: 1.1rem;
	color: #ffffff;
}

.gameinfo-items .itemslink{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.gameinfo-items .itemslink:after{
	content: '';
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    background-color: #ff0042;
}

.gameinfo-items > .itemslink:last-child:after{
    background: none;
}

.gameinfo-items li a{
	text-decoration: none;
	color: #ffffff;
}

.gameinfo-items li a:hover{
	color: #ff0042;
}










































/************************************************************
	BOTTOM - FOOTAGE
************************************************************/
.site-footer{
	background-color: #181818;
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.footer-container {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.footer-info{
	padding-top: 100px;
}

.footer-logo-place{
	position: relative;
	margin: 0 auto;

}

.footer-logo-place img{
	width: 180px;
}

ul.footer-menu{
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.footer-menu a{
	text-decoration: none;
	color: #ffffff;
}

.footer-menu a:hover{
	color: #535353;
}

.footer-menu li{
	font-family: "montserrat";
	font-weight: 400;
	font-size: 0.75rem;
	color: #ffffff;
	line-height: 2.5;
	font-family: "montserrat";
	text-transform: uppercase;
	padding-left: var(--icon-space);
}

.footer-menu li:before{
	content: "\f0da";
	font-family: FontAwesome;
	letter-spacing: 20px;
	color: #535353;
}

.operation-details li{
	font-family: "montserrat";
	font-weight: 400;
	font-size: 0.70rem;
	color: #ffffff;
	text-transform: uppercase;
}

.operation-details li{
	list-style: none;
	padding: 0;
}

.operation-time{
	display: flex;
}

.operation-details li .operation-hours{
	text-align: justify;
	-moz-text-align-last: left;
	text-align-last: left;
}

.operation-details li span i{
	letter-spacing: 20px;
	font-size: 1.2rem;
}

.operation-call{
	display: flex;
	margin-top: 20px;
}

.operation-email{
	display: flex;
	margin-top: 20px;
	font-family: "montserrat";
	text-transform: uppercase;
}


.break-line{
	border-bottom: solid 0.1px #3c3b3b;
	margin-top: 30px;
	margin-bottom: 10px;
}

.copyright{
	font-family: "montserrat";
	font-size: 0.55rem;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.site-footer-top{
	background-color: #181818;
	margin-bottom: 140px;
}

.site-footer-container{
	position: absolute;
	max-width: 1920px;
	margin: 0 auto;
	left: 0;
	right: 0;
	overflow: hidden;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	height: 80px;
}

.textDownload h1{
	font-family: "montserrat";
	color: #ffffff;
	font-weight: 900;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 25px;
}

.textDownload .f-btn-dwn{
	cursor: pointer;
	background: linear-gradient(0deg, #616161 0%, #929292 100%);
}

.textDownload .f-btn-fc{
	cursor: pointer;
	background: linear-gradient(0deg, #880023 0%, #df4958 100%);
}

.textDownload .f-btn-fc:hover{
	/* background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(170,169,169,1) 100%); */
	background: linear-gradient(0deg, rgb(221 92 35) 0%, rgb(255 171 134) 100%);
}

.textDownload .f-btn-dwn:hover{
	background: linear-gradient(0deg, rgb(221 92 35) 0%, rgb(255 171 134) 100%);
}

.f-btn-dwn{
	border-right: 2px solid #ffffff;
}

.f-dwn{
	height: 80px;
}

.f-dwn a{
	color: #fff;
	text-decoration: none;
}

.f-fc{
	height: 80px;
}

.f-fc a{
	color: #fff;
	text-decoration: none;
}


/************************************************************
	SET SCREEN - Media Screen
************************************************************/
@media screen and (max-width: 1920px) and (min-width: 1600px){	

/************** TOP - SECTION 01 (Image) **************/
	.header-text-container,
	.header-char-container,
	.menu-container{
		max-width: 1400px;
	}
	
	.header-text-container h1{
		font-size: 14.1rem;
	}
	
	.header-text-container h3{
		font-size: 1.2rem;
		letter-spacing: 35px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 1300px;
		margin-top: -26px;
	}

/************** CONTENT - SECTION 04 **************/	
	.pvp-section-bg:before{
		max-width: 1600px;
		margin-top: -132px;
	}
	
/************** CONTENT - SECTION 06 **************/	
	.esports-section-bg:before{
		max-width: 1600px;
		margin-top: -132px;
	}

/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 1200px;
		max-height: 37px;
		margin-top: -71px;
	}*/
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support-text-container{
		top: 480px;
	}
	
/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 1200px;
		max-height: 37px;
		margin-top: -22px;
	}

/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL]) **************/
	.faqmain-bg{
		bottom: 0px;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1400px){
	
/************** TOP - SECTION 01 (Image) **************/
	.site-hero{
		height: auto;
	}
	
	.header-char{
		max-width: 700px;
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.dl-char-container{
		top: 97px;
	}
	
	.download-container{
		position: absolute;
		right: 100px;
	}

	.down-t01{
		font-size: 10.5rem;
	}
	
	.load-t01{
		font-size: 10.5rem;
		margin-top: -40px;
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support-hero-section{
		height: calc(100vh - 51px);
	}
	
/************** TOP - SECTION 01 (GENERAL / IN-GAME OPERATION / IN-GAME CONTENT PAGE) **************/
	.faqmain-hero-section{
		height: calc(50vh - 51px);
	}	
	
}


@media screen and (max-width: 1400px) and (min-width: 1200px){
	
/************** TOP - SECTION 01 (Image) **************/
	.site-hero{
		height: calc(110vh - 51px);
	}
	
	.header-text-container,
	.header-char-container,
	.menu-container{
		max-width: 1100px;
	}
	
	.header-text-container h1{
		font-size: 11.1rem;
	}
	
	.header-text-container h3{
		font-size: 1.2rem;
		letter-spacing: 35px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 1190px;
		margin-top: -23px;
	}

/************** CONTENT - SECTION 03 **************/	
	.t-01{ 
		font-size: 12.6rem;
	}

	.t-02{
		font-size: 7.3rem;
	}
	
/************** CONTENT - SECTION 04 **************/	
	.pvp-section-bg:before{
		max-width: 1190px;
		margin-top: -123px;
	}
	
	.pvp-section-content .t_01{
		font-size: 4.5em;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 1190px;
		margin-top: -123px;
	}
	
	.esports-section-content-desc .t_01{
		font-size: 4.5em;
	}
	
/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		padding-bottom: 630px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 1000px;
		max-height: 37px;
		margin-top: -68px;
	}*/

/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support-text-container{
		top: 580px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 1000px;
		max-height: 37px;
		margin-top: -18px;
	}

/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(64vh - 51px);
	}
	
	.faq-header-char-container{
		max-height: 360px;
	}
	
	.faq-header-char{
		max-width: 455px;
		max-height: 407px;
	}
	
	.faq-txt-container{
		padding-bottom: 315px;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/
	.faq-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 991px;
		max-height: 37px;
		margin-top: -15px;
	}
	
	.i-general,
	.i-gamecontent,
	.i-gameoperation{
		width: 50px;
		height: 50px;
	}
	
	.txt-g,
	.txt-igc,
	.txt-igo{
		font-size: 0.85rem;
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-title-container{
		top: 130px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
	}
	
	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 991px;
		max-height: 37px;
		margin-top: -32px;
	}
	
	.bg-deco6{
		top: 1800px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 991px){	

/************** TOP - SECTION 01 (Image) **************/
	.header-text-container, 
	.header-char-container,
	.menu-container{
		max-width: 900px;
	}
			
	.header-text-container h1{
		font-size: 9.1rem;
	}
	
	.header-text-container h3{
		font-size: 1.2rem;
		letter-spacing: 35px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 986px;
		margin-top: -20px;
	}
	
	.section-news-deco{
		margin-left: 0px;
	}
	
	.bg-deco img.square{
		clip: rect(0px, 571px, 648px, 40px);
	}
	
/************** CONTENT - SECTION 03 **************/
	.news-update-padding{
		padding-top: 50px;
		padding-bottom: 0;
	}
	
	.t-01{ 
		font-size: 11.6rem;
	}

	.t-02{
		font-size: 6.8rem;
	}
	
/************** CONTENT - SECTION 04 **************/
	.pvp-section-bg:before{
		max-width: 986px;
		margin-top: -118px;
	}
	
	.pvp-section-content .t_01{
		font-size: 4.0em;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 986px;
		margin-top: -118px;
	}
	
	.esports-section-content-desc .t_01{
		font-size: 4.0em;
	}
	
/************** CONTENT - SECTION 06 **************/
	.bg-deco2 img.square{
		clip: rect(0px, 571px, 425px, 40px);
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.download-container{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: center;
	}
	
	.down-t01{
		font-family: "montserrat";
		font-size: 10.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 14px 16px #000000;
	}

	.load-t01{
		font-family: "montserrat";
		font-size: 7.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 14px 16px #000000;
	}
	
/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		padding-bottom: 800px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 768px;
		max-height: 37px;
		margin-top: -62px;
	}*/
	
	.w-tab{
		width: 100%;
	}
	
	.tabpanel{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	
	.tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(138,138,138,1) 100%);
	}
	
	.tabpanel .tabpanel_tablabel{
		padding: 24px 36px;		
	}
	
	.tabpanel .tabpanel_tablabel + .tabpanel_tab + .tabpanel_tablabel{
		margin-top: 6px;
	}
	
	.tabpanel .tabpanel_tab:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel .tabpanel_tab:not(:checked) + .tabpanel_tablabel{
		order: initial;
	}
	
	.tabpanel #tabpanel_tab-1 + .tabpanel_tablabel{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-1:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-2 + .tabpanel_tablabel{
		order: 2;
	}
	
	.tabpanel #tabpanel_tab-2:checked ~ .tabpanel_panels{
		order: 2;
	}
	
	.tabpanel .tabpanel_panel{
		padding: 0 12px 60px 12px;
	}
	
	.tabpanel_tab:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}

	.tabpanel_tab2:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support_t01{
		font-size: 6.5rem;
	}
	
	.support-text-container{
		top: 580px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg{
		padding-bottom: 700px;
	}
	
	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 768px;
		max-height: 37px;
		margin-top: -10px;
	}
	
	.bg-deco4{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		top: 277px;
	}

	.bg-deco4 img{
		width: 600px;
		height: auto;
	}

	.bg-deco4 img.square{
		position: absolute;
		width: 100%;
		max-width: 345px;
		right: 0px;
		/* clip: rect(0px, 571px, 394px, 40px); */
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(64vh - 51px);
	}
	
	.faq-header-char-container{
		max-height: 340px;
	}
	
	.faq-header-char{
		max-width: 374px;
		max-height: 407px;
	}
	
	.faq-char-container{
		display: flex;
		height: 400px;
	}	
	
	.faq-txt-container{
		padding-bottom: 80px;
	}
	
	.faq-txt-t01{
		font-size: 8.5rem;
	}
	
	.faq-subtxt01{
		font-size: 0.7rem;
		width: 45%;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/	
	.faq-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 991px;
		max-height: 37px;
		margin-top: -15px;
	}
	
	.i-general,
	.i-gamecontent,
	.i-gameoperation{
		width: 50px;
		height: 50px;
	}
	
	.txt-g,
	.txt-igc,
	.txt-igo{
		font-size: 0.75rem;
	}
	
	.txt-g,
	.txt-igc{
		padding-bottom: 14px;
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-title-container{
		top: 188px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
		padding-bottom: 65px;
	}

	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 768px;
		max-height: 37px;
		margin-top: -32px;
	}
	
	.bg-deco6{
		top: 1800px;
	}
	
/************** CONTENT - FILE4 (GAME INFO / GAME NEWS) **************/
	.info-contents{
		margin-top: 15%;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){	

/************** TOP - SECTION 01 (Image) **************/
	.header-text-container, 
	.header-char-container{
		max-width: 730px;
	}

	.header-text-container h1{
		font-size: 7.3rem;
	}
	
	.header-text-container h3{
		font-size: 1.0rem;
		letter-spacing: 30px;
	}
	.dropend:hover > .dropdown-menu {
		position: absolute;
		top: 0;
		left: 100%;
	}
	
	.menu-container{
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-between;
		width: 700px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 750px;
		margin-top: -14px;
	}
	
	.section-news-deco{
		margin-left: 0px;
	}
	
	.news-deco{
		bottom: 122px;
		max-width: 100px;
        right: 400px;
	}
	
	.morenews{
		line-height: 5.5;
	}
	
/************** CONTENT - SECTION 03 **************/
	.news-update-padding{
		padding-top: 50px;
	}
	
	.news-bg .news-padding{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	.bg-deco img.square{
		clip: rect(0px, 571px, 690px, 40px);
	}
		
	.news-update-content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
/************** CONTENT - SECTION 04 **************/
	.pvp-section-bg:before{
		max-width: 750px;
		margin-top: -114px;
	}
	
	.pvp-section-content .t_01{
		font-size: 3.5em;
	}
	
	.pvp-video-frame:before{
		content: "";
		position: absolute;
		background-color: #ff0042;
		width: 0.55rem;
		height: 8.4rem;
		display: block;
		left: -5px;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 750px;
		margin-top: -114px;
	}
	
	.esports-section-content-desc .t_01{
		font-size: 3.5em;
	}
	
	.esports-video-frame:before{
		content: "";
		position: absolute;
		background-color: #ff0042;
		width: 0.55rem;
		height: 8.4rem;
		display: block;
		left: -5px;
	}
	
	.bg-deco2 img.square{
		clip: rect(0px, 571px, 425px, 40px);
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.download-container{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: center;
	}

	.down-t01{
		font-family: "montserrat";
		font-size: 7.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 14px 16px #000000;
	}

	.load-t01{
		font-family: "montserrat";
		font-size: 5.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 14px 16px #000000;
	}

/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		padding-bottom: 800px;
		margin-top: -120px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 576px;
		max-height: 37px;
		margin-top: -60px;
	}*/
	
	.w-tab{
		width: 100%;
	}
	
	.tabpanel{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	
	.tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(138,138,138,1) 100%);
	}
	
	.tabpanel .tabpanel_tablabel{
		padding: 24px 36px;		
	}
	
	.tabpanel .tabpanel_tablabel + .tabpanel_tab + .tabpanel_tablabel{
		margin-top: 6px;
	}
	
	.tabpanel .tabpanel_tab:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel .tabpanel_tab:not(:checked) + .tabpanel_tablabel{
		order: initial;
	}
	
	.tabpanel #tabpanel_tab-1 + .tabpanel_tablabel{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-1:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-2 + .tabpanel_tablabel{
		order: 2;
	}
	
	.tabpanel #tabpanel_tab-2:checked ~ .tabpanel_panels{
		order: 2;
	}
	
	.tabpanel .tabpanel_panel{
		padding: 0 12px 35px 12px;
	}
	
	.tabpanel_tab:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}

	.tabpanel_tab2:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support_t01{
		font-size: 5.5rem;
		letter-spacing: 32px;
	}
	
	.support-text-container{
		top: 580px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg{
		padding-bottom: 800px;
	}

	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 768px;
		max-height: 37px;
		margin-top: -10px;
	}
	
	.cs-address i{
		font-size: 1.5rem;
	}
	
	.os-info .info02{
		margin-left: 0px;
		margin-top: -14px;
	}
	
	.bg-deco4{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		top: 384px;
	}

	.bg-deco4 img{
		width: 600px;
		height: auto;
	}

	.bg-deco4 img.square{
		position: absolute;
		width: 100%;
		max-width: 345px;
		right: 0px;
		/* clip: rect(0px, 571px, 394px, 40px); */
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(70vh - 51px);
	}
	
	.faq-char-container{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		height: 600px;
	}

	.faq-txt-container{
		display: none;
	}
	
	.faqm-txt-t01{
		font-family: "montserrat";
		font-size: 10.5rem;
		color: #ffffff;
		font-weight: 900;
		letter-spacing: 20.5px;
	}

	.faqm-txt-container{
		position: absolute;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/
	.faq-bg{
		padding-bottom: 1020px;
	}

	.faq-bg:before{
		max-width: 576px;
		margin-top: -12px;
	}
	
	.faq-p{
		padding-top: 50px;
	}
	
	.deco-bg3{
		display: none;
	}
	
	.bg-deco5{
		top: 600px;
	}
	
	.faq-gap{
		gap: 30px;
	}

/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-hero-section{
		height: calc(67vh - 51px);
	}

	.faqmain-title-container{
		top: 188px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
		padding-bottom: 65px;
	}

	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width:576px;
		max-height: 37px;
		margin-top: -28px;
	}
	
	.bg-deco6{
		top: 3500px;
	}
	
/************** CONTENT - SECTION (NEWS]) **************/
	.news-content{
		padding-left: 0;
		margin-top: 5%;
	}
	
	.new-list-contents{
		margin-top: 15%;
	}
	
/************** CONTENT - FILE4 (GAME INFO / GAME NEWS) **************/
	.info-contents{
		margin-top: 15%;
	}
	
/************** BOTTOM - FOOTAGE **************/
	.footer-logo-place{
		margin-left: 16px;
	}
}

@media screen and (max-width: 768px) and (min-width: 576px){
	
/************** TOP - SECTION 01 (Image) **************/
	.site-hero{
		height: calc(100vh - 51px);
	}
	
	.header-text-container, 
	.header-char-container{
		max-width: 565px;
	}
			
	.header-text-container h1{
		font-size: 5.5rem;
	}
	
	.header-text-container h3{
		font-size: 0.9rem;
		letter-spacing: 20px;
	}
	
	.menu-container{
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-between;
		width: 565px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 550px;
		margin-top: -10px;
	}
	
	.news-deco{
		display: none;
	}
	
	.morenews{
		margin-left: 36px;
		margin-bottom: -27px !important;
	}
	
	.bg-deco{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		top: 700px;
	}

/************** CONTENT - SECTION 03 **************/	
	.news-update-content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.t-01{ 
		font-size: 12.8rem;
	}

	.t-02{
		font-size: 7.8rem;
	}
	
/************** CONTENT - SECTION 04 **************/
	.pvp-section-bg:before{
		max-width: 550px;
		margin-top: -111px;
	}
	
	.pvp-section-deco{
		max-width: 150px;
	}
	
	.pvp-section-deco2{
		max-width: 150px;
		margin-left: 154px;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 550px;
		margin-top: -111px;
	}
	
	.bg-deco2 img.square{
		top: 300px;
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.dl-char-cont{
		display: flex;
		flex-direction: row;
        justify-content: center;
	}
	
	.dl-char-container{
		top: 100px;
	}

	.download-container{
		display: none;
	}

	.download-container02{
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
	}

	.download-t01{
		font-family: "montserrat";
		font-size: 5.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 14px 16px #000000;
		position: absolute;
        top: 340px;
	}

/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		margin-top: -120px;
		padding-bottom: 870px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 400px;
		max-height: 37px;
		margin-top: -55px;
	}*/
	
	.w-tab{
		width: 100%;
	}
	
	.tabpanel{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	
	.tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(138,138,138,1) 100%);
	}
	
	.tabpanel .tabpanel_tablabel{
		padding: 24px 36px;		
	}
	
	.tabpanel .tabpanel_tablabel + .tabpanel_tab + .tabpanel_tablabel{
		margin-top: 6px;
	}
	
	.tabpanel .tabpanel_tab:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel .tabpanel_tab:not(:checked) + .tabpanel_tablabel{
		order: initial;
	}
	
	.tabpanel #tabpanel_tab-1 + .tabpanel_tablabel{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-1:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-2 + .tabpanel_tablabel{
		order: 2;
	}
	
	.tabpanel #tabpanel_tab-2:checked ~ .tabpanel_panels{
		order: 2;
	}
	
	.tabpanel .tabpanel_panel{
		padding: 0 12px 15px 12px;
	}
	
	.tabpanel_tab:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}

	.tabpanel_tab2:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support_t01{
		font-size: 3.5rem;
		letter-spacing: 32px;
	}
	
	.support-text-container{
		top: 611px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg{
		padding-bottom: 850px;
	}

	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 400px;
		max-height: 37px;
		margin-top: -7px;
	}
	
	.cs-address i{
		font-size: 1.5rem;
	}
	
	.os-info .info02{
		margin-left: 0px;
		margin-top: -14px;
	}
	
	.bg-deco4{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		top: 437px;
	}

	.bg-deco4 img{
		width: 600px;
		height: auto;
	}

	.bg-deco4 img.square{
		position: absolute;
		width: 100%;
		max-width: 345px;
		right: 0px;
		/* clip: rect(0px, 571px, 394px, 40px); */
	}

/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(70vh - 51px);
	}
	
	.faq-char-container{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		height: 600px;
	}

	.faq-txt-container{
		display: none;
	}
	
	.faqm-txt-t01{
		font-family: "montserrat";
		font-size: 10.5rem;
		color: #ffffff;
		font-weight: 900;
		letter-spacing: 20.5px;
	}

	.faqm-txt-container{
		position: absolute;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/
	.faq-bg{
		padding-bottom: 1020px;
	}

	.faq-bg:before{
		max-width: 400px;
		margin-top: -6px;
	}
	
	.faq-p{
		padding-top: 50px;
	}
	
	.deco-bg3{
		display: none;
	}
	
	.bg-deco5{
		top: 600px;
	}
	
	.faq-gap{
		gap: 30px;
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-title-container{
		top: 188px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
		padding-bottom: 65px;
	}

	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 400px;
		max-height: 37px;
		margin-top: -25px;
	}
	
	.bg-deco6{
		top: 2800px;
	}
	
	.tabContent-info{
		padding-top: 50px;
	}
	
/************** CONTENT - SECTION (NEWS]) **************/
	.news-content{
		padding-left: 0;
		margin-top: 5%;
	}
	
	.new-list-contents{
		margin-top: 15%;
	}

/************** CONTENT - FILE4 (GAME INFO / GAME NEWS) **************/
	.info-contents{
		margin-top: 15%;
	}
	
	.info-title{
		letter-spacing: 6.5px;
	}

/************** BOTTOM - FOOTAGE **************/
	.footer-logo-place{
		margin-left: 16px;
	}
}

@media screen and (max-width: 576px) and (min-width: 400px){

/************** TOP - SECTION 01 (Image) **************/	
	.header-text-container{
		max-width: 402px;
	}
			
	.header-text-container h1{
		font-size: 5.6rem;
	}
	
	.header-text-container h3{
		font-size: 0.5rem;
		letter-spacing: 8px;
	}
	
	.menu-container{
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-between;
		width: 310px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-section:before{
		max-width: 390px;
		margin-top: -8px;
	}
	
	.news-deco{
		display: none;
	}
	
	.news-padding h1{
		font-size: 5.5rem;
	}
	
	.morenews{
		margin-left: 36px;
		margin-bottom: -27px !important;
	}
	
	.bg-deco{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		top: 700px;
	}
	
/************** CONTENT - SECTION 03 **************/
	.news-update-content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.t-01{ 
		font-size: 9.8rem;
	}

	.t-02{
		font-size: 5.8rem;
		margin-top: -38px;
	}
	
/************** CONTENT - SECTION 04 **************/
	.pvp-section-bg:before{
		max-width: 390px;
		margin-top: -105px;
	}
	
	.pvp-section-deco{
		max-width: 150px;
	}
	
	.pvp-section-deco2{
		max-width: 150px;
		margin-left: 154px;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 390px;
		margin-top: -105px;
	}
	
	.bg-deco2 img.square{
		top: 300px;
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.dl-char-cont{
		display: flex;
		flex-direction: row;
        justify-content: center;
	}
	
	.dl-char-container{
		top: 100px;
	}

	.download-container{
		display: none;
	}

	.download-container02{
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
	}

	.download-t01{
		font-family: "montserrat";
		font-size: 4.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 6px 8px #000000;
		position: absolute;
        top: 340px;
	}

/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		margin-top: -120px;
		padding-bottom: 870px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 250px;
		max-height: 37px;
		margin-top: -54px;
	}*/
		
	.system-t01{
		font-family: "montserrat";
		font-weight: 900;
		font-size: 1.7rem;
		text-transform: uppercase;
		letter-spacing: 0.18rem;
	}
	
	.w-tab{
		width: 100%;
	}
	
	.tabpanel{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	
	.tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(138,138,138,1) 100%);
	}
	
	.tabpanel .tabpanel_tablabel{
		padding: 24px 36px;		
	}
	
	.tabpanel .tabpanel_tablabel + .tabpanel_tab + .tabpanel_tablabel{
		margin-top: 6px;
	}
	
	.tabpanel .tabpanel_tab:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel .tabpanel_tab:not(:checked) + .tabpanel_tablabel{
		order: initial;
	}
	
	.tabpanel #tabpanel_tab-1 + .tabpanel_tablabel{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-1:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-2 + .tabpanel_tablabel{
		order: 2;
	}
	
	.tabpanel #tabpanel_tab-2:checked ~ .tabpanel_panels{
		order: 2;
	}
	
	.tabpanel .tabpanel_panel{
		padding: 0 12px 15px 12px;
	}
	
	.tabpanel_tab:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}

	.tabpanel_tab2:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}
	
	.t-minimum-m{
		display: block;
		width: 100%;
		overflow-x: scroll;
		border: 1px solid transparent;	
		padding: 15px;
	}
	
	.t-minimum-m tbody{
		width: auto;
		position: relative;
		overflow-x: auto;
	}
		
	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 1px;
		height:	5px;
	}
	 
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));*/
		background: linear-gradient(0deg, rgba(246, 130, 79, 1) 0%, rgba(236, 200, 184, 1) 100%);
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support-hero-section{
		height: calc(40vh - 51px);
	}
	
	.support-text-container{
		top: 320px;
	}
	
	.support_t01{
		font-size: 2.5rem;
		letter-spacing: 25px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg{
		padding-bottom: 900px;
	}

	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 280px;
		max-height: 37px;
		margin-top: -5px;
	}
	
	.cs-panel-info{
		padding-left: 0rem;
	}
	
	.cs-address i{
		font-size: 1.5rem;
	}
	
	.os-info .info02{
		margin-left: 0px;
		margin-top: -14px;
	}
	
	.bg-deco4{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		top: 478px;
	}

	.bg-deco4 img{
		width: 600px;
		height: auto;
	}

	.bg-deco4 img.square{
		position: absolute;
		width: 100%;
		max-width: 345px;
		right: 0px;
		/* clip: rect(0px, 571px, 394px, 40px); */
	}

/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(70vh - 51px);
	}
	
	.faq-char-container{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		height: 600px;
	}
	
	.faq-txt-container{
		display: none;
	}
	
	.faqm-txt-t01{
		font-family: "montserrat";
		font-size: 10.5rem;
		color: #ffffff;
		font-weight: 900;
		letter-spacing: 20.5px;
	}

	.faqm-txt-container{
		position: absolute;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/
	.faq-bg{
		padding-bottom: 1020px;
	}

	.faq-bg:before{
		max-width: 250px;
		margin-top: -3px;
	}
	
	.faq-p{
		padding-top: 50px;
	}
	
	.deco-bg3{
		display: none;
	}
	
	.bg-deco5{
		top: 700px;
	}
	
	.faq-gap{
		gap: 30px;
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-title-container{
		top: 188px;
	}
	
	.faqmain-title-container h1{
		font-size: 2rem;
		letter-spacing: 16px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
		padding-bottom: 65px;
	}
	
	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 400px;
		max-height: 37px;
		margin-top: -25px;
	}
	
	.bg-deco6{
		top: 3200px;
	}
	
	.tabContent-info {
        padding-top: 50px;
    }
	
	.faq-page-title h5 {
		font-size: 1.0rem;
		letter-spacing: 5px;
	}
	
	.general-tab p,
	.ingame-tab p,
	.general-tab ul li,
	.ingame-tab ul li{
		font-size: 1.0rem;
	}
	.txt-link{
		font-size: 1.2rem;
	}
	
	.txt-title{
		font-size: 1.3rem;
	}

/************** CONTENT - SECTION (NEWS]) **************/
	.news-content{
		padding-left: 2%;
		padding-right: 2%;
		margin-top: 5%;
	}
	
	.new-list-contents{
		margin-top: 25%;
	}
	
/************** CONTENT - FILE4 (GAME INFO / GAME NEWS) **************/
	.info-contents{
		margin-top: 25%;
	}
	
	.info-title{
		font-size: 3.5rem;
		letter-spacing: 6.5px;
	}
	
	.gameinfo-list-title{
		font-size: 1.5rem;
		padding-left: 20px;
	}
		
/************** BOTTOM - FOOTAGE **************/
	.operation-details li{
		margin-left: -20px;
	}
	
	.footer-logo-place{
		margin-left: 16px;
	}
	
	.textDownload h1{
		font-size: 1.0rem;
		padding: 30px;
	}
}

@media screen and (max-width: 400px) and (min-width: 100px){

/************** TOP - SECTION 01 (Image) **************/
	.menu-container{
		display: flex;
		flex-wrap: inherit;
		align-items: center;
		justify-content: space-between;
		width: 180px;
	}
	
	.header-text-container{
		max-width: 280px;
	}
	
	.header-text-container h1{
		font-size: 4.0rem;
	}
	
	.header-text-container h3{
		font-size: 0.5rem;
		letter-spacing: 8px;
	}
	
/************** CONTENT - SECTION 02 **************/
	.news-padding h1{
		font-size: 5.0rem;
		text-align: center;
	}
	
	.news-section:before{
		max-width: 100%;
		margin-top: -4px;
	}
	
	.morenews{
		margin-left: 36px;
		margin-bottom: -27px !important;
		font-size: 0.7rem;
	}
	
	.news-deco{
		display: none;
	}
	
/************** CONTENT - SECTION 03 **************/
	.news-update-char{
		top: 30px;
	}
	
	.news-update-content{
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}
	
	.t-01{ 
		font-size: 5.8rem;
	}

	.t-02{
		font-size: 3.5rem;
		margin-top: -28px;
	}
	
	.news-update-char{
		top: 20px;
	}
	
	.btn, .navbar .navbar-nav > a.btn{
		border: none;
		font-family: "montserrat";
		font-weight: 400;
		font-size: .6571em;
		line-height: 1.85em;
		text-transform: uppercase;
	}
	
	.btn-round{
		padding: 8px 11px;
	}
	
/************** CONTENT - SECTION 04 **************/
	.pvp-section-deco{
		max-width: 150px;
	}

	.pvp-section-deco2{
		display: none;
	}
	
	.pvp-section-bg:before{
		max-width: 100%;
		margin-top: -105px;
	}

	.pvp-section-content .t_01{
		font-size: 3.5em;
	}

	.pvp-video-frame:before{
		content: "";
		position: absolute;
		background-color: #ff0042;
		width: 0.35rem;
		height: 8.4rem;
		display: block;
		left: -5px;
	}
	
/************** CONTENT - SECTION 06 **************/
	.esports-section-bg:before{
		max-width: 100%;
		margin-top: -105px;
	}
	
	.esports-section-content-desc .t_01{
		font-size: 3.5em;
	}
	
	.esports-video-frame:before{
		content: "";
		position: absolute;
		background-color: #ff0042;
		width: 0.35rem;
		height: 8.4rem;
		display: block;
		left: -5px;
	}
	
	.bg-deco2 img.square{
		top: 400px;
	}
	
/************** TOP - SECTION 01 (DOWNLOAD PAGE) **************/
	.dl-char-cont{
		display: flex;
		flex-direction: row;
        justify-content: center;
	}
	
	.dl-char-container{
		top: 100px;
	}

	.dl-char-01{
		width: 506px;
		max-height: 775px;
	}

	.download-container{
		display: none;
	}

	.download-container02{
		display: flex;
		flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
	}

	.download-t01{
		font-family: "montserrat";
		font-size: 2.5rem;
		color: #b0b0b0;
		font-weight: 900;
		font-style: italic;
		text-shadow: 5px 5px #000000;
		position: absolute;
        top: 350px;
	}

/************** CONTENT - SECTION 02 (DOWNLOAD PAGE) **************/
	.system-bg{
		margin-top: -120px;
		padding-bottom: 1000px;
	}

	/*.system-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 250px;
		max-height: 37px;
		margin-top: -52px;
	}*/
		
	.system-t01{
		font-family: "montserrat";
		font-weight: 900;
		font-size: 2.3rem;
		text-transform: uppercase;
		letter-spacing: 0.18rem;
	}
	
	.w-tab{
		width: 100%;
	}
	
	.tabpanel{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 20px;
	}
	
	.tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(68,67,67,1) 0%, rgba(138,138,138,1) 100%);
	}
	
	.tabpanel .tabpanel_tablabel{
		padding: 24px 36px;		
	}
	
	.tabpanel .tabpanel_tablabel + .tabpanel_tab + .tabpanel_tablabel{
		margin-top: 6px;
	}
	
	.tabpanel .tabpanel_tab:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel .tabpanel_tab:not(:checked) + .tabpanel_tablabel{
		order: initial;
	}
	
	.tabpanel #tabpanel_tab-1 + .tabpanel_tablabel{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-1:checked ~ .tabpanel_panels{
		order: 1;
	}
	
	.tabpanel #tabpanel_tab-2 + .tabpanel_tablabel{
		order: 2;
	}
	
	.tabpanel #tabpanel_tab-2:checked ~ .tabpanel_panels{
		order: 2;
	}
	
	.tabpanel .tabpanel_panel{
		padding: 0 12px 45px 12px;
	}
	
	.tabpanel_tab:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}

	.tabpanel_tab2:checked + .tabpanel_tablabel{
		background: linear-gradient(0deg, rgba(246,130,79,1) 0%, rgba(236,200,184,1) 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		color: #ffffff;
	}
	
	.t-minimum-m{
		display: block;
		width: 100%;
		overflow-x: scroll;
		border: 1px solid transparent;	
		padding: 15px;
	}
	
	.t-minimum-m tbody{
		width: auto;
		position: relative;
		overflow-x: auto;
	}
	
	/* Scrollbar Styling */
	::-webkit-scrollbar {
		width: 1px;
		height:	5px;
	}
	 
	::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
		border-radius: 10px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 10px;
		/*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));*/
		background: linear-gradient(0deg, rgba(246, 130, 79, 1) 0%, rgba(236, 200, 184, 1) 100%);
	}
	
/************** TOP - SECTION 01 (SUPPORT PAGE) **************/
	.support-hero-section{
		height: calc(40vh - 51px);
	}
	
	.support-text-container{
		top: 320px;
	}
	
	.support_t01{
		font-size: 2.5rem;
		letter-spacing: 13px;
	}

/************** TOP - SECTION 02 (SUPPORT PAGE) **************/
	.support-bg{
		padding-bottom: 1100px;
	}

	.support-bg:before{
		content: "";
		position: absolute;
		background: url("../img/download/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 280px;
		max-height: 37px;
		margin-top: -3px;
	}
	
	.cs-panel-info{
		padding-left: 0rem;
	}
	
	.cs-address i{
		font-size: 1.5rem;
	}
	
	.os-info .info02{
		margin-left: 0px;
		margin-top: -14px;
	}
	
	.bg-deco4{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		flex-wrap: nowrap;
		top: 559px;
	}

	.bg-deco4 img{
		width: 600px;
		height: auto;
	}

	.bg-deco4 img.square{
		position: absolute;
		width: 100%;
		max-width: 345px;
		right: 0px;
		/* clip: rect(0px, 571px, 394px, 40px); */
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [CHOOSE]) **************/
	.faq-hero-section{
		height: calc(58vh - 51px);
	}
	
	.faq-header-char-container{
		top: 65px;
	}	
	
	.faq-char-container{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		height: 400px;
	}

	.faq-txt-container{
		display: none;
	}
	
	.faqm-txt-t01{
		font-family: "montserrat";
		font-size: 4.5rem;
		color: #ffffff;
		font-weight: 900;
		letter-spacing: 10.5px;
	}

	.faqm-txt-container{
		position: absolute;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 4;
	}

/************** TOP - SECTION 02 (FAQ PAGE [CHOOSE]) **************/
	.faq-bg{
		padding-bottom: 1020px;
	}

	.faq-bg:before{
		max-width: 250px;
		margin-top: -3px;
	}
	
	.faq-p{
		padding-top: 50px;
	}
	
	.deco-bg3{
		display: none;
	}
	
	.bg-deco5{
		top: 700px;
	}
	
	.faq-gap{
		gap: 30px;
	}
	
/************** TOP - SECTION 01 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-title-container{
		top: 195px;
	}
	
	.faqmain-title-container h1{
		font-size: 1.5rem;
		letter-spacing: 16px;
	}
	
/************** CONTENT - SECTION 02 (FAQ PAGE [GENERAL/IN-GAME CONTENTS/IN-GAME OPERATION]) **************/
	.faqmain-bg{
		bottom: 0px;
		padding-bottom: 65px;
	}

	.faqmain-bg:before{
		content: "";
		position: absolute;
		background: url("../img/faq/content/section_02/top-bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		max-width: 400px;
		max-height: 37px;
		margin-top: -25px;
	}
	
	.bg-deco6{
		top: 4500px;
	}
	
	.tabConent-info {
        padding-top: 50px;
    }
	
	.faq-page-title h5 {
		font-size: 0.85rem;
		letter-spacing: 5px;
	}
	
	.general-tab p,
	.ingame-tab p,
	.general-tab ul li,
	.ingame-tab ul li{
		font-size: 0.9rem;
	}
	
	.txt-link{
		font-size: 1.1rem;
	}
	
	.txt-title{
		font-size: 1.2rem;
	}
	
/************** CONTENT - SECTION (NEWS]) **************/
	.news-content{
		padding-left: 2%;
		padding-right: 2%;
		margin-top: 5%;
	}
	
	.new-list-contents{
		margin-top: 25%;
	}
	
	.news-title{
		font-size: 2.5rem;
		letter-spacing: 10.5px;
	}
	
	.txt-date{
		font-size: 0.9rem;
	}
	
	.txt-news-title{
		font-size: 1.5rem;
	}
	
	.txt-news-describ{
		font-size: 0.8rem;
	}
	
	.txt-see-article a{
		font-size:0.9rem;
	}
	
/************** CONTENT - FILE4 (GAME INFO / GAME NEWS) **************/
	.info-contents{
		margin-top: 40%;
	}
	
	.info-title{
		font-size: 2.5rem;
		letter-spacing: 6.5px;
	}
	
	.gameinfo-list-title{
		font-size: 1.2rem;
		padding-left: 20px;
	}

/************** BOTTOM - FOOTAGE **************/
	.operation-details li{
		margin-left: -20px;
	}
	
	.footer-logo-place{
		margin-left: 16px;
	}

	.textDownload h1{
		font-size: 0.85rem;
		padding: 23px;
	}
}

@media screen and (max-width: 300px) and (min-width: 100px){
	
/************** CONTENT - SECTION 02 **************/
	.news-padding h1{
		font-size: 2.5rem;
		text-align: center;
	}
	
	.bg-deco{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		top: 700px;
	}

/************** BOTTOM - FOOTAGE **************/
	.textDownload h1{
		font-size: 0.15rem;
		padding: 14px;
	}
	
}




