﻿/* Masangsoft Inc CSS */
@import url('../../../ajax/libs/font-awesome/4.3.0/css/font-awesome.css');
@import url('../../../earlyaccess/notosanskr.css');
@import url('../../../css-1');


/*custom_í™©ì •ì—°*/

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(1);
  }

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

body.overflow {
  overflow: hidden;
}

nav.nav {
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 50px;
  background: black !important;
  border-radius: 0;
  border-bottom: 1px solid #222229;
  box-sizing: border-box;
  padding: 0 35px;
}

nav.top-menu-aoeu {
  position: fixed;
}

nav.nav div.nav-in {
  position: relative;
  top: 0;
  height: 100%;
  margin: 0 auto;
}

nav.nav a.logo {
  position: absolute;
  top: 11px;
  z-index: 99;
  display: block;
  width: 105px;
  height: 28px;
  background: url('../../../_Support/images/msg_01.png') no-repeat;
  font-size: 0;
  background-size: contain;
}

nav.nav div.nav-in ul {
  position: relative;
  top: 0;
  left: 0;
  height: 51px;
  margin: 0;
  line-height: 20px;
}

nav.nav div.nav-in ul li.nav-item {
  position: absolute;
  top: 15px;
}

nav.nav div.nav-in ul li.nav-item:nth-child(1) {
  left: 160px;
}

nav.nav div.nav-in ul li.nav-item.nav-item02 {
  right: 230px;
}

nav.nav div.nav-in ul li.nav-item.nav-item03 {
  right: 130px;
}

nav.nav div.nav-in ul li.nav-item.nav-item04 {
  right: 30px;
}

nav.nav div.nav-in ul li.nav-item.nav-item05 {
  right: 330px;
}

nav.nav div.nav-in ul li.nav-item a.nav-text {
  position: relative;
  display: block;
  margin-top: 0px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 300;
}

nav.nav div.nav-in ul li.nav-item.nav-item01 a.nav-text:after {
  display: block;
  content: '';
  clear: both;
  width: 15px;
  height: 15px;
  background: url('../images/arrow_open.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -20px;
  opacity: 0.7;
  transform: scale(0.8);
}

nav.nav div.nav-in ul li.nav-item.nav-item04 a.nav-text:after {
  display: block;
  content: '';
  clear: both;
  width: 15px;
  height: 15px;
  background: url('../images/arrow_open.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -20px;
  opacity: 0.7;
  transform: scale(0.8);
}

nav.nav div.nav-in ul li.nav-item.nav-item01.active a.nav-text:after,
nav.nav div.nav-in ul li.nav-item.nav-item04.active a.nav-text:after {
  display: block;
  content: '';
  clear: both;
  width: 15px;
  height: 15px;
  background: url('../images/arrow_close.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -20px;
  opacity: 0.7;
  transform: scale(0.8);
}

nav.nav div.nav-in ul li.nav-item a.nav-text:hover {
  color: #fff;
}

nav.nav div.nav-in ul li.nav-item a.nav-text:hover:after,
nav.nav div.nav-in ul li.nav-item.active a.nav-text:hover:after {
  opacity: 1;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown {
  display: none;
  position: absolute;
  top: 35px;
  left: -195px;
  width: 100vw;
  min-width: 1280px;
  height: 172px;
  background: #1c1e22;
  border-bottom: 1px solid #27292d;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown {
  display: block;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in {
  /* width: 1240px; */
  width: 100%;
  /* margin-left: -83px; */
  /* background-color: yellow; */
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game_center {
  margin: 0 auto;
  /* width: 1000px; */
  /* background-color: red; */
  height: 2px;
  width: 100%;
  padding-left: 179px;
  box-sizing: border-box;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game {
  float: left;
  width: 100px;
  height: 120px;
  margin: 30px 4px;
  opacity: 0;
  transform: translateY(20px);
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game a.game_text {
  display: block;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  color: #afafaf !important;
  text-decoration: none;
  font-family: 'Noto Sans KR', sans-serif !important;
  width: 100px;
  height: 38px;
  line-height: 14px;
  font-weight: 400 !important;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game:hover a.game_text {
  color: #ced0d9 !important;
}

/* nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game1 {
  position: relative;
  top: -19px;
} */

/* game1-dk */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game1 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: 0 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game1 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: 0 -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game1 {
  animation: appear 1s 0.1s forwards;
}

/* game2-gz */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game2 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -72px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game2 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -72px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game2 {
  animation: appear 1s 0.2s forwards;
}

/* game3-ao jp */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game3 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position:  -144px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game3 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -144px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game3 {
  animation: appear 1s 0.3s forwards;
}

/* game4-ao eu */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game4 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -216px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game4 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -216px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game4 {
  animation: appear 1s 0.4s forwards;
}

/* game5-ad global*/
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game5 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -288px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game5 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -288px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game5 {
  animation: appear 1s 0.5s forwards;
}

/* game6-ad story */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game6 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -360px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game6 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -360px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game6 {
  animation: appear 1s 0.6s forwards;
}

/* game7-mv */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game7 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -432px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game7 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -432px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game7 {
  animation: appear 1s 0.7s forwards;
}

/* game8-fh */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game8 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -504px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game8 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -504px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game8 {
  animation: appear 1s 0.8s forwards;
}

/* game9-sr */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game9 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -576px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game9 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -576px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game9 {
  animation: appear 1s 0.9s forwards;
}

/* game10-kr */
nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game10 a.dropdown-item {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -648px 0;
}

nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game10 a.dropdown-item::before {
  display: block;
  clear: both;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  margin: 0 14px;
  background:url('../../../_Support/images/gnbGames_01.png') center 0 no-repeat;
  background-position: -648px -72px;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item01.active div.dropdown div.game_in div.game10 {
  animation: appear 1s 0.9s forwards;
}


nav.nav div.nav-in ul li.nav-item01 div.dropdown div.game_in div.game a.dropdown-item:hover::before {
  opacity: 1;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown {
  display: none;
  position: absolute;
  top: 27px;
  left: -112px;
  width: 224px;
  height: 117px;
  background: url('../images/login_bg.png') no-repeat;
}

nav.nav div.nav-in ul li.nav-item04.active div.dropdown {
  display: block;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown a.dropdown-item {
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -92px;
  display: block;
  width: 182px;
  height: 42px;
  background: url('../images/btn_login.png') no-repeat;
  cursor: pointer;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown a.dropdown-item::before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 182px;
  height: 42px;
  background: url('../images/btn_login_on.png') no-repeat;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown a.dropdown-item:hover::before {
  opacity: 1;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown div.join {}

nav.nav div.nav-in ul li.nav-item04 div.dropdown div.join a {
  position: absolute;
  top: 78px;
  left: 23px;
  display: block;
  width: 190px;
  height: 30px;
  background: url('../images/icon_join.png') 0 7px no-repeat;
  font-size: 16px;
  color: #cccccc;
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  font-weight: 300;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown div.join a::before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 30px;
  background: url('../images/icon_join_on.png') 0 7px no-repeat;
  opacity: 0;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown div.join a:hover::before {
  opacity: 1;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown div.join a:hover {
  color: #fff;
}

/*nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout{top: 150px;}*/
nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout a.dropdown-item {
  position: absolute;
  top: 32px;
  left: 50%;
  margin-left: -111px;
  display: block;
  width: 240px;
  height: 30px;
  background: url('../images/icon_info.png') 30px 7px no-repeat;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout div.join a {
  position: absolute;
  top: 64px;
  left: 2px;
  display: block;
  width: 190px;
  height: 30px;
  background: url('../images/icon_out.png') 30px 7px no-repeat;
  font-size: 16px;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  opacity: 0.8;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout div.join a:hover,
nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout a.dropdown-item:hover {
  opacity: 1;
}

nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout div.join a:hover::before,
nav.nav div.nav-in ul li.nav-item04 div.dropdown.logout a.dropdown-item:hover::before {
  opacity: 0;
}

div.nav-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* cursor: pointer; */
}

div.nav-background.active {
  display: block;
}

/******************************
20230818 
메뉴 수정 황정연

해당 수정사항이 라이브 올라가기 전에
다른 부분이 라이브 올라가게 되면 
해당 부분 주석처리
******************************/
a.btn_logout,
span.btn_open_login {
  position: relative;
  right: 0;
  top: 7px;
  z-index: 999999;
  display: block;
  height: 36px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  float: right;
  cursor: pointer;
}

a.btn_logout:hover,
span.btn_open_login:hover {
  color: #fff;
}

a.btn_logout i {
  position: absolute;
  top: 7px;
  left: -2px;
  color: #c5c3c0;
  font-size: 1.7em;
}

a.btn_logout i {
  top: 8px;
  left: 60px;
  font-size: 1.5em;
}

.top-menu-mv div.nav-in ul li.nav-item:nth-child(2) {
  right: 200px;
}

.top-menu-mv div.nav-in ul li.nav-item.login {
  right: unset !important;
}

.li_support_mv {
  float: right;
  position: relative !important;
  margin-right: 30px;
  right: unset !important;
}

div.popup_login_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

div.login_popup {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -185px;
  width: 648px;
  height: 370px;
  background: #1a1a1a;
  padding: 76px 0;
  box-sizing: border-box;
  display: none;
}

div.login_popup .login_ttl {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 28px;
  margin-bottom: 35px;
}

div.login_popup a {
  display: flex;
  align-items: center;
  width: 360px;
  height: 52px;
  background: #fff;
  border-radius: 4px;
  margin: 8px auto;
}

div.login_popup a:hover {
  background: #0072ff;
}

div.login_popup a span {
  display: inline-block;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 52px;
}

div.login_popup a:hover span {
  color: #fff;
}

div.login_popup a.popup_btn_steam span.icon {
  display: inline-block;
  width: 27px;
  height: 27px;
	background: url('../../../_Microvolts/images/main/popup_steam_icon.png') no-repeat;
  margin-left: 75px;
  margin-right: 35px;
}

div.login_popup a.popup_btn_steam:hover span.icon {
	background: url('../../../_Microvolts/images/main/popup_steam_icon_on.png') no-repeat;
}

div.login_popup a.popup_btn_epic span.icon {
  display: inline-block;
  width: 26px;
  height: 30px;
	background: url('../../../_Microvolts/images/main/popup_epic_icon.png') no-repeat;
  margin-left: 75px;
  margin-right: 25px;
}

div.login_popup a.popup_btn_epic:hover span.icon {
	background: url('../../../_Microvolts/images/main/popup_epic_icon_on.png') no-repeat;
}

div.login_popup p.popup_login_close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 23px;
	background: url('../../../_Microvolts/images/main/popup_login_close.png') no-repeat;
  cursor: pointer;
}