@charset "utf-8";

* {
  cursor: default;
}

a {
  cursor: pointer;
}

.login-info {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  width: 423px;
  height: 458px;
  background: url(./images/frame_logged.png);
  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);
}

.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;
}
