html,
body {
  font-family: 'Poppins', 'Noto Sans KR', 'meiryo', sans-serif;
  font-size: 15px !important;
  font-weight: 300;
  word-break: keep-all;
}

body {
  color: #3a3a3a !important;
}

input[readonly] {
  background-color: #fff !important;
}

::selection {
  background-color: rgba(208, 208, 208, 0.6);
}

.pointer-cursor {
  cursor: pointer !important;
}

.pointer-move {
  cursor: move !important;
}

.pointer-disable {
  cursor: not-allowed !important;
}

.modal-backdrop {
  background-color: #00000094 !important;
}

.login-three {
  height: 100%;
  min-height: 100vh;
  letter-spacing: 0px;
  background-image: linear-gradient(white, #d9dce3);
}

#sidebarCollapse {
  display: none;
}

ol, ul, dl, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-header-wrapper .img-profile {
  width: 30px;
  height: 30px;
}

.max-130 {
  width: 130px;
  height: 130px;
}

/*#body-contents {*/
/*  height: 100vh;*/
/*  padding: 55px 20px;*/
/*  min-height: 324px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.blog-card {
  width: 100%;
}

.blog-card .best-badge {
  position: relative;
}

.blog-card .best-badge:after {
  content: '\e919';
  position: absolute;
  bottom: .5em;
  right: .5em;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-family: 'feather';
  font-size: 21px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, .3);
  background: #ff6384;
}

.blog-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card > a > .card-footer {
  margin-top: auto;
}

.blog-card .add-btn {
  align-items: center;
  justify-content: center;
  min-height: 240px;
}

.blog-card .add-btn:hover .icon-box {
  background: #333;
  transition: .5s;
}

.blog-card .add-btn:hover h6 {
  color: #000 !important;
  transition: .5s;
}

.blog-card .add-btn .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: .25em;
  line-height: 1;
  font-size: 3em;
  color: #ccc;
  border-radius: 100%;
  background: #ebebeb;
}

.blog-card .add-btn h6 {
  font-weight: 400;
  color: #999 !important;
}

.image-bage {
  bottom: 10px;
  right: 10px;
}

.lctr-modify {
  top: 0px;
  right: 0px;
  color: #eceaea;
}

.text-overflow-1,
.table-list-title span {
  word-break: break-all;
  height: 1.2rem;
  line-height: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp2 {
  word-break: break-all;
  height: 36px;
  line-height: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp3 {
  word-break: break-all;
  height: 55px;
  line-height: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cover-select .sm-cover img {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.footer-btn {
  margin: 1rem 0;
  text-align: center;
}

.table > thead > tr > th,
.table > tbody > tr > td {
  font-size: 14px !important;
}

.table > thead > tr > th {
  color: #515365;
}

#calendar {
  background-color: #fff;
}

.calendar-list-box h3 {
  margin: 0;
  font-weight: 500;
  color: #ccc;
}

.calendar-list-box .point {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 100%;
  vertical-align: middle;
  background: #ccc;
}

.calendar-list-box .schdl-title {
  word-break: break-all;
  height: 1.2rem;
  line-height: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.calendar-list-box.child-schdl {
  padding: 18.3px 15px;
  margin-left: 69px;
}

.fc-scroller.fc-day-grid-container {
  height: 100% !important;
  overflow: hidden !important;
}

.text_post {
  word-break: break-all;
}

.privacy-footer {
  background: #3a3a3a !important;
}

.none-list-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5em;
}

.none-list-box .icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 2em;
  color: #fff;
  border-radius: 100%;
  background: #c3d6ef;
}

.none-list-box small {
  text-align: center;
}

.none-list-box.hover-none {
  cursor: default !important;
}

.none-list-box.hover-none:hover {
  box-shadow: 0 6px 22px 0 rgba(0, 0, 0, 0.08) !important;
}

.vgt-responsive::-webkit-scrollbar,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 10px;
}

.vgt-responsive::-webkit-scrollbar-thumb,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.vgt-responsive::-webkit-scrollbar-track,
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-dialog-scrollable .modal-body {
  overflow-x: hidden !important;
}

.t-tooltip {
  position: relative;
}

.t-tooltip .t-tooltiptext {
  font-size: 13px;
  width: 50px;
  bottom: 100%;
  left: 50%;
  margin-left: -25px;
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
}

.t-tooltip .t-tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.t-tooltip:hover .t-tooltiptext {
  visibility: visible;
}

.t-tooltip .t-tooltiptext.t-80 {
  width: 80px;
  margin-left: -40px;
}

.naver-btn,
.naver-btn:hover,
.naver-btn:focus {
  background: #03C75A;
  color: #fff;
  margin-left: -5px;
  box-shadow: none !important;
  border-color: #03C75A !important;
  opacity: 1 !important;
}

.naver-logo {
  padding-left: 3px;
  background-color: #03C75A;
  cursor: pointer;
  border-radius: 0.25rem;
  width: 36px;
  height: 36px;
}

@media (max-width: 991px) {
  #sidebarCollapse {
    display: block;
    width: 40px;
    height: 40px;
    min-height: 55px;
    margin-right: 10px;
    background: #fff0;
    cursor: pointer;
    border: 0;
  }

  #sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #555;
    transition: all 0.5s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.1s;
  }

  #sidebarCollapse.active {
    position: absolute;
    right: 0;
    background: transparent;
    z-index: 1040;
  }

  #sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 0 auto;
    background: #fff;
  }

  #sidebarCollapse.active span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
  }

  #sidebarCollapse.active span:nth-of-type(2) {
    opacity: 0;
  }

  #sidebarCollapse.active span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
  }

  .privacy-header-wrapper .dropdown-menu {
    width: 50% !important;
  }
}

@media (max-width: 575px) {
  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .btn-sm-block {
    width: 100%;
    margin-top: 0.5rem;
  }

  .line-clamp3 {
    width: 240px;
  }

  #body-contents {
    padding: 55px 10px !important;
  }

  .btn-sm-sm {
    padding: .3125rem .625rem;
    font-size: .75rem;
    line-height: 1.4;
    border-radius: 3px;
  }
}

@media (min-width: 576px) {
  .broswer-tab {
    width: 240px;
  }

  .font-md-38 {
    font-size: 38px;
  }
}

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


@media (min-width: 768px) {
  .view-column {
    display: table-cell;
  }
}
