@charset "UTF-8";

.background-img {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/image/main-background.jpg") no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.loading-background {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: 100;
  background-size: cover;
}

.loading-background img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_L {
  font-size: 8vmin;
  color: white;
  font-weight: bold;
  border-width: 0px;
  white-space: nowrap;
  text-shadow: rgb(0 0 0 / 65%) 1px 1px 5px;
  text-transform: none;
}

.title_M {
  font-size: 4vmin;
  color: white;
  border-width: 0px;
  white-space: nowrap;
  text-shadow: rgb(0 0 0 / 65%) 1px 1px 5px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
}

.board-one-size {
  width: 1300px;
  height: 800px;
  margin: 35px auto;
}

.back-board {
  background-color: rgb(123 178 224);
  border-radius: 8px;
  min-height: 500px;
  max-height: 67vh;
  overflow: auto;
}

.back-board-sub {
  background-color: rgba(255, 255, 255, 0.298);
  width: 90%;
  margin: 0px auto;
  padding: 10px;
  text-align: center;
  line-height: 25px;
  border: 1px solid rgb(121, 121, 121);
}

.select-btn-list {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}

.select-btn-list .btn {
  margin-top: 100px;
  width: 45%;
  max-width: 400px;
  height: 250px;
  font-size: 4vmin;
  border-radius: 10px;
}

.signModal {
  display: none;
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 376px;
  height: 100%;
  max-height: 245px;
  border: 5px solid rgba(255, 255, 255, 1);
  background-color: rgba(172, 186, 188, 1);
  border-radius: 5px;
}

.signModal .name-title {
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  float: left;
}

.signModal .name-context {
  width: 85%;
  height: 100%;
  margin: 0px auto;
}

.signModal .name-pad {
  height: 80%;
  margin: 10px 5px 0px 0px;
  background-color: rgba(213, 216, 217, 1);
}

.signModal .name-btn {
  height: 10%;
  display: flex;
  justify-content: space-between;
  margin: 5px 5px 0px 0px;
}
.input-base {
  color: #464646;
  width: 45%;
  height: 70px;
  font-size: 2.5vmin;
  padding-left: 5px;
  border: 0px;
  border-radius: 8px;
  font-weight: 700;
}

.wid40p .input-base {
  width: 58%;
}

.dp-g-c .input-base {
  width: 95%;
}

.searchModel,
.visitModal,
.resultPage,
.visitDatePage {
  display: none;
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 100%;
  max-height: 600px;
  background-color: rgb(176 222 243 / 80%);
  border-radius: 8px;
}

.search-header {
  width: 95%;
  height: 75px;
  line-height: 50px;
  margin: 25px auto;
  background-color: rgb(215 242 255);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
}

.search-header .header {
  display: flex;
  align-items: center;
  font-size: 2vmin;
  margin-left: 15px;
}

.search-header .header * {
  font-size: 2vmin;
}

.search-body {
  background-color: #efefef;
  box-sizing: border-box;
  width: 95%;
  height: 400px;
  margin: 0px auto;
  border-radius: 8px;
}

.search-body table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

.search-body th,
td {
  border: 1px solid #d2d2d2;
  color: #00254a;
}

.search-footer {
  width: 95%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.search-footer button {
  background-color: #3d5970;
  font-size: 2vmin;
  height: 42px;
  line-height: 42px;
  width: 80px;
  border: 0px;
  border-radius: 5px;
  margin: 8px 0px;
  color: white;
}

.pc-title {
  width: 200px;
  text-align: center;
}

.container.admin {
  position: absolute;
  top: 41px;
  left: 250px;
  width: calc(100% - 250px);
  height: calc(100% - 41px);
  overflow-y: auto;
}

.container-login {
  width: 100vw;
  height: 100%;
  height: calc(100% - 50px);
  min-height: 800px;
}

div.form {
  padding: 0 20px;
  margin-bottom: 10px;
  min-width: 1400px;
  margin-top: 15px;
}

div.form-double {
  display: flex;
}
div.form.double {
  min-width: 719px;
}
div.form.middle {
  min-width: 50px;
  display: flex;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div.form .text-container {
  display: flex;
  justify-content: center;
  height: 80px;
  align-items: center;
}
div.form.select-input {
  margin-top: 5px;
  border-bottom: 1px solid #e3e3e3;
}
div.form .form-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
}
div.form .form-sub {
  padding-top: 6px;
  margin-left: 20px;
  margin-bottom: 5px;
}
div.form .form-sub > ul {
  font-size: 0.8rem;
  font-weight: bold;
  color: blue;
}
div.form .form-header .title-img {
  display: block;
  width: 10px;
  height: 10px;
  background: url("/image/icon/angle-right.png");
  background-repeat: no-repeat;
  background-size: 10px;
  margin-right: 5px;
}
div.form .form-header .title-text.visit {
  width: 26%;
}
div.form .form-header .title-text {
  font-size: 0.8rem;
  font-weight: bold;
}
div.form .btn-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  margin: 10px 0px;
  align-items: center;
}

div.form .count-div {
  display: flex;
  align-items: center;
}

div.form .count-div select {
  height: 60%;
}

div.form.middle .btn-container {
  width: 100%;
  margin-bottom: 5px;
}
div.form .btn-container .btn-reset {
  width: 100%;
  margin-left: -5px;
}
div.form .form-content {
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
div.form .form-content.select-input {
  border: none;
}
div.form .form-content > div:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}
div.form .form-group {
  display: grid;
  grid-template-columns: 175px 1fr 175px 1fr;
  align-items: center;
}
div.form .form-group.file .form-input .form-file {
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 10px;
}
div.form .form-group.count {
  display: grid;
  grid-template-columns: 1fr 0fr;
  align-items: center;
}
div.form .form-group.textarea {
  display: grid;
  grid-template-columns: 175px 1fr;
  align-items: center;
}

div.form .form-group.notice-info {
  grid-template-columns: 175px 2fr 175px 1fr;
}

div.form .form-group.select-input {
  grid-template-columns: 75px 1fr 175px 1fr;
  align-items: center;
  margin-top: 11px;
}

div.form .form-group.select-input.search {
  grid-template-columns: 100px 1fr 2fr;
}
div.form .form-group div.form-title,
div.form .form-group div.form-input {
  display: flex;
  align-items: center;
}
div.form .form-group div.form-input .form-file {
  width: 100%;
}

div.form .form-group div.form-input .form-file span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/image/icon/free-icon-font-angle-up.png) no-repeat;
  background-size: 14px;
}
div.form .form-group div.form-input .form-file .down {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/image/icon/black-angle-down-free-icon-font.png) no-repeat;
  background-size: 14px;
}
div.form .form-group div.form-input .form-file .trash {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/image/trash.png) no-repeat;
  background-size: 14px;
}
div.form .form-group div.form-title {
  min-height: 40px;
  background-color: #585858;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}
div.form .form-group.textarea div.form-title {
  height: 400px;
}
div.form .form-group div.form-title.select-input {
  background-color: white;
  color: black;
}
div.form .form-group div.form-title > span {
  margin-left: 15px;
}
div.form .form-group div.form-input {
  min-width: 400px;
  padding: 0 10px;
}
div.form .form-group.count div.form-input {
  min-width: 400px;
  padding: 0 0px;
}
div.form.select-input .form-group.select-input div.form-input {
  min-width: 400px;
  padding: 0 0px;
}
div.form div.form-count {
  width: 100%;
  border: 1px solid #e3e3e3;
}
div.form .form-group div.form-input .form-date {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

div.form .form-group div.form-input .form-date.from {
  width: 27%;
}
div.form .form-group div.form-input .form-date.to {
  width: 27%;
}

div.form .form-group div.form-input .form-date label {
  display: none;
  width: 60px;
  font-size: 0.7rem;
  color: #999999;
}
div.form .form-group div.form-input .reader-connet {
  margin-left: 114px;
  margin-right: 25px;
  font-size: 0.8rem;
  font-weight: 100;
}

div.form div.form-count {
  width: 100%;
  height: 30px;
  border: 1px solid #e3e3e3;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 7px;
}

div.form div.form-count span {
  font-size: 0.8rem;
  font-weight: 100;
  margin-left: 11px;
}

/* Table */
.form-table {
  width: 100%;
  /* height: 250px; */
  max-height: 750px;
  border: 1px solid #e3e3e3;
  overflow: auto;
  font-size: 1em;
  margin-bottom: 10px;
  white-space: nowrap;
  min-height: 55vh;
}

/* .form-table {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
} */
table.table {
  table-layout: fixed;
  min-width: 100%;
}
table.table tr {
  height: 30px;
  text-align: left;
}
table.table th,
table.table td {
  /* padding: 0px 15px; */
  border: 1px solid #ddd;
}
table.table th {
  color: #fff;
  /* font-weight: bold; */
  background-color: #3386bc;
}
table.table tbody {
  color: #777;
}

table.table tbody tr:hover {
  background-color: #45aaeb !important;
}

table.table tbody tr:hover td {
  color: white;
}

table.table tbody tr td img {
  width: 16px;
}
/* Pagination */
.pagination {
  height: 73px;
}
.pagination ul {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 22px;
}

.pagination ul li {
  padding: 0px 8px;
  border: 1px solid #e3e3e3;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 8px;
}

.pagination ul li.active {
  background-color: #3386bc;
  color: white;
}

.pagination ul li:hover {
  background-color: #3386bc;
  color: white;
}

.select-btn-one {
  margin-top: 80px;
  text-align: center;
}

.user-status {
  background-color: white;
  z-index: 51;
}

.user-status .user-id {
  display: flex;
  align-items: center;
  background-color: #3386bc;
  color: white;
  padding: 1px 8px;
}

.user-status .logout {
  display: none;
}

.user-status.active {
  position: fixed;
  top: 10px;
}

.user-status.active .logout {
  display: block;
}

.user-info:hover {
  cursor: pointer;
}

.user-button-img {
  display: none;
}

.admin-search {
  display: flex;
  align-items: center;
}

.admin-search * {
  margin-left: 15px;
}

.p_title {
  display: block;
  color: #5a5a5a;
}

.m_title {
  display: none;
}

.search-setting {
  display: flex;
  flex-direction: row-reverse;
}

.btn-container button {
  width: 33%;
  max-width: 115px;
  height: 35px;
  font-size: 1.2em;
}

.children.active .active {
  color: #f5bf7f;
}

.user-button-img {
  display: none;
  display: block;
  width: 25px;
  height: 25px;
  background: url("/image/icon/select.png") no-repeat;
  background-size: 25px;
  transform: rotate(90deg);
}

.user-status.active .user-button-img {
  transform: rotate(270deg);
}

#vistiorData tr:nth-child(even) {
  background-color: #efefef;
}

.add-visitor,
.list-visitor,
.check-visitor,
.add-car,
.list-car,
.check-car {
  background: url(/image/icon/add-visitor.png) no-repeat;
  background-size: 100%;
  background-position: center;
  min-width: 260px;
  width: 65%;
  margin: 0px auto;
  min-height: 180px;
}

.list-visitor {
  background: url(/image/icon/list-visitor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.check-visitor {
  background: url(/image/icon/check-visitor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.add-car {
  background: url(/image/icon/add-car.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.list-car {
  background: url(/image/icon/list-car.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.check-car {
  background: url(/image/icon/check-visitor.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.pointer:hover {
  cursor: pointer;
}

.sub-contents {
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 10vh;
}

.btn-list {
  margin-top: 25px;
}

.option-btn-list {
  width: 70%;
  margin: 10px 0px;
}

.gr-c-option-btn-list {
  width: 51%;
  margin: 10px auto;
}

.sign-btn {
  background: url(/image/icon/sign-btn.png) no-repeat;
  background-size: 100%;
  background-position: top;
  min-width: 186px;
  width: 10%;
  margin: 0px auto;
  min-height: 80px;
}

.prev-btn,
.exit-btn,
.next-btn,
.submit-btn {
  min-width: 186px;
  width: 10%;
  margin: 0px auto;
  min-height: 80px;
  display: inline-block;
}

.prev-btn {
  background: url(/image/icon/prev-btn.png) no-repeat;
  background-size: 100%;
  background-position: top;
}

.exit-btn {
  background: url(/image/icon/exit-btn.png) no-repeat;
  background-size: 100%;
  background-position: top;
}

.next-btn {
  background: url(/image/icon/next-btn.png) no-repeat;
  background-size: 100%;
  background-position: top;
  float: right;
}

.next-btn.check {
  /* background: url(/image/icon/next-disabled-btn.png) no-repeat; */
  background-size: 100%;
  background-position: top;
  background: #e16339;
  border-radius: 12px;
  font-size: 2rem;
  text-align: center;
  color: white;
  font-weight: bold;
  min-height: 70px;
  line-height: 70px;
}

.submit-btn {
  background: url(/image/icon/submit-btn.png) no-repeat;
  background-size: 100%;
  background-position: top;
  float: right;
}

.all-btn-list {
  width: 100%;
  height: auto;
}

.btn-min {
  border: 0px;
  border-radius: 8px;
  width: 70px;
  height: 47px;
  color: #ffffff;
  background-color: #3d5970;
}

.base-search-set {
  border: 0px;
  border-radius: 8px;
  padding: 10px;
}

.admin-footer {
  display: none;
}

.mobile {
  display: none;
}
@media (min-width: 1921px) {
  .br-L {
    max-width: 1350px;
    margin: 25px auto;
  }

  .sign-btn {
    min-height: 110px;
  }
}

@media (max-width: 765px) {
  .mobile {
    display: block;
  }
  .title_M {
    font-size: 6vmin;
  }

  .input-base {
    width: 75%;
    font-size: 3vmin;
  }

  .searchModel {
    max-height: 100%;
    background-color: rgb(176 222 243);
    border-radius: 0px;
  }

  .title_M {
    font-size: 6vmin;
  }

  .dp-g-c {
    display: block;
  }

  .input-base {
    width: 100% !important;
    margin-top: 5px;
    height: 50px;
  }

  .pc-title {
    width: auto;
    text-align: left;
  }

  .back-board {
    min-height: auto;
    overflow: auto;
    max-height: 70vh;
    height: 100%;
    width: 90%;
  }

  .select-btn-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .select-btn-list .btn {
    margin-top: 6vh;
    width: 95%;
    max-width: auto;
    height: 12vh;
    font-size: 6vmin;
  }

  .select-btn-one {
    margin-top: 6vh;
    text-align: center;
  }

  .search-header {
    height: 10vh;
    margin: 1vh auto;
    justify-content: space-evenly;
  }

  .search-body {
    height: 70vh;
  }

  .search-footer {
    height: 10vh;
  }

  .container {
    left: 0;
    width: 100%;
  }

  div.form {
    min-width: initial;
    margin: 0px auto;
  }
  div.form.double {
    min-width: initial;
  }

  div.form .form-content {
    border: none;
  }
  div.form .form-header.visitList {
    display: flex;
    flex-direction: column;
    height: 100px;
  }
  div.form .form-header .title-img {
    display: none;
  }
  div.form .form-header .title-text.visit {
    width: 100%;
    margin-bottom: 20px;
  }
  div.form .form-group {
    display: initial;
  }
  div.form .form-group.textarea {
    display: initial;
  }
  div.form .form-group div.form-title {
    min-height: initial;
    background-color: #fff;
    color: #777;
    font-size: 0.8rem;
  }
  div.form .form-group div.form-title {
    height: 20px;
  }
  div.form .form-group.textarea div.form-title {
    height: 20px;
  }
  div.form .form-group.select-input div.form-title > span {
    margin-left: 5px;
  }
  div.form .form-group div.form-title > span {
    margin-left: 15px;
  }
  div.form .form-group div.form-input {
    min-width: initial;
    min-height: 40px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  div.form .form-group div.form-input.select-input {
    display: grid;
    grid-template-columns: 110px 1fr;
    padding: 0px 1px;
  }
  div.form .form-group div.form-input.flex-col {
    flex-direction: column;
    align-items: flex-start;
  }
  div.form .form-group div.form-input .form-date label {
    display: initial;
  }
  div.form .form-group div.form-input .form-date {
    margin-bottom: 15px;
  }
  div.form .form-group div.form-input .form-date.from {
    width: 50%;
  }
  div.form .form-group div.form-input .form-date.to {
    width: 50%;
  }

  div.form .form-group div.form-input .wave {
    display: none;
  }

  .container.admin {
    left: 0px;
    width: 100%;
  }

  .admin-search {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: white;
    position: absolute;
    z-index: 5;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  div.form.select-input.input-pc {
    border-bottom: none;
  }

  .img-div {
    width: 100%;
    height: 27px;
    position: relative;
  }

  .img-div .search-btn {
    display: block;
    width: 27px;
    height: 27px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-image: url(/image/icon/search.png);
    position: absolute;
    right: 0px;
  }

  .p_title {
    display: none;
  }

  .m_title {
    display: block;
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 1vh;
    margin-top: 3vh;
  }

  .admin-search .input {
    width: 90% !important;
    margin: 0px !important;
    padding: 0px 0px 0px 6px !important;
  }

  .form-input #select-rowCnt {
    width: 45vw;
  }

  .search-setting {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  div.form .count-div select {
    height: 100%;
  }

  .search-btn {
    display: none;
  }

  .add-visitor,
  .list-visitor,
  .check-visitor,
  .add-car,
  .list-car,
  .check-car {
    min-height: 115px;
  }

  .option-btn-list {
    margin: 5px auto;
    text-align: left;
    width: 90%;
  }

  .gr-c-option-btn-list {
    margin: 0px auto;
    margin-top: 15px;
    text-align: left;
    width: 90%;
  }

  .back-board.mob {
    background-color: inherit;
    padding-bottom: 0px !important;
  }

  .back-board.mob img {
    border-radius: 8px;
  }

  .main-form-group .user-id,
  .main-form-group .user-pw {
    height: 55px;
  }

  .sign-btn {
    background: url(/image/icon/sign-btn.png) no-repeat;
    background-size: 100%;
    background-position: center;
    min-width: 30%;
    width: 10%;
    margin: 0px auto;
    min-height: 80px;
  }

  .prev-btn,
  .exit-btn,
  .next-btn,
  .submit-btn {
    width: 25%;
    min-width: 76px;
    min-height: 5vh;
  }

  .bread-crumbs #header-title {
    font-size: 0.8em;
  }

  .user-status.active {
    top: 0px;
    font-size: 0.8em;
    width: 60%;
  }

  .user-status.active .user-id {
    height: 40px;
  }

  .next-btn.check {
    min-height: 4.5vh;
    line-height: 4.5vh;
    border-radius: 3px;
    font-size: 1rem;
  }
}

@media (max-width: 567px) {
  .btn-min {
    width: 52px;
  }

  .base-search-set {
    padding: 9px;
  }
}

@media (max-width: 360px) {
  .btn-min {
    width: 100%;
  }

  .base-search-set {
    padding: 6px;
  }
}
