@import url("https://use.typekit.net/rsv8axr.css");
@import url("https://use.typekit.net/aqz5hwc.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
::-moz-selection {
  color: #fff;
  background-color: #F83400;
}
::selection {
  color: #fff;
  background-color: #F83400;
}

body {
  background-color: #000;
}

header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  line-height: 80px;
  padding: 0 5%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #000;
}
header .logo {
  display: inline-block;
}
header .logo img {
  vertical-align: middle;
}
header .menu {
  display: inline-block;
}
@media (max-width: 600px) {
  header .menu {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  header .menu {
    display: none;
  }
}
header .menu a {
  font-family: "neulis-sans", sans-serif;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0 25px;
  vertical-align: middle;
  font-size: 0.9rem;
  transition: all 0.2s;
}
header .menu a:hover {
  color: #F83400;
}
header .menu a.select {
  color: #F83400;
}
header .outlink {
  display: inline-block;
}
@media (max-width: 600px) {
  header .outlink {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  header .outlink {
    display: none;
  }
}
header .outlink a {
  font-family: "neulis-sans", sans-serif;
  display: inline;
  padding: 5px 12px;
  vertical-align: middle;
  background-color: #F83400;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  header {
    height: 65px;
    line-height: 65px;
    background-color: #000;
  }
  header .logo img {
    width: 170px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  header {
    height: 65px;
    line-height: 65px;
    background-color: #000;
  }
  header .logo img {
    width: 170px;
  }
}
header .mobile_menu {
  display: none;
}
@media (max-width: 600px) {
  header .mobile_menu {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  header .mobile_menu {
    display: block;
  }
}
header .mobile_menu .mobile-menu__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 65px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
header .mobile_menu .mobile-menu__icon {
  display: block;
  position: relative;
  background: #fff;
  width: 90%;
  height: 2px;
  border-radius: 10px;
  transition: 0.4s;
}
header .mobile_menu .mobile-menu__icon::after,
header .mobile_menu .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  transition: 0.4s;
}
header .mobile_menu .mobile-menu__icon::after {
  top: 8px;
}
header .mobile_menu .mobile-menu__icon::before {
  top: -8px;
}
header .mobile_menu .mobile-menu__container {
  position: fixed;
  text-align: center;
  display: flex;
  align-items: center;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
  overflow: hidden;
  background-color: #151515;
}
header .mobile_menu .mobile-menu__container .list {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
header .mobile_menu .mobile-menu__container .list a {
  font-size: 1.15rem;
  text-decoration: none;
  color: #fff;
}
header .mobile_menu .mobile-menu__container .list a.menu {
  display: block;
  line-height: 70px;
}
header .mobile_menu .mobile-menu__checkbox {
  display: none;
}
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100vh;
  transition-delay: 0s;
}
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before,
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .mobile_menu .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.banner {
  width: 90%;
  height: 85vh;
  margin: 0 auto;
  position: relative;
}
.banner img.banner_title {
  width: 100%;
  padding-top: 150px;
}
@media (max-width: 600px) {
  .banner img.banner_title {
    display: none;
  }
}
.banner img.banner_mobile {
  display: none;
}
@media (max-width: 600px) {
  .banner img.banner_mobile {
    display: block;
    width: 100%;
    padding-top: 170px;
  }
}
.banner img.deco_1 {
  position: absolute;
  top: 7%;
  right: 15%;
}
@media (max-width: 600px) {
  .banner img.deco_1 {
    width: 90px;
    right: 10%;
  }
}
.banner img.deco_2 {
  position: relative;
}
@media (max-width: 600px) {
  .banner img.deco_2 {
    width: 100px;
  }
}
.banner img.deco_3 {
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media (max-width: 600px) {
  .banner img.deco_3 {
    width: 100px;
  }
}

.loop_holder {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #fff;
}
@media (max-width: 600px) {
  .loop_holder {
    padding: 10px 0 0;
  }
}

.loop_holder_text {
  -webkit-animation: textLoop 20s linear infinite;
          animation: textLoop 20s linear infinite;
  font-size: 6vw;
  padding-right: 0.35em;
  height: 50px;
  line-height: 15px;
}
.loop_holder_text span {
  font-family: "neulis-sans", sans-serif;
  font-weight: 200;
  vertical-align: middle;
  color: #fff;
}
@media (max-width: 600px) {
  .loop_holder_text {
    -webkit-animation: textLoop 30s linear infinite;
            animation: textLoop 30s linear infinite;
  }
  .loop_holder_text span {
    padding: 0 20px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .loop_holder_text {
    -webkit-animation: textLoop 30s linear infinite;
            animation: textLoop 30s linear infinite;
  }
  .loop_holder_text span {
    padding: 0 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .loop_holder_text {
    -webkit-animation: textLoop 25s linear infinite;
            animation: textLoop 25s linear infinite;
  }
  .loop_holder_text span {
    padding: 0 20px;
  }
}

@-webkit-keyframes textLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes textLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ourgames {
  width: 90%;
  margin: 0 auto 150px;
}
.ourgames .title_section {
  padding: 50px 0 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .ourgames .title_section {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .ourgames .title_section {
    display: block;
  }
}
.ourgames .title_section .title_area {
  display: inline-block;
  position: relative;
}
.ourgames .title_section .title_area h1 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 7rem;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-left: -130px;
}
.ourgames .title_section .title_area h1 span {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 7rem;
  font-style: italic;
  padding-right: 8px;
}
.ourgames .title_section .title_area img {
  position: relative;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .ourgames .title_section .title_area h1 {
    font-size: 3.3rem;
    margin: 0;
  }
  .ourgames .title_section .title_area h1 span {
    font-size: 3.3rem;
    padding: 0;
  }
  .ourgames .title_section .title_area img {
    width: 80px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .ourgames .title_section .title_area {
    display: block;
    margin-bottom: 30px;
  }
  .ourgames .title_section .title_area h1 {
    font-size: 4.5rem;
    margin-left: -50px;
  }
  .ourgames .title_section .title_area h1 span {
    font-size: 4.5rem;
    padding: 0;
  }
  .ourgames .title_section .title_area img {
    width: 80px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .ourgames .title_section .title_area h1 {
    font-size: 6rem;
    margin-left: -100px;
  }
  .ourgames .title_section .title_area h1 span {
    font-size: 6rem;
    padding: 4px;
  }
  .ourgames .title_section .title_area img {
    width: 180px;
  }
}
.ourgames .title_section .goto_games {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 25px;
  background-color: #F83400;
}
.ourgames .title_section .goto_games span {
  font-family: "neulis-sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  vertical-align: middle;
}
.ourgames .title_section .goto_games img {
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .ourgames .title_section .goto_games {
    padding: 8px 20px;
    margin-top: 30px;
  }
  .ourgames .title_section .goto_games span {
    font-size: 0.95rem;
  }
  .ourgames .title_section .goto_games img {
    margin: 0;
    width: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .ourgames .title_section .goto_games {
    padding: 8px 20px;
  }
  .ourgames .title_section .goto_games span {
    font-size: 0.95rem;
  }
  .ourgames .title_section .goto_games img {
    margin: 0;
    width: 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .ourgames .title_section .goto_games span {
    font-size: 1rem;
  }
}
.ourgames .games_deco_assets {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
  margin: 30px auto;
}
.ourgames .games_deco_assets img.left {
  display: inline-block;
  margin-bottom: 30px;
  width: 160px;
}
.ourgames .games_deco_assets img.right {
  display: inline-block;
  height: 480px;
}
@media (max-width: 600px) {
  .ourgames .games_deco_assets {
    display: block;
  }
  .ourgames .games_deco_assets img.left {
    display: block;
    width: 120px;
    margin-left: 30px;
  }
  .ourgames .games_deco_assets img.right {
    width: 80%;
    height: auto;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .ourgames .games_deco_assets {
    display: block;
  }
  .ourgames .games_deco_assets img.left {
    width: 110px;
    float: left;
  }
  .ourgames .games_deco_assets img.right {
    width: 60%;
    height: auto;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .ourgames .games_deco_assets img.left {
    width: 130px;
  }
  .ourgames .games_deco_assets img.right {
    height: 350px;
  }
}

.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  height: 750px;
  width: 100%;
  background: black;
}
.grid-layout .cell {
  background-color: #ddd;
  border: 2px solid black;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  padding: 4px;
}
.grid-layout .cell-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  background-image: url(../img/grid_darkclan.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.2s;
}
.grid-layout .cell-1:hover {
  background-size: 150%;
  transition: all 0.2s;
}
.grid-layout .cell-1 .grid_logo {
  width: 300px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 600px) {
  .grid-layout .cell-1 .grid_logo {
    width: 55%;
    position: relative;
    top: 10px;
    left: 10px;
  }
}
.grid-layout .cell-2 {
  grid-column: 2/4;
  grid-row: 1/2;
  background-image: url(../img/grid_hunter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.2s;
}
.grid-layout .cell-2:hover {
  background-size: 150%;
  transition: all 0.2s;
}
.grid-layout .cell-2 .grid_logo {
  width: 260px;
  position: absolute;
  left: 50px;
  top: 35px;
}
@media (max-width: 600px) {
  .grid-layout .cell-2 .grid_logo {
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
  }
}
.grid-layout .cell-3 {
  grid-column: 2/3;
  grid-row: 2/3;
  background-color: #000;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.6rem;
  line-height: 150%;
  padding: 80px 0;
  background-image: url(../img/commnet.svg);
  background-repeat: no-repeat;
  background-position: center 85px;
}
.grid-layout .cell-4 {
  grid-column: 3/4;
  grid-row: 2/4;
  background-image: url(../img/grid_ash.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.2s;
}
.grid-layout .cell-4:hover {
  background-size: 150%;
  transition: all 0.2s;
}
.grid-layout .cell-4 .grid_logo {
  width: 280px;
  position: absolute;
  left: 30px;
  bottom: 50px;
}
@media (max-width: 600px) {
  .grid-layout .cell-4 .grid_logo {
    width: 50%;
    position: relative;
    top: 10px;
    left: 0;
  }
}
.grid-layout .cell-5 {
  grid-column: 1/3;
  grid-row: 3/4;
  background-image: url(../img/grid_zombie.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: all 0.2s;
}
.grid-layout .cell-5:hover {
  background-size: 150%;
  transition: all 0.2s;
}
.grid-layout .cell-5 .grid_logo {
  width: 260px;
  position: absolute;
  left: 50px;
  top: 30px;
}
@media (max-width: 600px) {
  .grid-layout .cell-5 .grid_logo {
    width: 50%;
    position: relative;
    top: 10px;
    left: 0;
  }
}
@media (max-width: 600px) {
  .grid-layout {
    display: block;
    height: auto;
  }
  .grid-layout .cell {
    display: block;
    height: 350px;
    margin: 20px 0;
  }
  .grid-layout .cell-3 {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .grid-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1fr, 1fr);
    height: 600px;
  }
  .grid-layout .cell-1 {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .grid-layout .cell-1:hover {
    background-size: cover;
  }
  .grid-layout .cell-1 .grid_logo {
    display: block;
    width: 170px;
    left: 30px;
    bottom: 20px;
  }
  .grid-layout .cell-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .grid-layout .cell-2:hover {
    background-size: cover;
  }
  .grid-layout .cell-2 .grid_logo {
    display: block;
    width: 140px;
    left: 15px;
    bottom: 20px;
  }
  .grid-layout .cell-3 {
    display: none;
  }
  .grid-layout .cell-4 {
    grid-column: 1/2;
    grid-row: 3/4;
    background-position: center top;
  }
  .grid-layout .cell-4:hover {
    background-size: cover;
  }
  .grid-layout .cell-4 .grid_logo {
    display: block;
    width: 140px;
    left: 10px;
    bottom: 20px;
  }
  .grid-layout .cell-5 {
    grid-column: 2/3;
    grid-row: 2/4;
  }
  .grid-layout .cell-5:hover {
    background-size: cover;
  }
  .grid-layout .cell-5 .grid_logo {
    display: block;
    width: 140px;
    left: 10px;
    top: 15px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .grid-layout {
    height: 700px;
  }
  .grid-layout .cell-1:hover {
    background-size: 150%;
  }
  .grid-layout .cell-1 .grid_logo {
    width: 180px;
    left: 20px;
    bottom: 20px;
  }
  .grid-layout .cell-2:hover {
    background-size: 150%;
  }
  .grid-layout .cell-2 .grid_logo {
    width: 150px;
    left: 20px;
    top: 10px;
  }
  .grid-layout .cell-3 {
    font-size: 1.35rem;
    padding: 80px 0;
    background-position: center 55px;
  }
  .grid-layout .cell-4:hover {
    background-size: 150%;
  }
  .grid-layout .cell-4 .grid_logo {
    width: 180px;
    left: 10px;
    bottom: 20px;
  }
  .grid-layout .cell-5:hover {
    background-size: 150%;
  }
  .grid-layout .cell-5 .grid_logo {
    width: 150px;
    left: 10px;
    top: 15px;
  }
}

.howwework {
  width: 90%;
  margin: 100px auto 170px;
  position: relative;
}
.howwework .title_section {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .howwework .title_section {
    display: block;
    padding-bottom: 50px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .title_section {
    display: block;
    padding-bottom: 50px;
  }
}
.howwework .title_section .about {
  display: inline-block;
}
.howwework .title_section .about h2 {
  color: #fff;
  font-size: 1.15rem;
  line-height: 160%;
}
.howwework .title_section .about .title {
  font-family: "neulis-sans", sans-serif;
  font-size: 1rem;
  padding-bottom: 15px;
}
.howwework .title_section .about a {
  text-decoration: none;
}
.howwework .title_section .about .goto_games {
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  display: inline-block;
  padding: 8px 25px;
  background-color: #F83400;
  margin-top: 40px;
}
.howwework .title_section .about .goto_games span {
  font-family: "neulis-sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  vertical-align: middle;
}
.howwework .title_section .about .goto_games img {
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 600px) {
  .howwework .title_section .about {
    display: block;
    padding-top: 50px;
  }
  .howwework .title_section .about h2 {
    font-size: 0.95rem;
  }
  .howwework .title_section .about .goto_games {
    padding: 8px 20px;
  }
  .howwework .title_section .about .goto_games span {
    font-size: 0.95rem;
  }
  .howwework .title_section .about .goto_games img {
    margin: 0;
    width: 20px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .title_section .about {
    display: block;
    padding-top: 50px;
  }
  .howwework .title_section .about h2 {
    font-size: 0.95rem;
  }
  .howwework .title_section .about .goto_games {
    padding: 8px 20px;
  }
  .howwework .title_section .about .goto_games span {
    font-size: 0.95rem;
  }
  .howwework .title_section .about .goto_games img {
    margin: 0;
    width: 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .howwework .title_section .about h2 {
    font-size: 1.05rem;
  }
  .howwework .title_section .about .goto_games span {
    font-size: 1rem;
  }
}
.howwework .title_section .title_area {
  display: inline-block;
  position: relative;
}
.howwework .title_section .title_area h1 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 7rem;
  text-transform: uppercase;
  text-align: right;
}
.howwework .title_section .title_area h1 span {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 7rem;
  font-style: italic;
  padding-right: 8px;
}
.howwework .title_section .title_area h1.point {
  padding-right: 170px;
}
.howwework .title_section .title_area img {
  position: absolute;
  left: 90px;
  top: 20px;
  width: 140px;
}
@media (max-width: 600px) {
  .howwework .title_section .title_area {
    width: 100%;
  }
  .howwework .title_section .title_area h1 {
    font-size: 3.3rem;
  }
  .howwework .title_section .title_area h1 span {
    font-size: 3.3rem;
    padding: 0;
  }
  .howwework .title_section .title_area h1.point {
    padding-right: 70px;
  }
  .howwework .title_section .title_area img {
    width: 80px;
    top: -5px;
    left: 70px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .title_section .title_area {
    width: 100%;
  }
  .howwework .title_section .title_area h1 {
    font-size: 4.5rem;
  }
  .howwework .title_section .title_area h1 span {
    font-size: 4.5rem;
    padding: 0;
  }
  .howwework .title_section .title_area h1.point {
    padding-right: 70px;
  }
  .howwework .title_section .title_area img {
    width: 100px;
    top: 0;
    right: 240px;
    left: auto;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .howwework .title_section .title_area h1 {
    font-size: 6rem;
  }
  .howwework .title_section .title_area h1 span {
    font-size: 6rem;
    padding: 3px;
  }
  .howwework .title_section .title_area img {
    width: 130px;
    top: 10px;
  }
}
.howwework .assets_area {
  position: absolute;
  right: 0;
}
.howwework .assets_area img {
  margin-top: 130px;
}
@media (max-width: 600px) {
  .howwework .assets_area {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .assets_area {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .howwework .assets_area img {
    width: 150px;
  }
}
.howwework .grid-layout-alt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}
@media (max-width: 600px) {
  .howwework .grid-layout-alt {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .grid-layout-alt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
}
.howwework .grid-layout-alt .cell {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media (max-width: 600px) {
  .howwework .grid-layout-alt .cell {
    display: block;
    margin: 30px 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .grid-layout-alt .cell {
    display: inline-block;
    margin: 10px 0;
    width: 48%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .howwework .grid-layout-alt .cell {
    align-items: flex-start;
  }
}
.howwework .grid-layout-alt .cell .inner .img_assets img {
  width: 100%;
  display: block;
  position: relative;
  top: -1px;
}
.howwework .grid-layout-alt .cell .inner .img_assets img.hover {
  display: none;
}
.howwework .grid-layout-alt .cell .inner h3 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 20px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.howwework .grid-layout-alt .cell .inner p {
  font-family: "neulis-sans", sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 130%;
  padding: 20px;
}
.howwework .grid-layout-alt .cell .inner:hover .img_assets img.default {
  display: none;
}
.howwework .grid-layout-alt .cell .inner:hover .img_assets img.hover {
  display: block;
}
@media (max-width: 600px) {
  .howwework .grid-layout-alt .cell .inner h3 {
    font-size: 1.1rem;
    padding: 15px;
  }
  .howwework .grid-layout-alt .cell .inner p {
    font-size: 0.93rem;
    padding: 15px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .grid-layout-alt .cell .inner h3 {
    font-size: 1.1rem;
    padding: 15px;
  }
  .howwework .grid-layout-alt .cell .inner p {
    font-size: 0.93rem;
    padding: 15px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .howwework .grid-layout-alt .cell .inner h3 {
    font-size: 1.1rem;
    padding: 15px;
  }
  .howwework .grid-layout-alt .cell .inner p {
    font-size: 0.95rem;
    padding: 15px;
  }
}
.howwework .grid-layout-alt .cell-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.howwework .grid-layout-alt .cell-2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.howwework .grid-layout-alt .cell-4 {
  grid-column: 3/4;
  grid-row: 2/3;
}
.howwework .grid-layout-alt .cell-5 {
  grid-column: 4/5;
  grid-row: 2/3;
}
.howwework .loopy img {
  margin: -160px 0 0 -140px;
  width: 65%;
}
@media (max-width: 600px) {
  .howwework .loopy {
    width: 100%;
    text-align: right;
    margin-top: 60px;
  }
  .howwework .loopy img {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .howwework .loopy {
    width: 100%;
    text-align: right;
    margin-top: 60px;
  }
  .howwework .loopy img {
    width: 70%;
    margin: 0;
  }
}

.news {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 300px;
}
@media (max-width: 600px) {
  .news {
    padding-bottom: 200px;
  }
}
.news .title {
  position: relative;
  margin: 70px 0 0;
}
.news .title h1 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 7rem;
  text-transform: uppercase;
}
.news .title h1 span {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 7rem;
  font-style: italic;
  padding-right: 8px;
}
@media (max-width: 600px) {
  .news .title h1 {
    font-size: 3.3rem;
    text-align: right;
  }
  .news .title h1 span {
    font-size: 3.3rem;
    padding: 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .news .title h1 {
    font-size: 4.5rem;
  }
  .news .title h1 span {
    font-size: 4.5rem;
    padding: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .news .title h1 {
    font-size: 6rem;
  }
  .news .title h1 span {
    font-size: 6rem;
    padding: 3px;
  }
}
.news .title h1.news_title {
  padding-left: 435px;
}
@media (max-width: 600px) {
  .news .title h1.news_title {
    padding-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .news .title h1.news_title {
    padding-left: 250px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .news .title h1.news_title {
    padding-left: 370px;
  }
}
.news .title img {
  position: absolute;
  top: 130px;
  left: 200px;
}
@media (max-width: 600px) {
  .news .title img {
    width: 80px;
    top: 70px;
    left: 75px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .news .title img {
    width: 110px;
    top: 100px;
    left: 60px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .news .title img {
    width: 150px;
  }
}
.news .news_container {
  width: 100%;
  margin-top: 120px;
}
@media (max-width: 600px) {
  .news .news_container {
    margin-top: 80px;
  }
}
.news .news_container a {
  display: block;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 25px;
  margin-bottom: 15px;
  transition: all 0.2s;
}
.news .news_container a h5 {
  color: #ffffff;
  display: inline-block;
}
.news .news_container a h5:nth-last-child(1) {
  opacity: 0.5;
  float: right;
}
.news .news_container a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
  border-color: #F83400;
}
.news .news_container a:hover h5 {
  color: #F83400;
}
.news .news_container a:hover h5:nth-last-child(1) {
  opacity: 0.8;
}
@media (max-width: 600px) {
  .news .news_container a {
    margin-bottom: 0;
    padding: 20px 15px;
  }
  .news .news_container a h5 {
    display: block;
    font-size: 0.95rem;
    line-height: 140%;
  }
  .news .news_container a h5:nth-last-child(1) {
    float: inherit;
  }
}

.career {
  width: 90%;
  margin: 50px auto 80px;
}
@media (max-width: 600px) {
  .career {
    margin: 40px auto 70px;
  }
}
.career a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.career a h1 {
  display: inline-block;
  font-size: 6.5rem;
  font-family: "neulis-sans", sans-serif;
  font-weight: 500;
  padding: 20px 50px 25px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .career a h1 {
    font-size: 1.8rem;
    padding: 15px 15px 18px;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .career a h1 {
    font-size: 3rem;
    padding: 20px 30px 25px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .career a h1 {
    font-size: 4.5rem;
    padding: 20px 30px 25px;
  }
}
.career a .work {
  color: #fff;
  border: 7.5px solid #fff;
  border-radius: 100px;
  margin-right: 30px;
}
@media (max-width: 600px) {
  .career a .work {
    border: 3px solid #fff;
    margin-right: 10px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .career a .work {
    border: 4px solid #fff;
    margin-right: 20px;
  }
}
.career a .available {
  background-color: #fff;
  border: 7.5px solid #fff;
  color: #000;
  width: 100%;
}
.career a .available img {
  float: right;
  position: relative;
  top: 10px;
  right: -20px;
  width: 95px;
}
@media (max-width: 600px) {
  .career a .available {
    border: 3px solid #fff;
  }
  .career a .available img {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .career a .available {
    border: 4px solid #fff;
  }
  .career a .available img {
    width: 50px;
    top: auto;
    right: auto;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .career a .available img {
    width: 70px;
    top: auto;
    right: auto;
  }
}

.games {
  margin-bottom: 250px;
}
.games .games_title {
  width: 90%;
  margin: 200px auto 0;
  position: relative;
}
.games .games_title h1 {
  font-family: "neulis-sans", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 7rem;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 25px;
}
.games .games_title h1 span {
  font-family: "argent-pixel-cf", sans-serif;
  font-size: 7rem;
  font-style: italic;
  padding-right: 8px;
}
.games .games_title p {
  color: #fff;
  font-size: 1.5rem;
}
.games .games_title img {
  width: 170px;
  position: absolute;
  top: -100px;
  left: 610px;
}
@media (max-width: 600px) {
  .games .games_title {
    margin: 100px auto 0;
  }
  .games .games_title h1 {
    font-size: 3.2rem;
    padding-bottom: 20px;
  }
  .games .games_title h1 span {
    font-size: 3.2rem;
    padding: 0;
  }
  .games .games_title p {
    font-size: 1rem;
  }
  .games .games_title img {
    top: -10px;
    left: auto;
    right: -30px;
    width: 80px;
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .games .games_title h1 {
    font-size: 6rem;
  }
  .games .games_title h1 span {
    font-size: 6rem;
    padding-right: 3px;
  }
}
.games .games_container {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .games .games_container {
    width: 94%;
  }
}
.games .games_container .section {
  display: flex;
  padding: 130px 0 0;
}
.games .games_container .section .thumbnail {
  display: inline-block;
  width: 50%;
}
.games .games_container .section .thumbnail img {
  width: 100%;
}
.games .games_container .section .description {
  display: inline-block;
  width: 50%;
  color: #fff;
  padding: 0 60px;
}
.games .games_container .section .description h2 {
  font-size: 2.25rem;
  font-weight: 600;
}
.games .games_container .section .description .tag {
  padding: 25px 0;
}
.games .games_container .section .description .tag span {
  display: inline-block;
  color: #F83400;
  border: 1px solid rgba(248, 52, 0, 0.7);
  padding: 8px 10px;
  font-size: 0.93rem;
  margin-right: 10px;
}
.games .games_container .section .description p {
  color: #fff;
  opacity: 0.8;
  font-size: 1rem;
  line-height: 170%;
  padding-bottom: 30px;
  font-weight: 300;
}
.games .games_container .section .description .download_link {
  margin-top: 5px;
}
.games .games_container .section .description .download_link a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: 10px;
  padding: 12px 10px;
  border-radius: 50px;
  width: 220px;
  display: inline-block;
  text-align: center;
  transition: all 0.2s ease;
}
.games .games_container .section .description .download_link a span {
  font-family: "neulis-sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.games .games_container .section .description .download_link a img {
  width: 16px;
  vertical-align: -3px;
  margin-right: 10px;
}
.games .games_container .section .description .download_link a:hover {
  border-color: #F83400;
  background-color: #F83400;
  color: #fff;
}
@media (max-width: 600px) {
  .games .games_container .section {
    display: block;
    margin: 60px auto;
  }
  .games .games_container .section .thumbnail {
    width: 100%;
  }
  .games .games_container .section .description {
    width: 100%;
    padding: 20px 10px;
  }
  .games .games_container .section .description h2 {
    font-size: 1.2rem;
  }
  .games .games_container .section .description .tag {
    padding: 15px 0 20px;
  }
  .games .games_container .section .description .tag span {
    font-size: 0.8rem;
    padding: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .games .games_container .section .description p {
    font-size: 0.85rem;
  }
  .games .games_container .section .description .download_link {
    text-align: center;
    margin: 0;
  }
  .games .games_container .section .description .download_link a {
    width: 47%;
    margin: 0 1%;
  }
  .games .games_container .section .description .download_link a img {
    width: 15px;
    margin-right: 5px;
  }
  .games .games_container .section .description .download_link a span {
    font-size: 0.85rem;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .games .games_container .section {
    display: block;
  }
  .games .games_container .section .thumbnail {
    width: 100%;
  }
  .games .games_container .section .description {
    width: 100%;
    padding: 40px 20px 0;
  }
  .games .games_container .section .description h2 {
    font-size: 1.8rem;
  }
  .games .games_container .section .description .tag {
    padding: 15px 0 20px;
  }
  .games .games_container .section .description .tag span {
    font-size: 0.88rem;
  }
  .games .games_container .section .description p {
    font-size: 0.95rem;
  }
  .games .games_container .section .description .download_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .games .games_container .section .description .download_link a {
    display: inline-block;
    margin: 0;
    width: 49%;
  }
  .games .games_container .section .description .download_link a img {
    width: 15px;
  }
  .games .games_container .section .description .download_link a span {
    font-size: 0.95rem;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .games .games_container .section .description {
    padding: 10px 30px;
  }
  .games .games_container .section .description h2 {
    font-size: 1.8rem;
  }
  .games .games_container .section .description .tag {
    padding: 15px 0 25px;
  }
  .games .games_container .section .description .tag span {
    font-size: 0.9rem;
    margin: 0 5px 5px 0;
    padding: 8px 10px;
  }
  .games .games_container .section .description p {
    font-size: 0.9rem;
  }
  .games .games_container .section .description .download_link {
    margin-top: 0;
  }
  .games .games_container .section .description .download_link a {
    width: 180px;
    min-width: 150px;
  }
  .games .games_container .section .description .download_link a img {
    width: 15px;
  }
  .games .games_container .section .description .download_link a span {
    font-size: 0.92rem;
  }
}
.games .games_container .reverse {
  flex-direction: row-reverse;
}

footer {
  background-color: #fff;
  padding-bottom: 55px;
}
@media (max-width: 600px) {
  footer {
    padding-bottom: 50px;
  }
}
footer .deco {
  width: 100%;
  position: relative;
}
footer .deco img {
  width: 15%;
}
footer .deco img.right {
  transform: scaleX(-1);
  position: absolute;
  right: 0;
}
@media (max-width: 600px) {
  footer .deco img {
    width: 30%;
    vertical-align: top;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  footer .deco img {
    width: 25%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  footer .deco img {
    width: 15%;
    vertical-align: top;
  }
}
footer .menu {
  width: 90%;
  margin: 60px auto 30px;
  display: flex;
  justify-content: space-between;
}
footer .menu .left {
  display: inline-block;
}
footer .menu .left a {
  color: #000;
  font-size: 0.8rem;
}
footer .menu .left span {
  padding: 0 20px;
  font-size: 0.8rem;
}
footer .menu .right {
  display: inline-block;
}
footer .menu .right a {
  color: #000;
  font-size: 0.8rem;
  border: 1px solid #000;
  padding: 5px 12px;
}
footer .menu .right a img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  padding-left: 2px;
}
@media (max-width: 600px) {
  footer .menu {
    display: block;
    margin: 30px auto;
  }
  footer .menu .left {
    display: block;
  }
  footer .menu .left a {
    font-size: 0.8rem;
  }
  footer .menu .left span {
    padding: 0 13px;
    font-size: 0.8rem;
  }
  footer .menu .right {
    display: block;
    padding-top: 25px;
  }
  footer .menu .right a {
    display: inline-block;
    font-size: 0.8rem;
    padding: 7px 13px;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  footer .menu .left a {
    font-size: 0.8rem;
  }
  footer .menu .right a {
    font-size: 0.8rem;
  }
}
footer .logo {
  width: 90%;
  margin: 0 auto;
}
footer .logo img {
  width: 60%;
}
@media (max-width: 600px) {
  footer .logo img {
    width: 70%;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  footer .logo img {
    width: 70%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  footer .logo img {
    width: 55%;
  }
}
footer .site_info {
  width: 90%;
  margin: 60px auto 0;
}
footer .site_info p {
  font-size: 0.8rem;
  line-height: 160%;
  padding: 2px 0;
}
footer .site_info p span {
  padding: 0 10px;
}
@media (max-width: 600px) {
  footer .site_info {
    margin: 50px auto 0;
  }
  footer .site_info p {
    font-size: 0.8rem;
    line-height: 150%;
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  footer .site_info p {
    font-size: 0.8rem;
  }
}

.term_common {
  margin: 0 auto;
  padding: 50px 10% 250px;
  background-image: url(../img/footer_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: inherit;
}
.term_common .title h1 {
  text-align: center;
  font-weight: 700;
  padding: 50px;
  font-size: 2rem;
  line-height: 150%;
}
.term_common .section h1 {
  font-weight: 700;
  padding: 80px 0 0;
  font-size: 1.7rem;
}
.term_common .section h3 {
  font-weight: 700;
  padding: 50px 0 10px;
}
.term_common .section p {
  font-size: 1rem;
  line-height: 150%;
  padding: 8px 0;
}
.term_common .section .inner {
  background-color: #f1f1f1;
  padding: 2% 3%;
  margin: 5px 0;
}
.term_common .section .inner ul li {
  padding: 3px 0;
  line-height: 150%;
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */