@charset "utf-8";
@import url("board.css");
/**
* OLYM Cascading Style Sheets
* File Name : /css/form.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : designtj@olymcompnay.com
* Date : 2015.08.31
* Update : 2015.08.31
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/



/*form*/
.wrap{
	width:980px;
	margin:20px auto;
}
.section{
	font-size:14px;
	color:#5f6167;
	line-height:24px;
	padding-bottom:50px;
}
.section h3{
	font-size:35px;
	line-height:35px;
	height:70px;
	font-weight:700;
	color:#000;
}

.section p.sub_tit{
	font-size:18px;
	color:#000;
	padding-bottom:20px;
}
.section p.sub_tit.blue{
	color:#2474c6;
}


.info_table_wrap{
	padding:10px 0;
}
.info_table_wrap .info_table{
	margin-bottom:30px;
	width:100%;
}
.info_table_wrap .info_table th{
	padding:5px;
	background:#f4f4f4;
	text-align:right;
	border-bottom:1px solid #e4e4e4;
}
.info_table_wrap .info_table td{
	padding:10px;
	border-bottom:1px solid #e4e4e4;
	font-size:11px;
}
.info_table_wrap .info_table td span {
	vertical-align:bottom;
}
.info_table_wrap .input_text{
	padding:5px 0 1px 3px;
	border:1px solid #d9d9d9;
	color:#575757;
}
.info_table_wrap .select, .info_table_wrap input{
	height:25px;
	vertical-align:middle;
}
.info_table_wrap .select{
	border:1px solid #d9d9d9;
	font-size:11px;
}
.info_table tbody{
	border-top:2px solid #d4d4d4;
	border-bottom:2px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}
.info_table th{
	border-right:1px solid #d4d4d4;
}
.info_table thead{
	border-left:1px solid #d4d4d4;
}
.info_table tbody td{
	border-right:1px solid #d4d4d4;
}
.info_table tbody dl{
	width:170px;
	float:left;
}
.info_table tbody dl dd{
	padding:3px 15px;
}
.info_table td{
	vertical-align:top;
}
.input_file{
	height:20px;
	border:1px solid #d4d4d4;
}
.info_table .textarea01{
	width:100%;
	height:300px;
}
.info_table .textarea02{
	width:100%;
	height:150px;
}
.mt40{
	margin:40px 0;
	text-align:center;
}
.mg_t10{
	margin-top:10px;
}
.font_red{
	color:red;
}
.W300{width:300px !important;}
.info_table_wrap .in_table01 tbody tr th, .in_table01 tbody tr td{
	text-align:center;
}

.process_img {position:absolute;left:0px;width:100%;background:#FFF;display:none;}

.form_bg{
  height: 315px;
  background:url(/img/form_bg.jpg) no-repeat center top;
}

.form_bg .top_wrap{
  width: 980px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}

.form_bg .text01{
  position: absolute;
  top: 40px;
  left: 40px;
}

.form_bg .text02{
  position: absolute;
  top: 180px;
  right: 10px;
}
