@charset "utf-8";

/* ========== 기본 공통 스타일 ========== */
#autosave_wrapper {
  position: relative;
  font-size: 14px;
}

#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: 34px;
  right: 0;
  width: 100%;
  height: auto !important;
  max-height: 205px;
  border: 1px solid #565656;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

#autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  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;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}

html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
}

#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;
}

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

#autosave_pop li {
  padding: 8px 5px;
  border-bottom: 1px solid #fff;
  zoom: 1;
}

#autosave_pop li::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

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

#autosave_pop span {
  display: block;
  float: right;
  color: #999;
}

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

.autosave_close:hover {
  background: #f3f3f3;
  color: #3597d9;
}

.autosave_content {
  display: none;
}

.autosave_del {
  background: url(./img/close_btn.png) no-repeat center center;
  text-indent: -999px;
  overflow: hidden;
  height: 26px;
  width: 20px;
}

.cke_sc {
  display: none;
}

/* ========== 레이아웃 및 콘텐츠 스타일 ========== */
#bo_v_con div {
  position: relative;
  margin-bottom: 1rem;
}

#bo_v_con img {
  margin-bottom: 1rem;
}

.anchor {
  position: relative;
}

.anchor a {
  position: absolute;
  top: -60px;
}

.table {
  table-layout: fixed;
}

.list-icon {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.view-icon,
.comm-icon {
  width: 48px;
  height: 48px;
}

.comm-body {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 5px;
}

.wrapper,
.top,
.bottom {
  clear: both;
  overflow: hidden;
}

.wrapper {
  background: url(/images/main.jpg) top center no-repeat;
}

.top {
  background: url(/images/sub.jpg) top center no-repeat;
}

.bottom {
  background: #c5b8a8;
}

.contents {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  display: block;
}

.left_mneu {
  background: url(/images/left/left_101.png);
}

.title_bg {
  background: url(/images/title/title_bg.png);
}

.right_contenets {
  background: url(/images/left/left_102.png);
}

.view-content {
  font-size: 1rem;
  line-height: 1.8;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* ========== PC/모바일 전용 콘텐츠 구분 ========== */
.pc-only {
  display: block;
}
.mobile-only {
  display: none;
}

/* ========== 모바일 전용 콘텐츠 출력 및 스타일 ========== */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .mobile-only .container {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }

  .mobile-only .main-image,
  .mobile-only .footer-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
  }
}