@charset "utf-8";

.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 5px;
	border: 1px solid transparent;
}
.tbl_frm01 th {
	padding: 7px 10px;
	border: 1px solid transparent;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f5f8f9;
	text-align: left;
	color:#000;
}

.tbl_frm01 td {
	padding: 7px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

/* 웹접근성 관련 */
.bbs_table_hidden {
	position:absolute; left:-100000px; top:auto; width:1px; height:1px; overflow:hidden;
}

.estimation_include input::placeholder {
	color: #e3e3e3;
}
.estimation_include textarea::placeholder {
	color: #e3e3e3;
}

#fwrite section {
	padding: 10px; 
	margin: 10px auto 30px;
	border: 1px solid #dbdbdb;
	position: relative;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	box-shadow: 0 1px 3px #eee;
}

#fregister_agree {
	text-align: right;
}

/* 견적문의 게시판 : s */

.sub_company_title_bx h1{float: left;width: 80%;font-size:2.7em;color:#1d5fb1;margin-bottom:10px;line-height:40px;word-break:keep-all;}
.sub_company_title_bx h4{width:100%;display:inline-block;font-size:1.2em;color:#828282;font-weight:300;margin-bottom:20px;word-break:keep-all;}


.cma_tel_filed {text-align:center;width:70px;}

/* 견적문의 게시판 : e */

.extar_mobile_space {width:100%;height:2px;display:none;} 

.board_easy_wr {width:100%;max-width:1200px;margin:0 auto;}
.board_easy_line {width:100%;border:1px solid #999;border-top:0px;background:#ddd;}
.board_easy_line:first-child {border-top:1px solid #999!important;}
.board_easy_line:after {display:block;content:'';clear:both;visibility:hidden;}
.boar_easy_title {float:left;width:20%;font-weight:900;padding:10px;height:100%;min-height:100%;/*background:#ddd;background:url('./div_table_bg.png') repeat;*/}
.boar_easy_cont {float:left;background:#fff;width:80%;padding:10px;}

@media only screen and (max-width: 657px) {
	.ctt_admin{display:none;}
	.span_btn_bo_user{display:none;}
	.ctt_admin .btn_admin.btn{display:none;}
	.ctt_admin .btn.btn_admin{display:none;}
}

/* 견적문의 게시판 반응형 : s */
@media (max-width: 631px) {
	.extar_mobile_space {display:block;}
	.cma_common_filed { width:99%; }
}
@media (max-width: 505px) {
	.cma_common_filed { width:99%; }
}


@media screen and (max-width:420px){
	.board_easy_line {height:auto;}
	.boar_easy_title {width:100%;border-right:0px;border-bottom:1px solid #999;}
	.boar_easy_title:last-child {border-bottom:0px;}
	.boar_easy_cont {width:100%;}
    .btn_confirm {text-align: center;}
}



@media (max-width: 480px) {
	.sub_company_title_bx h1{font-size:2em;line-height:30px;}
	
	.extar_hyphen{display:none;}
	.cma_common_filed { width:99%; }
}
@media (max-width: 437px) {

}


/* 견적문의 게시판 반응형 : e */

