.request {

}
.request_wrap {
	border-top:3px solid #333;
}
.request_wrap dl {
	margin:0;
	border-bottom:1px solid #d4d4d4;
}
.request_wrap dt {
	background:#f7f7f7;
	width:150px;
	height:60px;
	line-height:60px;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	float:left;
}
.request_wrap .dt_right {
    margin-left: 150px;
}
.request_wrap dd {
	margin-left:150px;
	height:60px;
	line-height:60px;
	padding:0 20px;
	font-size:1.2em;
}
.request_wrap .dd_right {
    margin-left: 650px;
    padding-right: 0;
}
.request_wrap dd label {
    color: #888;
    font-size: 0.8em;
    margin-left: 5px;
}
.request_wrap .dd_right_medical {
	margin-left:300px;
}
.request_wrap span + span {
	margin-left:50px;
}
.request_wrap dd input {
	border:1px solid #e4eaec;
	line-height: 2em;
	vertical-align: middle;
	padding:5px;
	margin-top:-3px;
}
.request_wrap span input {
	margin-left:10px;
	border:0;
	margin-top:0;
}
.request_wrap .input_name,
.request_wrap .input_hospital_name,
.request_wrap .input_tel,
.request_wrap .input_hp,
.request_wrap .input_medicale {
	width:150px;
}
.request_wrap .input_addr {
	width:90%;
}
.request_wrap .input_email {
	width:300px;
}
.request_wrap .btn_confirm {
	margin-top:20px;
}
.request_wrap .btn_submit {
	background: #4995e2 ;
    border: 1px solid #418ddb;
    color: #fff;
	font-size:1.3em;
	padding:10px 15px;
	letter-spacing:normal;
}
.request_wrap .clear_both {
	clear:both;
}
.request_wrap .float_left {
	float:left;
	margin:0 !important;
}
.request_wrap .no_bg {
	background:none;
}
.request_wrap .border_left {
	border-left:1px solid #d4d4d4;
}

/* 프린트 페이지 */
.request_print {
	width:800px;
	margin:50px auto 0;

}
.request_print .s_title {
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.request_print .s_title h1 {
	border:0;
	font-size:2.2em;
	letter-spacing:normal;
	min-width:auto;
	margin:0;
	padding:0;
	text-align:center;
}
.request_print .request_wrap {
	border:3px solid #000;
}
.request_print .request_wrap dl {
	border-color:#000;
}
.request_print .request_wrap dt {
	border-right:1px solid #000;
	background:none;
}
.request_print .request_wrap dt, 
.request_print .request_wrap dd {
	font-size:1.5em;
}
.request_print .request_wrap .no_border {
	border:0;
}strong {
	color: #F00;
}
