@charset "UTF-8";
@page {
  size: A4 portrait;
  margin: 10mm;
}
/**********************************
Create :			2013.07.17
Developer :		MidasIT Kim min-jong
***********************************/
/* Koala 1.0 */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
select,
button,
table {
  font-family: '나눔바른고딕', 'Nanum Barun Gothic', '돋움', Dotum, AppleGothic, sans-serif;
  font-size: 13px;
}
body,
input,
textarea,
select,
button,
table,
a {
  color: #333;
}
body {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}
img,
fieldset {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style-position: inside;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: underline;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
label,
button {
  cursor: pointer;
}
label {
  position: relative;
}
input[type=text],
input[type=password],
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0px;
}
input[type=search] {
  box-sizing: content-box;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-webkit-input-placeholder:disabled {
  color: #ddd;
}
::-moz-placeholder:disabled {
  color: #ddd;
}
:-ms-input-placeholder:disabled {
  color: #ddd;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.number {
  font-family: Helvetica;
  font-size: 1.1em;
  font-weight: normal;
}
textarea {
  overflow-x: hidden;
}
/* Firefox 1row 버그 해결 */
iframe {
  border: none;
}
input[size="1"] {
  width: 13px;
}
input[size="2"] {
  width: 26px;
}
input[size="3"] {
  width: 39px;
}
input[size="4"] {
  width: 52px;
}
input[size="5"] {
  width: 65px;
}
input[size="6"] {
  width: 78px;
}
input[size="7"] {
  width: 91px;
}
input[size="8"] {
  width: 104px;
}
input[size="9"] {
  width: 117px;
}
input[size="10"] {
  width: 130px;
}
input[size="11"] {
  width: 143px;
}
input[size="12"] {
  width: 156px;
}
input[size="13"] {
  width: 169px;
}
input[size="14"] {
  width: 182px;
}
input[size="15"] {
  width: 195px;
}
input[size="16"] {
  width: 208px;
}
input[size="17"] {
  width: 221px;
}
input[size="18"] {
  width: 234px;
}
input[size="19"] {
  width: 247px;
}
input[size="20"] {
  width: 260px;
}
input[size="21"] {
  width: 273px;
}
input[size="22"] {
  width: 286px;
}
input[size="23"] {
  width: 299px;
}
input[size="24"] {
  width: 312px;
}
input[size="25"] {
  width: 325px;
}
input[size="26"] {
  width: 338px;
}
input[size="27"] {
  width: 351px;
}
input[size="28"] {
  width: 364px;
}
input[size="29"] {
  width: 377px;
}
input[size="30"] {
  width: 390px;
}
input[size="31"] {
  width: 403px;
}
input[size="32"] {
  width: 416px;
}
input[size="33"] {
  width: 429px;
}
input[size="34"] {
  width: 442px;
}
input[size="35"] {
  width: 455px;
}
input[size="36"] {
  width: 468px;
}
input[size="37"] {
  width: 481px;
}
input[size="38"] {
  width: 494px;
}
input[size="39"] {
  width: 507px;
}
input[size="40"] {
  width: 520px;
}
input[size="41"] {
  width: 533px;
}
input[size="42"] {
  width: 546px;
}
input[size="43"] {
  width: 559px;
}
input[size="44"] {
  width: 572px;
}
input[size="45"] {
  width: 585px;
}
input[size="46"] {
  width: 598px;
}
input[size="47"] {
  width: 611px;
}
input[size="48"] {
  width: 624px;
}
input[size="49"] {
  width: 637px;
}
input[size="50"] {
  width: 650px;
}
/*****************************
레이아웃 관련 CSS
*******************************/
body {
  overflow-y: scroll;
  background: #e8f5f6;
  transition: background 0.2s ease;
}
#wrap_content {
  margin-left: 190px;
  background: #fff;
}
.layout {
  max-width: 1440px;
  min-width: 1024px;
  margin: 0 auto;
}
/*****************************
Header관련 CSS
*******************************/
#wrap_header,
#wrap_header > header {
  position: relative;
  z-index: 6000;
  height: 50px;
  background: #3983e1;
}
#wrap_header > header {
  position: relative;
  margin: 0 auto;
}
#wrap_header > header > h1 {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 20px;
  width: 150px;
  height: 50px;
  line-height: 50px;
}
#wrap_header > header > h1 > a {
  color: #fff;
  font-size: 23px;
  text-decoration: none;
}
#wrap_header > header > h1 img {
  display: block;
}
#wrap_header label.header-search {
  position: relative;
  top: -3px;
}
#wrap_header label.header-search > i.fa,
#wrap_header label.header-search > input {
  background: #eef4f8;
  border: none;
  font-size: 13px;
}
#wrap_header label.header-search > i.fa {
  display: inline-block;
  padding: 7px 8px 0px 8px;
  height: 20px;
  color: #8f9fbb;
}
#wrap_header label.header-search > input {
  padding-right: 13px;
  width: 160px;
  height: 27px;
  color: #777;
  outline: none;
}
#wrap_header ul.top-menu {
  position: absolute;
  right: 0px;
  top: 16px;
  color: rgba(255, 255, 255, 0.7);
}
#wrap_header ul.top-menu > li {
  position: relative;
  float: left;
  margin: 0px 10px;
}
#wrap_header ul.top-menu li:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 1px;
  height: 17px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
#wrap_header ul.top-menu li:hover:before {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}
#wrap_header ul.top-menu > li:first-child:before {
  content: none;
}
#wrap_header ul.top-menu a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#wrap_header ul.top-menu a:hover {
  color: rgba(255, 255, 255, 0.9);
}
/*****************************
Sidebar 레이아웃 CSS
*******************************/
#sidebar:before {
  content: "";
  display: block;
  width: 190px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: -1;
}
#sidebar {
  position: absolute;
  float: left;
  width: 190px;
}
#sidebar > ul.depth_1 > li {
  position: relative;
}
#sidebar > ul.depth_1 > li > a {
  display: block;
  padding-left: 20px;
  height: 38px;
  border-bottom: 1px solid #363b49;
  color: #bacee5;
  line-height: 38px;
  font-size: 13px;
  text-decoration: none;
}
#sidebar > ul.depth_1 > li > a > span.wrap-icon {
  overflow: hidden;
  width: 12px;
  margin-right: 10px;
}
#sidebar:before,
#sidebar,
#sidebar > ul.depth_1 > li > a {
  background: #212735;
  word-wrap: break-word;
}
#sidebar > ul.depth_1 > li > a.active,
#sidebar > ul.depth_1 > li > a:hover {
  color: #64a8e8;
}
#sidebar > ul.depth_1 > li > a.active + ul.depth_2 {
  display: block;
}
#sidebar ul.depth_2 {
  display: none;
}
#sidebar ul.depth_2 > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 0px;
  width: 9px;
  height: 19px;
  border-bottom: 1px dotted #9dbdd6;
}
#sidebar ul.depth_2 > li {
  position: relative;
  border-bottom: 1px dashed #05060a;
}
#sidebar ul.depth_2 > li > a {
  display: block;
  margin-left: 25px;
  padding-left: 16px;
  height: 38px;
  color: #617b9d;
  font-size: 13px;
  line-height: 38px;
  text-decoration: none;
}
#sidebar ul.depth_2 > li > a.active,
#sidebar ul.depth_2 > li > a:hover,
#sidebar ul.depth_2 > li > a.active > i {
  color: #64a8e8;
}
#sidebar ul.depth_2 > li > a,
#sidebar ul.depth_2 > li:last-child:before {
  border-left: 1px dotted #9dbdd6;
}
#sidebar ul.depth_2 > li:last-child > a {
  border-left: none;
}
#sidebar ul.depth_2 i.fa {
  display: none;
  position: absolute;
  left: 17px;
  top: 13px;
  width: 18px;
  line-height: 12px;
  text-align: center;
}
#sidebar ul.depth_2 i.fa,
#sidebar ul.depth_2 > li {
  background: #191b22;
}
#sidebar ul.depth_2 > li > a.active > i,
#sidebar ul.depth_2 > li > a:hover > i {
  display: block;
}
#sidebar.fold {
  z-index: 5000;
}
#sidebar.fold,
#sidebar.fold:before {
  width: 50px;
}
#sidebar.fold ul.depth_1 > li.open {
  position: relative;
  z-index: 5;
  width: 195px;
}
#sidebar.fold ul.depth_2 > li:before {
  left: 10px;
}
#sidebar.fold ul.depth_2 > li > a {
  margin-left: 10px;
}
#sidebar.fold > ul.depth_1 > li > a > span.menu-name {
  display: inline-block;
  text-indent: -9999px;
}
#sidebar.fold > ul.depth_1 > li.open > a > span.wrap-icon {
  margin-right: 25px;
}
#sidebar.fold > ul.depth_1 > li.open > a > span.menu-name {
  text-indent: 0px;
}
#sidebar.fold ul.depth_2 i.fa {
  left: 2px;
}
#sidebar.fold ul.depth_2 {
  position: absolute;
  left: 50px;
  width: 145px;
}
#sidebar.fold > ul.depth_1 > li > a.active + ul.depth_2 {
  display: none;
}
#btnOpenSidebar {
  display: none;
}
/*****************************
본문 공통요소
*******************************/
#wrap_body {
  position: relative;
}
#wrap_body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  max-width: 1440px;
  width: 100%;
  background: #fff;
  z-index: -2;
}
#wrap_body.blankBg:before,
#wrap_body.blankBg #wrap_content {
  background: inherit;
}
#content {
  padding: 30px;
}
#content > h2.h2 {
  position: relative;
  margin: 0 0 18px;
  color: #3f527d;
  font-size: 30px;
  font-weight: normal;
}
#content > h2.h2 > span.subtitle {
  position: relative;
  margin-left: 30px;
  margin-right: 20px;
  color: #808aa3;
  font-size: 26px;
}
#content > h2.h2 > span.subtitle:before {
  content: "";
  position: absolute;
  left: -17px;
  top: 3px;
  height: 22px;
  border-left: 1px solid #c9cedb;
}
#content h3.h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 23px;
  background: url(images/bu.png) no-repeat left 4px;
  font-weight: normal;
  font-size: 22px;
}
#content > h3.h3 > span.subtitle {
  margin-left: 5px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
}
#content h3.h3.border {
  padding-bottom: 12px;
  border-bottom: 2px solid #60b9ce;
}
#content b {
  color: #f26522;
  font-weight: normal;
}
/*****************************
레이아웃 변경관련 CSS
*******************************/
#set-layout {
  display: none;
  /* 개발안할거라 일단 숨김 */
  position: absolute;
  z-index: 10000;
  right: 0px;
  top: 20px;
  overflow: hidden;
  width: 40px;
  height: 39px;
}
#wrap_header.fixed + #wrap_body #set-layout {
  top: 70px;
}
.btn-layout {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 42px;
  height: 39px;
  background: #FFB44B !important;
  border: none;
  border-radius: 6px 0px 0px 6px;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.55;
  transition: all 0.2s ease;
}
.btn-layout.active,
.btn-layout:hover {
  opacity: 1;
}
.ul-layout {
  position: absolute;
  left: 40px;
  top: 0px;
  padding: 10px 15px;
  width: 126px;
  /*160px*/
  border: 2px solid #ffb44b;
  background: #fff;
}
.ul-layout > li {
  line-height: 30px;
}
.ul-layout input.checkbox:checked + .label:before {
  background-color: #ffb44b !important;
  border-color: #ffb44b !important;
  color: #fff;
}
/*****************************
페이징
*******************************/
.paging-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.paging {
  display: inline;
  text-align: center;
}
.paging.no-margin {
  margin-top: 0px;
}
.paging * {
  vertical-align: middle;
}
.paging ul {
  margin: 0 4px;
  display: inline-block;
}
.paging li {
  display: inline-block;
}
.paging li > a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  min-width: 20px;
  font-size: 13px;
  font-family: Helvetica;
}
.paging li > a.active {
  color: #8aaf21;
  font-weight: bold;
}
.paging li > a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 1px;
  height: 15px;
  border-right: 1px solid #dddddd;
}
.paging li:first-child > a:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 1px;
  height: 15px;
  border-left: 1px solid #dddddd;
}
/*********************************
* 상단 고정
**********************************/
#wrap_header.fixed {
  position: fixed;
  z-index: 10020;
  width: 100%;
}
#wrap_header.fixed + #wrap_body {
  padding-top: 50px;
}
/*********************************
* 왼쪽메뉴 고정
**********************************/
#sidebar.fixed {
  position: fixed;
}
/*********************************
*반응형 레이아웃
**********************************/
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  body {
    overflow-y: auto;
  }
  #wrap_content {
    margin-left: 50px;
  }
}
/* 작은 모니터 */
@media screen and (max-width: 1024px) {
  body {
    overflow-y: auto;
  }
  #sidebar {
    left: -190px;
    transition: left 0.2s ease;
  }
  #sidebar.show {
    left: 0px;
    z-index: 5000;
  }
  #btnOpenSidebar {
    position: absolute;
    top: 50px;
    left: 0px;
    display: block;
    padding: 7px 9px;
    transition: left 0.2s ease;
  }
  #btnOpenSidebar:active {
    top: 51px;
    left: 1px;
  }
  #sidebar.show + #btnOpenSidebar {
    left: 190px;
  }
  #wrap_content {
    margin-left: 0px;
  }
}
/* 아이패드 가로 */
/*****************************
Button Initialize
*******************************/
button.btn {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding: 11px 15px;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  transition: all 0.15s ease 0s;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
button.btn.active,
button.btn:hover {
  text-decoration: none;
}
button.btn:active {
  top: 1px;
  left: 1px;
}
button.btn * {
  vertical-align: middle;
}
button.btn i.fa {
  margin-right: 5px;
  font-size: 14px;
}
button.btn i.fa.fa-right {
  margin-right: 0px;
  margin-left: 3px;
}
button.btn.sharp {
  border-radius: 0px;
}
button.btn.sharp-right {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
button.btn.sharp-left {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
button.btn-near {
  margin-right: 2px;
}
button.btn-far {
  margin-right: 17px;
}
button.btn.btn-blank {
  color: #333;
}
button.btn.btn-blank,
button.btn.btn-blank:hover,
button.btn.btn-blank.active {
  background: none;
  border: none;
}
button.btn.btn-last {
  margin-right: 0px;
}
button.btn.btn-block {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 0px;
}
button.btn.btn-setting {
  position: relative;
  top: -3px;
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0 0 0 7px;
  border: 0;
}
button.btn.btn-setting,
button.btn.btn-setting:hover,
button.btn.btn-setting:active {
  background: url(images/btn-setting.png) no-repeat;
}
/*****************************
Button Position
*******************************/
button.btn.btn-margin-left {
  margin-left: 20px;
}
button.btn.btn-abs-right {
  position: absolute;
  right: 0px;
  top: 0px;
}
button.btn.btn-abs-right:active {
  top: 1px;
  right: -1px;
  left: auto;
}
button.btn.btn-top {
  margin-top: 5px;
}
button.btn.btn-in-textedit {
  position: absolute;
  top: 21px;
  right: 0px;
}
button.btn.btn-in-textedit:active {
  top: 22px;
  right: -1px;
  left: auto;
}
/*****************************
Button Grouping Div
*******************************/
.btn-set {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.btn-set.no-margin {
  margin-bottom: 0px;
}
.btn-set.btn-set-final {
  margin-top: 50px;
}
.btn-set.btn-set-left {
  text-align: left;
}
.btn-set.btn-set-right {
  text-align: right;
}
.btn-set span.msgView {
  font-size: 16px;
}
/*****************************
간격없는 버튼모음
*******************************/
.btn-group {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.btn-group.btn-last {
  margin-right: 0px;
}
.btn-group:after {
  content: "";
  display: block;
  clear: both;
}
.btn-group.btn-near {
  margin-right: 2px;
}
.btn-group > button,
.btn-group > div.dropdown-set {
  float: left;
}
.btn-group button,
.btn-group > div.dropdown-set {
  margin-right: 0px;
}
.dropdown-menu.excel-upload {
  width: 380px;
  padding: 10px 15px;
}
.dropdown-menu.excel-upload > li > input {
  width: 260px;
}
.dropdown-menu.excel-upload > li > button {
  float: right;
}
.btn-group button:active {
  left: 0px;
}
/* 붙어있는 버튼의 왼쪽보더를 없앰 */
.btn-group button + button,
.btn-group > div.dropdown-set + button,
.btn-group button + div.dropdown-set > button,
.btn-group button + div.dropdown-set > form > button,
.btn-group > div.dropdown-set + div.dropdown-set > button,
.btn-group > div.dropdown-set + div.dropdown-set > form > button {
  border-left: none;
}
/*****************************
Button Sizing
*******************************/
button.btn.btn-text-label {
  padding: 4px 3px;
  height: 20px;
  font-family: '돋움', dotum;
  font-size: 11px;
  letter-spacing: -2px;
}
button.btn.btn-mini {
  padding: 0 4px;
  height: 20px;
  font-size: 12px;
}
button.btn.btn-miniSMS {
  padding: 6px 12px;
  height: 28px;
  border-radius: 3px;
}
button.btn.btn-small {
  padding: 7px 12px;
  height: 30px;
}
button.btn.btn-big {
  padding: 10px 25px;
  height: 40px;
  font-size: 13px;
}
button.btn.btn-great {
  overflow: hidden;
  box-sizing: border-box;
  padding: 11px 30px;
  min-width: 150px;
  height: 50px;
  font-size: 18px;
}
button.btn-square {
  /* 댓글 등록 버튼 */
  width: 90px;
  height: 80px;
}
button.btn-big-search {
  /* 검색 조건에서 사용*/
  padding: 10px 25px;
  width: 80px;
  height: 70px;
  font-size: 16px;
}
button.btn100per {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
h3.h3 button.btn {
  margin-left: 15px;
  padding: 0px 10px;
  height: 25px;
  line-height: 23px;
}
h3.h3 button.btn + button.btn {
  margin-left: 5px;
}
/*****************************
Button Shape
*******************************/
button.btn-circle {
  border-radius: 100%;
}
button.btn.like-input {
  padding: 7px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  color: #333;
}
button.btn.like-input.like-input-detailSearch {
  width: 160px;
  color: #666;
  text-align: left;
}
button.btn.like-input,
button.btn.like-input:hover,
button.btn.like-input:active,
button.btn.like-input.active {
  background: #fff;
}
button.btn.like-input.selected {
  color: #71a01b;
}
button.btn.like-text {
  display: inline;
  margin: 0px;
  padding: 0px;
  background: none;
  border: none;
  border-bottom: 1px solid #333;
  color: #333;
}
button.btn.like-text:hover {
  background: none;
}
table.table thead.multi-row button.btn.like-input {
  padding-top: 5px;
  padding-bottom: 5px;
}
/*****************************
Button State
*******************************/
.btn.disabled:active,
.btn[disabled]:active {
  top: 0px;
  left: 0px;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:active {
  opacity: 0.65;
  cursor: not-allowed;
}
/*****************************
Dropdown Menu with Button Tag
*******************************/
.dropdown-set {
  position: relative;
  display: inline-block;
  text-align: left;
}
.dropdown-set.dropdown100per {
  box-sizing: border-box;
  width: 100%;
}
.dropdown-set > button {
  margin-right: 0px;
}
.dropdown-menu,
.dropdown-sub-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  box-sizing: border-box;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: left;
}
.dropdown-menu table {
  text-align: center;
}
.dropdown-menu {
  top: 99%;
  left: 0px;
}
div.dropdown-menu {
  padding: 15px;
  text-align: center;
}
.dropdown-set.dropdown100per .dropdown-menu,
.dropdown-set.dropdown100per .dropdown-menu label {
  box-sizing: border-box;
  width: 100%;
  min-width: inherit;
}
.dropdown-menu.dropdown-limit-height {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 280px;
}
.dropdown-menu.dropdown-scroll {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 280px;
}
.dropdown-menu.dropdown-limit-height .fixed {
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  padding: 0px;
  background: #fff;
  border: none;
  z-index: 1000;
}
.dropdown-menu.dropdown-limit-height:after {
  content: "";
  display: block;
  height: 30px;
}
.dropdown-menu.dropdown-limit-height .fixed > input {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.dropdown-menu.dropdown-limit-height .fixed > a {
  padding: 5px 20px 6px 15px;
  border-top: 1px solid #E5E5E5;
}
.dropdown-sub-menu {
  top: -10px;
  left: 100%;
}
.dropdown-menu.dropdown-right {
  left: auto;
  right: 0px;
}
.dropdown-menu.dropdown-topRight {
  left: 100%;
  top: -1px;
  margin: 0;
}
button.btn + .dropdown-menu.dropdown-top {
  top: auto;
  bottom: 39px;
}
button.btn.btn-small + .dropdown-menu.dropdown-top {
  bottom: 30px;
}
.dropdown-menu.active,
.dropdown-sub-menu.active {
  display: block;
}
.dropdown-menu > li,
.dropdown-sub-menu > li {
  position: relative;
}
.dropdown-menu > li.none-anchor {
  padding: 3px 20px 3px 15px;
  font-weight: normal;
}
.dropdown-menu > li > a,
.dropdown-sub-menu > li > a,
.dropdown-menu > li > form,
.dropdown-sub-menu > li > form,
.dropdown-menu > li > label,
.dropdown-sub-menu > li > label {
  display: block;
  box-sizing: border-box;
  padding: 3px 20px 3px 15px;
  margin-bottom: 1px;
  margin-top: 1px;
  min-width: 150px;
  background: #fff;
  border: none;
  color: #333;
  font-weight: normal;
  line-height: 1.42857em;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown-menu.small > li > a,
.dropdown-menu.small > li > label {
  min-width: 100px;
}
.dropdown-menu > li.divider,
.dropdown-sub-menu > li.divider {
  margin-top: 9px;
  padding-top: 6px;
  padding-bottom: 3px;
  border-top: 1px solid #E5E5E5;
}
.dropdown-menu > li.divider-top,
.dropdown-sub-menu > li.divider-top {
  padding-bottom: 3px;
  border-bottom: 1px solid #E5E5E5;
}
.dropdown-menu > li.divider-top + li,
.dropdown-menu > li.divider-top + li.divider,
.dropdown-sub-menu > li.divider-top + li,
.dropdown-sub-menu > li.divider-top + li.divider {
  margin-top: 0px;
  padding-top: 3px;
}
.dropdown-menu > li > a:hover,
.dropdown-sub-menu > li > a:hover,
.dropdown-menu > li > label:hover,
.dropdown-sub-menu > li > label:hover {
  background: #abbac3;
  color: #fff;
}
.dropdown-menu > li > a:hover > b,
.dropdown-sub-menu > li > a:hover > b,
.dropdown-menu > li > label:hover > b,
.dropdown-sub-menu > li > label:hover > b {
  color: #333 !important;
}
.dropdown-menu a > i.fa-right {
  position: absolute;
  right: 5px;
  line-height: 20px;
}
.dropdown-set button.btn.btn-dropdown-only {
  box-sizing: border-box;
  padding: 7px 0px;
  width: 22px;
}
/*****************************
Button Color
*******************************/
button.btn {
  background: #15b3ca;
  border-color: #1598ac;
  color: #fff;
}
button.btn-wide {
  padding: 11px 20px;
}
button.no-margin {
  margin: 0;
}
button.btn.active,
button.btn:hover {
  background: #1598ac;
}
button.btn-add {
  background: #a1c725;
  border-color: #8eb224;
}
button.btn-add.active,
button.btn-add:hover {
  background: #8eb224;
}
button.btn-ng {
  background: #9b9ea0;
  border-color: #868b8d;
}
button.btn-ng.active,
button.btn-ng:hover {
  background: #868b8d;
}
button.btn-white,
button.btn-white-green {
  background: #fdfdfd;
  background: linear-gradient(#fdfdfd 0%, #f8f8f8 100%);
  /* W3C */
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
}
button.btn-white.active,
button.btn-white:hover,
button.btn-white-green.active,
button.btn-white-green:hover {
  background: #f9f9f9;
  background: linear-gradient(#f9f9f9 0%, #f0f0f0 100%);
  /* W3C */
}
button.btn-white {
  color: #666;
}
button.btn-white-green {
  color: #71a01b;
}
button.btn-display {
  background: #b7cbd6;
  border: 1px solid #b7cbd6;
}
button.btn-display.active,
button.btn-display:hover {
  background: #94a7c0;
}
button.btn-paging {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(images/btnPaging.png) no-repeat left top;
  border: none;
}
button.btn-paging:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
button.btn-paging.paging-prev {
  margin: 0 10px 0px 5px;
  background-position: -30px top;
}
button.btn-paging.paging-next {
  margin: 0 5px 0px 10px;
  background-position: -60px top;
}
button.btn-paging.paging-last {
  background-position: -90px top;
}
button.btn-paging.paging-first:hover {
  background-position: left bottom;
}
button.btn-paging.paging-prev:hover {
  background-position: -30px bottom;
}
button.btn-paging.paging-next:hover {
  background-position: -60px bottom;
}
button.btn-paging.paging-last:hover {
  background-position: -90px bottom;
}
button.btn.btn-great {
  background: url(images/btn-great.png) no-repeat right -200px, #15b3ca;
  transition: none;
}
button.btn.btn-great:hover {
  background: url(images/btn-great.png) no-repeat right -250px, #10a5c0;
}
button.btn.btn-great.btn-ng {
  background: url(images/btn-great.png) no-repeat right top, #9b9ea0;
}
button.btn.btn-great.btn-ng:hover {
  background: url(images/btn-great.png) no-repeat right -50px, #828588;
}
button.btn.btn-great.btn-add {
  background: url(images/btn-great.png) no-repeat right -100px, #a1c725;
}
button.btn.btn-great.btn-add:hover {
  background: url(images/btn-great.png) no-repeat right -150px, #8ebd10;
}
button.btn.btn-great.btn-excel {
  background: url(images/btn-great.png) no-repeat right -300px, #3baa5f;
}
button.btn.btn-great.btn-excel:hover {
  background: url(images/btn-great.png) no-repeat right -350px, #2f974d;
}
button.btn-close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  width: 17px;
  height: 18px;
  border: none;
  background: url(images/btnClosePop.png) no-repeat center center;
}
button.btn-close-modal:active {
  top: 17px;
  right: 15px;
}
/********************************************
* 테이블
********************************************/
table.table {
  margin-bottom: 30px;
  border-top: 2px solid #60b9ce;
  border-bottom: 1px solid #60b9ce;
}
table.table.no-margin {
  margin-bottom: 0px;
}
table.table th {
  background: #f4f9fa;
  border-bottom: 1px solid #cbdfe4;
}
table.table thead th {
  padding-left: 1px;
  padding-right: 1px;
  height: 45px;
}
table.table thead.multi-row th {
  height: 30px;
}
table.table tbody th {
  padding: 10px;
  height: 25px;
}
table.table tbody td {
  background: #fff;
}
table.table tbody td,
table.table tfoot td {
  padding: 12px 0;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
table.table.fit {
  font-size: 12px;
}
table.table.fit th {
  padding: 0px 3px;
  height: 25px;
}
table.table.fit td {
  padding: 4px 3px;
}
table.table tr.active td {
  background: rgba(200, 200, 200, 0.2);
}
table.table tr.height-fit td {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 45px;
}
table.table tbody td.selected,
table.table tbody tr.selected td {
  background: #fbeff0;
}
table.table.table-stripe tbody tr:nth-child(even) td {
  background: #f9fbfb;
}
table.table col[data-div-type],
table.table th[data-div-type],
table.table td[data-div-type] {
  display: none;
}
table.table col[data-div-type].active,
table.table th[data-div-type].active,
table.table td[data-div-type].active {
  display: table-cell;
}
table.table th[data-sort] {
  cursor: pointer;
}
table.table th[data-sort].activeSort {
  color: #71A01B;
}
table.table ul.grade-list > li {
  min-height: 23px;
  padding-top: 7px;
  margin-bottom: 2px;
}
table b {
  color: #e23250 !important;
}
table.table th.th-left,
table.table td.td-left,
table.table.horizon td {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
table.table th.required i.fa.fa-check {
  position: absolute;
  margin-top: 3px;
  margin-left: 6px;
}
table.table th.required i.fa.fa-check,
table.table i.fa.fa-check.required,
table.tbl-form-group th.required i.fa.fa-check,
table.tbl-form-group i.fa.fa-check.required {
  color: #F5B93B;
}
table.table td.td-right {
  padding-right: 15px;
  text-align: right;
}
table.table tbody.td-top td,
table.table tr.td-top td,
table.table td.td-top {
  vertical-align: top;
}
table.table tbody td.none {
  height: 250px;
  font-size: 17px;
}
table.table td a {
  white-space: pre-wrap;
  word-wrap: break-word;
}
table.table.border td {
  border-right: 1px solid #e1e1e1;
}
table.table.border tr > td:last-child {
  border-right: none;
}
table.table.fold td .fold,
table.table.fold td.fold > * {
  display: none;
}
/*************************************
Table Based Form Grouping Class - SearchBox
테이블 기반 폼 그룹핑 클래스
**************************************/
div.tbl-search-box {
  padding: 20px 25px 20px 0px;
  background: #ebebeb;
}
div.tbl-search-box th {
  height: 36px;
}
div.tbl-search-box td {
  padding-right: 5px;
}
/******************************************************************
레이어팝업 검색
*******************************************************************/
.search-box {
  position: relative;
  display: inline-block;
}
.search-box .wrap-search {
  position: relative;
  display: inline-block;
}
.search-box input,
.search-box select {
  margin-right: 0px;
}
.search-box input[type=search] {
  width: 366px;
}
.search-box.search-box-small span.total_register {
  margin-right: 7px;
}
.search-box.search-box-small .wrap-search {
  position: relative;
}
.search-box.search-box-small .wrap-search label.search-type {
  position: absolute;
  top: -25px;
  left: 0px;
}
.search-box.search-box-small input[type=search] {
  width: 245px;
}
.search-box.search-box-small input[type=search] + button[type=submit] {
  margin-right: 2px;
  padding: 7px 8px;
  background: #fff;
  border: 1px solid #d8d8d8;
  color: #94A7C0;
}
.search-box.search-box-small input[type=search] + button[type=submit]:hover {
  background: #94A7C0;
  border: 1px solid #94A7C0;
  color: #fff;
}
.search-box.search-box-small input[type=search] + button[type=submit]:active {
  top: 0px;
  left: 0px;
  background: #75859b;
}
.search-box.search-box-small label.set-vertical-scroll {
  position: absolute;
  top: -69px;
  right: 0px;
}
/*************************************
Table Based Form Grouping Class
테이블 기반 폼 그룹핑 클래스
**************************************/
table.tbl-form-group {
  margin-bottom: 20px;
  border-top: 2px solid #60b9ce;
}
table.tbl-form-group.no-margin {
  margin-bottom: 0px;
}
table.tbl-form-group.limit-width {
  max-width: 1200px;
}
table.tbl-form-group th,
table.tbl-form-group td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbdfe4;
}
table.tbl-form-group th.last,
table.tbl-form-group td.last,
table.tbl-form-group tr:last-child th,
table.tbl-form-group tr:last-child td {
  border-bottom: 1px solid #82ccdc;
}
table.tbl-form-group th {
  padding-left: 15px;
  background: #f4f9fa;
  color: #000;
  font-weight: bold;
  text-align: left;
}
table.tbl-form-group td {
  padding-right: 15px;
  padding-left: 20px;
}
table.tbl-form-group td.no-padding {
  padding-left: 0;
}
table.tbl-form-group td.td-top {
  vertical-align: top;
}
table.tbl-form-group strong.inner-title {
  display: inline-block;
  margin-bottom: 4px;
}
/******************************************************************
테이블 상단 버튼셋
*******************************************************************/
.tbl-btn-list {
  position: relative;
  margin: 40px 0 12px;
}
h2 + .tbl-btn-list {
  margin-top: 0px;
}
h3 + .tbl-btn-list {
  margin: 10px 0 7px;
}
ul.tab + .tbl-btn-list {
  margin-top: 25px;
}
/******************************************************************
Label 설정
*******************************************************************/
label > * {
  vertical-align: middle;
}
label.label-set,
.label-set label {
  margin-right: 27px;
}
label.label.label-horizon {
  margin-right: 20px;
}
label.label.label-horizon.label-gap {
  display: inline-block;
  width: 85px;
}
label.twin {
  display: inline-block;
  margin-bottom: 2px;
}
/******************************************************************
레이블이 디자인된 Checkbox
*******************************************************************/
label.checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-right: 2px;
  padding: 4px 6px 4px 9px;
  height: 30px;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
}
label.checkbox > input.checkbox[type="checkbox"] + .label {
  margin-left: 2px;
}
/******************************************************************
Input, Select, Textarea 기본 설정
*******************************************************************/
input.text,
select.select,
textarea.textarea {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  outline: none;
}
input.text,
select.select {
  margin-right: 2px;
  padding: 6px 3px 5px;
  height: 30px;
}
.sub-setting ol.code-list,
input.text,
textarea.textarea {
  transition: border 0.2s linear 0s;
}
input.text.title {
  display: block;
  margin-bottom: 12px;
}
textarea.textarea {
  padding: 1%;
  width: 100%;
}
textarea.textarea.like-table {
  border-top: 2px solid #60b9ce;
  border-bottom: 1px solid #82ccdc;
}
textarea.textarea.textareaSMS {
  padding: 18px 22px;
  resize: none;
}
textarea.textarea.textarea-comment {
  padding: 18px 22px;
  resize: none;
  width: 560px;
  height: 79px;
}
textarea.textarea.textarea-mini {
  width: auto;
}
input.text.right {
  text-align: right !important;
}
input.text.left {
  text-align: left !important;
}
input.text.center {
  text-align: center !important;
}
input.text.like-text {
  background: transparent;
  border-color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
input.text.like-text:hover {
  border-color: #d8d8d8;
}
input.text.like-text:hover,
input.text.like-text:focus {
  text-decoration: none;
  cursor: text;
}
select.select {
  min-width: 50px;
  padding-left: 5px;
}
.sub-setting ol.code-list:hover,
select.select:focus,
input.text:focus,
textarea.textarea:focus {
  border-color: #95c332;
}
select.select-tall,
input.input-tall {
  height: 28px;
  line-height: 28px;
}
input.text.text100per,
select.select.select100per {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input.text.text100per {
  padding: 5px 1% 5px 1%;
}
select.select.select100per {
  padding: 5px 20px 5px 1%;
}
select.select:disabled {
  opacity: 0.7;
}
input.text.small {
  padding: 3px 3px 2px;
  height: 24px;
  font-size: 12px;
}
/******************************************************************
스타일이 들어간 select
*******************************************************************/
.styled-select {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  border-radius: 2px;
  overflow: hidden;
  line-height: 0;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  box-sizing: border-box;
}
.styled-select:before {
  content: "\f0dd";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 50%;
  right: 7px;
  margin-top: -4px;
  color: #000000;
}
.styled-select > select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  width: 100%;
  height: 28px;
  padding: 5px 19px 5px 5px;
}
.styled-select > select:disabled,
.styled-select > select:disabled:before {
  opacity: 0.5;
}
.styled-select.low-height > select {
  padding: 2px 19px 2px 5px;
  height: 22px;
}
.styled-select > select::-ms-expand {
  display: none;
}
.styled-select.searchCondition {
  width: calc(25% - 12px);
  margin-right: 7px;
  margin-bottom: 10px;
}
.styled-select.pagingCounter {
  margin-left: 12px;
}
.styled-select.styled-select100per {
  width: 100%;
}
.styled-select.styled-select100per > select {
  width: 100%;
}
.styled-select.styled-minusList {
  width: calc(100% - 35px);
}
/******************************************************************
Input 좌우에 버튼 붙이기
*******************************************************************/
input.input-button {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
  vertical-align: middle;
}
input.input-button + i,
input.input-button + button {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  vertical-align: middle;
}
/******************************************************************
Input 좌우에 아이콘블럭 붙이기
*******************************************************************/
label.input-icon {
  display: inline-block;
  position: relative;
  height: 30px;
}
label.input-icon * {
  vertical-align: middle;
}
label.input-icon > i {
  position: absolute;
  top: 2px;
  left: 1px;
  padding: 7px 4px 4px 6px;
  width: 11px;
  height: 17px;
  color: #94a7c0;
  font-size: 14px;
  transition: border 0.2s linear 0s;
}
label.input-icon > input {
  padding-left: 25px;
}
label.input-icon > input:focus + i {
  border-color: #95c332;
}
label.input-icon > i.fa-mobile {
  font-size: 26px;
  padding: 2px 4px 4px 7px;
}
/******************************************************************
Input 길이설정하기
*******************************************************************/
input.input-date,
input.input-date-past,
input.input-date-future,
input.input-date-foreignExam,
input.input-date-custom,
input.input-date-fullUpdate,
input.input-date-shortUpdate,
input.input-date-shortUpdateFuture {
  width: 115px;
  /* 90+25 */
}
input.input-time,
input.input-time-custom {
  width: 70px;
  /* 45+25 */
}
/******************************************************************
라벨
*******************************************************************/
i.label {
  display: inline-block;
  margin-left: 5px;
  padding-left: 2px;
  padding-right: 2px;
  background: #989b9d;
  color: #fff;
  font-family: "돋움", Dotum, Arial;
  font-size: 11px;
  font-style: normal;
}
i.label.ready {
  background: #5e7fc6;
}
i.label.active {
  background: #f39e5f;
}
/******************************************************************
Radio&Checkbox 변환 클래스
*******************************************************************/
input[type=checkbox].checkbox,
input[type=radio].radio {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
input[type=checkbox].checkbox:checked,
input[type=checkbox].checkbox:focus,
input[type=radio].radio:checked,
input[type=radio].radio:focus {
  outline: none !important;
}
input[type=checkbox].checkbox + .label,
input[type=radio].radio + .label {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin: 0 2px 0 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
}
input[type=checkbox].checkbox + .label::before,
input[type=radio].radio + .label::before {
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #95c332;
  content: "\a0";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  margin-top: -2px;
}
input[type=checkbox].checkbox:checked + .label:before,
input[type=radio].radio:checked + .label:before {
  display: inline-block;
  content: "\f00c";
  background-color: #f5f8fc;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
input[type=checkbox].checkbox:hover + .label::before,
input[type=checkbox].checkbox + .label:hover::before,
input[type=checkbox].checkbox:focus + .label::before,
input[type=radio].radio:hover + .label::before,
input[type=radio].radio + .label:hover::before,
input[type=radio].radio:focus + .label::before {
  border-color: #95c332;
}
input[type=checkbox].checkbox:active + .label::before,
input[type=checkbox].checkbox:checked:active + .label::before,
input[type=radio].radio:active + .label::before,
input[type=radio].radio:checked:active + .label::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox].checkbox:disabled + .label::before,
input[type=checkbox].checkbox[disabled] + .label::before,
input[type=checkbox].checkbox.disabled + .label::before,
input[type=radio].radio:disabled + .label::before,
input[type=radio].radio[disabled] + .label::before,
input[type=radio].radio.disabled + .label::before {
  background-color: #ddd !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
  color: #bbb;
}
input[type=radio].radio + .label::before {
  border-radius: 100%;
  font-size: 12px;
  line-height: 17px;
  height: 17px;
  min-width: 17px;
}
input[type=checkbox].checkbox.switch {
  width: 60px;
  height: 30px;
}
input[type=checkbox].checkbox.switch + .label {
  margin: 0 4px;
  min-height: 30px;
}
input[type=checkbox].checkbox.switch + .label::before {
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  width: 60px;
  height: 30px;
  line-height: 28px;
  background-color: #889fae;
  border: 1px solid #6d899c;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-family: Arial, Helvertica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
  text-indent: -30px;
  transition: all 0.4s ease;
}
input[type=checkbox].checkbox.switch + .label::after {
  content: "ːːː";
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 4px 0px 0px;
  width: 30px;
  height: 30px;
  background: #f7f7f7;
  /* Old browsers */
  background: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
  /* W3C */
  border-top: 1px solid #e4e4e4;
  border-right: none;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #cecece;
  boder-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #5b6a73;
  font-family: Arial, Helvertica, sans-serif;
  font-size: 12px;
  font-weight: lighter;
  line-height: 18px;
  text-align: center;
  text-shadow: -1px 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
input[type=checkbox].checkbox.switch:checked + .label::before {
  text-indent: 5px;
  background-color: #5791d7;
  border-color: #4b79ad;
}
input[type=checkbox].checkbox.switch:checked + .label::after {
  left: 32px;
  border-right: 1px solid #cecece;
  border-left: none;
  boder-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
input.checkbox.readonly[type="checkbox"] + .label:before,
input.radio.readonly[type="radio"] + .label:before {
  background: #e1e1e1;
}
/******************************************************
모달창 기본 설정
*******************************************************/
.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10100;
  background: rgba(0, 0, 0, 0.5);
}
.modal-bg.modal-scroll-outer {
  overflow-y: scroll;
}
.modal {
  position: relative;
  margin: 100px auto 0;
  padding-bottom: 20px;
  width: 800px;
  background: #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  transition: margin 0.2s ease-out;
}
.modal-bg.modal-scroll-inner .modal {
  margin-top: 3%;
  padding: 0px;
  height: 85%;
}
.modal-bg.modal-scroll-outer .modal {
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 0px;
  min-height: 80vh;
}
.modal .modal-body {
  padding: 20px 20px 0px;
}
.modal-bg.modal-scroll-inner .modal-body {
  overflow-y: auto;
  height: calc(100% - 148px);
}
.modal-bg.modal-scroll-outer .modal-body {
  padding: 30px 30px 95px;
}
.modal-bg.modal-scroll-outer .modal > .btn-set {
  position: absolute;
  bottom: 10px;
  right: 0px;
  box-sizing: border-box;
  width: 100%;
}
.modal h2.h2 {
  position: relative;
  padding: 0 30px;
  height: 50px;
  background: url(images/bg-modal-h2.png) no-repeat right top, #47b8d0;
  border-bottom: 1px solid #1b6fa5;
  color: #fff;
  line-height: 55px;
  font-size: 27px;
  font-weight: normal;
}
.modal h3.h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-left: 20px;
  background: url(images/bu.png) no-repeat left 4px;
  color: #324979;
  font-size: 19px;
  font-weight: bold;
}
.modal ul.list > li + li {
  margin-top: 10px;
}
.modal ul.list ul.list {
  margin-left: 30px;
  margin-top: 10px;
}
.modal ul.list strong.list-inner-header {
  font-size: 1.2em;
}
.modal .caching-set {
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 0px 20px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #212735;
  color: #fff;
  text-align: right;
}
.modal .caching-set .styled-select select {
  padding: 0px 19px 0px 5px;
  height: 21px;
}
.modal .caching-set button.btn {
  padding: 0px 15px;
  height: 25px;
}
/******************************************************
모달창 프로그래스 바
*******************************************************/
.modal-progress {
  position: relative;
  box-sizing: border-box;
  width: 480px;
  height: 400px;
  background: url(images/progress-bg.png) no-repeat right top, #3a414f;
  border: 1px solid #1b1c1e;
  transition: height 0.2s ease-out;
}
.modal-progress * {
  transition: opacity 1s ease;
}
.progress-icon-data {
  position: absolute;
}
.progress-icon-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.progress-icon-wrapper.icon2 {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 55px;
}
.progress-icon-wrapper.icon1 {
  margin-left: 135px;
  margin-top: 40px;
}
.progress-icon-wrapper:after {
  clear: both;
  content: '';
  display: block;
}
li.progress-icon + li.progress-icon {
  margin-left: 90px;
}
li.progress-icon {
  position: relative;
  float: left;
}
div.progress-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
div.progress-icon.progress-icon-man {
  top: 35px;
  left: 60px;
  height: 98px;
  width: 90px;
}
div.progress-icon.progress-icon-data {
  top: 41px;
  left: 30px;
  width: 148px;
  height: 129px;
}
.progress-converse-data {
  opacity: 1;
  background: url(images/progress-zip-icon.png) no-repeat -300px 0px;
}
.progress-converse-data.deactive {
  opacity: 0;
  background: url(images/progress-zip-icon.png) no-repeat -451px 0px;
}
.progress-converse-data.active {
  opacity: 1;
  background: url(images/progress-zip-icon.png) no-repeat -451px 0px;
}
.progress-collect-data {
  opacity: 1;
  background: url(images/progress-zip-icon.png) no-repeat 0px 0px;
}
.progress-collect-data.deactive {
  opacity: 0;
  background: url(images/progress-zip-icon.png) no-repeat -150px 0px;
}
.progress-collect-data.active {
  opacity: 1;
  background: url(images/progress-zip-icon.png) no-repeat -150px 0px;
}
.progress-man,
.progress-mask,
.progress-mask-bg {
  width: 90px;
  position: absolute;
}
.progress-man,
.progress-mask-bg {
  height: 98px;
}
.progress-mask {
  height: 0px;
}
.progress-man {
  background: url(images/progress-man.png) no-repeat left top;
}
.progress-mask {
  background: linear-gradient(#fffa9e 0%, #fbdf4c 100%);
}
.progress-mask-bg {
  background: #fff;
}
.progress-percent {
  top: 110px;
  position: absolute;
  width: 90px;
  color: #ffed5f;
  font-size: 25px;
  text-align: center;
  text-indent: 10px;
}
.progress-percent:after {
  content: "%";
}
.progress-division {
  top: 110px;
  position: absolute;
  width: 90px;
  color: #ffed5f;
  font-size: 25px;
  text-align: center;
}
.progress-info {
  transition: color 1s ease;
  display: table-cell;
  vertical-align: middle;
  width: 211px;
  height: 50px;
  color: #959595;
  font-size: 16px;
  text-align: center;
}
.progress-info strong {
  margin-left: 5px;
  color: #dcb05b;
}
.progress-info.active {
  color: #ffffff;
}
.progress-info.active.ing {
  color: #dcb05b;
}
.progress-ring-wrapper {
  position: relative;
}
.progress-ring:first-child {
  position: absolute;
}
.progress-ring {
  opacity: 1;
  margin-bottom: 15px;
  width: 211px;
  height: 211px;
  background: url(images/progress-ring.png) no-repeat -211px 0px;
}
.progress-ring.deactive {
  opacity: 1;
  background: url(images/progress-ring.png) no-repeat -211px 0px;
}
.progress-ring.active {
  opacity: 1;
  background: url(images/progress-ring.png) no-repeat 0px 0px;
  -webkit-animation: progress-ring 2s infinite linear;
  animation: progress-ring 2s infinite linear;
}
.progress-ring.active.deactive {
  opacity: 0;
  background: url(images/progress-ring.png) no-repeat 0px 0px;
  -webkit-animation: progress-ring 2s infinite linear;
  animation: progress-ring 2s infinite linear;
}
@-webkit-keyframes progress-ring {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes progress-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*****************************************
윈도우팝업
******************************************/
body.pop {
  background: #fff;
}
body.pop > h1 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 30px;
  height: 50px;
  line-height: 55px;
  font-size: 27px;
  font-weight: normal;
}
body.pop > h1 span.left-bar {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
body.pop > h1 span.left-bar:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 9px;
  border-left: 1px solid #7bc7d6;
  height: 18px;
  color: #7bc7d6;
}
body.pop > h1 {
  background: url(images/bg-pop-h1.png) no-repeat right top, #1e9dc0;
  border-bottom: 1px solid #1b6fa5;
  color: #fff;
}
body.pop div.btn-set {
  margin-bottom: 15px;
  padding: 0 40px;
}
body.pop {
  overflow-x: hidden;
}
/* 반복 사용하는 클래스 */
.block {
  display: block;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.middle-set * {
  vertical-align: middle;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.prewrap {
  white-space: pre-wrap;
  line-height: 1.5em;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
div.row {
  margin-bottom: 20px;
}
div.row.in-span {
  margin-left: -1.666666%;
}
div.row.no-margin {
  margin-bottom: 0px;
}
div.row.half-margin {
  margin-bottom: 10px;
}
div.row.tblMb10 {
  margin-bottom: 10px;
}
div.row:after {
  content: "";
  clear: both;
  display: block;
}
div.span {
  float: left;
  margin: 0 0 0 1.666666%;
}
div.span1 {
  width: 6.666666%;
}
div.span2 {
  width: 15%;
}
div.span3 {
  width: 23.333333%;
}
div.span4 {
  width: 31.6666666%;
}
div.span5 {
  width: 40%;
}
div.span6 {
  width: 48.333333%;
}
div.span7 {
  width: 56.666666%;
}
div.span8 {
  width: 65%;
}
div.span9 {
  width: 73.333333%;
}
div.span10 {
  width: 81.666666%;
}
div.span11 {
  width: 90%;
}
div.span12 {
  width: 100%;
}
/* 98.333333 */
/*********************************************************************
* Ajax 로딩 CSS
**********************************************************************/
div#ajaxLoading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 15000;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
/*****************************************
지원자 관리
******************************************/
.total_register {
  margin-right: 16px;
  font-size: 20px;
}
.total_register > strong {
  color: #d14848;
}
/*********************************************************************
탭메뉴 CSS
**********************************************************************/
ul.tab {
  margin-top: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #15517b;
}
ul.tab:after {
  content: "";
  display: block;
  clear: both;
}
ul.tab > li {
  float: left;
}
ul.tab > li > a {
  display: block;
  box-sizing: border-box;
  margin-right: 1px;
  width: 170px;
  height: 42px;
  line-height: 42px;
  background: #2daad1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
ul.tab > li > a:hover {
  color: #ffffff;
  text-decoration: none;
}
ul.tab > li > a.active {
  position: relative;
  background: #fff;
  color: #15517b;
  border-top: 2px solid #15517b;
  border-left: 2px solid #15517b;
  border-right: 2px solid #15517b;
}
ul.tab > li > a.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 166px;
  border-bottom: 2px solid #fff;
}
ul.tab.mini > li > a {
  width: 130px;
  font-size: 14px;
}
ul.tab.mini > li > a.active:after {
  width: 126px;
}
ul.tab-large {
  margin-bottom: 15px;
  border-bottom: 1px solid #268094;
}
ul.tab-large:after {
  content: "";
  display: block;
  clear: both;
}
ul.tab-large > li {
  position: relative;
  bottom: -1px;
  box-sizing: border-box;
  float: left;
  width: 180px;
  height: 40px;
  line-height: 39px;
  background: #5ebfd0;
  border-right: 5px solid #368fa4;
  border-bottom: 1px solid #268094;
  font-size: 16px;
  text-align: center;
}
ul.tab-large > li:hover {
  background: #42aabc;
}
ul.tab-large > li:last-child:hover {
  border-right: 5px solid #42aabc;
}
ul.tab-large > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -5px;
  border-top: 9px solid #fff;
  border-right: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
ul.tab-large > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
}
ul.tab-large > li > a > b {
  color: #a83d46 !important;
}
/* Active 처리 */
ul.tab-large > li.active {
  background: #fff;
  border-top: 1px solid #268094;
  border-left: 1px solid #268094;
  border-bottom: 1px solid #fff;
}
ul.tab-large > li.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -4px;
  border-top: 9px solid #268094;
  border-right: 9px solid #268094;
  border-left: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
ul.tab-large > li.active > a {
  color: #44687b;
}
ul.tab-large > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: -5px;
  height: 1px;
  width: 5px;
  border-top: 1px solid #268094;
}
/* 마지막 요소 Active 별도처리 */
ul.tab-large > li:last-child {
  border-right: 5px solid #5ebfd0;
}
ul.tab-large > li:last-child.active {
  border-right: 1px solid #268094;
}
ul.tab-large > li:last-child.active:after {
  right: -1px;
}
ul.tab-large > li:last-child.active:before {
  right: 0px;
}
/*********************************************************************
스텝 관련 CSS
**********************************************************************/
div.row .wizard-steps {
  margin-bottom: 0px;
}
.wizard-steps {
  margin-bottom: 20px;
}
.wizard-steps > li {
  overflow: hidden;
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  width: 1%;
  height: 66px;
  border-bottom: 1px solid #066895;
  line-height: 66px;
}
.wizard-steps > li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 2;
  border-left: 20px solid #fff;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
.wizard-steps > li:first-child:before {
  content: none;
}
.wizard-steps > li:nth-child(1) {
  background: #92d0dd;
}
.wizard-steps > li:nth-child(2) {
  background: #51c2d9;
}
.wizard-steps > li:nth-child(3) {
  background: #3fa7cc;
}
.wizard-steps > li:nth-child(4) {
  background: #037da5;
}
.wizard-steps > li:nth-child(5) {
  background: #066895;
}
.wizard-steps > li > a {
  text-decoration: none;
}
.wizard-steps > li > a,
.wizard-steps > li > div {
  display: block;
  position: relative;
  font-size: 17px;
  text-align: center;
}
.wizard-steps > li > a,
.wizard-steps > li > div {
  color: #fff;
}
.wizard-steps > li > a:before,
.wizard-steps > li > div:before {
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
}
.wizard-steps > li span.step {
  font-size: 22px;
  font-family: helvetica;
  vertical-align: bottom;
}
.wizard-steps > li span.title {
  vertical-align: bottom;
}
.wizard-steps > li > a:before,
.wizard-steps > li > div:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.wizard-steps > li:nth-child(1) a:before,
.wizard-steps > li:nth-child(1) div:before {
  content: none;
}
.wizard-steps > li > a:after,
.wizard-steps > li > div:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
}
.wizard-steps > li.active > a:after,
.wizard-steps > li.active > div:after {
  top: -11px;
  left: 1px;
  right: auto;
  z-index: 1;
}
.wizard-steps > li.active:first-child > a:after,
.wizard-steps > li.active:first-child > div:after {
  content: none;
}
.wizard-steps > li.active + li > a:before,
.wizard-steps > li.active + li > div:before {
  top: -11px;
  left: -5px;
  z-index: 4;
}
.wizard-steps > li.active + li:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -4px;
  z-index: 3;
}
.wizard-steps > li:nth-child(2) a:before,
.wizard-steps > li:nth-child(2) div:before {
  border-left: 15px solid #79c1d5;
}
.wizard-steps > li:nth-child(3) a:before,
.wizard-steps > li:nth-child(3) div:before {
  border-left: 15px solid #44b5d2;
}
.wizard-steps > li:nth-child(4) a:before,
.wizard-steps > li:nth-child(4) div:before {
  border-left: 15px solid #3497c0;
}
.wizard-steps > li:nth-child(5) a:before,
.wizard-steps > li:nth-child(5) div:before {
  border-left: 15px solid #03719b;
}
.wizard-steps > li > a:after,
.wizard-steps > li > div:after {
  border-left: 15px solid transparent;
}
.wizard-steps > li:nth-child(1) a:after,
.wizard-steps > li:nth-child(1) div:after {
  border-right: 15px solid #79c1d5;
  border-top: 33px solid #85c8d9;
  border-bottom: 33px solid #85c8d9;
}
.wizard-steps > li:nth-child(2) a:after,
.wizard-steps > li:nth-child(2) div:after {
  border-right: 15px solid #44b5d2;
  border-top: 33px solid #4abbd5;
  border-bottom: 33px solid #4abbd5;
}
.wizard-steps > li:nth-child(3) a:after,
.wizard-steps > li:nth-child(3) div:after {
  border-right: 15px solid #3497c0;
  border-top: 33px solid #399fc6;
  border-bottom: 33px solid #399fc6;
}
.wizard-steps > li:nth-child(4) a:after,
.wizard-steps > li:nth-child(4) div:after {
  border-right: 15px solid #03719b;
  border-top: 33px solid #0377a0;
  border-bottom: 33px solid #0377a0;
}
.wizard-steps > li:nth-child(5) a:after,
.wizard-steps > li:nth-child(5) div:after {
  border-right: 15px solid #045e8d;
  border-top: 33px solid #056391;
  border-bottom: 33px solid #056391;
}
.wizard-steps > li.active {
  border-bottom: 1px solid #fff;
}
.wizard-steps > li.active > a,
.wizard-steps > li.active > div {
  border-top: 1px solid #066895;
  color: #154259;
  background: #fff;
}
.wizard-steps > li.active:first-child > a,
.wizard-steps > li.active:first-child > div {
  border-left: 1px solid #066895;
}
.wizard-steps > li.active:last-child > a,
.wizard-steps > li.active:last-child > div {
  border-right: 1px solid #066895;
}
.wizard-steps > li.active > a:after,
.wizard-steps > li.active > div:after {
  border-left: 20px solid #066895;
  border-right: 20px solid transparent;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
.wizard-steps > li.active + li > a:before,
.wizard-steps > li.active + li > div:before {
  border-left: 20px solid #fff;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
.wizard-steps > li.active + li:after {
  border-left: 20px solid #066895;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
/*********************************************************************
가로진행형 리스트
**********************************************************************/
ul.horizon > li {
  float: left;
  margin-right: 20px;
}
.pull-right ul.horizon > li,
ul.horizon.pull-right > li {
  margin-right: auto;
  margin-left: 20px;
}
/*********************************************************************
안내설명박스
**********************************************************************/
.msg-box {
  border: 1px solid #d8d8d8;
  border-top: 2px solid #495d82;
  padding: 20px 19px;
  margin-top: 50px;
  margin-bottom: 20px;
}
h2.h2 + .msg-box,
.msg-box.top {
  margin-top: 25px;
}
.msg-box h3 {
  color: #58a0da;
}
.msg-box ul {
  margin-top: 15px;
}
.msg-box ul.horizon {
  margin-top: 5px;
}
.msg-box li {
  margin-top: 10px;
  color: #000000;
}
.msg-box p.dot:before,
.msg-box li:before {
  content: " · ";
}
/*********************************************************************
메일 키워드 매핑
**********************************************************************/
div.mapping {
  box-sizing: border-box;
  padding: 15px 30px;
  border: 1px solid #e3e3e3;
}
div.mapping.mapping-white {
  background: #fff;
}
div.mapping h4 {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e3e3e3;
  color: #315daa;
  font-size: 18px;
}
div.mapping li {
  margin-bottom: 12px;
  font-size: 14px;
}
/*********************************************************************
리스트
**********************************************************************/
ul.list {
  margin-top: 15px;
}
ul.list > li + li {
  margin-top: 3px;
}
ul.list > li:before {
  content: '※';
  margin-right: 10px;
}
/*********************************************************************
업데이트 공지
**********************************************************************/
#updateNotice.active {
  margin: 15px 0;
  padding: 10px 15px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}
/******************************************************
jQuery-UI 커스텀 클래스
*******************************************************/
.ui-corner-all {
  border-radius: 2px !important;
}
.ui-datepicker {
  z-index: 10200 !important;
}
.ui-datepicker select.ui-datepicker-year {
  width: auto !important;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 12px !important;
}
.drop-ul li.ui-sortable-helper {
  border: none !important;
}
.ui-spinner {
  margin-right: 7px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker-title,
select.ui-datepicker-month,
select.ui-datepicker-year,
table.ui-datepicker-calendar th {
  font-family: "맑은 고딕", malgun gothic, "돋움", dotum, AppleGothic, sans-serif !important;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
  display: inline-block !important;
  width: 60px !important;
}
select.ui-datepicker-month {
  margin-left: 5px !important;
}
table.ui-datepicker-calendar th {
  font-weight: normal !important;
}
i.fa.fa-sort.ui-sortable-handle {
  font-size: 18px;
  cursor: N-resize;
}
tr.ui-sortable-helper {
  width: inherit;
  box-shadow: 10px 30px 10px rgba(0, 0, 0, 0.15);
  outline: 1px solid #60B9CE;
}
tr.ui-sortable-helper td {
  width: inherit;
  background: #fff;
}
/********************************************
ShowLayer 14.06.13 MidasIT 김민종
********************************************/
.ui-layer-default {
  display: none;
  position: absolute;
  z-index: 9900;
  padding: 0px;
  min-width: 200px;
  min-height: 128px;
  border: 1px solid #95c332;
  border-radius: 2px;
  background: #fff;
}
div.ui-layer-default h1 {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: normal;
}
#layerPopValuer {
  padding: 20px;
  min-height: 50px;
}
.ui-layer-default:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 15px;
  border-top: 10px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #95c332;
}
.ui-layer-default:after {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 16px;
  border-top: 9px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid #fff;
}
.ui-layer-default.ui-show-right:before {
  right: 15px;
  left: auto;
}
.ui-layer-default.ui-show-right:after {
  right: 16px;
  left: auto;
}
.ui-layer-default.ui-show-bottom:before {
  top: auto;
  bottom: -20px;
  border-top: 10px solid #95c332;
  border-bottom: 10px solid transparent;
}
.ui-layer-default.ui-show-bottom:after {
  top: auto;
  bottom: -18px;
  border-top: 9px solid #fff;
  border-bottom: 9px solid transparent;
}
.ui-layer-default.ui-layer-simpleMsg {
  min-width: inherit;
  min-height: inherit;
  padding: 10px 15px;
}
.ui-layer-default.ui-layer-scroll ul {
  margin-right: 15px;
}
.ui-layer-search-admin {
  width: 379px;
}
.ui-show {
  display: block !important;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}
/********************************************
레이어 보여주는 타입 14.03.18 MidasIT 김민종
********************************************/
.ui-show-shake {
  display: block;
  -webkit-animation: shake 0.4s ease-out;
  animation: shake 0.4s ease-out;
  transform-style: preserve-3d;
}
@-webkit-keyframes shake {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(0deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotateX(-30deg);
  }
  60% {
    -webkit-transform: rotateX(0deg);
  }
  80% {
    -webkit-transform: rotateX(-15deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@keyframes shake {
  0% {
    opacity: 0;
    transform: rotateX(0deg);
  }
  30% {
    opacity: 1;
    transform: rotateX(-30deg);
  }
  60% {
    transform: rotateX(0deg);
  }
  80% {
    transform: rotateX(-15deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.ui-fadeOut {
  display: block;
  -webkit-animation: fadeOut 0.2s linear forwards;
  animation: fadeOut 0.2s linear forwards;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/********************************************
타임피커 14.03.18 MidasIT 김민종
********************************************/
.ui-timepicker {
  display: none;
  position: absolute;
  z-index: 10200;
  padding: 7px 8px 0;
  width: 120px;
  height: 107px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #fff;
}
.ui-timepicker:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 9px;
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.ui-timepicker:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 10px;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.ui-timepicker td {
  text-align: center;
}
.ui-timepicker .divide {
  width: 10px;
}
.ui-timepicker input {
  width: 36px;
  height: 30px;
  text-align: center;
  font-size: 15px;
}
.ui-timepicker button {
  width: 36px;
  height: 26px;
  border-radius: 0px;
  font-size: 20px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.ui-timepicker button:hover {
  background: #e3f1fd;
  border-color: #a6c9e2;
  color: #2E6E9E;
}
.ui-timepicker button,
.ui-timepicker input {
  display: inline-block;
  margin: 3px 0;
}
/********************************************
* Table Gird 2014.04.30 MidasIT 김민종
********************************************/
.ui-grid {
  border-top: 2px solid #60b9ce;
  border-bottom: 1px solid #60b9ce;
}
.ui-grid-btn-list {
  position: relative;
  margin: 25px 0 15px;
}
.ui-grid-pull-right {
  float: right;
}
.ui-grid-header table,
.ui-grid-body table {
  border: none;
}
.ui-grid-header {
  overflow-x: hidden;
  padding-right: 17px;
  border-bottom: 1px solid #cbdfe4;
}
.ui-grid-body {
  position: relative;
  max-height: 530px;
  overflow: auto;
}
.ui-grid-header.disabled-scroll {
  padding-right: 0px;
}
.ui-grid-body.disabled-scroll {
  overflow-y: visible;
  max-height: none !important;
}
.fullscreen .ui-grid-body {
  max-height: 700px;
}
.ui-grid-body td {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}
.ui-grid-body td.center {
  text-align: center;
}
.ui-grid-header table th,
.ui-grid-header {
  height: 45px;
  background: #ebf8fb;
}
.ui-grid-body table tr:nth-child(even) td {
  background: #f9fbfb;
}
.ui-grid col[data-div-type],
.ui-grid th[data-div-type],
.ui-grid td[data-div-type] {
  display: none;
}
.ui-grid col[data-div-type].active,
.ui-grid th[data-div-type].active,
.ui-grid td[data-div-type].active {
  display: table-cell;
}
/*
@media screen and (min-width:1634px) {
.ui-grid-header	{
	padding-right:0px;	
}
}/*가로스크롤이 없어지는 지점*/
@media screen and (max-height: 768px) {
  .ui-grid-body {
    max-height: 400px;
  }
  .fullscreen .ui-grid-body {
    max-height: 500px;
  }
}
/* Notebook */
/********************************************************************************************
FullScreen Button 2014.04.30 MidasIT 김민종
********************************************************************************************/
.fullscreen {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10050;
  padding: 0%;
  background: #fff;
  overflow-y: scroll;
}
#content.fullscreen {
  padding: 2%;
  width: 96%;
}
body.fullscreen {
  overflow: auto;
}
@media screen and (min-width: 1430px) {
  .fullscreen .ui-grid-header {
    padding-right: 0px;
  }
}
/*가로스크롤이 없어지는 지점*/
/******************************************************
jQuery-UI 커스텀 클래스
*******************************************************/
.ui-datepicker {
  z-index: 10200 !important;
}
