@charset "utf-8";

* {
  cursor: default;
}

a {
  cursor: pointer;
}

.login-info {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  width: 436px;
  height: 458px;
  background: url(./images/frame_logged.png) no-repeat;
  margin-left: -40px;
}

.covnos-article,
.item-log {
  display: block;
  padding: 12px;
  margin-right: 8px;
  border-bottom: 1px solid #643e1d;
}

a.covnos-article {
  text-decoration: none;
}

.board-area {
  position: relative;
  z-index: 2;
  width: 908px;
  height: 520px;
  background: url(./images/board_list.png)
}

.covnos-article *,
.item-log * {
  color: #322;
  font-family: 'Eulyoo1945';
  font-size: 14px;
}

.title-notice,
.title-item {
  position: absolute;
  left: 114px;
  top: 75px;
  height: 40px;
  width: 296px;
  background: url(./images/main_ui_text_item_logs.png) no-repeat;
  background-position: center;
}

.title-notice {
  left: 498px;
  background: url(./images/main_ui_text_notification.png) no-repeat;
  background-position: center;
}

.notice-board {
  position: absolute;
  left: 498px;
  top: 115px;
  width: 296px;
  height: 300px;
  overflow-y: scroll;
}

.item-using-monitor {
  position: absolute;
  left: 114px;
  top: 115px;
  width: 296px;
  height: 300px;
  overflow-y: scroll;
}

.popup-content::-webkit-scrollbar,
.notice-board::-webkit-scrollbar,
.item-using-monitor::-webkit-scrollbar {
  width: 10px;
}

.popup-content::-webkit-scrollbar-track,
.notice-board::-webkit-scrollbar-track,
.item-using-monitor::-webkit-scrollbar-track {
  background: #643e1d
}

.popup-content::-webkit-scrollbar-thumb,
.notice-board::-webkit-scrollbar-thumb,
.item-using-monitor::-webkit-scrollbar-thumb {
  background: #deccbc;
  border-radius: 0 !important;
  border: 1px solid #643e1d;
}

.log-time {
  margin-bottom: 4px;
  font-size: 12px;
}

.log-content .item-log-use {
  color: #C00000;
}

.log-content .item-log-buy {
  color: #2020C0;
}


.login-not-logged {
  background: url(./images/frame_login.png) no-repeat;
}

.login-not-logged form {
  padding: 62px 78px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 285px;
}

.login-not-logged fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.login-not-logged input {
  height: 30px;
  width: 242px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 0;
  background-color: transparent;
  font-family: 'BookendBatangSemiBold';
  font-size: 18px;
  font-weight: 500;
  color: #643e1d;
}

.login-not-logged input[name=mb_id] {
  background-image: url(./images/frame_login_id.png);
}

.login-not-logged input[name=mb_password] {
  background-image: url(./images/frame_login_pw.png);
}

.login-not-logged button {
  margin-top: 4px;
  border: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url(./images/frame_login_btn_login.png);
  cursor: pointer;
  height: 33px;
}

.login-not-logged .signup {
  border: 0;
  background-color: transparent !important;
  background-image: url(./images/frame_login_btn_signup.png);
  cursor: pointer;
  height: 33px;
}

.new-documents {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 350px;
  margin-bottom: -20px;
  filter: drop-shadow(0 0 5px #0004);
  box-sizing: border-box;
  padding: 20px;
}

.new-documents>div {
  position: relative;
  z-index: 1;
}

.new-documents .new-documents-title {
  font-size: 20px;
  color: #643e1d;
  padding: 8px;
  font-weight: 500;
  font-family: 'Paperlogy';
  border-bottom: 1px solid #643e1d;
}

.profile-document-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 8px;
  font-family: 'Paperlogy';
  color: #643e1d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #643e1d40;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.profile-document-item * {
  cursor: pointer;
}

.doc-writer {
  display: inline-block;
  min-width: 85px;
  font-size: 12px;
}

.document-date {
  font-size: 12px;
}

.new-documents::before {
  z-index: 0;
  content:"";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* https://pixabay.com/photos/paper-old-texture-parchment-1074131/ */
  position: absolute;
  background: url(./images/paper-1074131_1920.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(1.25) saturate(0.45) blur(1px);
  mask-image: url(./images/board_mask.png);
}

.intro-index.main-content.logged {
  justify-content: center;
}

.intro-index .index-area {
  margin-top: 0px;
}

@media (max-width: 1319.98px) {
  .new-documents {
    margin: 0 auto;
    margin-top: 100px;
  }
}

@media (max-width: 599.98px) {
  .new-documents {
    width: 100%;
    padding: 20px 40px;
  }
}
