@charset "utf-8";

/* 내용관리 */
.ctt_admin { display: none !important;}
#ctt_con {padding-top: 150px;}
#ctt_con img {max-width: 100%; height: auto;}

.price-table {
  width: 100%;
  max-width: 1100px;
  border-collapse: collapse;
  margin: 0 auto;
}

.price-table th,
.price-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.price-table thead th {
  background: #FF900B;
  color: #fff;
  font-weight: 600;
}

.price-table tbody tr:hover {
  background: #fafafa;
}

.section-cell {
  font-weight: 600;
  background: #F8F1E9;
  text-align: center;
  vertical-align: middle;
  color: #FF900B;
  width: 70px;
}

.category-cell {
  font-weight: 600;
  background: #f8f9fa;
  text-align: center;
  vertical-align: middle;
  /* color: #FF900B; */
  width: 110px;
}

.code-cell {
  color: #666;
  width: 140px;
}

@media (max-width: 768px) {
  .price-table {
    font-size: 12px;
    min-width: 420px;
  }

  .code-cell {
    font-size: 11px;
  }
}