@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@900&display=swap");

/* COMMON CSS */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
}

q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
fieldset {
    border: 0;
}

img,
input,
select,
label,
textarea {
    font-family: "Noto Sans KR", sans-serif;
    vertical-align: middle;
}

address,
caption,
em {
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Noto Sans KR", sans-serif;
    color: #333;
    background: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    color: #333;
}

a {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
}

img {
    max-width: 100%;
}

button {
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    padding: 0;
    outline: none;
}

hr {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

.blind {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
}

a#skip_nav {
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

a#skip_nav:hover,
a#skip_nav:focus,
a#skip_nav:active {
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

#wrap {
    position: relative;
    min-width: 1200px;
    height: 3050px;
    background: url(../images/background.jpg) no-repeat center 50px;
}

#content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    top: 50px;
}


.navbar-inverse .navbar-brand {
    padding-top: 8px;
    padding-bottom: 0;
    max-width: 220px;
  }
  .navbar {
    display: inline-flex;
    align-items: center;
    min-height: 60px;
    margin-bottom: 0px;
    border: 0px;
  }
  .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #333;
  }
  .navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

.footer {
    min-width: 1200px;
    height: 60px;
    line-height: 130px;
    width: 873px;
    font-size: 0;
    text-align: center;
    margin: 0px auto 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: absolute;
    bottom: -34px;
}

.footer .f_btn,
.footer .copyright,
.footer .evt_btn {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.footer .f_btn+.f_btn {
    margin-left: 40px;
}

.footer .f_btn.naver {
    width: 88px;
    height: 17px;
    background: url("../images/footer_ava.png") -117px -21px;
}

.footer .f_btn.kakao {
    width: 107px;
    height: 19px;
    background: url("../images/footer_ava.png") 0px -21px;
}

.footer .f_btn.neowiz {
    width: 89px;
    height: 15px;
    background: url("../images/footer_ava.png") 0px -50px;
}

.footer .f_btn.redduck {
    width: 98px;
    height: 12px;
    background: url("../images/footer_ava.png") -99px -50px;
}

.footer .copyright {
    /*margin-left: 40px;*/
    /*margin-right: 154px;*/
    width: 250px;
    height: 11px;
    background: url("../images/footer_ava.png") 0px 0px;
    /*opacity: 0.5;*/
    /*filter: alpha(opacity=50);*/
}

.footer .evt_btn {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer .evt_btn.qna {
    /*margin-left: 65px;*/
    width: 62px;
    height: 11px;
    background: url("../images/footer_ava.png") -109px -75px;
}

.footer .evt_btn.all {
    margin-left: 10px;
    width: 99px;
    height: 11px;
    background: url("../images/footer_ava.png") 0px -75px;
}

.ava_header {
    position: relative;
    width: 1200px;
    height: 189px;
    margin: 0 auto;
    z-index: 2100;
    top: 50px;
}

.ava_header .pc_bang_info {
    position: absolute;
    top: 106px;
    right: 0;
}

.ava_header .ava_logo {
    position: absolute;
    top: 32px;
    left: -1px;
    width: 140px;
    height: 55px;
}

.ava_header .ava_logo a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

.ava_header .ava_gnb {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 0;
    overflow: hidden;
}

.ava_header .ava_gnb li {
    float: left;
}

.ava_header .ava_gnb li a {
    display: block;
    width: 47px;
    height: 47px;
}

.ava_header .ava_gnb li a.home {
    margin-left: 4px;
}

.ava_header .ava_gnb li a.login {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -302px -77px;
    width: 47px;
    height: 47px;
}

.ava_header .ava_gnb li a.logout {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -359px -77px;
    width: 47px;
    height: 47px;
}

.ava_header .ava_gnb li a.start {
    margin-left: 4px;
}

#weaponInfomation {
    position: relative;
    width: 1200px;
    height: 1031px;
    margin: 0 auto;
    z-index: 2000;
}

#weaponInfomation #weaponThum {
    position: relative;
    height: 603px;
}

#weaponInfomation #weaponThum #thumList {
    position: absolute;
    top: 0px;
    left: 0;
}

#weaponInfomation #weaponThum #thumList [data-idx] {
    position: absolute;
    top: 200px;
    left: 0px;
    right: 0;
    opacity: 0 !important;
    width: 1200px;
    height: 398px;
    transition: all 0.45s ease-out;
}

#weaponInfomation #weaponThum #thumList [data-idx].active {
    top: 120px;
    opacity: 1 !important;
}

#weaponInfomation #weaponThum #thumList [data-idx] .thum {
    display: block;
    margin: 0 auto;
}

#weaponInfomation #weaponThum #thumList [data-idx][data-idx="0"] .thum {
    opacity: 0;
}

#weaponInfomation #weaponThum #special {
    opacity: 0;
    position: absolute;
    top: 120px;
    left: 50%;
    width: 800px;
    height: 465px;
    margin-left: -400px;
    background: url(../images/effect.png) no-repeat;
    background-position: 0 0;
}

#weaponInfomation #weaponThum #special[data-sq="0"] {
    background-position: -0 -0;
}

#weaponInfomation #weaponThum #special[data-sq="1"] {
    background-position: -0 -465px;
}

#weaponInfomation #weaponThum #special[data-sq="2"] {
    background-position: -0 -930px;
}

#weaponInfomation #weaponThum #special[data-sq="3"] {
    background-position: -0 -1395px;
}

#weaponInfomation #weaponThum #special[data-sq="4"] {
    background-position: -0 -1860px;
}

#weaponInfomation #weaponThum #special[data-sq="5"] {
    background-position: -0 -2325px;
}

#weaponInfomation #weaponThum #special[data-sq="6"] {
    background-position: -0 -2790px;
}

#weaponInfomation #weaponThum #special[data-sq="7"] {
    background-position: -0 -3255px;
}

#weaponInfomation #weaponThum #special[data-sq="8"] {
    background-position: -0 -3720px;
}

#weaponInfomation #weaponThum #special[data-sq="9"] {
    background-position: -0 -4185px;
}

#weaponInfomation #weaponThum #special[data-sq="10"] {
    background-position: -0 -4650px;
}

#weaponInfomation #weaponThum #special[data-sq="11"] {
    background-position: -0 -5580px;
}

#weaponInfomation #weaponThum #special[data-sq="12"] {
    background-position: -0 -6045px;
}

#weaponInfomation #weaponThum #special[data-sq="13"] {
    background-position: -0 -6510px;
}

#weaponInfomation #weaponThum #special[data-sq="14"] {
    background-position: -0 -6975px;
}

#weaponInfomation #weaponThum #special[data-sq="15"] {
    background-position: -0 -7440px;
}

#weaponInfomation #weaponThum #special[data-sq="16"] {
    background-position: -0 -7905px;
}

#weaponInfomation #weaponThum #special[data-sq="17"] {
    background-position: -0 -8370px;
}

#weaponInfomation #weaponThum #special[data-sq="18"] {
    background-position: -0 -8835px;
}

#weaponInfomation #weaponThum #special[data-sq="19"] {
    background-position: -0 -9300px;
}

#weaponInfomation #weaponThum #special[data-sq="20"] {
    background-position: -0 -9765px;
}

#weaponInfomation #weaponThum #special[data-sq="21"] {
    background-position: -0 -10230px;
}

#weaponInfomation #weaponThum #special[data-sq="22"] {
    background-position: -0 -10695px;
}

#weaponInfomation #weaponThum #special[data-sq="23"] {
    background-position: -0 -11160px;
}

#weaponInfomation #weaponThum #special[data-sq="24"] {
    background-position: -0 -11625px;
}

#weaponInfomation #weaponThum #special[data-sq="25"] {
    background-position: -0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="26"] {
    background-position: -0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="27"] {
    background-position: -0 -12555px;
}

#weaponInfomation #weaponThum #special[data-sq="28"] {
    background-position: -0 -12555px;
}

#weaponInfomation #weaponSpec {
    position: relative;
    height: 193px;
    z-index: 200;
}

#weaponInfomation #weaponSpec .discription {
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    display: block;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 1.5em;
    text-align: center;
}

#weaponInfomation #weaponSpec .discription span {
    color: #fff050;
    font-weight: bold;
}

#weaponInfomation #weaponSpec .discription em {
    color: #fff050;
    font-weight: bold;
    font-style: italic;
}

#weaponInfomation #weaponSpec .weaponName {
    position: absolute;
    top: 48px;
    left: 500px;
    width: 200px;
    height: 195px;
    text-align: center;
    display: table;
    background-position: -4px -1px;
}

#weaponInfomation #weaponSpec .weaponName .txt {
    display: table-cell;
    color: #fff;
    font-size: 24px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
    vertical-align: middle;
    line-height: 28px;
}

#weaponInfomation #specA {
    position: absolute;
    top: 49px;
    left: 23px;
    width: 449px;
    height: 190px;
}

#weaponInfomation #specA .count {
    right: 100px;
}

#weaponInfomation #specA .gauge {
    left: 15px;
}

#weaponInfomation #specB {
    position: absolute;
    top: 49px;
    left: 726px;
    width: 449px;
    height: 190px;
}

#weaponInfomation #specB .count {
    right: 319px;
    color: #cb77a0;
}

#weaponInfomation #specB .gauge {
    left: 141px;
}

#weaponInfomation #specB .gauge .bar {
    left: 0;
}

#weaponInfomation #specB .gauge .bar:after {
    right: 0;
    left: auto;
}

#weaponInfomation .spec {
    box-sizing: border-box;
    padding: 40px 0;
}

#weaponInfomation .spec [data-type] {
    position: relative;
    width: 449px;
    height: 27px;
}

#weaponInfomation .spec [data-type] .count {
    position: absolute;
    top: -4px;
    font-family: 'Quantico', sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    color: #cb77a0;
    text-align: right;
}

#weaponInfomation .spec [data-type] .gauge {
    position: absolute;
    top: 5px;
    width: 293px;
    height: 8px;
}

#weaponInfomation .spec [data-type] .gauge .bar {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0%;
    max-width: 100%;
    height: 100%;
    background-color: #ac2a31;
    overflow: hidden;
    transition: width 0.45s ease-in-out;
}

#weaponInfomation .spec [data-type] .gauge .bar:after {
    position: absolute;
    top: 0;
    left: 0;
}

#weaponInfomation .spec [data-type][data-type="recoil"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="recoil"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -416px -96px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="longRange"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="longRange"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -416px -96px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="magazine"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="magazine"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -476px -96px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="mobility"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="mobility"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -506px -96px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="atk"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="atk"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -416px -77px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="range"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="range"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -416px -77px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="firstAccuracy"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="firstAccuracy"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -476px -77px;
    width: 20px;
    height: 9px;
}

#weaponInfomation .spec [data-type][data-type="longRangeAccuracy"] .gauge .bar {
    background-color: #4a0000;
}

#weaponInfomation .spec [data-type][data-type="longRangeAccuracy"] .gauge .bar:after {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -506px -77px;
    width: 20px;
    height: 9px;
}

.control {
    width: 100%;
}

#weaponInfomation .control .btn_prev {
    position: absolute;
    top: 240px;
    left: 0;
    z-index: 200;
    transform: scaleX(-1);
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -145px 0px;
    width: 141px;
    height: 141px;
}

#weaponInfomation .control .btn_prev:hover {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: 0px 0px;
    width: 141px;
    height: 141px;
}

#weaponInfomation .control .btn_next {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: 200;

    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -145px 0px;
    width: 141px;
    height: 141px;
}

#weaponInfomation .control .btn_next:hover {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: 0px 0px;
    width: 141px;
    height: 141px;
}

#greatWheelBonus {
    position: relative;
    width: 1200px;
    height: 851px;
    margin: 0 auto;
}

#greatWheelBonus .reward_list {
    position: absolute;
    top: 270px;
    left: 109px;
    width: 982px;
    height: 483px;
    overflow: hidden;
}

#greatWheelBonus .reward_list li {
    position: relative;
    width: 221px;
    height: 483px;
    margin-left: 158px;
    float: left;
}

#greatWheelBonus .reward_list li:first-child {
    margin-left: 0;
}

#greatWheelBonus .reward_list li .btn_get {
    position: absolute;
    top: 416px;
    left: -10px;
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: 0px -151px;
    width: 238px;
    height: 67px;
}

#greatWheelBonus .reward_list li .btn_get.active {
    display: block;
    font-size: 0;
    background-image: url(../images/img-sprites.png);
    background-position: -302px 0px;
    width: 238px;
    height: 67px;
}

#greatWheelBonusInfo {
    position: relative;
    width: 1200px;
    height: 905px;
    margin: 0 auto;
}

.f_happytuk {
    display: inline-block;
    padding: 0 1%;
    width: 13%;
}

.f_neowiz {
    display: inline-block;
    padding: 0 1%;
    width: 13%;
}

.f_copyright {
    display: inline-block;
    padding: 0 1%;
    width: 15%;
}

.f_level {
    display: inline-block;
    padding: 0 1%;
    width: 12%;
}





.cls_nav {
    position: absolute;
    top: 0px;
    right: 386px;
    font-size: 16px;
}

.cls_nav li {
    float: left;
    margin-left: 20px;
}

.cls_nav li a {
    color: #e8e8e8;
}

.cls_nav li a:hover {
    color: #878787;
    text-decoration: none;
}

.home_n {
    position: absolute;
    top: 3px;
    left: 52px;
    z-index: 999;
    display: block;
}

.youtube {
    display: block;
    position: absolute;
    top: 12px;
    right: 245px;
}

.fb {
    position: absolute;
    top: 12px;
    right: 30px;
}



.navbar {
    z-index: 99999;
}

.drop_content {
    display: none;
    width: 300px;
    height: initial;
    position: absolute;
    background-color: #0007;
    padding: 12px 8px;
}

.dropdown-header {
    font-size: 14px;
    color: #fff;
    padding: 0px;
}

.drop_content li {
    margin: 0px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #fff;
}


.sidebar {
  position: fixed;
  top: 180px;
  right: 10px;
  z-index: 999;
}

.sidebar ul li {
  display: block;
  margin: 0;
}

.sidebar ul>li>a {
  display: block;
  height: 114px;
  width: 150px;
  text-indent: -99999px;
  overflow: hidden;
  background: transparent url(../images/sidebtn.png) no-repeat 0 0;
}

.sidebar ul>li>a:hover {
  animation: rubberBand .5s ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
