.xefu-container {
  margin: 0;
}
p.editor_autosaved_message.autosave_message, .xefu-dropzone {
  font-family: var(--textFont) !important;
  line-height: 1.2 !important;
  font-size: 0.8rem !important;
}
.xefu-dropzone span {
  font-size: 0.8rem !important;
}
p.xefu-dropzone-message, p.upload_info, p.xefu-progress-status {
  line-height: 1.3;
  margin-bottom: 12px;
  padding-top: 9px;
}
.xefu-btn.fileinput-button {
  height: 34px !important;
}
.xefu-btn.fileinput-button span {
  display: block;
  line-height: 34px !important;
}
/* Board Write Form */
.board_write {
  border-top: 3px solid var(--boardcolor);
}
.board_write .exForm {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.board_write .exForm input.btn, .board_write .exForm button.btn {
  height: 32px !important;
  vertical-align: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #FFF;
  background-color: #999 !important;
  text-shadow: none;
  box-shadow: none;
  background-image: none;
}
.board_write .exForm input.btn:hover, .board_write .exForm button.btn:hover {
  background-color: #555 !important;
}
.board_write .exForm > span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  float: right;
}
.board_write .exForm > span em {
  margin: 0 2px;
  vertical-align: -2px;
  color: #F50;
  border-bottom: 1px solid #EEE;
}
.board_write .exForm table {
  width: 100%;
}
.board_write .exForm table tr:last-child th, .board_write .exForm table tr:last-child td {
  border-bottom: 0;
}
.board_write .exForm table tr th {
  width: 110px;
  padding: 13px 10px;
  text-align: left;
  border-bottom: 1px solid #EEE;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.board_write .exForm table tr th em {
  margin-left: 2px;
  vertical-align: -2px;
  color: #F50;
}
.board_write .exForm table tr td {
  padding: 0;
  border-bottom: 1px solid #EEE;
}
.board_write .exForm table tr td input[type=text], .board_write .exForm table tr td input[type=tel], .board_write .exForm table tr td input[type=email], .board_write .exForm table tr td input[type=url], .board_write .exForm table tr td input[type=password] {
  padding: 6px;
  box-shadow: 1px 1px 3px 0 #DDD inset;
  background-color: #F9F9F6;
  border: 1px solid #BBB;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.board_write .exForm table tr td select {
  padding: 5px 2px 9px 2px;
  border: 1px solid #BBB;
  border-radius: 3px;
  width: 110px;
  height: 32px;
  vertical-align: 0;
  background-color: #f0ede1;
}
.board_write .exForm table tr td ul li {
  display: inline;
  margin-right: 6px;
}
.board_write .exForm table tr td ul li label {
  cursor: pointer;
  margin-left: 3px;
  vertical-align: -1px;
  font-weight: 500;
}
.board_write .exForm table tr td .krZip div label {
  display: none;
  width: 60px;
}
.board_write .exForm table tr td .krZip div input {
  display: inline-block;
  margin: 2px 0;
  padding: 6px;
  height: 32px;
}
.board_write .exForm table tr td .krZip div input::placeholder {
  font-weight: 400;
  color: #888;
}
.board_write .exForm table tr td .krZip div input[class^="krzip-postcode"] {
  max-width: 40px;
}
.board_write .exForm table tr td textarea {
  width: 100%;
  padding: 5px;
  border-radius: 3px;
}
.board_write .write_header .iText {
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 0.9rem;
  width: 100%;
  height: 40px;
  vertical-align: top;
  border: 1px solid #BBB;
}
.board_write .write_header .iText::placeholder {
  color: #888;
  font-weight: 400 !important;
  font-size: 0.85rem;
}
.board_write .write_header .iText::-webkit-input-placeholder {
  color: #888;
  font-weight: 500 !important;
  font-size: 0.85rem;
}
.board_write .write_header .iText:-ms-input-placeholder {
  color: #888;
  font-weight: 500 !important;
  font-size: 0.85rem;
}
.board_write .write_header .iText:focus::-webkit-input-placeholder {
  color: transparent;
}
.board_write .write_header .iText:focus::-moz-placeholder {
  color: transparent;
}
.board_write .write_header .iText:focus:-ms-input-placeholder {
  color: transparent;
}
.board_write .write_footer {
  padding-top: 10px;
}
.board_write .write_footer .write_author {
  width: 100%;
  font-size: 14px;
  float: left;
}
.board_write .write_footer .write_author .item .iText {
  float: left;
  margin-bottom: 10px;
  padding: 0 5px 2px 5px;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  height: 30px;
  vertical-align: top;
  border: 1px solid #AAA;
}
.board_write .write_footer .write_author .item .iText::placeholder {
  color: #888;
  font-weight: 500 !important;
  font-size: 0.85rem;
}
.board_write .write_footer .write_author .item .iText::-webkit-input-placeholder {
  color: #888;
  font-weight: 500 !important;
  font-size: 0.85rem;
}
.board_write .write_footer .write_author .item .iText:-ms-input-placeholder {
  color: #888;
  font-weight: 500 !important;
  font-size: 0.85rem;
}
.board_write .write_footer .write_author .item .iText:focus::-webkit-input-placeholder {
  color: transparent;
}
.board_write .write_footer .write_author .item .iText:focus::-moz-placeholder {
  color: transparent;
}
.board_write .write_footer .write_author .item .iText:focus:-ms-input-placeholder {
  color: transparent;
}
.board_write .write_footer .write_author .item .iText.tag {
  display: block;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
}
.board_write .write_footer .write_author .item input[type=text], .board_write .write_footer .write_author .item input[type=password] {
  margin-right: 3px;
  padding: 6px;
  width: 130px;
  box-shadow: 1px 1px 3px 0 #DDD inset;
  background-color: #F9F9F6;
  border: 1px solid #BBB;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.board_write .write_footer .write_option {
  font-size: 14px;
  text-align: right;
  float: right;
  margin-bottom: 10px;
}
.board_write .write_footer .write_option input {
  margin-left: 10px;
}
.board_write .write_footer .write_option input[type=checkbox] {
  transform: scale(1.1);
  vertical-align: middle;
}
.board_write .write_footer .write_option input[type=radio] {
  transform: scale(1.1);
  vertical-align: middle;
}
.board_write .write_footer .btnArea {
  margin-top: 10px;
}
/* Comment Modify Form */
.comment_form_header .title {
  margin: 0;
  padding: 8px 25px 2px 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--boardcolor);
  border-top: 3px solid var(--boardcolor);
  border-right: 3px solid var(--boardcolor);
  border-top-right-radius: 10px;
  margin-bottom: -3px;
  background-color: #FFF;
}
/*# sourceMappingURL=5f8f275dfa1bdbf63b1ee1ce2fc930b37825ec45.write_form.scss.map */
