@charset "utf-8";

.gs {
	border-top:0px solid #e3e3e3; 
	width: 100%;
}

/* write form 
--------------------------------------------------------------------------------------------------------*/
.gg_write_table {
    border-collapse: collapse; 
    border-spacing: 0; 
    background-color: white;
    border-left: 0px solid #c3c9cc;
    border-right: 0px solid #c3c9cc;
	 padding:30px 30px 15px 30px;
	 background-color:#f5f5f5;
}
.gg_write_table * {
	vertical-align:middle;
}
.gg_write_table caption {
	text-align:left;
}
.gg_write_table .col-3 {
    background-color: #f5f5f5;
    white-space: nowrap;
    padding: 1em ;
    text-align: left;
	border-bottom:1px solid #c3c9cc; 
}
.gg_write_table .col-9 {
    padding: 1em ;
    text-align: left;
	border-bottom: 1px solid #c3c9cc;
}
.gg_write_table .col-2 {
    padding: 1em ;
    text-align: left;
	border-bottom: 1px solid #c3c9cc;
}
.gg_write_table .col-9 input[type=text] {
	width: 100%;
	height: 20px;
	border:1px solid #d3d3d3; 
}
.gg_write_table .col input[type=file] {
	width: 85%;
	height: 20px;
	border:1px solid #d3d3d3; 
}
.gg_write_table .col-9 textarea {
	width: 85%;
	height: 100px;
	border:1px solid #d3d3d3; 
}

.gg_write_table .col-9 .btn_model {
	height: 24px;
	line-height: 22px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 12px;
	border: 0;
	vertical-align: top;
	background: #959595;
	color: #fff;
}

.gg_boardWrite .text_color {
	color: #00489b;
}

.gg_boardWrite { 
	margin:0 0 10px; 
}

.gg_boardWrite em { 
	color:#00489b; 
}
