@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

/* =============================================
   0) 기본 설정: 글꼴, 변수, 공통
============================================= */
@font-face {
  font-family: 'Paperlogy-4Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

:root {
  --point: #444444;
  --chip-bg: #f1edec;
}

/* 모바일 크롬 등 스크롤바 감추기 */
::-webkit-scrollbar { display: none; }

/* =============================================
   1) 레이아웃: 스킨 래퍼, 공용 블록
============================================= */
.simple-board-skin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-family: 'Paperlogy-4Regular', NanumSquare, system-ui, -apple-system, Segoe UI, Roboto, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;
}

.simple-guide,
.simple-sch,
.ui-paging {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* =============================================
   2) 카테고리 네비게이션
============================================= */
.ico-category{ background:#000; color:#fff; border-radius:10px; padding:0 5px }
.simple-category{ display:flex; flex-wrap:wrap; gap:5px; margin-bottom:20px; justify-content:center }
.simple-category li{
  background:#fff; color:#444; border-radius:10px; padding:4px 6px;
  border:1px inset #333; transition:background .2s; white-space:nowrap; text-align:center
}
.simple-category li:hover{ background:#dcbfbe; color:#444 }
.simple-category li.selected{ background:#ae5d5c }
.simple-category li.selected a{ color:#fff !important }

/* 관리자 검색 박스 색상 우선순위 정리 */
.ui-search-box select,
.ui-search-box input[type="text"] {
  color: #000;
  border-radius: 15px;
  width: 100%;
}
.simple-board-skin .ui-search-box select#sfl { color: #000 !important; }

/* =============================================
   3) 상단 버튼(글쓰기/관리자)
============================================= */
/* 게시판 상단 버튼 – 다른 게시판과 동일하게 */
#bo_btn_top { margin:10px 0; width:100%; }
#bo_btn_top:after { content:""; display:block; clear:both; }
.btn_bo_user { margin:0; padding:0; list-style:none; float:right; }
.btn_bo_user li { float:left; margin-left:5px; }
#bo_btn_top .btn_bo_user a.ui-btn,
#bo_btn_top .btn_bo_user a.point{
  display:inline-block !important;
  background:#fff !important;
  color:#222 !important;
  border:1px solid rgba(0,0,0,.15) !important;
  border-radius:10px !important;
  padding:6px 14px !important;
  text-decoration:none !important;
  font-weight:600 !important;
  line-height:1.2 !important;
  box-shadow:0 1px 3px rgba(0,0,0,.06) !important;
  vertical-align:middle;
}
#bo_btn_top .btn_bo_user a.ui-btn:hover,
#bo_btn_top .btn_bo_user a.point:hover{
  background:#f5f5f5 !important;
  box-shadow:0 2px 6px rgba(0,0,0,.10) !important;
}

/* 선택 삭제 버튼 등 보조 UI */
button.select-trash-btn {
  width: 30px;
  height: 30px;
  border: 1px inset #eee;
  background: #333;
  color: #eee;
  border-radius: 10px;
  font-size: 14px;
}
.simple-chk-option { display: flex; gap: 5px; justify-content: flex-end; }

/* =============================================
   4) 갤러리 리스트 공통(썸네일)
============================================= */
.gallery-board,
.sub-right .gallery-board {
  align-items: flex-start;
  align-content: flex-start;
}

/* 섹션 안쪽 간격 옛날 느낌으로 */
.sub-right .gallery-board {
  gap: 5px;
}

.gallery-board {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.gallery-grid { display: flex; flex-direction: column; }
.pic-header { margin-left: auto; }
.list-option { display: flex; gap: 5px; opacity: 0.2; }
.list-option:hover { opacity: 1; }
.list-option.btn { justify-content: flex-end; 
    line-height: 0;
    height: 15px;
    padding: 0; 
    margin-left: auto;}


.gall_chk { z-index: 10; }
.ico-category {
  display: none;
  color: #fff;
  background: #000;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 10px;
  font-family: 'Paperlogy-4Regular';
}

.gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
  transition: transform .3s ease;
  transform-origin: center;
}
.gallery-item:hover { transform: scale(1.1); }
.gallery-item img {
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* 갤러리 리스트 - 모바일 전용 */
@media (max-width: 768px) {
  .pic-header { display: none !important; }
}

/* =============================================
   5) 섹션 블록(대분류/소분류)
============================================= */
.fix-layout {
  position: relative;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0 10px;
}
.fix-layout .cat-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.gallery-section {
  margin: 32px 0;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.cat-wrap > .gallery-section:first-child { margin: 0 0 32px 0; }
.cat-divider { border: 0; border-top: 1px dashed #ccc; margin: 20px 0; }

.section-header {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: -10px -10px 10px;
}
.section-header .char-name {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-family: 'Paperlogy-4Regular';
  font-size: 1.4em;
  font-weight: 700;
}
.section-header .char-name[data-name="아인"]     { background-color: #ae5d5c; color: #fcfcfc; }
.section-header .char-name[data-name="알카이드"] { background-color: #bdd1c7; color: #444; }
.section-header .char-name[data-name="로샤"]     { background-color: #f7e6c6; color: #444; }
.section-header .char-name[data-name="카이로스"] { background-color: #5e607f; color: #fcfcfc; }
.section-header .char-name[data-name="예신"]     { background-color: #d8d4f2; color: #444; }

.subrow {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: stretch;
  margin: 10px 0 14px;
}
.subrow:last-child { margin-bottom: 0; }

.sub-left {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--chip-bg);
  border-radius: 8px 0 0 8px;
  padding: 8px 10px;
  font-weight: 700;
  word-break: keep-all;
  text-align: center;
  line-height: 1.2;
}
.sub-right {
  background: #fff;
  border-radius: 0 8px 8px 0;
  padding: 0 6px;
}

.sub-right .gallery-board {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-content: flex-start;
}
.sub-right .gallery-item {
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0,0,0,.08) inset;
  cursor: pointer;
}
.sub-right .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .sub-left { font-size: .7rem; }
}

/* =============================================
   6) 카드 모달(PC 기준)
============================================= */
.card-modal {
  position: fixed;
  inset: 0;
  display: block;
  padding: 40px 0;
  box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backdrop-filter: blur(5px);
  background: rgba(0,0,0,.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}
.card-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.card-modal .card-modal-wrap {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(.8);
  width: 80vw;
  max-width: 1000px;
  max-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  overflow: hidden;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  font-family: 'Paperlogy-4Regular', sans-serif;
}
.card-modal.show .card-modal-wrap {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.modal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  background: #fff;
  border-radius: 15px 15px 0 0;
  box-shadow: 0 4px 16px -4px rgba(0,0,0,0.1);
  z-index: 10;
}
.modal-topbar .modal-title { font-size: 18px; font-weight: 700; }
.modal-topbar .modal-close {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #444;
  line-height: 1;
  opacity: .5;
  transition: color .2s, opacity .2s;
}
.modal-topbar .modal-close:hover { color: #000; opacity: 1; }

.modal-body {
  display: flex;
  height: 77vh;
  max-height: calc(100vh - 160px);
  overflow: hidden;
}

.card-left {
  position: relative;
  flex: 0 0 36%;
  height: 100%;
  overflow: hidden;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: rgba(255,255,255,.6);
}
#card-left-image {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: none;
  max-height: none;
}
#card-left-image.landscape { width: 100%; height: 100%; object-fit: contain; }
#card-left-image.portrait  { width: 100%; height: 100%; object-fit: cover; }

.card-left .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: rgba(0,0,0,.2);
  color: #fff;
  width: 30px; height: 35px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .85;
  transition: opacity .2s, background .2s, transform .15s;
}
.card-left .slide-arrow:hover {
  opacity: 1;
  background: rgba(0,0,0,.55);
}
.card-left .slide-prev { left: 8px; }
.card-left .slide-next { right: 8px; }

.card-right {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.modal-pages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background-color: rgba(255,255,255,0.95);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1vw;
}

.page { display: none; }
.page.active { display: block; }

.kv { display: flex; gap: 12px; }
.kv .label { width: 90px; flex: 0 0 90px; color: #666; }
.kv .value, .ult-quote { white-space: pre-wrap; }

.value#p1-subtitle {
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  font-weight: 700;
  color: var(--point);
  border-left: 4px solid var(--point);
  padding: 0 5px 0 10px;
  margin: 12px 10px;
  background: rgba(0,0,0,0.1);
  border-radius: 4px;
  line-height: 1.5;
}

.value#p1-one {
  font-size: clamp(0.8rem, 2.2vw, 1rem);
  color: #444;
  margin: 0 0 10px 30px;
  padding: 6px 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(240,240,240,0.9));
  border-left: 3px solid #ccc;
  border-radius: 6px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
  line-height: 1.5;
}

.ult-quote#p1-ult-quote {
  font-size: clamp(0.9rem, 2.2vw, 1.1rem);
  font-style: italic;
  font-weight: 600;
  color: #444;
  margin: 20px 0;
  padding: 12px 25px 8px 25px;
  border-radius: 8px;
  background: conic-gradient(from 45deg, #fff 0 25%, #fff 0 50%, #fff 0 75%, #fff 0 100%) calc(23px / 2) calc(23px / 2) / 23px 23px;
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.ult-quote#p1-ult-quote::before,
.ult-quote#p1-ult-quote::after {
  position: static;
  opacity: 0.6;
  color: var(--point);
  font-size: clamp(0.7rem, 2.2vw, 0.9rem);
  line-height: 1;
}
.ult-quote#p1-ult-quote::before { content: "❝"; }
.ult-quote#p1-ult-quote::after  { content: "❞"; }

.link-list { padding-left: 7%; font-size:1.2em; }
.link-list .link-item { display: flex; gap: 10px; margin: 6px 0; }
.link-list .name { width: 50px; flex: 0 0 50px; color: #666; }
.link-item a {
  font-size: clamp(0.8rem, 2.2vw, 1rem);
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding-left: 1.4em;
}
.link-item a::before {
  content: "🔗";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
}
.link-item a::after {
  content: "";
  position: absolute;
  left: 1.4em;
  bottom: -3px;
  width: calc(100% - 1.2em);
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s ease;
}
.link-item a:hover::after { transform: scaleX(1); }

/* 섹션 타이틀(스킬/특기/패시브) */
.section-title {
  display: inline-block;
  font-size: clamp(1.1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: var(--point);
  border-left: 4px solid var(--point);
  padding: 0 5px 0 10px;
  margin: 12px 0 0 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  line-height: 1.5;
}
#ult #passive .section-title { margin: 0; font-size: clamp(0.7rem, 2.2vw, 0.9rem); }

/* 스킬 블록 */
.skill {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 10px 10px 5px;
  margin: 5px 0;
  background: rgba(255,255,255,0.5);
}
#ult > #passive { margin-top: 10px; }
.s-head { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; }
.s-head img { width: 36px; height: 36px; object-fit: cover; }
.s-title { font-weight: 700; font-size: clamp(0.9rem, 2.2vw, 1.1rem); }
.s-body  { white-space: pre-wrap; font-size: clamp(0.7rem, 2.2vw, 0.9rem); line-height: 1.2; }
#ult #passive .s-body { margin: 0; font-size: clamp(0.6rem, 2.2vw, 0.8rem); padding-bottom: 0; }
.s-sub { color: #888; font-size: 12px; margin-top: 4px; }

/* 스킬 레벨/돌파 버튼 */
.s-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 5px 0;
}
.lv-btn, .brk-btn {
  width: 20px;
  height: 20px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: clamp(0.5rem, 2.2vw, 0.7rem);
  transition: background .2s, color .2s;
  text-align: center;
  padding: 0;
}
.lv-btn.active, .brk-btn.active { background: #444; color: #fff; border-color: #444; }

/* 페이지 화살표 버튼 */
.page-arrows { margin-top: 12px; text-align: right; }
.page-arrows button {
  cursor: pointer;
  border: 0;
  background: #222;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 1.1em;
}

/* 푸터 */
.modal-footer {
  position: relative;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 -4px 16px -4px rgba(0,0,0,0.1);
}
.footer-memo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.footer-memo a {
  display: inline-block;
  padding: 4px 8px;
  background: #f2f2f2;
  border-radius: 12px;
  color: #444;
  text-decoration: none;
  transition: background .2s;
}
.footer-memo a:hover { background: #ddd; }
.modal-footer .chip {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  background: var(--chip-bg);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  margin: 0 1px;
}

/* 라이트박스 */
.img-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(0,0,0,.88);
  justify-content: center;
  align-items: center;
}
.img-lightbox.show { display: flex; }
.img-lightbox img {
  max-width: 96vw;
  max-height: 96vh;
  box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.img-lightbox .lb-close {
  position: absolute;
  top: 14px; right: 5%;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: none;
  border: 0;
  cursor: pointer;
}
.img-lightbox .lb-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  padding: .5rem 1rem;
  cursor: pointer;
  user-select: none;
}
.img-lightbox .lb-arrow.prev { left: 16px; }
.img-lightbox .lb-arrow.next { right: 16px; }

/* 카드 모달 - 모바일 전용(≤768px) */
@media (max-width: 768px) {
  .card-modal .card-modal-wrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 96vw;
    max-width: 96vw;
    margin: 5% auto 0;
    max-height: none;
  }
  .modal-body {
    flex-direction: column;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .card-left {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
    overflow: visible;
  }
  #card-left-image {
    position: static;
    top: auto; left: auto;
    transform: none;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    object-fit: unset;
  }
  #card-left-image.landscape,
  #card-left-image.portrait {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
  .img-lightbox .lb-close { top: 5%; }
  .modal-pages {
    padding: 16px 12px 12px;
    overflow: visible;
  }
  .modal-footer { border-radius: 0 0 15px 15px; }
}

/* =============================================
   글쓰기 화면 통일 영역
============================================= */
#bo_w {
  --form-max: 820px;
  --label-w: 120px;
  --gap: 10px;
  width: 100%;
  max-width: none !important;
  margin: 0 auto;
  padding: 20px 10px 30px;
  font-family: 'Paperlogy-4Regular', NanumSquare, system-ui, -apple-system, 'Segoe UI', 'Noto Sans KR', sans-serif;
}

#bo_w .board-write {
  max-width: var(--form-max);
  margin: 0 auto;
  padding: 4px 0;
}

/* dl 기본: 2열 + 위쪽정렬 */
#bo_w .board-write dl {
  display: grid;
  grid-template-columns: var(--label-w) 1fr;
  gap: var(--gap);
  margin: 9px 0;
  align-items: flex-start;
}
#bo_w .board-write dt {
  margin-top: 5px;
  text-align: right;
  padding-right: 6px;
  white-space: nowrap;
  font-size: 13px;
  color: #4a4a4a;
}
#bo_w .board-write dd { margin: 0; }

/* 공통 form 룩 */
#bo_w .board-write input[type="text"],
#bo_w .board-write input[type="password"],
#bo_w .board-write input[type="file"],
#bo_w .board-write input[type="url"],
#bo_w .board-write select,
#bo_w .board-write textarea,
#bo_w .board-write .frm_input,
#bo_w .board-write .frm_input.full,
#bo_w .board-write .frm_file.full {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid rgba(110,70,50,.25);
  border-radius: 10px;
  padding: 8px 11px;
  background: #fff;
  font: inherit;
  color: #333;
  outline: none;
  box-sizing: border-box;
}
#bo_w .board-write select {
  height: 36px;
  padding: 6px 10px;
}

/* 에디터 영역도 100% */
#bo_w .board-write .wr_content,
#bo_w .board-write .wr_content * {
  max-width: 100% !important;
}

/* 공개옵션 체크박스 라벨 간격 */
#bo_w .board-write label[for="notice"],
#bo_w .board-write label[for="html"],
#bo_w .board-write label[for="mail"] {
  margin-left: 4px;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 12px;
}

/* 보호글 암호 input 폭 */
#bo_w #set_protect input { max-width: 260px; }

/* 출시일 3칸 */
#bo_w .release-fields {
  display: flex;
  gap: 4px;
  align-items: baseline;
}
#bo_w .release-fields input[type="text"] { max-width: none; }
#bo_w .release-fields input#ex_release_y { width: 90px !important; }
#bo_w .release-fields input#ex_release_m,
#bo_w .release-fields input#ex_release_d { width: 60px !important; }

/* 분류(캐릭터/세계) 한 줄 1:1 */
#bo_w .board-write .flex-row,
#bo_w .board-write dd[style*="flex"] {
  display: flex !important;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
#bo_w .board-write .flex-row select,
#bo_w #ex_character,
#bo_w #ex_world {
  flex: 0 0 calc(50% - 4px);
  min-width: 0;
  height: 38px;
  line-height: 38px;
  padding: 6px 11px;
  box-sizing: border-box;
}
#bo_w #ex_world { margin-top: 0; }

/* 여러 줄 dd 안에서 줄간격 */
#bo_w .board-write dd > * + * {
  margin-top: 6px;
}

/* 파일 업로드: 두 개여도 한 줄에 */
#bo_w .board-write dd input[type="file"] {
  width: auto !important;
  max-width: 260px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  padding: 6px 8px;
  background: #fff;
}
/* 파일 설명칸도 옆으로 */
#bo_w .board-write dd input[name^="bf_content"] {
  display: inline-block;
  width: auto;
  max-width: 250px;
  vertical-align: middle;
  margin-top: 4px;
}

/* 버튼 영역 */
#bo_w .btn_confirm {
  max-width: var(--form-max);
  margin: 18px auto 0;
  text-align: center;
}
#bo_w .btn_confirm .ui-btn {
  display: inline-block;
  background: #fff;
  color: #222;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
#bo_w .btn_confirm .ui-btn:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 6px rgba(0,0,0,.10);
}
#bo_w .btn_confirm .ui-btn.point {
  background: #ae5d5c;
  border-color: #ae5d5c;
  color: #fff;
}

/* 구분선 */
#bo_w hr.padding2 {
    display: block;
    clear: both;
    margin: 15px 0px;
    padding: 0px;
    border: none;
}

/* 모바일 */
@media (max-width: 768px) {
  #bo_w { padding: 15px 10px 25px; }
  #bo_w .board-write { max-width: 100%; }
  #bo_w .board-write dl {
    grid-template-columns: 1fr;
  }
  #bo_w .board-write dt {
    text-align: left;
    padding-right: 0;
  }
  #bo_w .release-fields {
    flex-wrap: wrap;
  }
  #bo_w .board-write .flex-row select,
  #bo_w #ex_character,
  #bo_w #ex_world {
    flex: 1 1 100%;
  }
}