
/* -------------------------------------------------------------------------- 
	아이콘
-------------------------------------------------------------------------- */ 

.icons1 {
	display: inline-block; 
	background: url(/img/icons1.png) no-repeat;
}

.icons1.ico-pencil { background-position: -259px -274px; margin-right: 6px; width: 16px; height: 16px; }
.icons1.ico-glass { background-position: -93px -11px; margin-right: 6px; width: 17px; height: 17px; }
.icons1.ico-dot-red { background-position: -115px -98px; width: 6px; height: 6px; }
.icons1.ico-dot-gray { background-position: -159px -98px; width: 6px; height: 6px; }
.icons1.ico-dot-green { background-position: -181px -98px; width: 6px; height: 6px; }
.icons1.ico-dot-blue { background-position: -126px -98px; width: 6px; height: 6px; }
.icons1.ico-dot-orange { background-position: -170px -98px; width: 6px; height: 6px; }
.icons1.ico-check-green { background-position: -153px -78px; width: 17px; height: 12px; }
.icons1.ico-delete { background-position: -246px -81px; width: 10px; height: 10px; }
.icons1.ico-delete.red { background-position: -246px -69px; width: 10px; height: 10px; }
.icons1.ico-arrow-right-small { 
	background-position: -508px -79px; 
	width: 8px; 
	height: 14px; 
	position: relative;
	top: 1px; 
	margin: 0 7px; 
}
.icons1.ico-close-btn { background: url(/img/icons.png) no-repeat -504px 0px; width: 42px; height: 42px; }

a.ico-arrow-back { 
	float: left; 
	display: inline-block; 
	padding-left: 20px; 
	height: 14px; 
	position: relative; 
	font-size: 16px;
	margin-right: 20px; 
	text-decoration: none; 
	color: #007AAE; 
} 
.ico-arrow-back:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(/img/icons.png) no-repeat -20px -46px;
    position: absolute;
    left: 0px;
    top: 4px;
	transform: rotate(180deg);
}

.ico {
	display: inline-block; 
	background: url(/img/icons.png) no-repeat;
}
.vs-logo { background-position: -0px -181px; width: 261px; height: 81px; } 
.icon-btn { padding-left: 38px; position: relative; }
.icon-btn:before { 
	content: '';
	background: url(/img/icons.png) no-repeat;
	display: inline-block;
	position: absolute; 
	top: 3px; 
	left: 8px;
}
.icon-btn-excel:before { background-position: -225px -100px; width: 24px; height: 24px; } 
.icon-btn-register:before { background-position: -275px -100px; width: 24px; height: 24px; } 
.icon-btn-map:before { background-position: -300px -100px; width: 24px; height: 24px; } 

.ico-file { padding-left: 10px; }
.ico-file:before {
	content: '';
	display: inline-block; 
	background: url(/img/file-ext.png) no-repeat;
	position: relative;
	top: 2px;
	left: -7px;
}
.ico-file.xls:before { background-position: -2px -2px; width: 16px; height: 16px; }
.ico-file.xlsx:before { background-position: -2px -21px; width: 16px; height: 16px; }
.ico-file.pdf:before { background-position: -63px -2px; width: 16px; height: 16px; }
.ico-file.png:before { background-position: -101px -2px; width: 16px; height: 16px; }
.ico-file.jpg:before { background-position: -101px -2px; width: 16px; height: 16px; }
.ico-file.bmp:before { background-position: -101px -2px; width: 16px; height: 16px; }
.ico-file.hwp:before,
.ico-file.hwpx:before{ background-position: -42px -2px; width: 16px; height: 16px; }
.ico-file.doc:before,
.ico-file.docx:before{ background-position: -22px -2px; width: 16px; height: 16px; }
.ico-file.zip:before{ background-position: -179px -2px; width: 16px; height: 16px; }
.ico-file.txt:before{ background-position: -82px -2px; width: 16px; height: 16px; }