/*
꽉 찬 문서높이: <html>과<body>에도 height:100%를 준다.
opacity속성을 color자체에 넣어주면 속성이 상속되지 않는다.{ex: background-color:rgba(255,255,255,0.1)} 단,IE 8이상에서만 적용가능
input박스 높이는 제일 큰 글씨의 높이랑 동일하다
input 버튼은 inline-block으로 처리한다. 넓이를 주기위해서~ㅠ.ㅠ width사용

*/

/* 메인 페이지 및 layout */
html{
    height:100%;
}
body{
    height:100%; 
    margin:0; 
    padding:0; 
    border: 0;
    font-size:14px; 
    font-family:Arial, 나눔고딕,나눔손글씨펜, sans-serif;
     
}
 a:link {
    color:#010119;
    background-color:transparent;
    text-decoration:none;
}
a:visited {
    color:#010119;
    background-color:transparent;
    text-decoration:none;
}
a:hover {
    color:#010119;
    background-color:transparent;
    text-decoration:none;
}
a:active {
    font-weight: bolder;
    color:#010119;
    background-color:transparent;
    text-decoration:none;
}
img{
    border: 0;
}

.tab_bar{
    width:416px;
    height:36px;
    position: absolute;
    margin-top: 35px;
    right: 151px;
    z-index: 10;
}
.tab{ 
    width: 416px;
    height: 36px;
    list-style:none;
    margin: 0;
    padding: 0;
}
.tab1{
    float:left;
    margin: 0 2px;
}
  .info{
    width:853px;
    height:545px;
	position: absolute;
    
}
	.info1{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:63px;
	margin-left:392px;
   
}
	.info2{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:103px;
	margin-left:505px;
   
}	
	.info3{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:176px;
	margin-left:602px;
   	
}	
	.info4{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:294px;
	margin-left:602px;
    
}		
	.info5{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:366px;
	margin-left:506px;
    z-index: 1;
	
}		
    .info6{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:406px;
	margin-left:393px;
   
}		    
     .info7{
    width:78px;
    height:78px;
	position: absolute;
    margin-top:366px;
	margin-left:280px;
   
}		        
     .info8{
     width:78px;
    height:78px;
	position: absolute;
    margin-top:294px;
	margin-left:183px;
  
}		        
	
     .info9{
     width:78px;
    height:78px;
	position: absolute;
    margin-top:175px;
	margin-left:183px;
  
}		        
     .info10{
     width:78px;
    height:78px;
	position: absolute;
    margin-top:103px;
	margin-left:281px;
   
}		        
     .mask{
    width:1000px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
        
}
 .mask_information{
    position:relative;
    margin-top:0px;
    padding: 0;
    
        }
.mask_information2{
    position:relative;
    margin-top:0px;
    padding: 0;
    
        }


      
        .quickmenu{
    width:100px;
    height:270px;
    Position: absolute;      
    z-index: 10;
    right:23px;
    top: 320px;
        }
        
        .wrap{
    width:1000px;
    height:367px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wrap > div {
    position: relative;
}


		
ul.language_tab{ padding:0px;}
ul.language_tab > li{ list-style:none;}