.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.no-margin {
  padding: 0 !important;
  margin: 0 !important;
}
form {
  padding: 0;
  margin: 0;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-center {
  text-align: center !important;
}
.text-small {
  font-size: 0.85em !important;
}
.btn {
  background: white;
  border: solid 1px #aaaaaa;
  color: black;
  display: inline-block;
  padding: 0.5em 1.5em;
  font-family: 'Malgun Gothic', Dotum, sans-serif;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
  border-radius: 1em;
}
.btn * {
  vertical-align: middle;
}
.btn img {
  vertical-align: text-bottom;
  margin-bottom: 0.1em;
}
.btn:hover,
.btn:link,
.btn:visited {
  text-decoration: none;
}
.btn:hover,
.btn:focus {
  box-shadow: #aaaaaa 0 3px 3px;
  background: #f0f0f0;
}
.btn.btn-blue {
  background: white;
  border-color: #0c5a9f;
  color: #0000cc;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #0c5a9f;
  color: white;
}
.btn.btn-green {
  background: white;
  border-color: #2fa100;
  color: #009900;
}
.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #2fa100;
  color: white;
}
.btn.btn-red {
  background: white;
  border-color: #d11313;
  color: #cc0000;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  background: #d11313;
  color: white;
}
.btn.btn-link {
  border-width: 0;
  background-color: transparent;
  text-decoration: none;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background-color: transparent;
  text-decoration: underline;
  box-shadow: none;
}
.btn.small {
  font-size: 0.9em;
}
.btn.mini {
  font-size: 0.8em;
}
.btn.large {
  font-size: 1.5em;
}
.btn.block {
  display: block;
  text-align: center;
}
.btn2 {
  background: white;
  border: solid 1px #cccccc;
  color: black;
  display: inline-block;
  padding: 0.5em 1em;
  font-family: 'Malgun Gothic', Dotum, sans-serif;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
  border-radius: 3px;
}
.btn2 * {
  vertical-align: middle;
}
.btn2 img {
  vertical-align: text-bottom;
  margin-bottom: 0.1em;
}
.btn2:hover,
.btn2:link,
.btn2:visited {
  text-decoration: none;
}
.btn2:hover,
.btn2:focus {
  box-shadow: #aaaaaa 0 3px 3px;
  background: #f0f0f0;
}
.btn2.btn-blue {
  background: #0c5a9f;
  border-color: #0c5a9f;
  color: white;
}
.btn2.btn-blue:hover,
.btn2.btn-blue:focus {
  background: #4492d7;
}
.btn2.btn-green {
  background: #2fa100;
  border-color: #2fa100;
  color: white;
}
.btn2.btn-green:hover,
.btn2.btn-green:focus {
  background: #63b541;
}
.btn2.btn-red {
  background: #d11313;
  border-color: #d11313;
  color: white;
}
.btn2.btn-red:hover,
.btn2.btn-red:focus {
  background: #ed4f4f;
}
.btn2.btn-link {
  border-width: 0;
  background-color: transparent;
  text-decoration: none;
}
.btn2.btn-link:hover,
.btn2.btn-link:focus {
  background-color: transparent;
  text-decoration: underline;
  box-shadow: none;
}
.btn2.small {
  font-size: 0.9em;
}
.btn2.mini {
  font-size: 0.8em;
}
.btn2.large {
  font-size: 1.5em;
}
.btn2.block {
  display: block;
  text-align: center;
}
.buttons {
  zoom: 1;
  margin: 10px 0;
}
.buttons:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.buttons .left {
  float: left;
}
.buttons .right {
  float: right;
}
.buttons * {
  vertical-align: middle;
}
.captcha {
  margin-top: 5px;
}
.captcha img,
.captcha button,
.captcha a {
  vertical-align: top;
}
.help-text {
  color: #666666;
}
.help-block {
  margin-bottom: 1em;
  padding: 1em;
  background: #f6f6f6;
  font-size: 0.9em;
  color: #666666;
}
.paginate {
  font-size: 0;
  padding: 0 !important;
  margin: 0;
  list-style: none none outside;
  display: inline-block;
  white-space: nowrap;
  zoom: 1;
}
.paginate:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.paginate li {
  font-family: Verdana;
  font-size: 10pt;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.paginate a,
.paginate span {
  display: block;
  padding: 0 3px;
  text-align: center;
  background-color: white;
  text-decoration: none;
  min-width: 20px;
  height: 30px;
  line-height: 30px;
}
.paginate a:hover,
.paginate a:focus {
  color: #0c5a9f;
  text-decoration: underline;
}
.paginate li.current a {
  font-weight: 700;
  color: #0c9f5a;
}
.paginate li.disabled a,
.paginate li.disabled span {
  background-color: white;
  color: #888888;
}
.paginate li.first a,
.paginate li.first span {
  border-left: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(page-first.gif) no-repeat 50% 50%;
}
.paginate li.prev a,
.paginate li.prev span {
  border-left: none;
  font-size: 0;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(page-prev.gif) no-repeat 50% 50%;
}
.paginate li.next a,
.paginate li.next span {
  font-size: 0;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(page-next.gif) no-repeat 50% 50%;
}
.paginate li.last a,
.paginate li.last span {
  border-left: none;
  font-size: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(page-last.gif) no-repeat 50% 50%;
}
.paginate li.first a:hover,
.paginate li.first a:focus,
.paginate li.prev a:hover,
.paginate li.prev a:focus,
.paginate li.next a:hover,
.paginate li.next a:hover,
.paginate li.last a:hover,
.paginate li.last a:focus {
  color: black;
}
