@charset "utf-8";

.sound_only {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0
}

html {
  height: 100vh;
  width: 100%;
  display: block;
  background: url(./images/bg.png);
  background-size: cover;
}

body {
  height: 100%;
}

body input {
  color: #643e1d;
}

.cp-bottom {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  color: #643e1d;
  font-family: 'BookendBatangSemiBold';
  padding: 2px 8px;
  text-align: right;
  z-index: 100;
  font-size: 12px;
  text-shadow: 0 0 3px #fff,0 0 3px #fff;
}

.cp-bottom a {
  color: #643e1d;
  font-family: 'BookendBatangSemiBold';
  text-decoration: none;
}

html.single .cp-bottom {
  display: block;
}

/* frame */
#wrapper {
  display: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh
}

#wrapper iframe {
  width: 100%;
  height: 100%
}

section#body {
  display: block;
  width: 100%;
  height: 100%;
}

.fix-layout {
  width: 100%;
  height: 100%;
  max-width: unset !important;
}

.notice-popup-content {
  padding: 16px;
  background: url(./images/paper.png) no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 4px;
  min-height: 300px;
  min-width: 600px;
  max-width: 800px;
  max-height: calc(100vh - 100px);
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF, inset 0 0 5px #FFF;
  flex-direction: column;
}

.notice-popup-title {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-radius: 4px;
  color: #643e1d;
  font-family: 'BookendBatangSemiBold';
}

.notice-popup-title * {
  font-size: 20px;
  font-family: 'BookendBatangSemiBold';
}

.popup-content {
  padding: 24px 16px;
  font-size: 14px;
  overflow-y: scroll;
  height: 100%;
  color: #322;
}

.popup-close {
  margin-top: 16px;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  background: url(./images/btn_c.png);
  background-position: center;
  border-radius: 10px;
  color: #deccbc;
  font-family: 'Paperlogy';
  font-weight: 500;
  font-size: 16px;
}

.backimage {
  top: 8px;
  z-index: 0;
  position: relative;
  width: 100%;
  left: 0;
  aspect-ratio: 1920 / 551;
  background: url(./images/introbg.png);
  background-size: 100% 100%;
}

.layout-outer {
  margin: 0 auto;
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 1700px;
}

.side-menu {
  position: relative;
  z-index: 5;
  background: url(./images/side.png);
  background-size: cover;
  background-position: center;
  height: 100%;
  min-width: 416px;
  aspect-ratio: 416 / 1080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.logo-area {
  aspect-ratio: 323 / 291;
  background: url(./images/logo_large.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 323px;
  max-height: 291px;
  min-width: 323px;
  min-height: 291px;
}

.side-menu a[class*="side-button"] {
  width: 100%;
  height: 86px;
  background-repeat: no-repeat;
  background-position-y: center;
}


.side-menu a[class*="side-button"]:hover {
  filter: brightness(1.2);
}

.side-menu .side-button-main {
  background-image: url(./images/menu_main.png);
  background-position-x: 112px;
  /* 153 */
}

.side-menu .side-button-members {
  background-image: url(./images/menu_memberlist.png);
  background-position-x: 87px;
  /* 229 */
}

.side-menu .side-button-guild {
  background-image: url(./images/menu_guild.png);
  background-position-x: 123px;
  /* 179 */
}

.side-menu .side-button-confession {
  background-image: url(./images/menu_confession.png);
  background-position-x: 119px;
  /* 183 */
}

.side-menu .side-button-shop {
  background-image: url(./images/menu_shop.png);
  background-position-x: 105px;
  /* 190 */
}

.main-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-area {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: -30px;
  max-width: 1680px;
}

#covnos-member {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.covnos-register-form {
  display: flex;
  width: 1745px;
  height: 978px;
  background: url(./images/register.png);
  box-sizing: border-box;
}

.covnos-register-form .result,
.covnos-register-form form {
  width: 820px;
  display: flex;
  flex-direction: column;
  margin-left: 500px;
  margin-top: 100px;
  padding-bottom: 110px;

  gap: 20px;
  justify-content: center;
}

.covnos-register-form .result {
  align-items: center;
}

.covnos-register-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.covnos-register-tag {
  flex-grow: 1;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}

.covnos-register-tag-id {
  background-image: url(./images/register_id.png);
}

.covnos-register-tag-pw {
  background-image: url(./images/register_password.png);
}

.covnos-register-tag-pwc {
  background-image: url(./images/register_confirm_password.png);
}

.covnos-register-tag-nick {
  background-image: url(./images/register_owner_nickname.png);
}

.covnos-register-tag-chname {
  background-image: url(./images/register_character_name.png);
}

.covnos-register-tag-sns {
  background-image: url(./images/register_owner_sns_id.png);
}

.covnos-register-input {
  min-width: 582px;
  width: 582px;
  height: 30px;
}

.covnos-register-select {
  min-width: 582px;
  width: 582px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  flex-shrink: 0;
}

.covnos-register-select label {
  margin-top: -1px;
}

.covnos-register-select label input {
  height: 0;
  width: 0;
  position: absolute;
  left: -20px;
  visibility: hidden;
}

.covnos-register-select .covnos-label {
  display: block;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  font-family: 'BookendBatangSemiBold';
  background: url(./images/register_side_middle_2.png);
  cursor: pointer;
  text-align: center;
  color: #643e1d;
  font-weight: 500;
}

.covnos-read-notify {
  font-family: 'BookendBatangSemiBold';
  font-size: 16px;
  background: url(./images/register_side_select.png);
  background-position: center;
  color: #deccbc;
  border-radius: 12px;
  padding: 0 32px;
  line-height: 28px;
  height: 30px;
  text-decoration: none;
}

.covnos-register-profile {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  overflow: hidden;
  background: url(./images/register_profile.png);
}

.covnos-disabled {
  opacity: .75;
}

.profile-preview {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-preview img {
  max-width: 185px;
  max-height: 185px;
}

.covnos-register-profile-upload {
  border: 0;
  width: 185px;
  height: 30px;
  background-color: transparent;
  background-size: cover;
  background-image: url(./images/register_btn_profile.png);
  display: absolute;
  box-sizing: border-box;
  padding-top: 30px;
}

input:checked+.covnos-label {
  background: url(./images/register_side_select.png);
  color: #deccbc;
}

.covnos-register-input input {
  background: transparent;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  background-image: url(./images/register_input_bg.png);
  background-repeat: no-repeat;
  border-radius: 12px;
  font-family: 'BookendBatangSemiBold';
  font-size: 18px;
  font-weight: 500;
  color: #643e1d;
}

.covnos-register-chk {
  font-family: 'BookendBatangSemiBold';
  font-size: 16px;
  font-weight: 500;
  color: #643e1d;
}

.covnos-confirm-area {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.covnos-register-cancel,
.covnos-register-update,
.covnos-register-ok {
  width: 150px;
  height: 32px;
  background-color: transparent;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  border: 0;
  box-sizing: border-box;
  display: block;
  border-radius: 0;
  cursor: pointer;
}

.covnos-register-cancel:hover,
.covnos-register-update:hover,
.covnos-register-ok:hover {
  background-color: transparent;
}

.covnos-register-update,
.covnos-register-ok {
  background-image: url(./images/register_btn_confirm.png)
}

.covnos-register-cancel {
  background-image: url(./images/register_btn_cancel.png)
}

.covnos-register-result-title {
  width: 243px;
  height: 50px;
  background: url(./images/register_result_title.png) no-repeat;
}

.covnos-register-result-logo {
  width: 618px;
  height: 353px;
  background: url(./images/register_result_logo.png) no-repeat;
}

.covnos-register-result-ment {
  width: 236px;
  height: 47px;
  background: url(./images/register_result_ment.png) no-repeat;
}

.covnos-register-result-alt {
  width: 475px;
  height: 19px;
  background: url(./images/register_result_alt.png) no-repeat;
}

.covnos-register-result-padding {
  height: 16px;
}

.covnos-register-result-main {
  font-family: 'BookendBatangSemiBold';
  font-size: 18px;
  background: url(./images/register_side_select.png);
  background-position: center;
  color: #deccbc;
  border-radius: 12px;
  padding: 0 32px;
  line-height: 28px;
  height: 30px;
  text-decoration: none;
}

.member-info {
  display: flex;
  flex-direction: column;
  margin-left: 76px;
  margin-top: 60px;
}

.member-info .profile-area {
  display: flex;
  gap: 16px;
}

.member-info .profile-area .profile-image {
  width: 125px;
  height: 165px;
  background: url(./images/frame_info_head.png);
  border-radius: 20px;
  overflow: hidden;
}

.profile-thumb {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #8C6353;
  background-image: var(--image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile-detail {
  font-family: 'Paperlogy';
  font-size: 16px;
  color: #643e1d;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.profile-detail .covnos-name-area {
  max-width: 114px;
  line-height: 18px;
  min-height: 36px;
  font-weight: bold;
}

.covnos-name-line {
  width: 114px;
  height: 1px;
  background: url(./images/frame_info_line1.png);
  margin: 5px 0;
}

.covnos-info-line {
  width: 148px;
  height: 1px;
  background: url(./images/frame_info_line2.png);
  margin: 5px 0;
}

.character-info {
  color: #8C6353;
}

.character-info .info-line {
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

.character-info .info-text {
  width: 74px;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 4px;
}

.covnos-status-button {
  margin-top: 8px;
  width: 294px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}


.status-buttons button,
.covnos-status-button a,
.covnos-status-button button {
  background: url(./images/btn_c.png) no-repeat;
  background-size: auto;
  background-position: center;
  border: 0;
  color: #deccbc;
  font-family: 'Paperlogy';
  font-weight: 700;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
}

.covnos-member-list {
  width: 1328px;
  height: 906px;
  background: url(./images/member_list.png) no-repeat;
  margin-right: -48px;
}

.general.main-content,
.status.main-content,
.member-list.main-content {
  justify-content: center;
  height: 100%;
}

.member-list-inner {
  width: 1060px;
  height: 630px;
  margin-top: 115px;
  margin-left: 170px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 6px;
}

.member-item {
  display: flex;
  gap: 8px;
  text-decoration: none;
}

.member-profile-area {
  min-width: 65px;
  max-width: 65px;
  height: 73px;
  background: url(./images/member_profile_frame.png);
  position: relative;
}

.member-info-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #643e1d;
  font-family: 'Paperlogy';
  font-weight: 900;
}

.member-logged-menu {
  padding: 4px 16px;
  height: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px #643e1d40;
  font-family: 'Paperlogy';
  color: #643e1d;
  display: flex;
  gap: 8px;
}

.member-logged-menu * {
  cursor: default;
}

.member-logged-menu a {
  cursor: pointer;
  color: #643e1d;
  text-decoration: none;
  font-weight: 900;
}

.member-logged-menu a:hover {
  text-shadow: 0 0 3px #fff,0 0 3px #fff;
}

.member-profile-crop {
  position: absolute;
  width: 41px;
  height: 47px;
  overflow: hidden;
  left: 13px;
  top: 11px;
}

.member-profile-crop img {
  position: absolute;
  left: -55px;
  top: -14px;
}

/* status */

.covnos-status {
  width: 1386px;
  height: 903px;
  margin-right: -100px;
  position: relative;
}

.status-inner {
  width: 100%;
  height: 100%;
  background: url(./images/status_ui_frame.png) no-repeat;
  position: relative;
}

.status-inner.dimmed {
  filter: brightness(0.3);
  transition: filter 0.3s ease;
}

.status-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.status-popup.active {
  pointer-events: all;
  opacity: 1;
}

.status-popup.active .item-popup-content {
  transform: scale(1);
}

.item-popup-content {
  width: 476px;
  height: 310px;
  background: url(./images/status_ui_item_frame.png);
}

.return-button {
  position: absolute;
  left: 140px;
  top: 125px;
  width: 24px;
  height: 36px;
  background: url(./images/status_ui_back.png);
}

.status-character {
  position: absolute;
  left: 200px;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.check-character-name,
.character-nameplate {
  width: 167px;
  height: 39px;
  background: url(./images/status_ui_nameplate.png) no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Eulyoo1945';
  font-size: 16px;
  color: #643e1d;
}

.character-portrait {
  width: 150px;
  height: 180px;
  background: #FFF8;
  border: 1px solid #643e1d60;
  border-radius: 10px;
  overflow: hidden;
  /* background: url(./images/status_ui_character.png) no-repeat; */
}

.character-status {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.character-health,
.character-mental {
  width: 155px;
  height: 22px;
  margin: 1px;
  border-radius: 10px;
  background: #FFF8;
  border: 1px solid #643e1d60;
  overflow: hidden;
  position: relative;
}

.status-info {
  position: absolute;
}

.status-text-cover {
  width: 155px;
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  line-height: 22px;
  font-family: 'Paperlogy';
  font-weight: 900;
}

.character-health .bar,
.character-mental .bar {
  width: calc(var(--perc, 1) * 155px);
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  overflow: hidden;
}

.character-health .bar {
  background: #6B1C1C;
}

.character-mental .bar {
  background: #122B71;
}

.character-health .text,
.character-mental .text {
  width: 155px;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.status-info {
  position: absolute;
  left: 500px;
  top: 150px;
  width: 600px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 4px;
  align-items: center;
  justify-content: center;
}

.status-buttons {
  position: absolute;
  left: 500px;
  top: 310px;
  width: 600px;
  height: 30px;
  display: flex;
  gap: 8px;
  justify-content: end;
}

.status-info>div {
  display: flex;
}

.character-info-name {
  flex-grow: 1;
  color: #643e1d;
  font-family: 'Eulyoo1945';
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  padding: 0 8px;
}

.character-info-value {
  line-height: 25px;
  height: 25px;
  background: #633d1dC0;
  border-radius: 14px;
  color: #deccbc;
  padding: 0 16px;
  width: 125px;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: bold;
}

.character-info-value.character-info-gold {
  display: flex;
  justify-content: space-between;
}

.character-info-value.character-info-gold::after {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Eulyoo1945';
  line-height: 23px;
  margin-top: 2px;
  font-weight: normal;
  transform: scaleX(85%)
}

.status-inventory {
  position: absolute;
  left: 175px;
  top: 400px;
  width: 1010px;
  height: 390px;
  display: flex;
  flex-direction: column;
}

.status-inventory .inventory-tabs {
  min-height: 42px;
  display: flex;
  justify-content: end;
  gap: 16px;
  padding: 0 30px;
}

.inventory-tab {
  width: 107px;
  height: 42px;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: none;
}

.inventory-tab.filter-all {
  background-image: url(./images/status_tab_all_n.png);
}

.inventory-tab.filter-all.filter-selected {
  background-image: url(./images/status_tab_all_s.png);
}

.inventory-tab.filter-arm {
  background-image: url(./images/status_tab_armor_n.png);
}

.inventory-tab.filter-arm.filter-selected {
  background-image: url(./images/status_tab_armor_s.png);
}

.inventory-tab.filter-acc {
  background-image: url(./images/status_tab_accs_n.png);
}

.inventory-tab.filter-acc.filter-selected {
  background-image: url(./images/status_tab_accs_s.png);
}

.inventory-tab.filter-use {
  background-image: url(./images/status_tab_cons_n.png);
}

.inventory-tab.filter-use.filter-selected {
  background-image: url(./images/status_tab_cons_s.png);
}

.inventory-tab.filter-doc {
  background-image: url(./images/status_tab_tech_n.png);
}

.inventory-tab.filter-doc.filter-selected {
  background-image: url(./images/status_tab_tech_s.png);
}

.inventory-tab.filter-other {
  width: 141px;
  background-image: url(./images/status_tab_other_n.png);
}

.inventory-tab.filter-other.filter-selected {
  background-image: url(./images/status_tab_other_s.png);
}

.inventory-cover {
  height: 330px;
  overflow-y: scroll;
  margin:4px;
}

.inventory-inner {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px;
  gap: 16px;
}

.item-popup-target,
.item-target {
  position: relative;
  width: 90px;
  height: 93px;
  background: url(./images/status_item_frame.png);
  border: 0;
}

.item-target {
  cursor: pointer;
}

.item-target.item-equiped::after {
  content:"";
  display:block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./images/status_ui_equiped.png);
}

.item-popup-target {
  position: absolute;
  left: 60px;
  top: 120px;
}

.item-image {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 11px;
  top: 11px;
  background-image: var(--path);
  background-size: cover;
  background-position: center;
}

.item-popup-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 40px;
  border-radius: 10px 10px 0 0;
}

.item-popup-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
  background-color: #ECE3D960;
  color: #643e1d;
}

.item-popup-close:hover {
  background-color: #ECE3D9;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF, inset 0 0 5px #FFF;
}

.inventory-cover::-webkit-scrollbar,
.inventory-cover::-webkit-scrollbar-track {
  background: #643e1d20;
}

.item-description::-webkit-scrollbar {
  background: #643e1d;
}

.item-description::-webkit-scrollbar-track {
  background: #643e1d;
}

.inventory-cover::-webkit-scrollbar-thumb,
.item-description::-webkit-scrollbar-thumb {
  border: 1px solid #643e1d;
  background: #ECE3D9;
}

/* 아이템 팝업 확장 스타일 (기존 CSS와 호환) */
.item-popup-content {
  width: 476px;
  height: 310px;
  background: url(./images/status_ui_item_frame.png);
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

.item-popup-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 40px;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 10;
}

.item-popup-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.2s;
  background-color: #FF505060;
  color: #333;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF, inset 0 0 5px #FFF;
}

.item-popup-close:hover {
  background-color: #ECE3D9;
}

.item-popup-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.item-popup-target {
  position: absolute;
  left: 60px;
  top: 120px;
  width: 90px;
  height: 93px;
  background: url(./images/status_item_frame.png);
}

.item-popup-target .item-image {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 11px;
  top: 11px;
  background-image: var(--path);
  background-size: cover;
  background-position: center;
}

.item-description::-webkit-scrollbar {
  background: #643e1d;
}

.item-description::-webkit-scrollbar-track {
  background: #643e1d;
}

.item-description::-webkit-scrollbar-thumb {
  border: 1px solid #643e1d;
  background: #ECE3D9;
}

/* 액션 버튼 영역 */
.item-name-detail,
.item-name {
  position: absolute;
  font-family: 'Paperlogy';
  font-weight: 900;
  color: #643e1d;
  position: absolute;
  left: 42px;
  right: 40px;
  top: 90px;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.item-name-detail {
  position: static;
  left: unset;
  right: unset;
  top: unset;
  display: none;
  margin-bottom: 16px;
}

.detail .item-name-detail {
  display: block;
}

.item-name::before {
  content: "«"
}

.item-name::after {
  content: "»"
}

.item-description {
  font-family: 'Eulyoo1945';
  color: #643e1d;
  overflow-y: scroll;
  position: absolute;
  left: 160px;
  top: 120px;
  width: 255px;
  height: 90px;
  line-height: 20px;
  font-size: 14px;
}

.item-description.detail {
  padding: 16px;
  background: url(./images/paper.png) no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 4px;
  
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF, inset 0 0 5px #FFF;
  flex-direction: column;

  left: 5px;
  bottom: 0px;
  top: 5px;
  right: 5px;
  width: auto;
  height: auto;
  z-index: 20;
  font-size: 16px;
}

.open-description-magnify {
  position: absolute;
  right: 60px;
  top: 94px;
  width: 24px;
  height: 24px;
  z-index: 10;
  color: #deccbc;
  background: #643e1d;
  border-radius: 4px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.close-description-magnify {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 16px;
  font-size: 24px;
  display: none;
  color: #deccbc;
  background: #643e1d;
  border-radius: 4px;
  border: 0;
  cursor: pointer
}

.detail .close-description-magnify {
  display: flex;
}

.item-description-subtitle {
  font-family: 'Eulyoo1945';
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}

.detail .item-description-subtitle {
  background: #643e1d;
  color: #deccbc;
  padding: 0 4px;
  border-radius: 4px;
}

/*
.detail .item-description-subtitle::after {
  height: 2px;
  content: "";
  display: block;
  background: #643e1d;
  flex-grow: 1;
}
*/

.item-stat {
  box-sizing: border-box;
  padding: 0 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-family: 'Eulyoo1945';
  font-size: 12px;
  color: #643e1d;
  margin-bottom: 2px;
}

.detail .item-stat {
  margin-top: 4px;
  font-size: 14px;
  padding: 0 8px;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.item-stat span {
  font-family: 'Eulyoo1945';
}

.detail .item-stat .dv {
  height: 2px;
  content: "";
  display: block;
  background: #643e1d40;
  flex-grow: 1;
}

.item-actions {
  top: 220px;
  left: 52px;
  width: 370px;
  height: 58px;
  position: absolute;
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.item-use-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 6px;
  min-width: 140px;
}

.item-quantity-info {
  font-family: 'Eulyoo1945';
  color: #643e1d;
  font-size: 16px;
  text-align: center;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: center;
}

.quantity-btn {
  color: #ECE3D9;
  border: none;
  padding: 4px 8px;
  cursor: pointer;
  font-family: 'Eulyoo1945';
  transition: background-color 0.2s;
  user-select: none;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.quantity-btn.decrease {
  background-image: url(./images/status_ui_btn_l.png);
}

.quantity-btn.increase {
  background-image: url(./images/status_ui_btn_r.png);
}

.quantity-btn:hover {
  filter: contrast(1.2) brightness(0.8);
}

.quantity-btn:active {
  transform: scale(0.95);
}

input.quantity-input.quantity-input {
  width: 32px;
  height: 24px;
  text-align: center;
  border: none;
  font-family: 'Paperlogy';
  font-weight: bold;
  color: #643e1d;
  outline: none;
  border-radius: 5px !important;
  background: #643e1d10;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input.quantity-input.quantity-input:focus {
  background: #643e1d20;
}

/* Firefox에서 스피너 숨기기 */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-input:focus {
  border-color: #643e1d;
  background: #FFF;
}

.check-submit,
.item-action-btn {
  border: none;
  line-height: 26px;
  border-radius: 12px;
  min-width: 150px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Eulyoo1945';
  transition: all 0.2s;
  text-align: center;
  background: url(./images/btn_c.png) no-repeat;
  background-size: auto;
  background-position: center;
  color: #deccbc;
}

.check-submit {
  color: #deccbc;
  position: absolute;
  right: 0;
  bottom: 0;
}

.item-action-btn.unequip-btn,
.item-action-btn.equip-btn {
  color: #ECE3D9;
  filter: contrast(1);
}

.item-action-btn.unequip-btn:hover,
.item-action-btn.equip-btn:hover {
  filter: contrast(1.2);
  box-shadow: 0 0 5px #643e1d60;
}

.item-action-btn.use-btn {
  color: #ECE3D9;
  filter: contrast(1);
}

.item-action-btn.use-btn:hover {
  filter: contrast(1.2);
  box-shadow: 0 0 5px #643e1d60;
}

.item-action-btn.sell-btn {
  background: url(./images/btn_d.png) no-repeat;
  background-size: auto;
  background-position: center;
  color: #643e1d;
}

.item-action-btn.sell-btn:hover {
  box-shadow: 0 0 5px #643e1d60;
}

/* 스크롤바 스타일 통일 */
.item-stats::-webkit-scrollbar,
.item-effect::-webkit-scrollbar {
  width: 6px;
  background: #643e1d;
}

.item-stats::-webkit-scrollbar-track,
.item-effect::-webkit-scrollbar-track {
  background: #643e1d;
}

.item-stats::-webkit-scrollbar-thumb,
.item-effect::-webkit-scrollbar-thumb {
  border: 1px solid #643e1d;
  background: #ECE3D9;
}

/* 상세 이미지 */
.item-detail-image {
  position: absolute;
  left: 60px;
  top: 220px;
  width: 90px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #643e1d40;
}

.item-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.covnos-check {
  width: 1363px;
  height: 950px;
  background: url(./images/check_ui_frame.png) no-repeat;
  margin-right: -80px;
  position: relative;
}

.check-content-list {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 110px;
  top: 83px;
  box-sizing: border-box;
  width: 1180px;
  height: 750px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.check-content-list::-webkit-scrollbar-track {
  background: #643e1d20;
}

.check-content-list::-webkit-scrollbar {
  width: 6px;
  background: #643e1d20;
}

.check-content-list::-webkit-scrollbar-thumb {
  border: 1px solid #643e1d;
  background: #ECE3D9;
  border-radius: 0;
}

.check-write-area {
  flex-grow: 1;
  position: relative
}

.covnos-check .check-write-form {
  width: 100%;
  padding: 16px;
  background: url(./images/paper.png) no-repeat;
  background-size: auto;
  border-radius: 4px;
  max-height: calc(100vh - 100px);
  box-sizing: border-box;
  display: flex;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF4, inset 0 0 5px #FFF4;
  gap: 16px;
}

.check-document-item {
  position: relative;
  padding: 16px;
  background: url(./images/paper.png) no-repeat;
  background-size: auto;
  border-radius: 4px;
  max-height: calc(100vh - 100px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px #0004, 0 0 3px #643e1d80, inset 0 0 5px #FFF4, inset 0 0 5px #FFF4;
}

.check-document-cover {
  display: flex;
  gap: 16px;
  width: 100%;
}

.check-profile-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  gap: 4px;
}

.check-head {
  width: 100px;
  height: 100px;
  background-color: #6D5348;
  border-radius: 50%;
  background-image: var(--path);
  background-size: cover;
  background-position: center;
}

.check-document-content {
  flex-grow: 1;
  position: relative;
  padding-bottom: 34px;
}

.covnos-comment-area {
  margin: 10px;
  margin-top: 20px;
  border-top: 2px solid #643e1d;
  padding: 16px;
  padding-bottom: 0;
}

.check-comment-item .check-empty {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-family: 'Eulyoo1945';
  color: #643e1d;
}

.covnos-comment-area .check-comment-item * {
  font-family: 'Eulyoo1945';
  color: #643e1d;
  font-size: 16px;
  line-height: 20px;
  vertical-align: baseline;
}

.check-comment-composer {
  font-size: 12px !important;
}

.check-comment-name {
  font-family: 'Paperlogy' !important;
  font-weight: 700;
  min-width: 140px;
  text-align: center;
}

.check-comment-item {
  display: flex;
  gap: 16px;
}

.check-comment-compose {
  margin-top :10px;
  display: flex;
  width: 100%;
  gap: 16px;
}

.check-inputs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-grow: 1
}

.check-url {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  border: 1px solid #643e1d40;
  background: #deccbc80;
  color: #643e1d;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
  margin: 10px 0;
  padding: 8px;
  font-family: 'Eulyoo1945';
  color: #643e1d;
  font-size: 14px;
}

.check-url a{
  font-family: 'Eulyoo1945';
  color: #322;
  font-size: 14px;
}

.check-inputs input[type=text],
.check-comment-compose input[type=text] {
  border: 1px solid #643e1d40;
  background: #deccbc80;
  color: #643e1d;
  box-sizing: border-box;
  flex-grow: 1;
  padding: 0 10px;
  border-radius: 10px;
}

.check-inputs input[type=radio] {
  display: none;
}

.check-document-settlement::before {
  content: "";
  display: block;
  width: 156px;
  height: 130px;
  position: absolute;
  right: -20px;
  top: -30px;
  background: url(./images/check_ui_settlement_sign.png) no-repeat;
  background-size: auto;
  background-position: center;
  z-index: 2;
}

.action_buttons {
  font-family: 'Eulyoo1945';
  font-size: 14px;
  color: #643e1d;
  display: flex;
  gap: 8px;
  position: absolute;
  align-items: center;
  bottom: 0;
  right: 0;
}

.check-content-title {
  font-size: 20px;
  font-family: 'Eulyoo1945';
  color: #322;
}

.check-result {
  display: flex;
  gap: 16px;
  margin: 10px 0;
  align-items: center;
}

.check-result .check-content-datetime {
  font-family: 'Eulyoo1945';
  font-size: 14px;
  color: #643e1d;
}

.check-comment-compose button,
.check-view-button,
.check-compose-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  cursor: pointer;
  font-family: 'Eulyoo1945';
  font-size: 14px;
  background: url(./images/btn_c.png);
  color: #deccbc;
  min-width: 140px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
} 

.check-view-button {
  min-width: 100px;
}

.covnos-button-style
{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  font-family: 'Eulyoo1945';
  font-size: 14px;
  background: url(./images/btn_c.png);
  color: #deccbc;
  min-width: 100px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
}

.check-groups {
  display: flex;
  gap: 16px;
}

.check-group {
  display: flex;
  gap: 16px;
  padding: 8px;
}

.check-group * {
  font-family: 'Eulyoo1945';
  font-size: 14px;
  color: #643e1d;
  cursor: pointer;
}

.radio-label {
  padding-left: 30px;
  height: 24px;
  line-height: 24px;
  background: url(./images/check_ui_checkbox.png) no-repeat;
  background-position: 0px center;
  position: relative;
}

input[type=radio]:checked + .radio-label::before {
  display: block;
  content: "";
  height: 24px;
  width: 22px;
  background: url(./images/check_ui_checkbox_checked.png) no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.covnos-pagination {
  position: relative;
}

.check-pagination.covnos-pagination {
  position: absolute;
  left: 110px;
  width: 1180px;
  top: 833px;
}

.check-search.covnos-search {
  position: absolute;
  left:110px;
  top: 875px;
  width: 1180px;
}

.covnos-pagination.covnos-pagination {
  height: 32px;
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.covnos-pagination.covnos-pagination .pg {
  display: flex;
  gap: 8px;
  align-items: center;
}

.covnos-pagination.covnos-pagination nav {
  display: flex;
  align-items: center;
}

.covnos-pagination.covnos-pagination * {
  font-family: 'Eulyoo1945';
  font-size: 16px;
}

.covnos-pagination.covnos-pagination .material-icons {
  display: none;
}

.covnos-pagination.covnos-pagination a {
  color: #643e1d;
  text-decoration: none;
}

.covnos-pagination.covnos-pagination a:hover {
  color: #643e1d;
}

.covnos-pagination.covnos-pagination strong {
  font-size: 18px;
  color: #322;
}
.covnos-pagination.covnos-pagination strong:hover {
  color: #322;
}

.covnos-pagination.covnos-pagination .pg-number-group {
  display: flex;
  gap: 12px;
}

.covnos-pagination.covnos-pagination .pg_start {
  width: 24px;
  height: 24px;
  display: block;
  background: url(./images/common_ui_btn_l.png) no-repeat;
  background-position: center;
}

.covnos-pagination.covnos-pagination .pg_end {
  width: 24px;
  height: 24px;
  display: block;
  background: url(./images/common_ui_btn_r.png) no-repeat;
  background-position: center;
}

.covnos-search {
  position: relative;
}

.member-list-footer.covnos-pagination {
  display: flex;
  justify-content: center;

}

.covnos-search form {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.covnos-search button.covnos-search-btn,
.covnos-search .return-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  cursor: pointer;
  font-family: 'Eulyoo1945';
  font-size: 14px;
  background: url(./images/btn_c.png);
  color: #deccbc;
  min-width: 100px;
  border: 0;
  border-radius: 10px;
  text-decoration: none;
}

.covnos-search input[type=text] {
  border: 1px solid #643e1d40;
  background: #deccbc80;
  color: #643e1d;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
}

.covnos-search select {
  border: 1px solid #643e1d40;
  background: #deccbc80;
  color: #643e1d;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 10px;
}

.main-ui-deco {
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  margin-left: -284px;
  margin-top: -218px;
  background: url(./images/main_ui_text_header.png) no-repeat;
  background-position: center;
  width: 568px;
  height: 436px
}

.main-ui-notice-btn {
  position: absolute;
  left: 50%;
  top: calc(50% + 35px);
  margin-left: -144px;
  margin-top: -20px;
  width: 288px;
  height: 40px;
  background: url(./images/main_ui_btn_notification.png) no-repeat;
  background-position: center;
}

@media screen and (min-width: 1921px) {
  .layout-outer {
    max-width: unset;
    padding: 0 160px;
  }

  .side-menu .side-button-main {
    background-position-x: 152px;
    /* 153 */
  }

  .side-menu .side-button-members {
    background-position-x: 128px;
    /* 229 */
  }

  .side-menu .side-button-guild {
    background-position-x: 161px;
    /* 179 */
  }

  .side-menu .side-button-confession {
    background-position-x: 156px;
    /* 183 */
  }

  .side-menu .side-button-shop {
    background-position-x: 142px;
    /* 190 */
  }
}
