@charset "utf-8";

/* input 및 font 스타일 */
.w100per {
  width: 100%;
}
.input_style0 {
  border: 1px solid #d9d9d9;
  height: 50px;
  font-size: 20px;
  color: #000000;
  padding-left: 10px;
  box-sizing: border-box;
}
.write_form textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  min-height: 280px;
  font-size: 20px;
  color: #000000;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.write_form textarea::placeholder {
  color: #000 !important; /* IE11 needs the !important flag */
}
.write_form textarea:-ms-input-placeholder {
  color: #000 !important; /* IE11 needs the !important flag */
}
.write_form textarea::-ms-input-placeholder {
  color: #000 !important; /* IE11 needs the !important flag */
}

/* radio */
.radio_box_con {
  display: inline-block;
  padding-right: 30px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.radio_box_con .radio_style_0 {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 21px;
  height: 21px;
  margin: 0;
  cursor: pointer;
}
.radio_box_con .radio_style_0 + label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  padding-left: 34px;
  cursor: pointer;
  position: relative;
}
.radio_box_con .radio_style_0 + label:before {
  content: "";
  border: 1px solid #d1d1d1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 3px;
}
.radio_box_con .radio_style_0 + label:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e7302a;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 7px;
  display: none;
}
.radio_box_con .radio_style_0:checked + label {
}
.radio_box_con .radio_style_0:checked + label:after {
  display: block;
}

/* 버튼 */
.board_btn_con {
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.board_btn_con.center {
  text-align: center;
}
.board_btn_con .btn_style_0 {
  display: inline-block;
  width: 240px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 10px;
  box-sizing: border-box;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.board_btn_con .btn_style_0:first-child {
  margin-left: 0;
}
.board_btn_con .btn_style_0:last-child {
  margin-right: 0;
}
.board_btn_con .btn_style_0.gray {
  color: #ffffff;
  background-color: #a9a9a9;
}
.board_btn_con .btn_style_0.red {
  color: #ffffff;
  background-color: #e7302a;
}

/* sorting */
.board_sorting_con {
  text-align: center;
}
.board_sorting_con .select_box {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
.board_sorting_con .select_box .select_style_0::-ms-expand {
  display: none;
}
.board_sorting_con .select_box .select_style_0 {
  outline: none !important;
  border: 1px solid #d9d9d9;
  background: url("../img/select_type_0_arrow.png") no-repeat right 15px center;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  min-width: 110px;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.board_sorting_con .select_box .select_style_0 option {
  background-color: #fff;
}

.board_sorting_con .input_search_con {
  display: inline-block;
  vertical-align: middle;
  padding: 3px;
}
.board_sorting_con .input_search_con input[type="text"].board_search {
  outline: none !important;
  border: 1px solid #d9d9d9;
  border-right: none;
  display: inline-block;
  vertical-align: middle;
  width: 299px;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  padding-top: 13px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.board_sorting_con
  .input_search_con
  input[type="text"]::-webkit-input-placeholder {
  color: #000000;
}
.board_sorting_con .input_search_con input[type="text"]::-moz-placeholder {
  color: #000000;
}
.board_sorting_con .input_search_con input[type="text"]:-ms-input-placeholder {
  color: #000000;
}
.board_sorting_con .input_search_con input[type="text"]:-moz-placeholder {
  color: #000000;
}
.board_sorting_con .search_summit {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 0px;
  vertical-align: middle;
  border-radius: 0;
  -webkit-appearance: none;
  background: url("../img/input_search_icon.png") no-repeat center center;
  background-color: #e7302a;
  box-sizing: border-box;
  cursor: pointer;
  outline: none !important;
}

@media all and (min-width: 992px) {
  /*.write_form textarea{width:calc(100% - 300px);}*/
}
.chage_captcha {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #888;
  font-size: 13px;
  line-height: 13px;
  background: url("../img/captcha_refresh.png") left top no-repeat;
  position: absolute;
  margin-top: 50px;
  margin-left: 30px;
}
