@charset "utf-8";
#client {
	width:1280px;
	margin: 0 auto;
}
.cltInner h4 {
    position: relative;
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 0 10px 14px;
	font-size: 24px;
	font-weight: 300;
	color: #8a8a8a;
}
.cltInner h4:after {
    position: absolute;
    content: '';
    bottom: -1px; left: 50%; transform: translateX(-50%);
    width: 100%; height: 1px;
    background: #333;
    z-index: 2;
}
.cltInner .formWrap {
    position: relative;
	padding: 32px 34px;
	width: 100%; height: 168px;
	font-size:16px;
	line-height: 24px;
	white-space: pre-line;
    overflow-y: scroll;
	background: #f8f8f8;
}
.cltInner .inputWrap {
	margin-top: 22px;
	font-size: 16px;
	text-align: right;
}
.cltInner .inputWrap input {margin: 0 7px 0 22px;}
.cltInner .titWrap {
	margin-top: 85px;
	display: flex;
	justify-content: space-between
}
.cltInner .titWrap h4 {margin: 0;}
.cltInner .titWrap p {font-size: 12px; color: #747474;}
.cltInner .titWrap b {
	font-size: 16px;
	color: #f25b00;
}
.cltInner .inquire table {
	width: 100%;
	border: 1px solid #b6b6b6;
	border-width: 1px 0;
    border-spacing: 0;
}
.cltInner .inquire caption {font-size:0;}
.cltInner .inquire table th {
	font-size: 16px;
	font-weight: 700;
	width: 190px;
	height: 60px;
	border-bottom: 1px solid #f1f1f1;
}
.cltInner .inquire table td {
	width: 1090px;
	height: 60px;
    padding: 8px 20px;
	border-bottom: 1px solid #f1f1f1;
}
.cltInner .inquire table select {
    padding-left: 8px;
    width: 160px;
    height: 42px;
    background: #f8f8f8;
    border: none;
    font-size: 16px;
}
.cltInner .inquire table input {
	padding: 0 10px;
	height: 42px;
	border: 1px solid #d8d8d8;
	font-size: 16px;
}
.cltInner .inquire table input.writer {width: 429px;}
.cltInner .inquire table input.email {width: 200px;}
.cltInner .inquire table span {
    margin: 0 6px;
    font-size: 16px;
}
.cltInner .inquire table select.email {margin-left: 7px}
.cltInner .inquire table input.tit {width: 820px;}
.cltInner .inquire table input.number {width: 120px;}
.cltInner .inquire table tr input.phone {margin: 9px;}
.cltInner .inquire table tr textarea {
	padding: 15px 10px;
	width: 820px;
	height: 300px;
	resize: none;
	font-size: 16px;
	border: 1px solid #d8d8d8;
}
.cltInner .inquire table tr:last-child th, .cltInner .inquire table tr:last-child td {border-bottom: 0;}
.cltInner .inquire table input[type="file"] {
	padding: 10px 0;
	border: none;
}
.cltInner .inquire button {
	display: block;
	width: 260px; height: 56px;
	margin: 40px auto;
	font-size: 20px;
	background: #328edc;
	color: #fff;
}