body {
    font-family: "Helvetica Nene", Helvetica, Arial, ±¼¸², "NanumGothic", sans-serif;
    color: #555555;
    font-size: 12px;
}

a, a:hover, a:visited, a:link, a:active {
	color: #000;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}

.spaceleft{
	margin-left : 10px;
}

.txtcenter {
	text-align: center;
	vertical-align: middle;
}

.txtleft {
	text-align: left;
	vertical-align: middle;
}

.txtright {
	text-align: right;
	vertical-align: middle;
}

.titleName {
	text-align: center;
	background-color: #ededed;
}

.heightstyle {
	height: 30px;
}

.notice_style {
	font-size: 13px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee;
}

.notice_style_right {
	font-size: 13px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

.dropdowns {
	vertical-align: middle;
    margin-right:6px; padding:2px;
    height: 25px;
    line-height: 1.428571429;
	border-radius: 4px;
    color: #555;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color:#fff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a {
  position: relative;
  float: left;
  padding: 4px 8px;
  margin-left: -1px;
  font-size: 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #5c586e;
  border-color: #5c586e;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-sm > li > a {
  padding: 5px 10px;
  font-size: 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.inputstyle {
  color: #333333;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
  -moz-box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
  box-shadow: "0 4px 5px -5px rgba(0,0,0,0.3) inset";
}
.inputstyle:focus,
.inputstyle.focus {
  color: #333333;
  border-color: #b08bfc;
  background-color: none;
  outline: 0;
  -webkit-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
  -moz-box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
  box-shadow: inset 0 4px 5px -5px rgba(0,0,0,0.3), 0 0 1px 1px rgba(136,74,228,.095);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.loginbox {
	width: 345px; 
	height: 40px; 
	font-size: 15px; 
	padding-right: 15px; 
	padding-left: 15px;
}

.jui .btn.green {
  color: #fff;
  border: 1px solid #3fc72a;
  background-color: #3fc72a;
}

.footerHr {
	color: #EAEAEA;
}
