@charset "utf-8";
/***************************************************************
	Design Manager Setting Style: 자동생성 CSS
---------------------------------------------------------------
	- 최종 수정일 : 2026-05-16 03:18:40
***************************************************************/

body,
.txt-default {
  color: #ffffff;
}
a,
.txt-point {
  color: #29c7c9;
}

/***************************************************************
	배경 이미지 설정 (이 파일에서 관리)
	- 경로 기준: data/css/ → 프로젝트 루트는 ../../
	- 메인 이미지들: ../../img/main/
	- 사이트 업로드 이미지: ../site/
***************************************************************/

/* 전체 페이지 배경 */
@media all {
  html.single:before {
    background-image: url("../site/design_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

/* 사이드 패널 창틀: 헤더를 꽉 채움 */
#side-panel {
  background-image: url("../css/img/고정창.png");
  background-repeat: no-repeat;
  background-size: 456px;
  aspect-ratio: 456 / 1063;
  width: 456px;
}

/* 스탯창: 우측 사이드바 너비 전체 사용, 비율 유지 */
#sidebar-stats {
  background-image: url("../css/img/스탯창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 447 / 801;
  width: 447px;
}

/* 버튼 배경 */
.button {
  background-image: url("../css/img/버튼.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 223 / 223;
  width: 223px;
}

.button_2 {
  background-image: url("../css/img/button_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 216px;
  height: 61px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffffff;
}

.ui-btn {
  background-image: url("./img/탭_버튼_비활성.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 229px;
  height: 74px;
  line-height: 74px;
}

.ui-btn.point {
  background-image: url("./img/탭_버튼_활성.png");
}

.ui-btn.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.login-form-box {
  background-image: url("../css/img/login_form_box.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 434px;
  height: 341px;
}

/* 이벤트 카드 썸네일 */
.event-card {
  /* bg, img, name 중에서 가로 세로 더 긴 쪽 기준으로 제작 */
  width: 429px;
  height: 725px;
}

.event-thumb {
  width: 402px;
  height: 725px; /* 이벤트_배경.png 높이 */
}
/* bg, img 크기가 같아야 함 */

.event-bg {
  background-image: url("./img/이벤트_배경.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 402px;
  height: 725px;
}

.event-img {
  object-fit: cover;
  mask-image: url("./img/이벤트_클리핑.png");
  mask-size: 100% 100%;
  width: 343px;
  height: 665px;
}

.event-name {
  width: 429px;
  height: 200px;
  background-image: url("./img/이벤트명.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 이벤트 내부 */
#progress-bg {
  width: 902px;
  height: 100%;
  background-image: url("./img/이벤트_스크립트창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 이벤트-전투-스탯창 */
#player {
  width: 1100px;
  height: 196px;
  background-image: url("./img/배틀_스탯창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 이벤트-전투-몬스터 */
#enemy {
  width: 1100px;
  height: 493px;
  background-image: url("./img/배틀_몬스터칸.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 이벤트-전투-로그 */
#log-box {
  width: 733px;
  height: 333px;
  background-image: url("./img/배틀_로그창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#message-box {
  width: 733px;
  height: 333px;
  background-image: url("./img/배틀_로그창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 일과 카드 */
.routine-card {
  background-image: url(https://i.imgur.com/EiTSjKn.png);
  width: 466px;
  height: 342px;
}

#routine-result {
  background-image: url("./img/일과결과창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 589 / 830;
  width: 589px;
}

#shop_item_list {
  background-image: url("./img/상점창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 829px;
  height: 610px;
}

#item_info {
  background-image: url("./img/아이템설명창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 833px;
  height: 304px;
}

.shop_item_img {
  background-image: url("./img/아이템창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 132px;
  height: 132px;
}

/* 도서관 */
#book-view {
  background-image: url("./img/내용창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 793px;
  height: 1020px;
}

#bookshelf {
  background-image: url("./img/목록창.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 447px;
  height: 883px;
}

#popup-cancel {
  background-image: url("./img/작성하기_닫기.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 43px;
  height: 43px;
}

.wp-label-deco {
  background-image: url("./img/작성하기_별장식.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  width: 26px;
  height: 25px;
}

/* 거래소 */
#ex-list-panel {
  background-image: url("./img/거래소_내용창.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  width: 793px;
  height: 1020px;
}

#ex-detail-panel {
  background-image: url("./img/거래소_목록창.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  width: 447px;
  height: 883px;
}

.ex-item {
  background-image: url("./img/거래소_거래비활성.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  width: 315px;
  height: 238px;
}

.ex-item.active {
  background-image: url("./img/거래소_거래활성.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  width: 315px;
  height: 238px;
}

#logo {
  padding: 20px 0;
  text-align: center;
}

/*#gnb	{ float: right; }*/
#gnb,
#gnb * {
  color: #ffffff;
  font-size: 14px;
}
#gnb a:hover {
  color: #29c7c9;
  font-size: 14px;
}

.mypage-char-right {
  background-image: url("./img/profile_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
}

*::-webkit-scrollbar-track {
  background-color: #333;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 6em;
}

* {
  outline-color: #29c7c9;
}
::selection {
  background: #29c7c9;
}
::-moz-selection {
  background: #29c7c9;
}
::-webkit-selection {
  background: #29c7c9;
}

::selection {
  color: #333333;
}
::-moz-selection {
  color: #333333;
}
::-webkit-selection {
  color: #333333;
}

.swiper-pagination-bullet-active {
  background: #555555;
}

.pg_wrap .pg_page {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.pg_wrap .pg_page:hover {
  color: #ffffff;
  background: #222222;
  border-color: #000000;
}

.pg_wrap .pg_current,
.pg_wrap .pg_current:hover {
  color: #ffffff;
  background: #555555;
  border-color: #333333;
}

.bar-equalizer i {
  background: #29c7c9;
  -webkit-box-shadow: 0px 0px 3px 0px #000000;
  -moz-box-shadow: 0px 0px 3px 0px #000000;
  box-shadow: 0px 0px 3px 0px #000000;
}

.status-bar dd p {
  background: #ffffff;
}
.status-bar dd p span {
  background: #29c7c9;
  opacity: 0.5;
}
.status-bar dd p sup {
  background: #29c7c9;
}
.status-bar dd p i {
  color: #333333;
}

hr.line {
  background: #29c7c9;
}

.form-input,
input[type="file"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  color: #000000;
  border-color: #222222;
}

::-webkit-input-placeholder {
  color: #eeeeee;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eeeeee;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eeeeee;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #eeeeee;
}

*::-webkit-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #000;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #000000 !important;
  color: #eeeeee;
}

.flex-control-paging a {
  background: #ffffff;
}
.flex-control-paging a.flex-active {
  background: #29c7c9;
}

.theme-box {
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* color: #eeeeee; */
}
.theme-box.no-link a {
  color: #eeeeee;
}

.inven-popup-viewer {
  background-color: rgba(0, 0, 0, 0.5);
  color: #eeeeee;
}

.timeline-Tweet:before {
  border-top-color: #333333;
}
.TweetAuthor-name {
  color: #29c7c9;
}

#submenu {
  background-color: rgba(0, 0, 0, 0.5);
  color: #eeeeee;
  border-top-color: #555555;
  border-top-style: dashed;
  border-top-width: 1px;
  border-bottom-color: #555555;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
#submenu a {
  color: #eeeeee;
}
#submenu a:hover {
  color: #29c7c9;
}

.theme-list,
.theme-form {
  background-color:;
  color:;
}

/*** Form Area ***/
.theme-form th {
  background-color: #000000;
  color: #ffffff;
}
.theme-form td {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-top-color: #333333;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #333333;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

/*** List Area ***/
.theme-list th {
  background-color: #000000;
  color: #ffffff;
  border-top-color: #333333;
  border-top-style: double;
  border-top-width: 1px;
  border-bottom-color: #333333;
  border-bottom-style: double;
  border-bottom-width: 1px;
}
.theme-list td {
  background-color:;
  color: #ffffff;
}

#tab_list {
  border-color: #333333;
}

.inventory-list a {
  /*border: 1px solid #29c7c9;*/

  border: 1px solid #29c7c9;
}
.inventory-list a i {
  /*
	background: #29c7c9;
	color: #333333;
	*/

  border: 1px solid #29c7c9;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

#load_log_board {
}

.board-notice {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

#log_list {
}
#log_list .item {
}

#log_list .item .item-inner .ui-pic {
}

#log_list .item .item-inner .item-comment {
  background-color: rgba(0, 0, 0, 0.5);
  color: #eaeaea;
  margin-bottom: 10px !important;
}

#log_list .item .item-inner .ui-comment {
}

#log_list .item .item-inner .co-header p,
#log_list .item .item-inner .co-header p a {
  color: #eeeeee;
  font-size: 12px;
}

#log_list .item .item-inner .co-header p.owner,
#log_list .item .item-inner .co-header p.owner a {
  color: #29c7c9;
  font-size: 12px;
}

#log_list .item .item-inner .co-footer .date {
  color: #bbbbbb;
  font-size: 11px;
}
#log_list .item .item-inner .co-content .other-site-link {
  color: #29c7c9;
}
#log_list .item .item-inner .co-content .link_hash_tag {
  color: #29c7c9;
}
#log_list .item .item-inner .co-content .log_link_tag {
  color: #29c7c9;
}
#log_list .item .item-inner .co-content .member_call {
  color: #29c7c9;
}
