.proposalForm {
  margin-top: 50px;
}

.formTitle.light {
  color: #666;
}

.formFile {
  position: relative;
}

.formFile::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  z-index: 2;
  width: 12px;
  height: 14px;
  background-image: url("/sitaiwan/assets/img/icon_upload2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.formFile .inputFile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.si_select {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.si_select option {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.formRadioList.auto li {
  width: auto;
  margin-right: 15px;
}

.formRadioList.half li {
  width: 50%;
}

.dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dateBox span {
  margin-left: 10px;
  margin-right: 10px;
  color: #404040;
  font-size: 1em;
}

.dateBox .year {
  width: 115px;
}

.dateBox .month {
  width: 90px;
  margin-right: 20px;
}

.dateBox .checkBox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.formTable {
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  overflow-x: auto;
}

.formTable.perpetual .item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #404040;
}

.formTable .ins {
  width: 1108px;
}

.formTable .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formTable .itemList:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

.formTable .item {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.32px;
}

.formTable .item:nth-of-type(1) {
  width: 15%;
}

.formTable .item:nth-of-type(2) {
  width: 40%;
}

.formTable .item:nth-of-type(3) {
  width: 40%;
}

.formTable .item:nth-of-type(4) {
  width: 5%;
}

.formTable .item:not(:first-child) {
  border-left: 1px dashed rgba(179, 179, 179, 0.3);
}

.formTable.fiveItem .item:nth-of-type(1) {
  width: 23.75%;
}

.formTable.fiveItem .item:nth-of-type(2) {
  width: 23.75%;
}

.formTable.fiveItem .item:nth-of-type(3) {
  width: 23.75%;
}

.formTable.fiveItem .item:nth-of-type(4) {
  width: 23.75%;
}

.formTable.fiveItem .item:nth-of-type(5) {
  width: 5%;
}

.formTable .itemHead .item, .formTable .itemExample .item, .formTable .itemList .item {
  padding: 15px 20px;
}

.formTable .itemHead {
  background-color: #f2f2f2;
}

.formTable .itemHead .item {
  font-weight: 500;
  color: #404040;
}

.formTable .delBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.formTable .textArea {
  width: 100%;
  height: 100px;
  border: none;
  margin: 0;
  resize: none;
}

.formTable .input {
  width: 100%;
  padding: 5px 15px;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #fff;
}

.formTable .hide {
  display: none;
}

.formTable .del {
  width: 30px;
  height: 30px;
  background-image: url("/sitaiwan/assets/img/icon_close.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 15px 15px;
  border: none;
  opacity: 0.7;
}

.formTable .add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: left;
  font-size: 0.875em;
  color: #003f96;
  border: none;
  background-color: transparent;
}

.formTable .add::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  margin-right: 40px;
  background-image: -webkit-gradient(linear, left top, right top, to(#003f96)), -webkit-gradient(linear, left top, left bottom, to(#003f96));
  background-image: -webkit-linear-gradient(left, #003f96 100%), -webkit-linear-gradient(top, #003f96 100%);
  background-image: -o-linear-gradient(left, #003f96 100%), -o-linear-gradient(top, #003f96 100%);
  background-image: linear-gradient(to right, #003f96 100%), linear-gradient(to bottom, #003f96 100%);
  background-repeat: no-repeat;
  background-position: center top, left center;
  background-size: 2px 100%, 100% 2px;
}

.formTable .add:focus {
  outline: none;
}