@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
* {
  margin:0;
  padding:0;
}
body {
  font-family: 'Noto Sans KR','맑은 고딕',sans-serif;
  color:#333;
}
table {
  width: 1160px;
  float: right;
  margin: 40px 0 40px 0;
  text-align: center;
  border-collapse: collapse;
}
td {
  border-bottom: 1px solid #a3a3a3;
  border-top: 1px solid #a3a3a3;
  height: 40px;
}
.customertitle {
  height: 40px;
}
.customername {
  width: 100px;
  background-color: #f1f1f1;
}
.nametext {
  width: 400px;
  text-align: left;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
.nametext2 {
  width: 1000px;
  text-align: left;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
textarea {
  border: 0;
  resize: none;
  /*height: 300px;*/
  padding-top: 10px;
  /*width: 1160px;*/
}
textarea:focus {
  outline: none;
}
.customercontent {
  height: 200px;
  background-color: #f1f1f1;
}
.customercontenttext {
  width: 1000px;
  height: 200px;
  text-align: left;
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}
