@charset "utf-8";
/* FMS CSS */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

body {font-family: 'Noto Sans KR', sans-serif;}

/* table */
.table tbody tr td { padding-top:15px !important; vertical-align: middle;}
.table td .progress { width:60%;display: inline-block; margin-right: 10px;}
/* .table tbody tr td:first-child {text-align: center;} */
th.center {
  text-align: center;
} 
td.center {
  text-align: center;
} 
td.details {
  text-align: left;
  padding:10px 5px 10px 5px;
}

.table-striped .inner-table2 {
	width:100%;
	text-align:left !important;
	width:80%;
	margin:0 auto;
}

.inner-table2 tbody > tr > td,
.inner-table2 tbody > tr > th {
  background-color: #ffffff !important ;
  border-bottom: 1px solid #efefef !important;
}

.inner-table2 div {
  background-color: #ffffff !important ;
  border-bottom: 1px solid #efefef !important;
  padding: 12px 5px 12px 5px;
  min-height: 50px;
}

/* form */
.input-group-addon i {min-width:14px}
.input-group-addon.primary {border:1px solid #0090d9;}
.search-label {
	text-align:right;
	vertical-align:middle;
	margin-top:5px;
}

/* pagination */
.fms-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
.fms-pagination > li {
  display: inline;
}
.fms-pagination > li > a,
.fms-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.fms-pagination > li:first-child > a,
.fms-pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fms-pagination > li:last-child > a,
.fms-pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fms-pagination > li > a:hover,
.fms-pagination > li > span:hover,
.fms-pagination > li > a:focus,
.fms-pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.fms-pagination > .active > a,
.fms-pagination > .active > span,
.fms-pagination > .active > a:hover,
.fms-pagination > .active > span:hover,
.fms-pagination > .active > a:focus,
.fms-pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.fms-pagination > .disabled > span,
.fms-pagination > .disabled > span:hover,
.fms-pagination > .disabled > span:focus,
.fms-pagination > .disabled > a,
.fms-pagination > .disabled > a:hover,
.fms-pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.fms-pagination-lg > li > a,
.fms-pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.fms-pagination-lg > li:first-child > a,
.fms-pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fms-pagination-lg > li:last-child > a,
.fms-pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.fms-pagination-sm > li > a,
.fms-pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.fms-pagination-sm > li:first-child > a,
.fms-pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fms-pagination-sm > li:last-child > a,
.fms-pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fms-glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 우편번호용 테이블 추가 3016.01.31*/
.post-table-list {width:100%; margin-bottom:20px; border-top:2px solid #384655; font-size:13px; line-height:160%;}
.post-table-list thead th {padding:8px 0; background:#fff; border-left:0; border-bottom:1px solid #606b77; }
.post-table-list tbody tr {border-bottom:1px solid #ccc; }
.post-table-list tbody td { border-left:1px solid #ccc; padding:5px 10px;  text-align:center; background:#fff; }
.post-table-list tbody a:hover,
.post-table-list tbody a:focus {text-decoration:none;}
.post-table-list td:first-child,
.post-table-list th:first-child {border-left:0;}
.post-table-list ul {padding:0; margin:0; zoom:1}
.post-table-list li {zoom:1}
.post-table-list li.addr_road {color:#017cff; font-weight:600; font-size:14px; padding-left:60px; background: url(/images/sub/btn_road.png) no-repeat left 3px; zoom:1;}
.post-table-list li.addr_num {color:#333;  padding-left:60px; background: url(/images/sub/btn_num.png) no-repeat left 3px; zoom:1;}
.post-table-list li.addr_relation {color:#666; font-size:12px; padding-left:60px; background: url(/images/sub/btn_relation.png) no-repeat left 3px; zoom:1;}
/* 우편번호용 여기까지 */
