@charset "UTF-8";
/* 목록 */
.page-left .category-section {
  line-height: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.page-left .category-title {
  color: var(--color-txt);
  line-height: 1;
}
.page-left .category-title .cate-en {
  font-family: "04b03", sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
.page-left .category-title .cate-ko {
  font-family: Galmuri9, sans-serif;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 500;
}
.page-left .world-list {
  display: flex;
  gap: 3px;
  margin-top: 5px;
  flex-wrap: wrap;
}

.tag-title {
  color: white;
  height: 29px;
  display: inline-flex;
  align-items: center;
}
.tag-title::before {
  content: url("tag_left.png");
  height: 23px;
}
.tag-title::after {
  content: url("tag_right.png");
  height: 23px;
}
.tag-title button, .tag-title a {
  display: inline-block;
  color: inherit;
  height: 29px;
  background: url("tag.png") repeat-x !important;
  padding: 0 1px;
  font-family: Galmuri14, sans-serif;
  font-size: 18px;
  line-height: 28px;
  border: none;
}

/* 뷰 */
.page-right h2 {
  font-family: Galmuri9, sans-serif;
  font-size: 32px;
  color: var(--color-txt);
  line-height: 1;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}
.page-right .content {
  margin-top: 10px;
  line-height: 1.4;
  font-family: Galmuri9, sans-serif;
  font-size: 14px;
  color: var(--color-txt2);
}

/* 버튼들 */
.world-nav {
  display: flex;
  justify-content: space-between;
  width: 374px;
}
.world-nav select#sfl {
  display: none;
}
.world-nav button, .world-nav input {
  color: var(--color-txt) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  outline: none !important;
  font-family: Galmuri9, sans-serif;
}
.world-nav #stx {
  background: url("search.png") no-repeat bottom left !important;
  width: 120px;
}

.btn-box {
  margin-top: 10px;
}

/* === 버튼 텍스트 컬러 전역 오버라이드 === */
.ui-btn,
.qna-search-btn,
.ui-submit,
.qna-write .btn_submit,
.qna-write input.btn_submit,
.ui-qna-list-password .ui-submit {
  color: var(--color-txt) !important;
}

/* 상태(hover/active/focus)에서도 동일 적용 */
.ui-btn:hover,
.qna-search-btn:hover,
.ui-submit:hover,
.qna-write .btn_submit:hover,
.qna-write input.btn_submit:hover,
.ui-qna-list-password .ui-submit:hover,
.ui-btn:active,
.qna-search-btn:active,
.ui-submit:active,
.qna-write .btn_submit:active,
.qna-write input.btn_submit:active,
.ui-qna-list-password .ui-submit:active,
.ui-btn:focus,
.qna-search-btn:focus,
.ui-submit:focus,
.qna-write .btn_submit:focus,
.qna-write input.btn_submit:focus,
.ui-qna-list-password .ui-submit:focus {
  color: var(--color-txt) !important;
}



