/***********************************************/
.item_box .text2c,
.item_box2 .text2c {
	width: 100%;
	max-width: 910px;
	height: 40px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.33px;
	color: #333333;
	text-align:center;
	margin-left:10px;
}

.selectbox3-1 {
  width: 100%;
  height: 40px;
  line-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffffff;
  background-image: url("../images/select.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
  margin-left:5px;
}

.selectbox3-1:focus {
  outline: none;
}

.selectbox3-1::-ms-expand {
  display: none;
}

.selectbox3-1 {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.board_write .apply_detail_box_pre .text {
	margin-right: 5px;
	margin-left: 20px;
}

.board_write .apply_detail_box_pre {
  display: flex;
  place-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.board_write .apply_detail_box_pre:not(:first-child) {
  padding-top: 15px;
}

.board_write .apply_detail_box_pre li:first-child {
  width: 30px;
}

.board_write .apply_detail_box_pre li:nth-child(2) {
	width: calc(100% - 979px);
	/*  width:auto;*/
	text-align: center;
}
.board_write .apply_detail_box_pre li:nth-child(3){
  width: 104px;
  text-align: center;
}
/*ÀÎ¿ø*/

.board_write .apply_detail_box_pre li:nth-child(4){
  width: 50px;
  text-align: center;
}

/*ÀÔÇÐÀÏ*/
.board_write .apply_detail_box_pre li:nth-child(5){
  width: 60px;
  text-align: center;
}

.board_write .apply_detail_box_pre li:nth-child(6){
  width: 100px;
  text-align: center;
}

/*¹ÝÇüÅÂÀÚ¸®*/
.board_write .apply_detail_box_pre li:nth-child(7){
  width: 60px;
  text-align: center;
}
.board_write .apply_detail_box_pre li:nth-child(8) {
  width: 150px;
  text-align: center;
}

/*¹Ý¸ñ·ÏÀÚ¸®*/
.board_write .apply_detail_box_pre li:nth-child(9) {
  width: 60px;
  text-align: center;
}

.board_write .apply_detail_box_pre li:nth-child(10) {
  width: 350px;
  text-align: center;
}

.board_write .apply_detail_box_pre .box {
  display: flex;
  place-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  color: #777777;
}

.board_write .apply_detail_box_pre .detail_text {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.33px;
  color: #333333;
}



/***********************************************/
