.recipe-page, .recipe-page * {
  box-sizing: border-box;
}
.recipe-page {
  display: flex;
  justify-content: space-between;
  width: 1145px;
  height: 791px;
  margin-bottom: 30px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0px);
}

.recipe-page .left-wrap {
  width: 476px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recipe-page .page-left {
  height: 532px;
  max-height: 532px;
  padding: 60px;
  padding-top: 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recipe-page .left-wrap .inventory-list {
  display: grid;
  height: 100%;
  overflow: auto;
  grid-template-columns: repeat(4, 81px);
  align-content: start;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.recipe-page .left-wrap .inventory-list::-webkit-scrollbar{
  display: none;
}
.recipe-page .left-wrap .inventory-list li {
  aspect-ratio: 1;
  padding: 10px;
}
.recipe-page .left-wrap .inventory-list a {
  padding: 8px;
  border: none !important;
}
.recipe-page .page-right {
  width: 606px;
  height: 730px;
  overflow: hidden;
  padding: 60px;
  padding-top: 80px;
  margin-bottom: 60px;
}

.recipe-page .page-right .ui-mmb-button {
  text-align: center;
  margin-bottom: 20px;
}
.recipe-page .page-right .ui-mmb-button .tag-title {
  display: inline-block;
  margin: 0 12px;
}

.recipe-page .page-right #log_list {
  overflow: auto;
  width: 100%;
  height: 100%;
}
.recipe-page .page-right #log_list::-webkit-scrollbar {
  display: none;
}
/* 인벤토리 */
.inven-item i.count {
  font-family: 'Galmuri14', sans-serif;
  position: absolute;
  top: 0px;
  right: 6px;
}

/* 인벤토리 팝업 */
.inven-popup-viewer {
  padding: 0;
  width: unset;
  height: unset;
  border: none;
}

.inven-popup-viewer .inven-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inven-popup-viewer .type-item .item-name {
  margin-bottom: 10px;
}
.inven-popup-viewer .type-item .item-con {
  gap: 10px;
}

/* 페이지네이션 */
.inven-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
}

.pg_wrap .pg_page:not(.pg_start,.pg_end){
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 27px;
  height: 27px;
  width: 26px;
  padding: 0 4px;
  font-family: 'galmuri14';
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background-color: #282828;
  border: 1px solid #C0A463;
  text-decoration: none;
  line-height: 1;
  box-sizing: border-box;
}
.pg_wrap .pg_control:before {
  top: 6px;
}

.pg_wrap .pg_page:hover {
  color: #ffffff;
  border-color: #C0A463;
  background-color: #695f49;
}

.pg_wrap .pg_current {
  color: #ffffff;
  background-color: #C0A463 !important;
  border-color: #C0A463 !important;
  font-weight: bold !important;
  pointer-events: none !important;
}

/* 레시피 조합 */
.left-wrap .write-wrap {
  height: 120px;
  max-height: 120px;
  margin: 52px 56px;
  margin-right: 46px;
  padding-right: 10px;
  overflow: auto;
  scroll-snap-type: y mandatory;
}
.left-wrap #load_log_board {
  height: fit-content;
  scroll-snap-align: start;
}
.left-wrap #load_log_board .make-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.left-wrap #load_log_board .make-wrap select {
  font-family: 'galmuri14';
  font-weight: bold;
  color: #ffffff;
  width: 100px;
  height: 29px;
  background: #282828;
  border: 1px solid #C1A462;
}
.left-wrap #load_log_board .make-wrap .rcp-plus {
  display: inline-block;
  font-family: 'morris9';
  font-weight: bold;
  color: #ffffff;
  font-size: 36px;
}

.left-wrap .holy-board {
  height: 220px;
  box-sizing: border-box;
}

.left-wrap #load_log_board .make-submit-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.left-wrap #load_log_board .make-submit-wrap p {
  font-family: 'galmuri14', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}
.left-wrap #load_log_board .make-submit-wrap p span {
  color: #C1A462;
}
.left-wrap #load_log_board .make-submit-wrap .tag-title button {
  appearance: none;
  font-family: 'galmuri14';
  font-weight: bold;
  width: 100px;
  height: 29px;
  color: #000000;
  background-color: #C1A462;
  border: 1px solid #C1A462;
}

/* 로그 */
#log_list .item .item-inner .ui-comment .item-comment-box .item-comment {
  background-color: transparent !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}
#log_list .item .item-inner .item-comment .co-header {
  display: flex;
  align-items: center;
  position: relative;
  color: #C1A462;
  font-size: 14px !important;
  text-transform: uppercase;
  font-family: 'galmuri14';
  font-weight: bold;
}
#log_list .item .item-inner .item-comment .co-header .info-wrap {
  position: absolute;
  right: 0px;
  top: 0px;
}

.btn-info-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
}

.btn-info-toggle img {
  display: block;
  width: auto;
  height: auto;
  pointer-events: none;
}
.info-wrap .info-actions {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background-color: #181818;
  border: 1px solid #c0a463;
  border-radius: 2px;
  padding: 4px 6px;
  white-space: nowrap;
  z-index: 10;
  gap: 6px;
}

.info-wrap.is-open .info-actions {
  display: flex;
}

.info-wrap .info-actions a {
  display: inline-block;
  font-size: 11px;
  color: #c0a463;
  text-decoration: none;
  padding: 2px 4px;
}

#log_list .item .item-inner .item-comment .co-content {
  background: #282828;
  border: 1px solid #C1A462;
  padding: 16px;
  margin: 8px 0;
  font-family: 'galmuri14';
}

#log_list .item .item-inner .co-footer {
  text-align: right;
}

#log_list .item .item-inner .co-footer .date {
  color: #C1A462 !important;
  font-family: 'galmuri14';
  font-weight: bold;
  font-size: 10px;
}

#log_list .item .item-inner .co-footer a {
  display: inline-block;
  font-family: 'galmuri14';
  font-size: 13px;
  color: #C1A462 !important;
  padding: 2px 16px;
  background: #282828;
  border: 1px solid #C1A462;
  margin-left: 4px;
}