@charset "utf-8";

/* 내용관리 */
#ctt {
  margin: 20px 0;
  padding: 20px;
  background: #fff;
}
#ctt header h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#ctt_con {
  padding: 10px 0;
  line-height: 1.6em;
}
#ctt_con img {
  max-width: 100%;
  height: auto;
}

#ctt_con.terms_content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
#ctt_con.terms_content h2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
}
#ctt_con.terms_content ol {
  margin-left: 20px;
}
#ctt_con.terms_content ul {
  margin-left: 30px;
  list-style: disc;
}
#ctt_con.terms_content li {
  margin-bottom: 10px;
}

