@charset "utf-8";
/* CSS Document */
@-ms-viewport{
width: device-width;
}
html{
scroll-behavior: smooth;
}
body	{
margin:0;
padding:0;	
font-family: sans-serif; 
font-size:1.2rem;
font-weight:normal;
background-color:#061f2c;
color: #fff;
line-height:28px;
}
#header	{
margin:0px auto;
padding:0px;
height: 110px;
position: relative;
z-index: 1000;
}
.logo	{
width: 216px;
height: 77px;
float: left;
margin-left: 8rem;
margin-top: 15px;
}
.sns{
width: 400px;
height:46px;
float: right;
margin-right: -30px;
margin-top: 25px;
margin-bottom: -20px;
}
#playnow {
height:160px;
}
#page{
width:100%;
height:100%;
margin:0px auto;
position: relative;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
background: #0b4672 url(https://img.koggames.com/ES/microsite/2022/0504/11-anniv-events/bg_01.jpg) no-repeat;
background-position: top center;
background-attachment: fixed; 
}
#gagunb {
position:relative;
z-index:4;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
min-height: 45px;
margin:0px auto;
padding:0px;
}
#gfooter {
position:relative;
z-index:4;
overflow: hidden;
min-width: 1150px;
max-width: 2000px;
min-height: 144px;
margin: 0 auto;
}
.up-front{
position: relative;
z-index: 10;
}
#wrapper	{
width:100%;
margin-left:auto;
margin-right:auto;
text-align:center;
}
.title-image{
margin: 0 auto 0 5rem;
text-align: center;
}
.title-image img{
margin-top: -7rem;
}
#menu {
margin: 0 auto 2rem;
width: 100%;
text-align: center;
position: relative;
z-index: 10;
}
#menu a{
margin: 0 1rem;
text-decoration: none;
}
#menu a > img {
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#menu a > img:hover {
transform: scale(1.1);
}
.content {
height: 100%;
width: 100%;
margin: 0rem auto -1rem;
position: relative;	
line-height: 1;
color: #fff;
}
.container{
margin: 0 auto;
width: 1200px;
position: relative;
}
#ingame-events {
background: transparent url(https://img.koggames.com/ES/microsite/2022/0504/11-anniv-events/bg_02.jpg) no-repeat center top;
padding-bottom: 2rem;
padding-top: 4%;
margin-bottom: 0rem;
position: relative;
}
#ingame-events .container{
margin: 0 1rem 0 auto;
}
#ingame-events table.arena{
margin: 2rem auto;
}
#ingame-events table.arena tr td{
display: inline-block;
vertical-align: middle;
margin: 0 auto;
padding: 0.5rem;
}
#ingame-events table.arena tr td img{
transition: transform 250ms;
}
#ingame-events table.arena tr td img:hover{
transform: translateY(-10px);
}
#burning-events{
background: transparent url(https://img.koggames.com/ES/microsite/2022/0504/11-anniv-events/bg_03.jpg) no-repeat center top;
position: relative;
padding: 2% 0 2%;
text-shadow: 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704, 0px 0px 10px #100704;
}
#burning-events h1{
color: #fcc60e;
margin-bottom: 1rem;
font-size: 2.5rem;
}
.show{
display: block !important;
visibility: visible !important;
}
.no-drag{
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}
.mb-1{
margin-bottom: 1rem !important; 
}
.mx-1{
margin: 0 1rem !important;
}

#community-events{
background: transparent url(https://img.koggames.com/ES/microsite/2022/0504/11-anniv-events/bg_04.jpg) repeat center top;
position: relative;
padding: 5rem 0 10rem;
margin-top: -3rem;
color: #49360b;
font-weight: 700;
}
#community-events a > img{
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#community-events img.stream{
position: absolute;
top: 4rem;
left: -3rem;
}
#community-events img.chibi{
position: absolute;
bottom: -7rem;
right: -15rem;
z-index: 10;
}
#community-events a > img:hover{
transform: scale(1.1);
}
#community-events span{
vertical-align: middle;
}
#community-events h2{
color: #ce0b11;
font-size: 2.5rem;
font-weight: 900;
margin: 0 0 2rem;
}
#community-events .boxed{
background: #f1eee9;
border: 2px solid #876c25;
box-shadow: 0px 0px 0px 20px #f1eee9;
width: 75%;
margin: 0 auto;
padding: 2rem;
position: relative;
}
#community-events ol{
width: 80%;
text-align: left;
margin: 0 auto;
}
#community-events ol li{
list-style: decimal;
}
#community-events a > img{
text-align: center;
margin: 0 auto;
display: inline-block;
}
.go-top {
position: fixed;
bottom: 2em;
right: 2em;
text-decoration: none;
color: #000;
font-weight: 900;
background-color: rgb(244 191 55);
font-size: 2rem;
padding: 0.5rem 1rem;
display: none;
font-family: serif;
border: 2px solid #864b10;
border-radius: 5px;
box-shadow: 1px 1px 1px 1px #5f2f09;
}
.go-top:hover {
background-color: rgba(0,195,242,1);
color: #fff;
border: 2px solid #008fc4;
}
/* font start */
.white{
color: #fff !important;
}
.green{
color: #03ff00 !important;
}
.yellow{
color: #e7fe31 !important;
}
.yellow-2{
color: #ffe351 !important;
}
.pink{
color: #ff8ae2 !important;
}
.red{
color: #ce0b11 !important;
}
h1.orange{
text-shadow: 1px 1px 1px #893707;
}
.orange{
color: #ffa800 !important;
}
.text-left{
text-align: left !important;
}
.box-shadowed{
box-shadow: 2px 2px 3px 3px #c68803;
}
.overlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,.6);
transition: opacity 500ms;
visibility: hidden;
opacity: 0;
z-index:600;
}
.overlay:target {
visibility: visible;
opacity: 1;
}

.popup {
margin: 10rem 0 0;
position: relative;
z-index:7;
}

.popup h2 {
margin-top: 0;
color: #333;
font-family: Tahoma, Arial, sans-serif;
}
.popup .container-popup{
position: relative;
width: 810px;
margin: 0 auto;
}
.popup .container-popup > img {
display: block;
margin: 0 auto;
}
.popup .close {
position: absolute;
top: 0px;
transition: all 200ms;
z-index: 10;
width: 100%;
margin: 0px;
right: 0;
}
.popup .close span:hover {
color: #ff0000;
}
.popup .close span{
position: absolute;
right: -0.5rem;
top: 0rem;
font-size: 40px;
color: #000000;
background: #f3b532;
border-radius: 30px;
padding: 0px 7px 6px;
height: 30px;
border: 2px solid;
}
.popup .maincontent {
max-height: 80%;
}
.popup table.popup-el{
text-align: center;
color: #000;
}
.popup table.popup-el tr td {
padding: 10px 0;
}
.popup table.popup-el h1{
margin-bottom: 10px;
}
.popup table.popup-el strong{
font-size: 1.2rem;
}
.popup table.popup-el tr td>span {
color: #515151;
top: 10px;
left: 10px;
width: 200px;
text-align: left;
position: relative;
float: right;
font-weight: bold;
}
.popup .popup-content{
width: 900px;
height: 700px;
background: #fff;
padding: 20px;
overflow-y: scroll;
}
.hide{
display: none;
}
.no-margin{
margin: 0 auto !important;
}
/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
position: absolute;
z-index: 10;
top: -50px;
left:-140px;
width: 100%;
min-width:613px;
font-family: Avant Garde,Avantgarde,sans-serif; 
font-size:16px;
text-align:left;
font-weight: normal;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}


/* font end */

/* spacer start */
#spacer-sm {
height:20px;
}
#spacer-md{
height:50px;
}
/* spacer end */

/* misc start */
/* misc end */

/* generic footer start */
footer[role="contentinfo"] {
padding-top: 15px;
background-color: #000;
}

footer {
background-image: url(/wp-content/themes/elsword3/images/bg-footer.jpg);
font-size: 12px;
font-size: 0.857142857rem;
font-family: "Open Sans", Helvetica, Arial, sans-serif;
width: 100%;
min-width: 1024px;
margin: 0px auto 0px auto;
padding: 0px;
background-repeat: no-repeat;
background-position: center;
background-position: top;
height: 175px;
}

.footernormal {
font-size:12px;
color:#4679ba;
text-align:left;
font-weight:normal;
}

a.footerlinks:link {color: #4679ba; text-decoration:none; line-height:16px; }
a.footerlinks:active {color: #4679ba; }
a.footerlinks:visited {color: #4679ba; }
a.footerlinks:hover {color: #4679ba; }

.footersections {
font-size:12px;
color:#FFF;
font-weight: bold;
}

.footercopyright {
font-size:12px;
color:#FFF;
}
/* generic footer end */
@media only screen and (max-width:1600px) {
#map{
background-size: 120% 90%;
}
}
