﻿a.tooltip {
    outline: none;
}
    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 28px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }
    a.disabled {
   pointer-events: none;
   cursor: default;
}
.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

.text-black {
    color: black !important;
}
.hoverTable {
    width: 100%;
}
.hoverTable tr:hover {
            background-color: #e1e891
}
.hoverUl> li:hover {
            background-color: #e1e891
        }
/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}
.nexon-hide {
    display: none !important;
}

/* HOVER STYLES */
div#pop-up {
  display: none;
  position: absolute;
  width: 280px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}
/*.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(Images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
.Images ul li img {
	width: 400px;
	height: 266px;
}
.Images ul li {
	display: inline-block;
}*/

/* pop inner layor STYLES */
div#pop-up2 {
  display: none;
  position: absolute;
  width: 200px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}

#loading {
 width: 100%;   
 height: 100%;   
 top: 114px;
 left: 240px;
 position: fixed;   
 display: block;   
 opacity: 0.4;   
 background-color: #fff;   
 z-index: 99;   
 text-align: center; 

}  
 
#loading-image {   
 position: absolute; 
 top: 250px;  
 left: 400px;   
 z-index: 100; } 


/* 랜딩 이미지 6개씩 출력되도록 조정 */
#content2 {float:left;width:940px;height:100%;padding:0 0 0 40px}


/*.pagingUl {
    list-style:none;
    margin:0;
    padding:0;
}
 
.pagingLi {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border : 0;
    float: left;
}*/
