<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 媛뺤쓽 �쒖븞 / �먭퀬 紐⑥쭛 */
.proposal-submit {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 10px;
}

.proposal-submit-header {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.proposal-submit-content {
  flex: 1;
}

.proposal-submit-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 16px;
}

.proposal-submit-description {
  white-space: pre-line;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #434343;
}

.proposal-submit-image {
  width: 400px;
  height: 300px;
  background: url(/css/images/new/main/proposal.svg) no-repeat center;
  background-size: contain;
}

.proposal-submit-button {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 8px;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}
/* // 媛뺤쓽 �쒖븞 / �먭퀬 紐⑥쭛 */

/* �곕툕�덊꽣 */
.dev-letter {
  width: 100%;
  height: 64px;
  background-color: #01A28A;
}

.dev-letter-container {
  width: 1160px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.dev-letter-description {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.dev-letter-button {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 8px;
  text-decoration: none;
  background-color: #fff;
  color: #01A28A;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}</pre></body></html>