body {
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Malgun Gothic,Dotum,Helvetica,sans-serif !important;
}

.a_white {
  color: #ffffff !important;
}

.alert {
  color: #ff4d4d;
  font-weight: bold;
}

.header {
  color: #ffffff;
  font-weight: bold;
}

.click {
  text-decoration: underline;
}

.mobile_headerInfo {
  display: none;
}

.nav_design {
  background-color: #25428c ;
}

.button.is-light {
  background-color: #ffffff;
  margin-right: 5px;
  height: 30px;
}

.hidden {
  display: none;
}

.bold_font {
  font-weight: bold;
}

.menu-style {
  background-color: #f2f2f2;
  padding-top: 7px !important;
  padding-bottom: 6px !important;
  padding-left: 38px !important;
}

.menu-active {
  background-color: #ffffff;
  font-weight: bold;
}

.menu-close {
  background-color: #f2f2f2;
}

.menu-menu-style {
  background-color: #f2f2f2;
  padding-left: 60px !important;
}

.aside {
  background-color: #f2f2f2;
  padding: 0;
  height: calc(100vh - 64px);
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 2;
  width: 250px;
}

.upside {
  display: none;
}

.main {
  padding: 40px 4em 2em 300px;
  min-height: calc(100vh - 64px);
  transition: 0.2s all ease-out;
}

.mainMenu {
  padding-top: 20px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-bottom: 10px !important;
  background-color: #f2f2f2 !important;
}

.menu_def {
  border-left-width: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.login_btn {
  width: 100%; 
  background-color: #4861c7; 
  color: #ffffff
}

.btn {
  font-size: 13px;
  border: 1px solid rgb(219, 219, 219) !important;
}

.pagination-link.is-current {
  background-color: #ffffff;
  color: #000000;
  opacity: 1;
  border: 0 solid #000000;
}

.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous {
  font-size: 13px;                
  background-color: #ffffff;
  color: #7a7a7a;
  opacity: .5;
  border: 0 solid #000000;
}

.pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled] {
  background: #ffffff;
  border: 0 solid #000000;
}

.hamburger {
  display: none;
}

.logout {
  color: #ffffff !important;
  display: inline-block;
  position: fixed;
  top: 21px;
  right: 30px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
}

.user {    
  display: inline-block;
  position: fixed;
  top: 21px;
  right: calc(1em + 110px);
  font-size: 13px;
  font-weight: normal;
}

.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.form-layout {
  /* padding: 0px; */
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.selectDiv-layout {
  padding: 0px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

textarea {
  resize: none;
}

input.input {
  height: 35px;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Malgun Gothic,Dotum,Helvetica,sans-serif !important;
}

.textarea {
  font-size: 14px !important;
  font-family: -apple-system,BlinkMacSystemFont,Malgun Gothic,Dotum,Helvetica,sans-serif !important;
}

.btn_input {
  background-color: #4861c7;
  color: #ffffff;
  height: 35px !important;
  font-size: 13px;
  border: 0px solid #ffffff;
}

.btn_input:hover {
  color: #ffffff;
}

.tag_input {
  width: 500px !important;
}

.input_discription {
  text-align: center !important;
  vertical-align: middle !important;
}

.input_color {
  padding: 0px !important;
}

.select_layout {
  width: 100%;
}

.is-success {
  background-color: #4861c7 !important;
}

#sample-table thead {
  background-color: #4861c7;
  color: #ffffff !important;
}

.mouse {  
  cursor: pointer;
}

.table_back {
  background-color: #efefef;
}

.explain {
  margin: 0px !important;
  font-size: 10px;
}

.input_title {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 10px;
}

.img {
  max-height: 70px;
}

.title {
  font-size: 26px !important;
}

.modal-card-title {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .desktop_headerInfo {
    display: none;
  }

  .mobile_headerInfo {
    display: inline-block;
    position: fixed;
    right: 70px;
    cursor: pointer;
  }

  .aside {
    display: none;
  }

  .upside {
    display: inline-block;
    background-color: #f2f2f2;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 2;
    width: 100%;
  }

  .main {
    padding: 40px 4em 2em 40px;
    min-height: calc(100vh - 64px);
    transition: 0.2s all ease-out;
  }

  .hamburger {
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 30px;
    cursor: pointer;
  }

  .user {    
    display: inline-block;
    position: fixed;
    top: 21px;
    right: 110px;
    font-size: 13px;
    font-weight: normal;
  }
}