@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}
.ctt_img {text-align:center}
#ctt {
  font-family: inherit;
  color: inherit;
}

/* 타이포 기본값 리셋 */
#ctt h1,
#ctt h2,
#ctt h3,
#ctt h4,
#ctt h5,
#ctt h6 {
  all: unset;
  display: block;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

/* 문단 리셋 */
#ctt p {
  all: unset;
  display: block;
  margin: 0 0 1em 0;
  line-height: 1.6;
}

/* 리스트 리셋 */
#ctt ul,
#ctt ol {
  all: unset;
  display: block;
  margin: 0;
  padding: 0;
}

/* 링크 리셋 */
#ctt a {
  all: unset;
  cursor: pointer;
}