﻿* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

body, div, td, li {
  font-size: 12px;
  color: #444444;
  font-family: dotum, arial, '돋움';
}

.input_gray {
  font-size: 11px;
  font-family: 돋움;
  border: 1px solid #CECBCE;
  width: 100px;
}

form {
  margin: 0;
  padding: 0;
}

.big {
  height: 20px;
}

.smallHeight {
  height: 11px;
  font-size: 12px;
  width: 80px;
}

div, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

.b {
  font-weight: bold;
}

img {
  border: 0 none;
  vertical-align: middle;
}

a:link {
  color: #444444;
  text-decoration: none;
}

a:visited {
  color: #444444;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

input {
  padding: 3px 5px;
  ime-mode:active;
}

/*********************** 15.02.02 수정 ~ *********************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 1em;
  text-align: left;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #008806;
}

h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 8px;
  background: url(../img/MarketReadIcon3.gif) no-repeat left center;
}

/* 본문 */
.main {
  margin: 0 0 0 18em;
}

/* 왼쪽메뉴 */
.sidebar {
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 0;
  width: 120px;
}

.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #9ea7b3;
}

.table thead th {
  background-color: #1fbba6;
  color: #000000;
}

.table th, td {
  padding: 5px 5px;
  line-height: 100%;
  border: 1px solid #9ea7b3;
  text-align: center
}

.table .success {
  border-top: 2px solid #9ea7b3;
}

.table tr:hover {
  background-color: #f5f5f5
}

.table tr.warning {
  background-color: #fdf8e4;
}

.table tr.warning:hover {
  background-color: #faf2cd;
}

.table tr.info {
  background-color: #d9edf8;
}

.table tr.info:hover {
  background-color: #c4e4f3;
}

.table tr.danger {
  background-color: #fde4e4;
  text-align: center;
}

.table tr.danger:hover {
  background-color: #f5c4c4;
}

.table td.left {
  text-align: left;
}

.panel {
  text-align: left;
}

.panel .form-group {
  width: 100%;
  border: 1px solid #9ea7b3;
  text-align: left;
  *zoom: 1;
  vertical-align: middle
}

.panel .form-group:after {
  content: "";
  clear: both;
  display: block;
}

.panel .form-group input[type='text'] {
  border: 1px solid #9ea7b3;
  padding: 3px 5px;
}

.panel .form-group input[type='radio'] {
  padding: 3px 5px;
  margin: 3px 3px 0px 5px;
}

.panel .form-group select {
  border: 1px solid #9ea7b3;
  padding: 3px 5px;
}

.panel .group2 {
  border-top: none;
  background-color: #1fbba6;
  padding: 5px 0
}

.input-group {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  padding: 5px;
}

.input-group.line {
  border-left: 1px solid #9ea7b3;
  padding-left: 10px
}

.input-group .last {
  margin-right: 10px
}

.input-group label input[type=checkbox],
.input-group label input[type=radio]{
  position: relative;
  vertical-align: middle;
  bottom: 1px;
}

.form-control {
  float: left;
  margin-right: 5px;
  height: 27px;
  line-height: 100%;
  font-size: 13px;
}

.date-picker {
  width: 100px
}

.btn-group {
  float: left;
}

.item {
  border: 1px solid #ddd;
  padding: 3px 5px;
}

.col-sm-4 {
  float: left;
  padding: 5px;
  margin-right: 10px;
  width: 100px;
}

.col-sm-8 {
  padding: 5px;
}

.width-100 {
  width: 100%;
}

/* button ui */
.btn {
  margin-right: 5px;
  display: inline-block;
  padding: 1px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #f27935;
  border: 1px solid #f27935;
}

.btn-cancel {
  color: #fff;
  background-color: #51a7f9;
  border: 1px solid #51a7f9;
}

/* border box */
.menuBorderBox {
  position: relative;
  min-width: 200px;
  top: 0px;
  left: 0px;
  border: solid 1px #DEDBDE;
  padding: 0;
  text-align: left;
  background-color: #DCE8FC;
}

.menuBox {
  padding: 10px 10px 10px 10px;
  margin: 5px;
  background-color: #FFFFFF;
}

.menuBox li {
  height: 18px;
}

/* display none block */
.displayNone {
  display: none;
}

.displayBlock {
  display: block;
}

.bgTile {
  background-color: #F7F7F7;
}

.bgBlue {
  background-color: #4286EF;
}

.bgSkyBlue {
  background-color: #99CCff;
}

.bgPink {
  background-color: #FFF8F7;
}

.bgBlack {
  background-color: #000000;
}

.bgYellow {
  background-color: #FFFBD0;
}

.bgSky {
  background-color: #F0FDFF;
}

.bgRed {
  background-color: #FFECEC;
}

.bgGray {
  background-color: #F6F6F6;
}

.bgGreen {
  background-color: #F3FFEE;
}

.bgWhite {
  background-color: #FFFFFF;
}

/* color */
.gray {
  color: #666666;
}

.bold {
  font-weight: bold;
}

.orange {
  color: #FF5800;
}

.green {
  color: #009900;
}

.yellow {
  color: #FFFFD9;
}

.sky {
  color: #EEF7FF;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.gray {
  color: gray;
}

.greenSky {
  color: #4EA9FF;
}

.man {
  color: #1e7bc2;
  font-size: 12px;
  font-family: 돋움;
}

.woman {
  color: #fa5085;
  font-size: 12px;
  font-family: 돋움;
}

.ml-0 {
  margin-left: 4px !important;
}

.ml-1 {
  margin-left: 4px !important;
}

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 16px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.mr-0 {
  margin-right: 4px !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 16px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mb-0 {
  margin-bottom: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mt-0 {
  margin-top: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

/* loading */
.loading-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: transparent;
}

.loading-container.show {
  display: block
}

.loading-icon {
  position: relative;
  left: 50%;
  top: 25%;
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .1);
  box-sizing: border-box;
  border-radius: 10px;
}

/* modal popup */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-group {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modal-label {
  width: 25%;
  text-align: right;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

.pagination {text-align:center; padding:0px 0 0px 0; }
.pagination li {display:inline-block; zoom:1; *display:inline; border:1px solid #dedede; border-radius:3px; margin:3px;}
.pagination li.active {background-color:#9ea7b3}
.pagination a {display:block; width:22px; height:20px; line-height:20px; border-radius:5px 5px 5px 5px;}
.pagination a:hover {background-color: rgba(255,255,255,0.3);}
.pagination p {display:inline-block; line-height:200%; padding:0 10px;}
.pagination p strong {font-weight:bold;}

pre.preview {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-break:break-all;
}