@charset "utf-8";
/*--font--*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800;900&display=swap');
.twitter {
  opacity: 0.9;
}
.twitter:hover {
  opacity: 1;
  transition: opacity 1s;
}
/*---pc---*/
body {
  font-family: 'M PLUS 1p', sans-serif;
  width: 100%;
  border: 0px solid green;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgba(59, 59, 59, 1) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
}
html {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: white;
}
p {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.1vw;
  font-weight: 200;
  color: white;
  margin: 0;
  padding: 0;
  line-height: 150%;
}
th {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
}
td {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
}
img {
  width: 100%;
  height: auto;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 2vw;
  color: darkorange;
  margin: 0;
  padding: 0;
  padding-bottom: 1%;
}
h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.6vw;
  color: white;
  margin: 0;
  padding: 0;
}
h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 1.5vw;
  color: white;
  margin: 0;
  padding: 0 0 0 0%;
}
h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
  font-size: 1.2vw;
  color: white;
  margin: 0;
  padding: 2% 0;
}
h6 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 1.3vw;
  color: darkorange;
  margin: 0;
  padding: 0;
}
/*--네비게이션--*/
.et-hero-tabs, .et-slide {
  position: relative;
  width: 100%;
}
.et-hero-tabs-container a:nth-child(4) {
  display: none;
}
.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(27, 27, 27, 0.9640231092436975) 0%, rgba(27, 27, 27, 0.6587009803921569) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
  z-index: 10;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}
.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  transition: all 0.5s ease;
  font-size: 1.1vw;
  font-weight: 500;
  color: white;
  border: 1px solid #212121;
}
.et-hero-tab:hover {
  color: white;
  background: #440000;
  transition: all 0.3s ease;
}
.et-hero-tab-slider {
  display: none;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 5px;
  background: linear-gradient(180deg, rgba(59, 19, 0, 1) 0%, rgba(138, 3, 3, 1) 100%, rgba(157, 0, 0, 1) 100%, rgba(27, 27, 27, 1) 100%);
  transition: left 0.3s ease;
}
.et-hero-tab.ps5 {
  background-color: rgba(0, 84, 153, 0.5);
}
.et-hero-tab.ps5:hover {
  background-color: rgba(0, 84, 153, 1);
}
.et-hero-tab.switch {
  background-color: rgba(230, 0, 18, 0.5);
}
.et-hero-tab.switch:hover {
  background-color: rgba(230, 0, 18, 1);
}
/*-스와이퍼-*/
.swiper {
  width: 80%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;*/
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  float: right;
  padding-bottom: 2%;
}
.swiper-slide p {
  padding-top: 3%;
  float: left;
  width: 100%;
  border: 0px solid red;
  color: white;
  text-align: left;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}
.window {
  position: relative;
  width: 100%;
  height: 100%;
}
.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  /*  transform: translate(-50%, -50%);*/
  background-color: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  /* 임시 지정 */
  width: 68%;
  /* 초기에 약간 아래에 배치 */
  transform: translate(-50%, -50%);
}
.show {
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.show .popup {
  transform: translate(-50%, -10%);
  transition: all .5s;
}
#close {
  padding: 1%;
  position: absolute;
  right: 1%;
  top: 2%;
  color: #eee;
  font-size: 2.5vw;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
#close:hover {
  color: #fff;
  background-color: rgba(120,9,10,0.65);
  border-radius: 1000px;
}
.popup img {
  display: block;
}
#main {
  font-family: 'Noto Sans JP', sans-serif;
  width: 100%;
  background-image: url('https://directg.diskn.com/17oGdZ4SUq');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0px solid red;
  overflow: hidden;
}
.outer {
  width: 100%;
  border: 0px solid pink;
  margin: auto;
}
.inner {
  width: 87%;
  border: 0px solid red;
  margin: auto;
}
.header {
  padding: 0;
  width: 100%;
  border: 0px solid blue;
  float: left;
  overflow: hidden;
}
.header .ps4 {
  width: 75%;
  border: 0px solid red;
  padding: 2.1% 0 0px 0;
  float: left;
}
.header .ps4 img {
  width: 35%;
  float: left;
}
.header .twitter {
  width: 20%;
  border: 0px solid red;
  padding-top: 1.5%;
  float: right;
}
.header .twitter img {
  width: 20%;
  border: 0px solid red;
  float: right;
}
.M_middle {
  width: 100%;
  overflow: hidden;
  padding: 0%;
  margin: auto;
  border: 0px solid blue;
  padding-bottom: 0%;
}
.Main_tag {
  position: absolute;
  top: 45%;
  left: 64.5%;
}
.Main_tag p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.gamelogo {
  width: 96%;
  border: 0px solid blue;
  text-align: right;
  padding-top: 1.5%;
}
.gamelogo img {
  width: 50%;
  border: 0px solid blue;
}
.title {
  font-size: 2vw;
  color: white;
  text-align: center;
}
.intro_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.message {
  width: 19%;
  position: absolute;
  top: 73%;
  border: 0px solid red;
  margin: auto;
  text-align: center;
}
.message img {
  width: 18%;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
.message button {
  padding: 6% 4% 6% 4%;
  font-family: 'M PLUS 1p', sans-serif;
  border-radius: 20px;
  border: 0;
  line-height: 120%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  color: white;
  font-size: 1.2vw;
  font-weight: 600;
  vertical-align: middle;
}
.message button:hover {
  padding: 6% 4% 6% 4%;
  color: black;
  border-radius: 20px;
  border: 0;
  background: rgba(250, 250, 250, 1);
  transition: all 0.3s;
  cursor: pointer;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  vertical-align: middle;
}
#popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1000;
}
#popup.hide {
  display: none;
}
#popup h3 {
  font-weight: 800;
  font-size: 2vw;
  padding: 0;
  margin: 0;
  color: #FF5D80;
}
#popup .content {
  position: relative;
  width: 65%;
  padding: 2% 2% 5% 2%;
  background: #281e3a;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  background-image: url('https://directg.diskn.com/2SIkaM6uOK');
  background-position: center;
  background-size: cover;
}
#popup .c_sloclap {
  width: 30%;
}
#popup button {
  cursor: pointer;
  color: red;
  background: none;
  font-size: 1.2vw;
  position: absolute;
  top: 86%;
  width: 3%;
  border: 1px solid red;
  height: 0;
  padding: 0.8% 0% 2.1% 0;
  border-radius: 50px;
}
#popup button:hover {
  cursor: pointer;
  color: white;
  background-color: rgba(250, 250, 250, 0.2);
  font-size: 1.2vw;
  position: absolute;
  top: 85%;
  width: 3%;
  border: 1px solid #FFFFFF;
  padding: 0.8% 0% 2.1% 0;
  border-radius: 50px;
  transition: all 0.2s;
}
.message_microids h4 {
  width: 54%;
  font-size: 1.5vw;
  font-weight: 700;
  color: white;
  background-color: darkred;
  margin-bottom: 2%;
}
#message_text h5 {
  font-size: 1.4vw;
  padding-bottom: 2%;
  color: white;
  margin: 0;
}
.intro_right {
  width: 30%;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  float: right;
}
.intro_right p {
  font-size: 1.1vw;
  text-align: center;
  font-weight: 200;
}
.intro_right p span {
  color: red;
  font-size: 2vw;
  font-weight: 900;
}
.intro_left {
  width: 70%;
  margin: auto;
  text-align: left;
  border-radius: 50px;
  float: left;
}
.intro_left p {
  font-size: 1.1vw;
  text-align: left;
  font-weight: 200;
}
.intro_left p span {
  color: red;
  font-size: 2vw;
  font-weight: 900;
}
#message_text img {
  width: 47%;
  padding-top: 0%;
  padding-bottom: 0%;
}
.message_sloclap {
  padding-top: 18%;
}
.message_sloclap h4 {
  width: 15%;
  font-size: 1.5vw;
  font-weight: 700;
  color: white;
  background-color: darkred;
  margin-bottom: 2%;
}
.topic_box {
  color: white;
  position: relative;
  margin-right: 5%;
  margin-top: 6%;
  width: 39%;
  border: 2px solid red;
  padding: 1.5%;
  padding-top: 2.5%;
  float: right;
  background: linear-gradient(180deg, rgba(43, 0, 5, 0.7903536414565826) 0%, rgba(24, 12, 12, 0.3477766106442577) 100%, rgba(157, 0, 0, 1) 100%, rgba(33, 0, 0, 0.7567401960784313) 100%);
  margin-bottom: 13%;
  box-shadow: inset 1px 1px 50px #1a0000;
}
.topic_in {
  width: 100%;
  overflow-y: scroll;
  height: 100px;
}
.topic_in span {
  font-size: 1.1vw;
  font-weight: 400;
  color: #f00728;
}
.topic_in::-webkit-scrollbar {
  width: 10px;
}
.topic_in::-webkit-scrollbar-thumb {
  background-color: #a4041e;
}
.topic_in::-webkit-scrollbar-track {
  background-color: #4c0503;
}
.topic_haeder {
  position: absolute;
  top: -20%;
  left: 0%;
  bottom: 60%;
}
.topic_haeder img {
  width: 55%;
}
hr {
  border-color: red;
}
#intro {
  width: 100%;
}
#intro .inner {
  width: 100%;
}
.intro_1 {
  width: 100%;
  background-image: url('https://directg.diskn.com/2SIz0bZCqu');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.intro_1_text {
  width: 80%;
  padding: 11% 0 11% 10%;
}
.intro_2 {
  background-image: url('https://directg.diskn.com/2mvfKIMOxG');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 7% 8% 7%;
  overflow: hidden;
}
.intro_2_img {
  width: 40%;
  border: 0px solid red;
  float: left;
}
.intro_2_img img:nth-child(1) {
  width: 70%;
  margin-bottom: 1%;
}
.intro_2_img p:nth-child(2) {
  width: 80%;
  background-color: #8C0002;
  margin: auto;
  text-align: center;
  margin-bottom: 1%;
}
.intro_2_img a:nth-child(3) {
  width: 70%;
  padding-left: 30%;
}
.intro_2_text {
  width: 50%;
  padding-top: 7%;
  float: right;
}
.intro_2_p {
  display: none;
}
#battle {
  width: 100%;
  position: relative;
  margin-bottom: 21%;
}
#battle_t {
  display: none;
}
#battle .inner {
  width: 100%;
}
.battle_top {
  width: 85%;
  margin: auto;
  padding: 10% 0 10%;
  background-image: url('https://directg.diskn.com/0nAt10i1yO');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
.battle_top h1 {
  padding-left: 11%;
}
.battle_top p {
  padding-left: 11%;
}
.battle_Box {
  width: 80%;
  position: absolute;
  top: 75%;
  left: 10%;
  right: 10%;
  margin: auto;
}
.battle_Box li {
  width: 32%;
  border: 1px solid black;
  padding-top: 20%;
  display: inline-block;
  margin: auto;
  background-color: white;
}
.battle_Box2 {
  position: absolute;
  top: 150%;
  left: 27%;
  right: 27%;
  width: 70%;
  margin: auto;
}
.battle_Box2 li {
  width: 32%;
  border: 1px solid black;
  padding-top: 20%;
  display: inline-block;
  margin: auto;
  background-color: white;
}
#systam {
  width: 100%;
  padding-bottom: 5%;
}
.systam_box {
  width: 70%;
  border: 0px solid red;
  margin: auto;
  background-image: url('https://directg.diskn.com/37YonKtErO');
  background-size: cover;
  padding: 15% 2% 2%;
  border-radius: 15px;
}
#systam_m {
  display: none;
}
#movie {
  width: 100%;
  border: 0px solid red;
  padding: 5% 0 4% 0;
  background-color: #242424;
  overflow: hidden;
}
#movie .inner {
  width: 80%;
  border: 0px solid green;
  text-align: center;
  overflow: hidden;
}
#movie h1 {
  text-align: left;
  margin-bottom: 2%;
}
#movie p {
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 1.1vw;
  padding-top: 2%;
  padding-bottom: 8%;
}
.movie_if_box {
   float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
	position: relative;
}
.movie_if_box::before {
	content: 'NEW!';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	color: whitesmoke;
	font-weight: 900;
	background-color: #ff0000;
	padding: 3px 9px;
	font-size: 22px;
}
.movie_if_box1 {
  float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
}
.movie_if_box2 {
  float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
}
.movie_if_box3 {
  float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
}
.movie_if_box4 {
  float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
}
.movie_if_box5 {
  float: left;
  width: 49.5%;
  border: 0px solid blue;
  overflow: hidden;
}
/*	.movie_if_none{width:100%; padding-bottom:56.5%; border-radius:10px; background-color:#2D2D2D; */
/*				background-image: url('https://directg.diskn.com/27hEyk1sKC'); background-position: center;}*/
.movie_if_none {
  margin: auto;
  margin-top: 0%;
  width: 60%;
  background-color: #151515;
  padding-bottom: 35%;
  border-radius: 20px;
}
#movie .movie_if {
  width: 99%;
}
.movie_if {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}
/* iframe */
.movie_if > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#Special {
  width: 100%;
  overflow: hidden;
  background-position: left;
  background-size: cover;
  padding: 3% 0;
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(0, 84, 153, 1) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
}
#Special .inner {
  width: 80%;
}
.Special_box1 {
  width: 100%;
  overflow: hidden;
}
.Special_box1 .Special_text {
  width: 40%;
  float: left;
}
.Special_box1 .Special_img {
  width: 55%;
  float: right;
}
.Special_box2 {
  width: 100%;
  overflow: hidden;
  padding-top: 1%;
  padding-bottom: 3%;
}
.Special_box2 .Special_text {
  width: 40%;
  float: left;
}
.Special_box2 .Special_img {
  width: 55%;
  float: right;
}
#Special h3 {
  padding-top: 3%;
}
.special_p {
  font-size: 1vw;
  color: #D3D3D3;
}
.infor {
  width: 100%;
  color: white;
  border: 0px solid black;
  background-color: #2d2c4e;
  overflow: hidden;
  background-image: url('https://directg.diskn.com/2SJ0S6mthi');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 6%;
}
#switch .infor {
  background-image: url('https://directg.diskn.com/0ScaQu2ZlK');
}
.infor_table {
  border: 0px solid red;
  width: 70%;
  float: left;
}
.table_img {
  border: 0px solid red;
  width: 30%;
  float: left;
}
.table_if1 {
  background-color: none;
  text-align: left;
  font-size: 1vw;
  border: 0px solid red;
  margin: auto;
  width: 85%;
  margin-top: 6%;
  margin-left: 7%;
}
.table_if1 th {
  width: 27%;
  color: white;
  border: 0px;
  border-bottom: 3px solid #980100;
  font-size: 1.2vw;
  padding: 0.5%;
  font-weight: 600;
  padding-bottom: 1%;
}
.table_if1 td {
  width: 75%;
  border: 0px;
  border-bottom: 1px solid #980100;
  font-size: 1.1vw;
  padding: 0.5%;
  padding-left: 0.8%;
  font-weight: 300;
  padding-bottom: 1%;
}
.table_if1 td:nth-child(6) {
  border-bottom: none;
}
#switch {
  background: linear-gradient(60deg, rgba(0, 0, 0, 1) 0%, rgba(54, 5, 6, 1) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
  padding-top: 3%;
  padding-bottom: 1%;
}
#switch .switch_store {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
#switch .switch_store_info {
  width: 38%;
}
#switch .switch_store_info h3:hover a {
  color: #941b1b;
  transition: all 0.3s;
}
#switch .switch_store_info p span {
  background-color: #941b1b;
  padding-left: 2%;
  padding-right: 2%;
}
#switch .switch_store_info.ex {
  width: 25%;
}
footer {
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c9ab5+0,d54e88+100 */
  background: #2c9ab5; /* Old browsers */
  background: -moz-linear-gradient(top, #202020 0%, #8b0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202020 0%, #8b0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(top, #202020 0%, #8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9ab5', endColorstr='#d54e88', GradientType=0); /* IE6-9 */
}
footer {
  bottom: 0;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c9ab5+0,d54e88+100 */
  background: #2c9ab5; /* Old browsers */
  background: -moz-linear-gradient(top, #202020 0%, #8b0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #202020 0%, #8b0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(top, #202020 0%, #8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9ab5', endColorstr='#d54e88', GradientType=0); /* IE6-9 */
}
.company {
  width: 100%;
  border: 0px solid magenta;
  margin: auto;
  text-align: center;
  padding: 35px 0 10px 0;
}
.company li {
  width: 15%;
  display: inline-block;
  border: 0px solid green;
}
.company li img {
  border: 0px solid red;
}
.company li:nth-child(1) a img {
  width: 80%;
}
.company li:nth-child(3) a img {
  width: 90%;
}
.company li:nth-child(2) a img {
  width: 80%;
}
.copyright {
  font-size: 0.9vw;
  font-weight: 300;
  padding: 20px 0 60px 0;
  text-align: center;
  margin: auto;
  width: 80%;
  color: white;
}
@media screen and (max-width:1520px) and (min-width: 992px) {
  .topic_haeder {
    width: 45%;
  }
}
/*--태블릿--*/
@media screen and (max-width:991px) and (min-width: 769px) {
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: 3.5vw;
    color: darkorange;
    margin: 0;
    padding: 0;
    padding-bottom: 1%;
  }
  h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: 2.5vw;
    color: white;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 2.4vw;
    color: white;
    margin: 0;
    padding: 0;
  }
  h5 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 2.3vw;
    color: white;
    margin: 0;
    padding: 0 0 1% 0;
  }
  h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.2vw;
    color: darkorange;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 2vw;
  }
  /*--네비게이션--*/
  .et-hero-tabs, .et-slide {
    position: relative;
    width: 100%;
  }
  .et-hero-tabs-container a:nth-child(4) {
    display: none;
  }
  .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.9640231092436975) 0%, rgba(27, 27, 27, 0.6587009803921569) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
    z-index: 10;
  }
  .et-hero-tabs-container--top {
    position: fixed;
    top: 0;
  }
  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.5s ease;
    font-size: 2.4vw;
    font-weight: 500;
    color: white;
  }
  .et-hero-tab:hover {
    color: white;
    background: #440000;
    transition: all 0.3s ease;
  }
  .et-hero-tab-slider {
    display: none;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(180deg, rgba(59, 19, 0, 1) 0%, rgba(138, 3, 3, 1) 100%, rgba(157, 0, 0, 1) 100%, rgba(27, 27, 27, 1) 100%);
    transition: left 0.3s ease;
  }
  #main {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    background-image: url('https://directg.diskn.com/2mvyUc7us0');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 0px solid red;
    padding-bottom: 10%;
  }
  .up-on-scroll {
    transition: transform 0.7s, opacity 1s;
  }
  .outer {
    width: 100%;
    border: 0px solid pink;
    margin: auto;
  }
  .inner {
    width: 92%;
    border: 0px solid red;
    margin: auto;
  }
  .header {
    padding: 0;
    width: 100%;
    border: 0px solid blue;
    float: left;
    overflow: hidden;
  }
  .header .ps4 {
    width: 80%;
    border: 0px solid red;
    padding: 5% 0 10px 0;
    float: left;
  }
  .header .ps4 img {
    width: 70%;
    float: left;
  }
  .header .twitter {
    width: 20%;
    border: 0px solid red;
    padding-top: 3%;
    float: right;
  }
  .header .twitter img {
    width: 45%;
    border: 0px solid red;
    float: right;
  }
  .M_middle {
    width: 95%;
    overflow: hidden;
    padding: 0%;
    margin: auto;
    border: 0px solid blue;
    padding-top: 0%;
    padding-bottom: 35%;
  }
  .Main_tag {
    position: static;
  }
  .Main_tag p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 4.5vw;
    text-align: center;
    font-weight: 700;
    padding-bottom: 0%;
  }
  .gamelogo {
    width: 80%;
    border: 0px solid blue;
    margin: auto;
    padding-top: 0%;
  }
  .gamelogo img {
    width: 100%;
    border: 0px solid blue;
  }
  .title {
    font-size: 2vw;
    color: white;
    text-align: center;
  }
  .message {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 82%;
    border: 0px solid red;
    margin: auto;
    text-align: center;
  }
  .message img {
    width: 90%;
    float: none;
    padding: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .message button {
    padding: 1.5%;
    font-family: 'M PLUS 1p', sans-serif;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: white;
    font-size: 1.3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 5%;
  }
  .message button:hover {
    padding: 1.5%;
    color: black;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(250, 250, 250, 0.9);
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 5%;
  }
  #popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
  }
  #popup.hide {
    display: none;
  }
  #popup h3 {
    font-weight: 800;
    font-size: 2vw;
    padding: 0;
    margin: 0;
    color: #FF5D80;
  }
  #popup .content {
    position: relative;
    width: 90%;
    padding: 5% 2% 5% 2%;
    background: #281e3a;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background-image: url('https://directg.diskn.com/2SIkaM6uOK');
    background-position: center;
    background-size: cover;
  }
  #popup button {
    cursor: pointer;
    color: red;
    background: none;
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid red;
    height: 0;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
  }
  #popup button:hover {
    cursor: pointer;
    color: white;
    background-color: rgba(250, 250, 250, 0.2);
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid #FFFFFF;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
    transition: all 0.2s;
  }
  .message_microids h4 {
    width: 80%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  #message_text h5 {
    font-size: 3.5vw;
    padding-bottom: 2%;
    color: white;
    margin: 0;
  }
  .intro_right {
    width: 30%;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    float: right;
  }
  .intro_right p {
    font-size: 3vw;
    text-align: center;
    font-weight: 200;
  }
  .intro_right p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  .intro_left {
    width: 70%;
    margin: auto;
    text-align: left;
    border-radius: 50px;
    float: left;
  }
  .intro_left p {
    font-size: 2.4vw;
    text-align: left;
    font-weight: 200;
  }
  .intro_left p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  #message_text img {
    width: 70%;
    padding-top: 10%;
    padding-bottom: 0%;
  }
  .message_sloclap {
    padding-top: 30%;
  }
  .message_sloclap h4 {
    width: 22%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  .message_sloclap img {
    width: 80%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  /*--topic--*/
  .topic_box {
    color: white;
    position: relative;
    margin-right: 0%;
    margin-top: 7%;
    width: 95%;
    border: 2px solid red;
    padding: 2%;
    padding-top: 6%;
    padding-bottom: 3%;
    float: right;
    background: linear-gradient(180deg, rgba(43, 0, 5, 0.7903536414565826) 0%, rgba(24, 12, 12, 0.3477766106442577) 100%, rgba(157, 0, 0, 1) 100%, rgba(33, 0, 0, 0.7567401960784313) 100%);
    margin-bottom: 13%;
  }
  .topic_in {
    width: 100%;
    overflow-y: scroll;
    height: 120px;
  }
  .topic_in span {
    font-size: 2.5vw;
    font-weight: 400;
    color: #f00728;
  }
  .topic_in::-webkit-scrollbar {
    width: 10px;
  }
  .topic_in::-webkit-scrollbar-thumb {
    background-color: #a4041e;
  }
  .topic_in::-webkit-scrollbar-track {
    background-color: #4c0503;
  }
  .topic_haeder {
    position: absolute;
    top: -20%;
    left: 0%;
    bottom: 60%;
  }
  .topic_haeder img {
    width: 55%;
  }
  hr {
    border-color: red;
  }
  #intro {
    width: 100%;
  }
  #intro .inner {
    width: 100%;
  }
  .intro_1 {
    width: 100%;
    background-image: url('https://directg.diskn.com/2SIz0bZCqu');
    background-size: cover;
    background-attachment: inherit;
    background-position: right;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .intro_1_text {
    width: 100%;
    padding: 15% 0 15% 10%;
  }
  .intro_2 {
    background-image: url('https://directg.diskn.com/2mvfKIMOxG');
    background-size: cover;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    padding: 7% 8% 7%;
    overflow: hidden;
  }
  .intro_2_img {
    width: 40%;
    border: 0px solid red;
    float: left;
  }
  .intro_2_img img:nth-child(1) {
    width: 65%;
  }
  .intro_2_img p:nth-child(2) {
    width: 100%;
    background-color: #8C0002;
    margin: auto;
    text-align: center;
    margin-bottom: 1%;
    font-size: 1.4vw;
  }
  .intro_2_img a:nth-child(3) {
    width: 65%;
    padding-left: 35%;
  }
  .intro_2_text {
    width: 55%;
    padding-top: 0%;
    float: right;
  }
  .intro_2_p {
    display: none;
  }
  #battle {
    width: 100%;
    position: relative;
    margin-bottom: 33%;
  }
  #battle_t {
    display: none;
  }
  #battle .inner {
    width: 100%;
  }
  .battle_top {
    width: 80%;
    margin: auto;
    padding: 10% 5% 13%;
    background-image: url('https://directg.diskn.com/0nAt10i1yO');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  .battle_top h1 {
    padding-left: 0%;
  }
  .battle_top p {
    padding-left: 0%;
  }
  .battle_Box {
    width: 95%;
    position: absolute;
    top: 75%;
    left: 3%;
    right: 3%;
    margin: auto;
  }
  .battle_Box li {
    width: 32%;
    border: 1px solid black;
    padding-top: 20%;
    display: inline-block;
    margin: auto;
    background-color: white;
  }
  .battle_Box2 {
    position: absolute;
    top: 150%;
    left: 27%;
    right: 27%;
    width: 70%;
    margin: auto;
  }
  .battle_Box2 li {
    width: 32%;
    border: 1px solid black;
    padding-top: 20%;
    display: inline-block;
    margin: auto;
    background-color: white;
  }
  #systam {
    width: 100%;
    padding-bottom: 5%;
  }
  .systam_box {
    overflow: hidden;
    width: 80%;
    border: 0px solid red;
    margin: auto;
    background-image: url('https://directg.diskn.com/37YonKtErO');
    background-size: cover;
    padding: 18% 2% 2%;
  }
  #systam_m {
    display: none;
  }
  .myImg {
    width: 100%;
    position: relative;
  }
  #movie {
    width: 100%;
    border: 0px solid red;
    padding-bottom: 3%;
    background-color: #242424;
    padding-top: 4%;
    overflow: hidden;
  }
  #movie .inner {
    width: 90%;
    border: 0px solid green;
    text-align: center;
    overflow: hidden;
  }
  #movie h1 {
    width: 15%;
    margin: auto;
    margin-bottom: 2%;
  }
  #movie p {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 2vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .movie_if_box {
    width: 49.5%;
  }
  .movie_if_box1 {
    float: left;
    width: 49.5%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box2 {
    float: left;
    width: 49.5%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box3 {
    float: left;
    width: 49.5%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box4 {
    float: right;
    width: 49.5%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_none {
    width: 100%;
    padding-bottom: 56.5%;
    border-radius: 10px;
    background-color: #2D2D2D;
    background-image: url('https://directg.diskn.com/27hEyk1sKC');
    background-position: center;
  }
  /*.movie_if_none{margin: auto; margin-top:0%; width: 60%; background-color:#151515; padding-bottom:35%; border-radius:20px;}*/
  #movie .movie_if {
    width: 99%;
  }
  .movie_if {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
  }
  /* iframe */
  .movie_if > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #Special {
    width: 100%;
    overflow: hidden;
    background-position: left;
    background-size: cover;
    padding: 3% 0;
    text-align: center;
  }
  #Special .inner {
    width: 88%;
  }
  .Special_box1 {
    width: 100%;
    overflow: hidden;
  }
  .Special_box1 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box1 .Special_img {
    width: 100%;
    float: right;
  }
  .Special_box2 {
    width: 100%;
    overflow: hidden;
    padding-top: 1%;
  }
  .Special_box2 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box2 .Special_img {
    width: 100%;
    float: right;
  }
  #Special h3 {
    padding-top: 3%;
  }
  .special_p {
    font-size: 1.8vw;
    color: #D3D3D3;
    text-align: left;
  }
  .Special_text {
    padding-bottom: 2%;
  }
  .infor {
    width: 100%;
    color: white;
    border: 0px solid black;
    background-color: #2d2c4e;
    overflow: hidden;
    background-image: url('https://directg.diskn.com/2SJ0S6mthi');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .infor_table {
    border: 0px solid red;
    width: 95%;
    float: none;
    margin: auto;
  }
  .table_img {
    border: 0px solid red;
    width: 100%;
    float: none;
    text-align: center;
  }
  .table_img img {
    width: 70%;
  }
  .table_if1 {
    background-color: none;
    text-align: left;
    margin: auto;
    border: 0px solid red;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .table_if1 th {
    width: 17%;
    color: white;
    border: 0px;
    border-bottom: 3px solid #980100;
    font-size: 2.5vw;
    padding: 1%;
    font-weight: 500;
  }
  .table_if1 td {
    width: 76%;
    border: 0px;
    border-bottom: 1px solid #980100;
    font-size: 2.5vw;
    padding: 0.5%;
    padding-left: 0.8%;
    font-weight: 300;
  }
  .table_if1 td:nth-child(6) {
    border-bottom: none;
  }
  #switch .switch_store {
    width: 100%;
  }
  .popup {
    /* 임시 지정 */
    width: 88%;
  }
  #close {
    font-size: 5.5vw;
  }
  footer {
    bottom: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c9ab5+0,d54e88+100 */
    background: #2c9ab5; /* Old browsers */
    background: -moz-linear-gradient(top, #202020 0%, #8b0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #202020 0%, #8b0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #202020 0%, #8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9ab5', endColorstr='#d54e88', GradientType=0); /* IE6-9 */
  }
  .company {
    width: 100%;
    border: 0px solid magenta;
    margin: auto;
    text-align: center;
    padding: 70px 0 10px 0;
  }
  .company li {
    width: 29%;
    display: inline-block;
    border: 0px solid green;
    margin: 0;
    padding: 0;
  }
  .company li img {
    border: 0px solid red;
  }
  .company li:nth-child(1) a img {
    width: 80%;
  }
  .company li:nth-child(3) a img {
    width: 90%;
  }
  .company li:nth-child(2) a img {
    width: 80%;
  }
  .copyright {
    font-size: 2.5vw;
    font-weight: 300;
    padding: 20px 0 90px 0;
    text-align: center;
    margin: auto;
    width: 95%;
    color: white;
  }
}
/*--모바일--*/
@media screen and (max-width:768px) and (min-width: 460px) {
  .swiper {
    width: 90%;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 5vw;
    color: darkorange;
    margin: 0;
    padding: 0;
    padding-bottom: 1%;
  }
  h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: 3.5vw;
    color: white;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    color: white;
    margin: 0;
    padding: 0 0 2% 0;
  }
  h5 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    color: white;
    margin: 0;
    padding: 0 0 1% 0;
  }
  h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3vw;
    color: darkorange;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 3vw;
  }
  /*--네비게이션--*/
  .et-hero-tabs, .et-slide {
    position: relative;
    width: 100%;
  }
  .et-hero-tabs-container a:nth-child(3) {
    display: none;
  }
  .et-hero-tabs-container a:nth-child(4) {
    display: flex;
  }
  .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.9640231092436975) 0%, rgba(27, 27, 27, 0.6587009803921569) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
    z-index: 10;
  }
  .et-hero-tabs-container--top {
    position: fixed;
    top: 0;
  }
  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.5s ease;
    font-size: 3vw;
    font-weight: 500;
    color: white;
  }
  .et-hero-tab:hover {
    color: white;
    background: #440000;
    transition: all 0.3s ease;
  }
  .et-hero-tab-slider {
    display: none;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(180deg, rgba(59, 19, 0, 1) 0%, rgba(138, 3, 3, 1) 100%, rgba(157, 0, 0, 1) 100%, rgba(27, 27, 27, 1) 100%);
    transition: left 0.3s ease;
  }
  #main {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    background-image: url('https://directg.diskn.com/2mvyUc7us0');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 0px solid red;
    padding-bottom: 20%;
  }
  #main .inner {
    width: 92%;
  }
  .up-on-scroll {
    transition: transform 0.7s, opacity 1s;
  }
  .outer {
    width: 100%;
    border: 0px solid pink;
    margin: auto;
  }
  .inner {
    width: 100%;
    border: 0px solid red;
    margin: auto;
  }
  .header {
    padding: 0;
    width: 100%;
    border: 0px solid blue;
    float: left;
    overflow: hidden;
  }
  .header .ps4 {
    width: 80%;
    border: 0px solid red;
    padding: 5% 0 10px 0;
    float: left;
  }
  .header .ps4 img {
    width: 60%;
    float: left;
  }
  .header .twitter {
    width: 20%;
    border: 0px solid red;
    padding-top: 3%;
    float: right;
  }
  .header .twitter img {
    width: 45%;
    border: 0px solid red;
    float: right;
  }
  .M_middle {
    width: 95%;
    overflow: hidden;
    padding: 0%;
    margin: auto;
    border: 0px solid blue;
    padding-top: 2%;
    padding-bottom: 40%;
  }
  .Main_tag {
    position: static;
  }
  .Main_tag p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 4.5vw;
    text-align: center;
    font-weight: 700;
    padding-bottom: 7%;
  }
  .gamelogo {
    width: 80%;
    border: 0px solid blue;
    margin: auto;
    padding-top: 0%;
  }
  .gamelogo img {
    width: 100%;
    border: 0px solid blue;
  }
  .title {
    font-size: 2vw;
    color: white;
    text-align: center;
  }
  #popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
  }
  #popup.hide {
    display: none;
  }
  #popup h3 {
    font-weight: 800;
    font-size: 2vw;
    padding: 0;
    margin: 0;
    color: #FF5D80;
  }
  #popup .content {
    position: relative;
    width: 90%;
    padding: 5% 2% 5% 2%;
    background: #281e3a;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background-image: url('https://directg.diskn.com/2SIkaM6uOK');
    background-position: center;
    background-size: cover;
  }
  #popup button {
    cursor: pointer;
    color: red;
    background: none;
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid red;
    height: 0;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
  }
  #popup button:hover {
    cursor: pointer;
    color: white;
    background-color: rgba(250, 250, 250, 0.2);
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid #FFFFFF;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
    transition: all 0.2s;
  }
  .message {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 82%;
    border: 0px solid red;
    margin: auto;
    text-align: center;
  }
  .message img {
    width: 90%;
    float: none;
    padding: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .message button {
    padding: 1.5%;
    font-family: 'M PLUS 1p', sans-serif;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: white;
    font-size: 1.3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 5%;
  }
  .message button:hover {
    padding: 1.5%;
    color: black;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(250, 250, 250, 0.9);
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 5%;
  }
  .message_microids h4 {
    width: 80%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  #message_text h5 {
    font-size: 3.5vw;
    padding-bottom: 2%;
    color: white;
    margin: 0;
  }
  .intro_right {
    width: 30%;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    float: right;
  }
  .intro_right p {
    font-size: 3vw;
    text-align: center;
    font-weight: 200;
  }
  .intro_right p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  .intro_left {
    width: 70%;
    margin: auto;
    text-align: left;
    border-radius: 50px;
    float: left;
  }
  .intro_left p {
    font-size: 2.4vw;
    text-align: left;
    font-weight: 200;
  }
  .intro_left p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  #message_text img {
    width: 70%;
    padding-top: 10%;
    padding-bottom: 0%;
  }
  .message_sloclap {
    padding-top: 30%;
  }
  .message_sloclap h4 {
    width: 22%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  .message_sloclap img {
    width: 80%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  /*--topic--*/
  .topic_box {
    color: white;
    position: relative;
    margin-right: 0%;
    margin-top: 7%;
    width: 90%;
    border: 2px solid red;
    padding: 2%;
    padding-top: 10%;
    padding-bottom: 3%;
    float: none;
    background: linear-gradient(180deg, rgba(43, 0, 5, 0.7903536414565826) 0%, rgba(24, 12, 12, 0.3477766106442577) 100%, rgba(157, 0, 0, 1) 100%, rgba(33, 0, 0, 0.7567401960784313) 100%);
    margin: auto;
    margin-bottom: 13%;
  }
  .topic_in {
    width: 100%;
    overflow-y: scroll;
    height: 90px;
  }
  .topic_in span {
    font-size: 3.4vw;
    font-weight: 400;
    color: #f00728;
  }
  .topic_in li {
    font-size: 3.2vw;
    font-weight: 400;
    color: white;
  }
  .topic_in::-webkit-scrollbar {
    width: 10px;
  }
  .topic_in::-webkit-scrollbar-thumb {
    background-color: #a4041e;
  }
  .topic_in::-webkit-scrollbar-track {
    background-color: #4c0503;
  }
  .topic_haeder {
    position: absolute;
    top: -15%;
    left: 0%;
    bottom: 60%;
  }
  .topic_haeder img {
    width: 45%;
  }
  hr {
    border-color: red;
  }
  #intro {
    width: 100%;
  }
  #intro .inner {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .intro_1 {
    width: 100%;
    background-image: url('https://directg.diskn.com/2SIz0bZCqu');
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .intro_1_text {
    width: 100%;
    padding: 35% 0%;
  }
  .intro_2 {
    width: 100%;
    background-image: url('https://directg.diskn.com/2mvfKIMOxG');
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    padding: 20% 0;
    overflow: hidden;
  }
  .intro_2_img {
    width: 100%;
    border: 0px solid red;
  }
  .intro_2_img img:nth-child(1) {
    width: 45%;
    border: 0px solid red;
    padding-bottom: 2%;
    margin: auto;
  }
  .intro_2_img p:nth-child(2) {
    display: none;
  }
  .intro_2_img a:nth-child(3) {
    width: 20%;
    padding-left: 0%;
  }
  .intro_2_text {
    width: 100%;
    padding-top: 0%;
    float: right;
  }
  .intro_2_p {
    display: inline-block;
    width: 75%;
    background-color: #8C0002;
    margin: auto;
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 4%;
  }
  #battle {
    display: none;
  }
  #systam {
    display: none;
  }
  #battle .inner {
    width: 100%;
  }
  #systam_m {
    display: block;
    width: 95%;
    margin: auto;
    position: relative;
    padding-bottom: 8%;
  }
  .systam_m_text {
    position: absolute;
    top: 50%;
  }
  .systam_box_m h1 {
    width: 50%;
    font-size: 3.5vw;
    padding: 0 3%;
  }
  .systam_box_m p {
    width: 100%;
    font-size: 2.5vw;
    padding: 0 3%;
  }
  .systam_box_m a {
    display: none;
  }
  #battle_t {
    display: flex;
    width: 100%;
    margin: auto;
  }
  .battle_top_t {
    position: relative;
    margin: auto;
    text-align: left;
  }
  .battle_Box_t {
    width: 85%;
    padding: 5% 0;
    margin: auto;
  }
  .battle_Box_t li {
    width: 100%;
    display: inline-block;
  }
  .battle_Box_text {
    position: absolute;
    top: 46%;
    padding: 0 3%;
  }
  .battle_top_t a {
    display: none;
  }
  #movie {
    width: 100%;
    border: 0px solid red;
    padding-bottom: 4%;
    background-color: #242424;
    padding-top: 4%;
    overflow: hidden;
  }
  #movie .inner {
    width: 92%;
    border: 0px solid green;
    text-align: center;
    overflow: hidden;
  }
  #movie h1 {
    width: 15%;
    margin: auto;
    margin-bottom: 2%;
  }
  #movie p {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 3vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .movie_if_box {
    width: 100%;
    margin: 0 auto;
  }
  .movie_if_box1 {
    float: left;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box2 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box3 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box4 {
    width: 100%;
  }
	.movie_if_box5 {
		width: 100%;
	}
  #movie .movie_if {
    width: 99%;
  }
  .movie_if {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
  }
  /* iframe */
  .movie_if > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #Special {
    width: 100%;
    overflow: hidden;
    background-position: left;
    background-size: cover;
    padding: 3% 0 7%;
    text-align: center;
  }
  #Special .inner {
    width: 92%;
  }
  .Special_box1 {
    width: 100%;
    overflow: hidden;
  }
  .Special_box1 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box1 .Special_img {
    width: 100%;
    float: right;
    margin-bottom: 2%;
  }
  .Special_box2 {
    width: 100%;
    overflow: hidden;
    padding-top: 1%;
    padding-bottom: 5%;
  }
  .Special_box2 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box2 .Special_img {
    width: 100%;
    float: right;
  }
  #Special h3 {
    padding-top: 0%;
    padding-bottom: 0;
  }
  #Special img {
    margin-top: 2%;
  }
  .special_p {
    font-size: 2.4vw;
    color: #D3D3D3;
    text-align: left;
  }
  .infor {
    width: 100%;
    color: white;
    border: 0px solid black;
    background-color: #2d2c4e;
    overflow: hidden;
    background-image: url('https://directg.diskn.com/2SJ0S6mthi');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .infor_table {
    border: 0px solid red;
    width: 95%;
    float: none;
    margin: auto;
  }
  .table_img {
    border: 0px solid red;
    width: 100%;
    float: none;
    text-align: center;
  }
  .table_img img {
    width: 70%;
  }
  .table_if1 {
    background-color: none;
    text-align: left;
    margin: auto;
    border: 0px solid red;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .table_if1 th {
    width: 17%;
    color: white;
    border: 0px;
    border-bottom: 3px solid #980100;
    font-size: 3vw;
    padding: 0.5%;
    font-weight: 600;
  }
  .table_if1 td {
    width: 76%;
    border: 0px;
    border-bottom: 1px solid #980100;
    font-size: 3vw;
    padding: 0.5%;
    padding-left: 0.8%;
    font-weight: 300;
  }
  .table_if1 td:nth-child(6) {
    border-bottom: none;
  }
  footer {
    bottom: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c9ab5+0,d54e88+100 */
    background: #2c9ab5; /* Old browsers */
    background: -moz-linear-gradient(top, #202020 0%, #8b0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #202020 0%, #8b0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #202020 0%, #8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9ab5', endColorstr='#d54e88', GradientType=0); /* IE6-9 */
  }
  .company {
    width: 100%;
    border: 0px solid magenta;
    margin: auto;
    text-align: center;
    padding: 30px 0 10px 0;
  }
  .company li {
    width: 29%;
    display: inline-block;
    border: 0px solid green;
    margin: 0;
    padding: 0;
  }
  .company li img {
    border: 0px solid red;
  }
  .company li:nth-child(1) a img {
    width: 80%;
  }
  .company li:nth-child(3) a img {
    width: 90%;
  }
  .company li:nth-child(2) a img {
    width: 80%;
  }
  .copyright {
    font-size: 2.5vw;
    font-weight: 300;
    padding: 20px 0 30px 0;
    text-align: center;
    margin: auto;
    width: 95%;
    color: white;
  }
  #switch .switch_store {
    width: 100%;
  }
  .popup {
    /* 임시 지정 */
    width: 95%;
  }
  #close {
    font-size: 6.5vw;
  }
}
/*--모바일--*/
@media screen and (max-width:459px) and (min-width: 300px) {
  #switch .switch_store {
    width: 100%;
  }
  .popup {
    /* 임시 지정 */
    width: 88%;
  }
  #close {
    font-size: 6.5vw;
  }
  .swiper {
    width: 90%;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    display: none;
  }
  h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 5vw;
    color: darkorange;
    margin: 0;
    padding: 0;
    padding-bottom: 1%;
  }
  h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
    font-size: 3.5vw;
    color: white;
    margin: 0;
    padding: 0;
  }
  h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    color: white;
    margin: 0;
    padding: 0 0 1% 0;
  }
  h5 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 3vw;
    color: white;
    margin: 0;
    padding: 0 0 1% 0;
  }
  h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3vw;
    color: darkorange;
    margin: 0;
    padding: 0;
  }
  p {
    font-size: 3vw;
  }
  /*--네비게이션--*/
  .et-hero-tabs, .et-slide {
    position: relative;
    width: 100%;
  }
  .et-hero-tabs-container a:nth-child(3) {
    display: none;
  }
  .et-hero-tabs-container a:nth-child(4) {
    display: flex;
  }
  .et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(27, 27, 27, 0.9640231092436975) 0%, rgba(27, 27, 27, 0.6587009803921569) 100%, rgba(27, 27, 27, 1) 100%, rgba(27, 27, 27, 1) 100%);
    z-index: 10;
  }
  .et-hero-tabs-container--top {
    position: fixed;
    top: 0;
  }
  .et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    transition: all 0.5s ease;
    font-size: 2.4vw;
    font-weight: 500;
    color: white;
  }
  .et-hero-tab:hover {
    color: white;
    background: #440000;
    transition: all 0.3s ease;
  }
  .et-hero-tab-slider {
    display: none;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(180deg, rgba(59, 19, 0, 1) 0%, rgba(138, 3, 3, 1) 100%, rgba(157, 0, 0, 1) 100%, rgba(27, 27, 27, 1) 100%);
    transition: left 0.3s ease;
  }
  #main {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    background-image: url('https://directg.diskn.com/2mvyUc7us0');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border: 0px solid red;
    padding-bottom: 25%;
  }
  #main .inner {
    width: 95%;
  }
  .up-on-scroll {
    transition: transform 0.7s, opacity 1s;
  }
  .outer {
    width: 100%;
    border: 0px solid pink;
    margin: auto;
  }
  .inner {
    width: 100%;
    border: 0px solid red;
    margin: auto;
  }
  .header {
    padding: 0;
    width: 100%;
    border: 0px solid blue;
    float: left;
    overflow: hidden;
  }
  .header .ps4 {
    width: 80%;
    border: 0px solid red;
    padding: 5% 0 10px 0;
    float: left;
  }
  .header .ps4 img {
    width: 65%;
    float: left;
  }
  .header .twitter {
    width: 20%;
    border: 0px solid red;
    padding-top: 3%;
    float: right;
  }
  .header .twitter img {
    width: 45%;
    border: 0px solid red;
    float: right;
  }
  .M_middle {
    width: 95%;
    overflow: hidden;
    padding: 0%;
    margin: auto;
    border: 0px solid blue;
    padding-top: 2%;
    padding-bottom: 40%;
  }
  .Main_tag {
    position: static;
  }
  .Main_tag p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 4.5vw;
    text-align: center;
    font-weight: 700;
    padding-bottom: 7%;
  }
  .gamelogo {
    width: 80%;
    border: 0px solid blue;
    margin: auto;
    padding-top: 0%;
  }
  .gamelogo img {
    width: 100%;
    border: 0px solid blue;
  }
  .title {
    font-size: 2vw;
    color: white;
    text-align: center;
  }
  .message {
    width: 20%;
    position: absolute;
    top: 10%;
    left: 77%;
    border: 0px solid red;
    margin: auto;
    text-align: center;
  }
  .message img {
    width: 90%;
    float: none;
    padding: 5%;
    padding-bottom: 5%;
    text-align: center;
  }
  .message button {
    padding: 1.5%;
    font-family: 'M PLUS 1p', sans-serif;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: white;
    font-size: 3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 5%;
  }
  .message button:hover {
    padding: 1.5%;
    color: black;
    border-radius: 10px;
    border: 0;
    line-height: 120%;
    background: rgba(250, 250, 250, 0.9);
    transition: all 0.3s;
    cursor: pointer;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 3vw;
    font-weight: 600;
    vertical-align: middle;
    padding-bottom: 15%;
  }
  #popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
  }
  #popup.hide {
    display: none;
  }
  #popup h3 {
    font-weight: 800;
    font-size: 2vw;
    padding: 0;
    margin: 0;
    color: #FF5D80;
  }
  #popup .content {
    position: relative;
    width: 90%;
    padding: 5% 2% 5% 2%;
    background: #281e3a;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    background-image: url('https://directg.diskn.com/2SIkaM6uOK');
    background-position: center;
    background-size: cover;
  }
  #popup button {
    cursor: pointer;
    color: red;
    background: none;
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid red;
    height: 0;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
  }
  #popup button:hover {
    cursor: pointer;
    color: white;
    background-color: rgba(250, 250, 250, 0.2);
    font-size: 3vw;
    position: absolute;
    top: 80%;
    width: 7%;
    border: 1px solid #FFFFFF;
    padding: 2% 0% 5% 0;
    border-radius: 50px;
    transition: all 0.2s;
  }
  .message_microids h4 {
    width: 80%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  #message_text h5 {
    font-size: 3.5vw;
    padding-bottom: 2%;
    color: white;
    margin: 0;
  }
  .intro_right {
    width: 30%;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    float: right;
  }
  .intro_right p {
    font-size: 3vw;
    text-align: center;
    font-weight: 200;
  }
  .intro_right p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  .intro_left {
    width: 70%;
    margin: auto;
    text-align: left;
    border-radius: 50px;
    float: left;
  }
  .intro_left p {
    font-size: 2.4vw;
    text-align: left;
    font-weight: 200;
  }
  .intro_left p span {
    color: red;
    font-size: 3vw;
    font-weight: 900;
  }
  #message_text img {
    width: 70%;
    padding-top: 10%;
    padding-bottom: 0%;
  }
  .message_sloclap {
    padding-top: 30%;
  }
  .message_sloclap h4 {
    width: 22%;
    font-size: 3vw;
    font-weight: 700;
    color: white;
    background-color: darkred;
    margin-bottom: 2%;
  }
  .message_sloclap img {
    width: 80%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  /*--topic--*/
  .topic_box {
    color: white;
    position: relative;
    margin-right: 0%;
    margin-top: 7%;
    width: 90%;
    border: 2px solid red;
    padding: 2%;
    padding-top: 10%;
    padding-bottom: 3%;
    float: none;
    background: linear-gradient(180deg, rgba(43, 0, 5, 0.7903536414565826) 0%, rgba(24, 12, 12, 0.3477766106442577) 100%, rgba(157, 0, 0, 1) 100%, rgba(33, 0, 0, 0.7567401960784313) 100%);
    margin: auto;
    margin-bottom: 13%;
  }
  .topic_in {
    width: 100%;
    overflow-y: scroll;
    height: 90px;
  }
  .topic_in span {
    font-size: 3.5vw;
    font-weight: 400;
    color: #f00728;
  }
  .topic_in li {
    font-size: 3.3vw;
    font-weight: 400;
    color: white;
  }
  .topic_in::-webkit-scrollbar {
    width: 10px;
  }
  .topic_in::-webkit-scrollbar-thumb {
    background-color: #a4041e;
  }
  .topic_in::-webkit-scrollbar-track {
    background-color: #4c0503;
  }
  .topic_haeder {
    position: absolute;
    top: -15%;
    left: 0%;
    bottom: 60%;
  }
  .topic_haeder img {
    width: 33%;
  }
  hr {
    border-color: red;
  }
  #intro {
    width: 100%;
  }
  #intro .inner {
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .intro_1 {
    width: 100%;
    background-image: url('https://directg.diskn.com/2SIz0bZCqu');
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
  }
  .intro_1_text {
    width: 100%;
    padding: 35% 0%;
  }
  .intro_2 {
    width: 100%;
    background-image: url('https://directg.diskn.com/2mvfKIMOxG');
    background-size: cover;
    background-position: center;
    background-attachment: inherit;
    padding: 30% 0;
    overflow: hidden;
  }
  .intro_2_img {
    width: 100%;
    border: 0px solid red;
  }
  .intro_2_img img:nth-child(1) {
    width: 45%;
    border: 0px solid red;
    padding-bottom: 2%;
    margin: auto;
  }
  .intro_2_img p:nth-child(2) {
    display: none;
  }
  .intro_2_img a:nth-child(3) {
    width: 20%;
    padding-left: 0%;
  }
  .intro_2_text {
    width: 100%;
    padding-top: 0%;
    float: right;
  }
  .intro_2_p {
    display: inline-block;
    width: 75%;
    background-color: #8C0002;
    margin: auto;
    text-align: center;
    font-size: 2.8vw;
    margin-bottom: 4%;
  }
  #battle {
    display: none;
  }
  #systam {
    display: none;
  }
  #battle .inner {
    width: 100%;
  }
  #systam_m {
    display: block;
    width: 95%;
    margin: auto;
    position: relative;
    padding-bottom: 8%;
  }
  .systam_m_text {
    position: absolute;
    top: 50%;
  }
  .systam_box_m h1 {
    width: 50%;
    font-size: 3.2vw;
    padding: 0 3%;
  }
  .systam_box_m p {
    width: 100%;
    font-size: 2.5vw;
    padding: 0 3%;
  }
  .systam_box_m a {
    display: none;
  }
  #battle_t {
    display: flex;
    width: 100%;
    margin: auto;
  }
  .battle_top_t {
    position: relative;
    margin: auto;
    text-align: left;
  }
  .battle_Box_t {
    width: 85%;
    padding: 5% 0;
    margin: auto;
  }
  .battle_Box_t li {
    width: 100%;
    display: inline-block;
  }
  .battle_Box_text {
    position: absolute;
    top: 46%;
    padding: 0 3%;
  }
  .battle_top_t a {
    display: none;
  }
  #movie {
    width: 100%;
    border: 0px solid red;
    padding-bottom: 3%;
    background-color: #242424;
    padding-top: 4%;
    overflow: hidden;
  }
  #movie .inner {
    width: 95%;
    border: 0px solid green;
    text-align: center;
    overflow: hidden;
  }
  #movie h1 {
    width: 15%;
    margin: auto;
    margin-bottom: 2%;
  }
  #movie p {
    color: white;
    text-align: center;
    font-weight: 500;
    font-size: 3vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .movie_if_box1 {
    float: left;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box2 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box3 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box4 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  .movie_if_box {
    width: 100%;
    margin: 0 auto;
  }
	.movie_if_box5 {
    float: right;
    width: 100%;
    border: 0px solid blue;
    overflow: hidden;
  }
  #movie .movie_if {
    width: 99%;
  }
  .movie_if {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
  }
  /* iframe */
  .movie_if > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #Special {
    width: 100%;
    overflow: hidden;
    background-position: left;
    background-size: cover;
    padding: 3% 0 7%;
    text-align: center;
  }
  #Special .inner {
    width: 95%;
  }
  .Special_box1 {
    width: 100%;
    overflow: hidden;
  }
  .Special_box1 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box1 .Special_img {
    width: 100%;
    float: right;
    margin-bottom: 2%;
  }
  .Special_box2 {
    width: 100%;
    overflow: hidden;
    padding-top: 1%;
    padding-bottom: 5%;
  }
  .Special_box2 .Special_text {
    width: 100%;
    float: left;
  }
  .Special_box2 .Special_img {
    width: 100%;
    float: right;
  }
  #Special h3 {
    padding-top: 0%;
    padding-bottom: 0;
  }
  #Special img {
    margin-top: 2%;
  }
  .special_p {
    font-size: 2.5vw;
    color: #D3D3D3;
    text-align: left;
  }
  .infor {
    width: 100%;
    color: white;
    border: 0px solid black;
    background-color: #2d2c4e;
    overflow: hidden;
    background-image: url('https://directg.diskn.com/2SJ0S6mthi');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 10%;
  }
  .infor_table {
    border: 0px solid red;
    width: 95%;
    float: none;
    margin: auto;
  }
  .table_img {
    border: 0px solid red;
    width: 100%;
    float: none;
    text-align: center;
  }
  .table_img img {
    width: 70%;
  }
  .table_if1 {
    background-color: none;
    text-align: left;
    margin: auto;
    border: 0px solid red;
    width: 100%;
    margin-top: 6%;
    margin-left: 0%;
  }
  .table_if1 th {
    width: 17%;
    color: white;
    border: 0px;
    border-bottom: 3px solid #980100;
    font-size: 3vw;
    padding: 0.5%;
    font-weight: 600;
  }
  .table_if1 td {
    width: 76%;
    border: 0px;
    border-bottom: 1px solid #980100;
    font-size: 3vw;
    padding: 0.5%;
    padding-left: 0.8%;
    font-weight: 300;
  }
  .table_if1 td:nth-child(6) {
    border-bottom: none;
  }
  footer {
    bottom: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c9ab5+0,d54e88+100 */
    background: #2c9ab5; /* Old browsers */
    background: -moz-linear-gradient(top, #202020 0%, #8b0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #202020 0%, #8b0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(top, #202020 0%, #8b0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9ab5', endColorstr='#d54e88', GradientType=0); /* IE6-9 */
  }
  .company {
    width: 100%;
    border: 0px solid magenta;
    margin: auto;
    text-align: center;
    padding: 30px 0 10px 0;
  }
  .company li {
    width: 29%;
    display: inline-block;
    border: 0px solid green;
    margin: 0;
    padding: 0;
  }
  .company li img {
    border: 0px solid red;
  }
  .company li:nth-child(1) a img {
    width: 80%;
  }
  .company li:nth-child(3) a img {
    width: 90%;
  }
  .company li:nth-child(2) a img {
    width: 80%;
  }
  .copyright {
    font-size: 2.5vw;
    font-weight: 300;
    padding: 20px 0 30px 0;
    text-align: center;
    margin: auto;
    width: 95%;
    color: white;
  }
}