@charset "utf-8";
/* CSS Document */

/* Common CSS */

@import url(/resources/fonts/nanumsquare/nanumsquare.css);
body {
  font-family: "NanumSquare", "맑은고딕", "Malgun Gothic", "돋움", "Dotum";
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.bolder {
  font-weight: 800;
}

.light {
  font-weight: 300;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

input[type=password] {
  font-family: sans-serif;
}

/* checkbox3 */

.checkbox3 label {
  font-size: 16px
}

.checkbox3.checkbox-lg label {
  padding: 12px 0 12px 40px
}

.checkbox3 label::after {
  position: absolute;
  border: none;
  margin: 1px;
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  transition: all 50ms;
  opacity: 0;
}

.checkbox3 label::before {
  position: absolute;
  width: 21px;
  height: 21px;
  border: none;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.2)
}

.checkbox3 input:checked+label:after {
  content: "\e013";
  border: none;
  opacity: 1;
  position: absolute;
  top: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2em;
  color: #09b3ff;
  background: #fff;
  text-shadow: none;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.2)
}

/*datetimepicker*/

.date.input-group {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  height: auto;
  min-height: 34px;
  
}

.date.input-group .top {margin-top:-250px}

.date.input-group-lg {
  min-height: 46px
}

.date input.form-control[type="text"] {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: none
}

.date.input-group .input-group-addon {
  display: block;
  position: absolute;
  right: 0px;
  z-index: 0;
  border-left: 1px solid #ccc;
  width: 36px;
  height: 34px;
}

.date.input-group-lg .input-group-addon {
  width: 49px;
  height: 46px;
}

.date .timepicker-picker .btn .glyphicon-chevron-up,.date .timepicker-picker .btn .glyphicon-chevron-down {background-color: #e9e9e9 } 
.date .timepicker-hours .table-condensed , .date .timepicker-minutes .table-condensed  { margin:18px 12px; width:auto}
.date .timepicker-hours .table-condensed td, .date .timepicker-minutes .table-condensed td { width:64px; font-size:18px}

/*모달*/

.modal {display:none}

.modal-header {
  background: #f0f0f0;
  border-radius: 5px 5px 0 0;
}

.modal-title {
  font-weight: 900
}

.modal-footer {
  text-align: center
}

/* 로그인 */

#footer {
  text-align: center;
  width: 100%;
  bottom: 0;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

.login_warp+#footer {
  position: fixed;
  z-index: 10002;
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: 0;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
}

/*로그인*/

.login_warp {
  background-image: url(./img/bg.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
}

.login_box {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -220px;
}

.login_title {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, .8);
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.login_in .form-group {
  position: relative;
}

.login_in .form-group .glyphicon {
  position: absolute;
  z-index: 2;
  font-size: 20px;
  top: 12px;
  left: 14px;
}

.login_in .form-group .glyphicon+.form-control {
  padding-left: 44px;
}

.checkbox3 input:checked+label::before {
  border: none
}

.login_title:after {
  content: "";
  display: block;
  height: 7px;
  width: 80px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.login_title b {
  display: block;
  font-size: 35px;
  color: #00b7ee;
  font-weight: 900;
}

.idsave {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
  text-align: center;
  text-shadow: 0 0 10px #000
}

.login_in .btn .glyphicon {
  margin-right: 10px;
  top: 2px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: .3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.modal {
  background-color: rgba(0, 0, 0, .5)
}

.modal iframe {
  width: 100%
}

.modalpopup, .navbar-fixed-bottom, .navbar-fixed-top, body {
  width: 100%;
  min-width: 100%;
}

.modalpopup {
  margin-top:-40px;
  margin-bottom:-30px;
  position: relative;
  z-index: 1040;
  background-color: #fff;
}

.modal iframe {
  border: none;
}

.modalpopup h2 {
  font-size: 24px;
  text-align: center;
}
.well_box { border:1px solid #ccc; background-color: #fff; padding:15px; margin:10px 0 0 0}

.form-check-inline .form-check-input { margin-right:5px}
.form-check-inline .form-check-label {margin:0 8px; display:inline-block;width:125px}
.title {font-size:1.2em; font-weight: 800}
.pointer {cursor: hand;cursor: pointer;}
.pointer:hover {font-weight: 600; letter-spacing: -0.02em}