@charset "utf-8";

/* notice / community pagination */
.ba-paging .pg_wrap,
#bo_list .pg_wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ba-paging .pg_page,
.ba-paging .pg_current,
#bo_list .pg_page,
#bo_list .pg_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 5px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  background: #fff;
  text-decoration: none;
}

.ba-paging .pg_current,
#bo_list .pg_current {
  background: #ebae2b !important;
  color: #fff !important;
  font-weight: 700;
}

.content-notice-view #bo_v_con img {
  display: initial;
  max-width: 100%;
  height: auto;
}

.content-notice-list .content-section-head h2,
.content-notice-list .content-section-title h2 {
  font-size: 36px;
  line-height: 54px;
}

@media (max-width: 1023px) {
  .content-notice-list .content-section-head h2,
  .content-notice-list .content-section-title h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

/* 임시저장 팝업 */
#autosave_wrapper {
  position: relative;
}

#autosave_pop {
  display: none;
  z-index: 20;
  position: absolute !important;
  top: calc(100% + 6px);
  right: 0;
  width: 350px;
  max-width: calc(100vw - 2rem);
  height: auto !important;
  max-height: 180px;
  border: 1px solid #565656;
  background: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

#autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #000 transparent;
}

#autosave_pop:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}

#autosave_pop strong {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#autosave_pop div {
  text-align: center;
  margin: 0 !important;
}

#autosave_pop button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

#autosave_pop ul {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  overflow-y: auto;
  height: 130px;
  border-bottom: 1px solid #e8e8e8;
}

#autosave_pop li {
  padding: 8px 5px;
  background: #eee;
}

#autosave_pop a {
  display: block;
  float: left;
}

#autosave_pop span {
  display: block;
  float: right;
  font-size: 0.92em;
  font-style: italic;
  color: #999;
}

.autosave_close {
  cursor: pointer;
  width: 100%;
  height: 30px;
  color: #888;
  font-weight: bold;
  font-size: 0.92em;
}

.autosave_close:hover {
  background: #f3f3f3;
  color: #7bbeca;
}

.autosave_content {
  display: none;
}
