@charset "utf-8";

/*
	project name : NEW BALANCE
	start-date : 2016-07-12
	

	author : 남승헌
	E-mail : sungs0415@naver.com

*/


body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button {margin: 0;padding: 0;}
html{overflow-y:scroll;}
html, body { height:100%;}
table { border-collapse: collapse;  border-spacing: 0;}
fieldset, img { border: none;}
input{vertical-align:middle; }
select { color:#6b6b6c; vertical-align:middle; }
option {width:200px;}
div, ul, form, fieldset, td, th, li, h1, h2, h3, h4, p { margin:0; padding:0;}
ul,li,ol,li,dl,dd,dt{list-style:none;}
legend,hr{position:absolute; left:-999px; width:0; height:0; font-size:0; visibility:hidden; z-index:-1;}
caption{ width:0; height:0;  z-index:-1; font-size:0; line-height:0; visibility:hidden; }
hr{ display:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
input[type='text'],input[type='password'],input[type='submit'],input[type='search'],button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file']
{-webkit-appearance:none;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}
textarea {color:#666;}
a{text-decoration:none;}
img{border:0;}
button{border:0; background:none; cursor:pointer; }
iframe{position:absolute;}
em {font-style:normal;}

.mt10 {margin-top:10px;}
.tac {text-align:center;}

/*로딩중*/

#loading {
 width: 100%;  
 height: 100%;  
 top: 0px;
 left: 0px;
 position: fixed;  
 display: block;  
 opacity: 0.7;  
 background-color: #fff;  
 z-index: 99;  
 text-align: center; } 
  
#loading-image {  
 position: absolute;  
 top: 50%;  
 left: 50%; 
 z-index: 100; }

 .long-string{
  overflow: hidden; 

  white-space: nowrap; 
  width: 100px;

 }