@charset "utf-8";
/* CSS Document */
@-ms-viewport{
width: device-width;
}

body	{
margin:0;
padding:0;	
font-family: Verdana,Geneva,sans-serif; 
font-size:1.2rem;
font-weight:normal;
background-color:#000;
color: #000;
line-height:28px;
}


#header	{
margin:0px auto;
padding:0px;
height: 200px;
}

.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: #000 url(https://img.koggames.com/ES/microsite/2022/0330/attendance-event/bg.jpg) no-repeat;
background-position: top center;
min-height: 1790px;
}

#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;
}


#wrapper	{
width:100%;
margin-left:auto;
margin-right:auto;
text-align: center;
padding-top:530px;

}

#menu {
margin: 10rem auto 1rem;
width: 552px;
text-align: center;
}

#content {
height: 100%;
width: 1300px;
margin: -6rem auto -1rem;
font-family: 'Montserrat', sans-serif;
position: relative;	
}
#content a {
text-decoration: none !important;
}
#content > b {
font-size: 1rem;
display: block;
margin: 0.5rem auto 0;
width: 60%;
}
#content .row.day{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0.3rem auto 0;
align-items: center;
justify-content: center;
position: relative
}
#content .row.day .chibi{
position: absolute;
bottom: 2rem;
right: -5rem;
animation: bouncing .5s infinite alternate;
-webkit-animation: bouncing .5s infinite alternate;
}
a.btn-link {
display: block;
margin-top: 2rem;
}
a.btn-link img{
transition: all .2s;
}
a.btn-link:hover img{
transform: scale(1.05);
}
@keyframes bouncing {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
@-webkit-keyframes bouncing {
from {
transform: translateY(0px);
}
to {
transform: translateY(-15px);
}
}
#content h1.date{
color: #fecf0d;
text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
margin-bottom: 2rem;
}
#content .row.day .col{
-ms-flex: 0 0 12%;
flex: 0 0 12%;
max-width: 12%;
transition: all .2s;
margin: 0px 0.9rem;
}

#content .row.day .col:hover{
transform: scale(1.05) translateY(-10px);
z-index: 100;
}
#content .row.day .col table{
padding: 2.5rem 1rem 0;
}
#content .row.day .col table tr td{
font-size: 0.8rem;
line-height: 1;
width: 	33.33%;
vertical-align: top;
}
#content .row.day .col table tr td.dates h1{
margin: 0;
font-size: 3rem;
text-shadow: 0px 0px 10px #3c3c3c;
}
#content .row.day .col table tr td.dates p{
color: #4f2306;
font-size: 1rem;
font-weight: 700;
}
#content .row.day .col table tr td.item p{
color: #bc2216;
margin: 0.2rem auto;
}
#content .row.day .col table tr td.item i{
color: #4f2306;
}
#content img.chibi{
position: absolute;
top: 40rem;
right: -10rem;
max-width: 400px;
}
.sidebarleft {
float: left;
width: 25%;
position:relative;
z-index: 1;

}
.no-drag{
-webkit-user-drag: none;
-khtml-user-drag: none;
-moz-user-drag: none;
-o-user-drag: none;
user-drag: none;
}




/* font start */
.ff1 {
color:#2825bf;
font-family: 'Montserrat', sans-serif;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
}

.ff2 {
color:#2825bf;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
}

.ff3 {
color:#000;
font-family: 'Montserrat', sans-serif;
font-size: 22px;
text-transform: uppercase;
font-weight: bold;
}


.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: 660px;
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: 2rem;
font-size: 22px;
color: #ffc92f;
background: #000000;
border-radius: 30px;
padding: 3px 8px 4px;
height: 25px;
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;
}

/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
}
/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
position: absolute;
z-index: 10;
top: -50px;
left:100px;
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 */