@charset "utf-8";

/* 내용관리 */
#ctt {
  padding: 16px;
  background: #fff;
}

.ctt_admin {
  text-align: right;
}

#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

#ctt_con {
  padding: 16px;
  line-height: 1.7em;
  font-size: 1.2em;
}

#ctt_con p {
  margin: 8px 0;
}

#ctt_con img {
  max-width: 100%;
  height: auto;
}

.ctt_img {
  text-align: center;
}