@charset "utf-8";
/* CSS Document */
@-ms-viewport{
  width: device-width;
}

@font-face {
	font-family:"Perfect DOS VGA 437";
	src:url("font/Perfect_DOS_VGA_437.eot?") format("eot"),url("font/Perfect_DOS_VGA_437.woff") format("woff"),url("font/Perfect_DOS_VGA_437.ttf") format("truetype"),url("font/Perfect_DOS_VGA_437.svg#PerfectDOSVGA437") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {font-family: 'trajan_reg';
           src: url('font/TrajanPro-Regular.eot');
           src: url('font/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),url('font/TrajanPro-Regular.woff') format('woff'),url('font/TrajanPro-Regular.ttf') format('truetype');

}

body	{
	margin:0;
	padding:0;
	font-size:14px;
	color:#d3fbff;
	line-height:25px;
	font-family:"Perfect DOS VGA 437";
	
	
}

#page	{
	width:100%;
	height:100%;
	margin:0px auto;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 3100px;  
	background-color:#000;
	background-image:url(images/bg_01.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	
}

#page02	{
	width:100%;
	height:100%;
	margin:0px auto;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 4300px;  
	background-color:#000;
	background-image:url(images/bg_02.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	
}


#gagunb {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
/*    min-height: 45px; */
	height:45px;
    margin:0px;
	padding:0px;
}
#gfooter {
	position:relative;
	z-index:4;
    overflow: hidden;
    min-width: 1200px;
    max-width: 2000px;
    min-height: 144px;
    margin: 0 auto;
}

#header	{
	margin:0px auto;
	padding:0px;
	
}

.logo	{
	width: 216px;
	height: 77px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}


.sns	{
	width: 249px;
	height:46px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: -20px;
}

#wrapper	{
	width:1200px;
	margin: 0px auto;
		
}
#main-header	{
    text-align: center;
    z-index: 1;
    position: relative;
    clear: both;
    top: -110px;

	
}

.menu	{
    width: 421px;
    height: 81px;
    margin: 380px auto 0;
    z-index: 2;
    position: relative;
   

}


#maincontent	{
	text-align:center;
	margin:0px auto;
	z-index: 3;
    position: relative;
	margin-top:100px;
}

.text24t_blue	{
	font-size:24px;
	font-family: 'trajan_reg';
	font-weight:600;
	color:#8ae3ff;	
}


.text24t_blue	{
	font-size:24px;
	font-family: 'trajan_reg';
	font-weight:600;
	color:#8ae3ff;
	margin-top:50px;	
}

.text14t_blue	{
	font-size:14px;
	font-family: 'trajan_reg';
	font-weight:600;
	color:#aed2d6;
	
}

.text20_blue	{
	font-size:20px;
	font-weight:600;
	color:#aed2d6;
	font-family:"Courier New", Courier, monospace
	
}

.text16_fusha	{
	font-size:16px;
	font-weight:600;
	color:#ef6aff;
}

.text12_fusha	{
	font-size:12px;
	font-weight:600;
	color:#ef6aff;
}

.li	{
	list-style:circle !important;	
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width:350px;
/*	height:407px;
	background-image:url(images/popup-bg.png);
	background-position: top center;
	background-repeat:no-repeat; */
	background-color:#000;
    text-align: center;
	padding:0px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
	
    bottom:10%;
  
    margin-left:-203px; /* Use half of the width (120/2 = 60), to center the tooltip */
	font-size:8px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* misc end */















/* generic footer start */
footer[role="contentinfo"] {
  padding-top: 15px;
  background-color: #000;
 padding-bottom:15px;
}

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: 144px;
}

.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 */

