.inq_txtbox {position:relative; width:100%; height:120px; box-sizing:border-box; padding:14px;; overflow-x:hidden; overflow-y:auto; border:solid 1px rgba(255,255,255,.12); border-radius:4px; color:rgba(255,255,255,.8); line-height:150%; letter-spacing:-0.5px; word-break:break-all; margin-bottom:17px; background:rgba(255,255,255,.03);}
.inq_txtbox::-webkit-scrollbar {
    width: 6px;
}
.inq_txtbox::-webkit-scrollbar-track {
    background-color: rgba(255,255,255,.12);
	border-radius: 3px;
}
.inq_txtbox::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,.2);
	border-radius: 3px;
}

.inq_col {display:inline-block; transform:skew(-0.1deg);}
.inq_col_2 {color:#ffbc66; padding-left:2px;}
.inq_col_3 {color:rgba(255,255,255,.6); padding-left:2px;}

.inq_sel {position:relative; width:100%; box-sizing:border-box;  padding-bottom:50px;}
.inq_sel ul li {position:relative; float:left; height:22px; box-sizing:border-box; margin-right:6px;}
.inq_sel ul li.inqseltxt {font-size:15px; font-weight:400; color:rgba(255,255,255,.9); letter-spacing:-0.3px; margin-right:22px; padding-top:3px; transform:skew(-0.1deg);}

.inq_box {position:relative; width:100%; box-sizing:border-box; border-bottom:solid 1px rgba(255,255,255,.1); color:rgba(255,255,255,.9); font-size:16px; letter-spacing:-0.2px; font-weight:400; padding:10px 0px 9px 120px;}
.inq_box_2 {position:relative; width:100%; box-sizing:border-box; border-bottom:solid 1px rgba(255,255,255,.1); padding:10px 0px 9px 0px;}
.inq_box_3 {position:relative; width:100%; box-sizing:border-box; color:rgba(255,255,255,.8); font-size:14px; letter-spacing:-0.2px; font-weight:400; line-height:150%; padding:20px 0px 10px 0px; transform:skew(-0.1deg); word-break:keep-all;}
.inq_tit {position:absolute; width:120px; left:0px; top:31px; box-sizing:border-box; color:rgba(255,255,255,.7); transform:skew(-0.1deg);}


.inq_res_bt {position:relative; height:60px; box-sizing:border-box; cursor:pointer; border-radius:5px; border:solid 1px rgba(255,255,255,.1); color:#24cdd2; font-size:16px; letter-spacing:-0.3px; font-weight:400; transition:all 0.15s ease 0s; margin-top:20px; text-align:center; padding-top:20px;}
.inq_res_bt:hover {border:solid 1px rgba(255,255,255,.2); color:#24cdd2;}


.inputForm_inq
{
	font-size:16px;
	font-weight:400;
	letter-spacing:normal;
	color:rgba(255,255,255,.9);
	height:60px;
	width:100%;
	box-sizing:border-box;
	font-family:NotoSansKR,"Nanum Gothic","¸¼Àº °íµñ","Malgun Gothic","µ¸¿ò",Dotum,sans-serif;
	padding-left:15px;
	background-color:transparent;
	border-radius:5px;
	border:solid 1px rgba(255,255,255,.15);
	transition:all 0.15s ease 0s;
}
input.inputForm_inq::-webkit-input-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
input.inputForm_inq::-moz-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
input.inputForm_inq:-moz-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
input.inputForm_inq:-ms-input-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
.inputForm_inq:focus {background-color:#2d2d2d; border:solid 1px rgba(255,255,255,.2);}

.txtarea_inq {position:relative; width:100%; box-sizing:border-box; height:200px; text-align:left; border:solid 1px rgba(255,255,255,.15); line-height:150%; color:rgba(255,255,255,.9); font-size:16px; font-weight:400; letter-spacing:-0.5px; font-family:NotoSansKR,"Nanum Gothic","¸¼Àº °íµñ","Malgun Gothic","µ¸¿ò",Dotum,sans-serif; overflow-x:hidden; overflow-y:auto; background-color:transparent; padding:15px; border-radius:4px;}

textarea.txtarea_inq::-webkit-input-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
textarea.txtarea_inq::-moz-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
textarea.txtarea_inq:-moz-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}
textarea.txtarea_inq:-ms-input-placeholder{color:rgba(255,255,255,.6); font-size:16px; font-weight:400; letter-spacing:-1px;}

.inq_sel_form {position:relative; width:100%; height:60px; box-sizing:border-box; background:rgba(255,255,255,.03); border:solid 1px rgba(255,255,255,.15); color:rgba(255,255,255,.8); padding-left:15px; font-size:16px; font-weight:400; letter-spacing:-0.5px; border-radius:4px; font-family:NotoSansKR,"Nanum Gothic","¸¼Àº °íµñ","Malgun Gothic","µ¸¿ò",Dotum,sans-serif;}
.inq_sel_form option {background:#2b2b2b; color:rgba(255,255,255,.8);}

















