.inquiry_preview_wrap, .inquiry_form_wrap, .inquiry_table_wrap {
	min-width:var( --main-minwidth-1 );
	width:100%;
	font-size:14px;
}


/*문의 입력폼 */

/*문의 입력폼 미리보기*/
.inquiry_preview_wrap {
	overflow:hidden;
	text-align:left;
}

.inquiry_preview_wrap .inquiry_preview_header {
	margin-bottom:15px;
	padding:20px 0;
	background-color:#ffffff;
	border-bottom:1px solid #eaeaea;
	font-size:14px;
}

.inquiry_preview_wrap .inquiry_preview_title {
	position:relative;
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	cursor:pointer;
	color:#000000;
	padding-left:27px;
	margin-left:15px;
}

.inquiry_preview_wrap .inquiry_preview_title svg{
	left:5px;
	position: absolute;
	top:5px;
}

.inquiry_preview_wrap .inquiry_preview_contents {
	max-width:var( --main-width-1 );
	width:100%;
	margin:0 auto;
}
/*문의 입력폼 미리보기*/


.inquiry_preview_box_no_bg {
	margin-bottom:20px;
}


.inquiry_preview_box_header {
	position:relative;
	margin-bottom:15px;
	padding:15px 0;
	border-bottom:1px solid #eaeaea;
	font-size:14px;
}

.inquiry_preview_box_header .inquiry_preview_box_title {
	font-family:'Noto Sans KR' !important;
	font-weight:500 !important;
	font-size:18px;
	color:#000000;
	display:inline-block;
	vertical-align:middle;
}

.inquiry_preview_box_header .inquiry_preview_box_more{
	position:absolute;
	top:20px;
	right:0px;
	color:#000000;
	margin-top:0;
	display:inline-block;
	font-size:14px;
}



/*문의 입력폼 카테고리(상담자), 예약일시, 안내사항 선택*/
.inquiry_preview_box {
	border:1px solid #ddd;
	background-color:#fafafa;
	padding:30px;
	margin-bottom:20px;
	font-size:14px;
}


.inquiry_preview_box .inquiry_sel_box {
	display:table;
	width:100%;
	table-layout:fixed;
}

.inquiry_preview_box .inquiry_sel_box .inquiry_sel_left{
	border-right:1px dotted #cccccc;
	padding-right:15px;
}

.inquiry_preview_box .inquiry_sel_box .inquiry_sel_right{
	padding-left:15px;
}

.inquiry_preview_box .inquiry_sel_box .inquiry_sel{
	width:50%;
	display:table-cell;
	vertical-align:top;
}

.inquiry_preview_box .inquiry_sel_box .inquiry_sel .inquiry_sel_wrap{
	border:1px solid #cccccc;
	height:210px;
	overflow-y:auto;
	background-color:#fff;
	margin-top:10px;
}


.h_form .inquiry_sel_radio input[type="radio"] + span::before
{
	margin-top:20px;
	float:left;
}

.h_form label.inquiry_sel_radio
{
	width:100% !important;
}

.inquiry_sel_1st{
	border-bottom:1px solid #dcdfe5;
	padding:15px;
	word-break:break-all;
}


.inquiry_sel_1st:hover{
	background-color:#ffd !important;
}


.inquiry_sel_2st{
	border-bottom:1px solid #dcdfe5;
	padding:15px;
	word-break:break-all;
}


.inquiry_sel_2st:hover{
	background-color:#ffd !important;
}

.inquiry_sel_box .inquiry_sel_noimg{
	width:100%;
	display:table-cell;
	vertical-align:top;
	padding-left:0px !important;
}

.inquiry_date_sel_wrap{
	margin-top:10px;
	width:100%;
}
/*문의 입력폼 카테고리(상담자), 예약일시, 안내사항 선택*/

/* 문의 입력폼 체크박스, 라디오박스 정렬 */
.inquiry_form_wrap .inquiry_form .write_input .h-check,
.inquiry_form_wrap .inquiry_form .write_input .h-radio{
	display:inline-block;
	margin-left:0;
	margin-right:20px;
}
.inquiry_form_wrap .inquiry_form .write_input .h-check:last-child,
.inquiry_form_wrap .inquiry_form .write_input .h-radio:last-child{
	margin-right:0 !important;
}
/* 문의 입력폼 체크박스, 라디오박스 정렬 */

/*문의폼 상담일시 선택*/
.inquiry_calendar_st .month_sel {
	border-top:2px solid #000000;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-bottom:1px solid #a4a4a4;
	width:100%;
}

.inquiry_calendar_st .month_sel .month_move_btn{
	width:80px;
	text-align:center;
	cursor:pointer;
	height:40px;
}

.inquiry_calendar_st .month_sel .month_date_st{
	padding:0;
	text-align:center;
	background:transparent;
}

.inquiry_calendar_st .month_sel .month_date_st .date{
	font-family:tahoma;
	font-size:17px;
	color:#333;
	font-weight:bold
}


.inquiry_calendar_st .day_sel > table > thead > tr > th {
	text-align:center;
	background:#f4f4f4;
	height:30px;
	font-weight:500;
}

.inquiry_calendar_st .day_sel > table > thead > tr > th:first-child,
.inquiry_calendar_st .day_sel > table > tbody > tr > td:first-child {
	color:#ff0000 !important;
}

.inquiry_calendar_st .day_sel > table > thead > tr > th:last-child,
.inquiry_calendar_st .day_sel > table > tbody > tr > td:last-child {
	color:#0aa2dc !important;
}

.inquiry_calendar_st .day_sel > table tr {
	border:none !important;
}


.inquiry_calendar_st .day_sel .day_number {
	font-weight:500;
	position: relative;
	z-index:2;
}

.inquiry_calendar_st .day_bg {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}

.inquiry_calendar_st .day_sel .border {
	display:none
}

.inquiry_calendar_st .day_sel .calendar_select .border {
	display:block;
	position:absolute;
	top:0px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border:1px solid #888888;
	z-index:9999;
}

.inquiry_calendar_st .day_sel .border_base {
	display:block;
	position:absolute;
	top:-1px;
	left:-1px;
	right:-1px;
	bottom:-1px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	z-index:9999;
}
/*문의폼 상담일시 선택*/


.private_agree_st {
	max-height:250px;
	overflow:auto;
	border:1px solid #d7d7d7;
	background-color:#fdfdfd;
	line-height:1.4;
	font-size:14px;
}

/*문의 입력폼 */


/*문의폼 비밀번호*/
.inquiry_pass_wrap {
	display:table;
	width:100%;
	min-width:400px;
	min-height:500px;
	height:100%;
}

.inquiry_pass_wrap .inquiry_pass_width_st {
	width:350px;
	font-size:16px;
	text-align:left;
	margin:20px auto 20px;
}

.inquiry_pass_wrap .inquiry_pass_btn_st {
	width:100% !important;
	display:block !important;
	font-size:16px !important;
	padding:15px 0 !important;
	margin-bottom:0px !important;
}
/*문의폼 비밀번호*/



/*문의폼 상세*/
.inquiry_view_user .inquiry_view_box{
	margin-top:50px;
	border-bottom: 1px solid #e1e1e1;
}

.inquiry_view_user .inquiry_view_box:first-child {
	margin-top:0px !important;
}


.inquiry_view_user .inquiry_view_box .comment_list {
	padding:0 10px 0px 10px !important;
}

.inquiry_view_user .inquiry_view_box .comment_list .list_no_result2 {
	padding:30px 0 50px 0 !important;
}

.inquiry_view_user .inquiry_view_box .comment_list .reply_wrap{
	position:relative;
	width:100%;
	border-bottom:1px solid #ebebeb;
	margin-bottom:15px;
	padding-bottom:15px;
	font-size:14px;
}

.inquiry_view_user .inquiry_view_box .comment_list > table > tbody > tr:last-child > td .reply_wrap {
	margin-bottom:0px !important;
	border-bottom:none;
}

.inquiry_view_user .inquiry_view_box .comment_list .reply_wrap .reply_rows{
	margin-bottom:0px !important;
}

.inquiry_view_user .inquiry_view_box .comment_list .reply_wrap .reply_rows label{
	display:block;
	position:relative;
	font-size:16px;
	color:#333;
	margin:0;
	text-align:left;
}

.inquiry_view_user .inquiry_view_box .comment_list .reply_wrap .reply_rows > div{
	margin-top:10px;
	word-break:break-all;
}

.inquiry_view_user .inquiry_view_box .comment_list .reply_wrap .reply_del {
	font-size:16px;
	color:#878890;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
}
/*문의폼 상세*/


/*문의폼 목록*/
.inquiry_table_wrap .inquiry_table_dashboard {
	overflow:auto;
}

.inquiry_table_wrap .inquiry_table_dashboard > table{
	margin-bottom:0px;
}

.inquiry_table_wrap .inquiry_table_dashboard > table > thead > tr > th {
	text-align:center;
}

.inquiry_table_wrap .inquiry_table_dashboard > table > tbody > tr > td {
	vertical-align:middle;
	height:60px;
	word-break:break-all;
}


.inquiry_table_wrap .inquiry_table_dashboard > table > tbody > tr:hover svg{
	color:var( --main-color-10 );
}

.inquiry_table_wrap .inquiry_table_dashboard > table > tbody > tr:hover .none_color svg{
	color:#ffffff;
}
/*문의폼 목록*/





/* 퀵메뉴 문자 상담 신청*/
.send_sms_layer{
	padding:10px 12px;
	background:#ffffff;
	border:1px solid #e2e2e2;
	z-index:10000;
	border-radius:5px;
	font-size:14px;
	position:relative;
}

.send_sms_layer .spamcheck_area {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:2;
	background-color:rgba(0,0,0,0.7);
	border-radius:5px;
}

.send_sms_layer .spamcheck_area .tit{
	font-size:16px;
	margin-bottom:10px;
	color:#fff;
}

.send_sms_layer .spamcheck_area .spamcheck_layer_close{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	color:#fff;
}

.send_sms_layer .spamcheck_area .h_form .antispam_input {
	margin-top:3px;
	display:inline-block;
	width:100%;
	position:relative;
	float:left;
}





.send_sms_layer .send_sms_area{
	width:100%;
	text-align:left;
	position:relative;
}

.send_sms_layer .send_sms_area .tit{
	font-size:16px;
	margin-bottom:10px;
	color:#333;
}

.send_sms_layer .send_sms_area .send_sms_layer_close{
	position:absolute;
	right:0px;
	top:1px;
	cursor:pointer;
}

.send_sms_layer .send_sms_area .h_form .more_btn{
	position:absolute;
	right:0px;
	top:1px;
	cursor:pointer;
}




.send_sms_layer .send_sms_area .h_form .send_sms_input {
	margin-top:3px;
	display:inline-block;
	width:100%;
	position:relative;
	float:left;
}

.send_sms_layer .send_sms_area .h_form .send_sms_input:first-child {
	margin-top:0px !important;
}


.send_sms_layer .send_sms_area .h_form .send_sms_info_wrap {
	border-top:1px solid #cccccc;
	margin-top:7px;
	padding-top:7px;
	float:left;
}

.send_sms_layer .send_sms_area .h_form .send_sms_info_wrap .send_sms_info {
	margin-top:10px;
}

.send_sms_layer .send_sms_area .h_form .send_sms_info_wrap .send_sms_info table {
	margin-bottom:0px !important;
	text-align:center !important;
}

.send_sms_layer .send_sms_area .h_form .send_sms_info_wrap .send_sms_info table th{
	font-size:12px !important;
	text-align:center !important;
	padding:12px 10px;
}

.send_sms_layer .send_sms_area .h_form .send_sms_info_wrap .send_sms_info table td{
	font-size:12px !important;
	text-align:center !important;
	padding:10px 8px;
}


.send_sms_layer .send_sms_area .h_form .send_sms_input.send_sms_result {
	text-align:center;
	border-top:1px solid #cccccc;
	margin-top:7px;
	font-size:20px;
	letter-spacing:-1px;
	padding:20px 0;
}

.send_sms_layer .send_sms_area .h_form .send_sms_input.send_sms_caution {
	text-align:center;
	border:1px solid #eeeeee;
	background:#f9f9f9;
	padding:20px;
	margin-bottom:10px;
}
/* 퀵메뉴 문자 상담 신청 */



/*문의폼 프린트 - 미사용 */
.inquiry_print_wrap {
	background-color:#ffffff;
	padding:10px;
	font-size:14px;
}
/*문의폼 프린트*/