.ntb-search select {
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   background: transparent url("/img/sub/selectIcon.png") no-repeat calc(100% - 10px) center;
}
.ntb-search select,
.ntb-search input[type="text"],
.ntb-list.lst-head,
.ntb-list.lst-body li,
.inquiry_com .con_wrap .formBox section.section1 .box .type,
.inquiry_com .con_wrap .formBox section .box .type textarea,
.inquiry_com .con_wrap .formBox section.section4 > *,
.inquiry_com .con_wrap .formBox section.section4 .box2 input[type='text'],
.ntb-tb-view,
.ntb-tb-view th,
.ntb-tb-view td,
#newList li {
	border-color: #dddddd;
}
.ntb-list.lst-head {
	background: rgba(177, 177, 177, 0.1);
}
.ntb-list.lst-head li div,
.inquiry_com .con_wrap .formBox section.section1 .box .type input {
	color: #666;
}

/* 23.08.03 */
.inquiry_com .con_wrap .formBox section.section1 .box .check_cont {
	min-height: 38px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 30px;
	padding-left: 10px;
}
.inquiry_com .con_wrap .formBox section.section1 .box .check_cont * {
	font-size: 17px;
	color: #333;
}
.inquiry_com .con_wrap .formBox section.section1 .box .check_cont label {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.inquiry_com .con_wrap .formBox section.section1 .box .check_cont input[type=checkbox] {
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
}
.inquiry_com .con_wrap .formBox section.section2 .box .type textarea {
	color: #333;
}