@charset "utf-8";

@import url("/content/css/pages/items/qna.css");
@import url("/content/css/pages/customer/qna.css");

/* 
	Copyright(c) 2019 Onlinepowers
	http://www.onlinepowers.com
*/

/* ============================ common ============================ */

.customer_wrap .tab_tit3 {
	margin-top: 30px;
}

.total_top .date_select {
	flex: 1;
}

.total_top .inquiry_write {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.list_in p.category,
.list_in p.category_sub {
	font-size: 16px;
	font-weight: 400;
	display: block;
}

.list_in p.category {
	color: #ababab;
	margin-bottom: 10px;
}

.list_in p.category_sub {
	color: #000000;
	margin-bottom: 40px;
}

.form_area .user_phone {
	width: 120px;
	padding-left: 15px;
}

.form_area .user_phone_edit {
	width: calc(100% - 155px);
	margin-left: 20px;
}

.list_area .desc + .coupon {
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0;
}

.customer_wrap .list_area .btn_wrap {
	width: 100%;
	justify-content: flex-end;
}

.customer_wrap .list_area .btn_wrap .btn {
	width: 160px;
	height: 40px;
    margin: 0;
}

.qna_answer.user_question {
	background-color: #f8f8f9;
	margin: 10px 0 0 0;
	padding: 22px;
}

.inquiry_contents .form-group ~ .btn_wrap {
	max-width: 767px;
}

/* @media */
@media (max-width: 767px) {
	.form_area .user_phone {
		width: 96px;
		padding-left: 15px;
	}

	.form_area .user_phone_edit {
		width: calc(100% - 106px);
		margin-left: -5px;
	}

	.inqury_item_contents .tit_wrap {
		padding-top: 70px;
		padding-bottom: 20px;
	}

	.inqury_item_contents .list_wrap .list_top {
		margin-bottom: 10px;
	}

	.inqury_item_contents .list_wrap .list_top .state {
		display: block;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.72px;
	}


	.list_area .desc + .coupon {
		line-height: 1;
		margin-top: 20px;
		font-size: 14px;
	}

	.list_in p.category {
		font-size: 14px;
		margin-bottom: 5px;
		line-height: 1;
	}

	.list_in p.category_sub {
		font-size: 14px;
		margin-bottom: 18px;
		line-height: 1.42;
		font-weight: 400;
	}

	.list_wrap.faq_list {
		margin: 0;
		border: 0;
	}

	.tab_tit4 .nav {
		width: 100%;
		box-sizing: border-box;
		justify-content: space-around;
		padding: -0 10px;
	}

	.tab_tit4 .nav-item {
		flex: 1;
		margin: 0;
		box-sizing: border-box;
		text-align: center;
	}

	.customer_wrap .list_area .btn_wrap .btn {
		width: 80px;
		height: 30px;
		font-size: 14px;
	}
}
