/* ********** intro bg + setting ********** */
#intro {
  background-image: url(../img/service/bg.png);
}

/* ----- content start ----- */

#content .con {
  margin-top: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.6rem;
}

tbody tr:first-child {
  border-top: 3px solid #1c1c1c;
}

tbody tr {
  height: 50px;
  line-height: 4rem;
  border-bottom: 1px solid #ccc;
}

tbody th {
  font-size: 1.8rem;
  width: 20%;
  background-color: #f5f5f5;
}

tbody tr:nth-child(2) {
  height: 200px;
}

tbody span {
  display: block;
  width: 98%;
  margin: auto;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
}

tbody input:focus,
textarea:focus {
  outline: none;
}

input {
  margin-left: 20px;
  font-size: 16px;
  width: 100%;
  border: none;
}

textarea {
  width: 100%;
  height: 200px;
  resize: none;
  font-size: 16px;
}

textarea::placeholder {
  font-size: 16px;
  color: #bbb;
}

textarea:focus {
  outline: none;
}

input::placeholder,
textarea::placeholder,
.filebox .upload-name::placeholder {
  font-size: 16px;
  color: #bbb;
  font-weight: 600;
}

/* 파일등록 */
.filebox {
  width: 98%;
  margin: auto;
  overflow: hidden;
}

.filebox span {
  width: 78%;
  float: left;
}

.filebox .upload-name {
  margin-left: 0;
  height: 40px;
  line-height: 4rem;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  color: #999999;
  border-radius: 5px;
  cursor: auto;
  margin-left: 20px;
}

.filebox label {
  border: 1px solid #ccc;
  background-color: #eee;
  box-sizing: border-box;
  width: 20%;
  height: 40px;
  line-height: 4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #777;
  cursor: pointer;
  border-radius: 5px;
  float: right;
}

.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.btn {
  margin-top: 50px;
  text-align: center;
}

.btn button {
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 50px;
  border: none;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #cccc;
}

.btn button:first-child {
  margin-right: 10px;
  background-color: #1c1c1c;
  color: #fff;
}
