<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
######################################

  default CSS

    @author : Sungkwon Kim 
              (manpower@cyber-i.com)

######################################
*/
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: Dotum;
}

body, p, h1, h2, h3, h4, h5, h6, menu, ul, ol, li, dl, dt, dd, table, th,
	td, form, fieldset, legend, input, textarea, button, select {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%
}

button, select, input[type=radio], input[type=checkbox], label {
	cursor: pointer;
}
/* ---[ reset html5 element ]---------------- */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

/* http://stairwellblog.com/2009/10/taming-firefoxs-button-element/ 패딩은 처리 가능하나  보더가 문제다..., 키보드 접근시 안뵈..*/
button::-moz-focus-inner {
	padding: 0;
	border: 0px dotted transparent;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

table caption {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
	display: none;
	/**이걸 넣으면 접근성시 cpation이 보이질 않는다고한다.. 하지만 이거없이는 safari가 오류남. 더 생각..*/
}

table tr td span {
	white-space: normal;
}
/* ---[ links ]------------------------------- */
a img {
	border: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/* padding */
.pd0 {
	padding: 0 !important;
}

.pl0 {
	padding-left: 0px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

/* margin */
.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt57 {
	margin-top: 57px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

/* vertical-align */
.v_t {
	vertical-align: top !important;
}

.v_m {
	vertical-align: middle !important;
}

.v_b {
	vertical-align: bottom !important;
}

.v_bl {
	vertical-align: baseline !important;
}

.v_i-1 {
	vertical-align: -1px !important;
}

.v_i-2 {
	vertical-align: -2px !important;
}
/* float_type */
.f_l, .fl {
	float: left !important;
}

.f_r, .fr {
	float: right !important;
}

.f_c {
	clear: both !important;
}

.f_n {
	float: none !important;
}
/* font-style */
em {
	font-style: normal;
}

.fw_n {
	font-weight: normal;
}

.fw_b {
	font-weight: bold;
}
/* text-style */
.txt_underline {
	text-decoration: underline !important;
}

.ellipsis {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center !important;
}

.tal {
	text-align: left !important;
}

.tar {
	text-align: right !important;
}

.nobl {
	border-left: 0px solid #000 !important;
}

.blind {
	position: absolute;
	left: -9999px;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -1999px;
}

.cursor_pointer {
	cursor: pointer;
}
/* clear-fix */
.clear {
	clear: both;
}

.clear-fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear-fix {
	display: inline-block;
}

.ls-0 {
	letter-spacing: 0px;
}

.ls-1 {
	letter-spacing: -1px;
}

.ls-2 {
	letter-spacing: -2px;
}

html[xmlns] .clear-fix {
	display: block;
}

* html .clear-fix {
	height: 1%;
}

/*input type*/
.formWrap {
	position: relative;
	display: inline-block;
	height: 20px;
	vertical-align: middle
}

.formWrap input {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
}

.formWrap input:disabled+label {
	color: #666;
	cursor: default
}

.formWrap input+label {
	position: relative;
	display: block;
	min-height: 17px;
	padding: 2px 0 0 18px;
	line-height: 17px;
	cursor: pointer
}

.formWrap input+label:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: url(../img/ico_input.png) no-repeat;
	background: none\0/IE8;
	z-index: 10
}
.ie8 .formWrap input+label:before{background:none}
.formWrap input[type=checkbox] {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background-position: 0 -20px
}

.formWrap input[type=checkbox]:checked+label:before {
	background-position: -20px -20px
}

.formWrap input[type=checkbox]:disabled+label:before {
	background-position: -40px -20px
}

.formWrap input[type=radio]+label:before {
	background-position: 0 0
}

.formWrap input[type=radio]:checked+label:before {
	background-position: -20px 0
}

.formWrap input[type=radio]:disabled+label:before {
	background-position: -40px 0
}

.formWrap input[type=radio]:checked:disabled+label:before {
	background-position: -60px 0
}
.formWrap.txt{padding-right:3px}
.formWrap.txt input+label {
	padding-left: 23px
}

.formWrap input[type=checkbox]:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/ico_input.png) 0 -20px;
}

.formWrap input[type=checkbox]:checked:before {
	background-position: -20px -20px
}

.formWrap input[type=checkbox]:disabled:before {
	background-position: -40px -20px
}

.formWrap.txt input[type=checkbox]:before {
	display: none
}

.formWrap.txt input[type=checkbox]+label {
	margin: 0px;
}

.formWrap.txt input[type=checkbox]+label:before {
	background-position: 0 -20px
}

.formWrap.txt input[type=checkbox]:checked+label:before {
	background-position: -20px -20px
}

.formWrap.txt input[type=checkbox]:disabled+label:before {
	background-position: -40px -20px
}

.formWrap input:focus+label:after {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 21px;
	height: 21px;
	border: 1px dotted #555;
	z-index: 1
}

.hogaBox {
	text-align: right;
}

.hogaBox&gt;span {
	display: inline-block;
	margin-left: 10px;
	line-height: 15px;
	vertical-align: middle;
}

.hogaBox span i {
	line-height: 15px;
	display: inline-block;
}

.hogaBox&gt;span .wfl {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}

.file {
	display: block;
	height: 23px;
	text-align: center;
	font-size: 0;
	text-indent: -9999px;
}

.file:before {
	content: "";
	display: block;
	width: 18px;
	height: 19px;
	margin: 4px auto;
	background: url(../img/ico_pdf.png)
}</pre></body></html>