@charset "utf-8";

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



#ctt p b * {
  color: var(--text) !important;
  font-weight: 600;
}
#ctt table {
  width: 100% !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
#ctt table p b * {
  line-height: 1.6 !important;
  font-size: 14px !important;
}
#ctt table tbody td {
  background-color: #fff;
  padding: 8px 10px !important;
}
#ctt table thead td,
#ctt table thead th {
  overflow: hidden;
  vertical-align: middle;
}
#ctt table thead td p,
#ctt table thead th p {
  display: inline-block;
}
#ctt table thead td b *,
#ctt table thead th b * {
  font-size: 14px !important;
}
#ctt span,
#ctt p {
  font-size: 14px!important;
  line-height: 1.6;
}



#ctt_con {
  max-width: 1000px;
  margin-inline: auto;
}
