@charset "utf-8";

.board-wrap * {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}

@media (max-width: 550px) {

	.board-wrap input,
	.board-wrap select,
	.board-wrap textarea,
	.board-wrap button {
		font-size: 1rem;
	}
}

/* board list */

.basic-bd-list .bd-list {
	width: 100%;
	border-top: 2px solid #222;
	border-bottom: 1px solid #ddd;
}

.basic-bd-list .bd-list tbody tr {
	border-top: 1px solid #ddd;
}

.basic-bd-list .bd-list thead th {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

.basic-bd-list .bd-list td {
	font-size: 1.125rem;
	color: #333;
	text-align: center;
	vertical-align: middle;
	word-break: keep-all;
}

/* 공지 */
.basic-bd-list .bd-list tbody tr.notice td {

}
.basic-bd-list .bd-list tbody tr.notice td.board-subject a {
	font-weight: bold;
}
.basic-bd-list .bd-list tbody tr.notice td.board-subject a:before {
	content: '공지';
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
	padding: .36666rem .5rem .3rem;
	margin-right: 10px;
	background: #00619f;
}


.basic-bd-list .bd-list tbody td.board-subject {
	text-align: left;
}

.basic-bd-list .bd-list tbody td.board-subject a {
	margin-right: 5px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 98%;
}

.basic-bd-list .bd-list tbody td.board-subject a img {
	display: inline-block;
	margin-left: 10px;
}

.basic-bd-list .bd-list.style02 td.board-subject {
/*
	text-align: left;
	padding-left: 10px;
*/
}

.basic-bd-list .bd-list.style02 {
/*	border-left: 1px solid #ddd;*/
}

.basic-bd-list .bd-list.style02 th {
	background-color: #f5f5f5;
}

.basic-bd-list .bd-list.style02 th,
.basic-bd-list .bd-list.style02 td {
/*	border-right: 1px solid #ddd;*/
}

/* 민원상담 */
td.complaint-type {
	font-weight: bold!important;
}
/* 민원상담 처리현황 */
td.complaint-status span {
	display: inline-block;
	min-width: 80px;
	font-size: 1rem;
	font-weight: bold;
	color: #ff901e;
	text-align: center;
	border: 1px solid #ff901e;
}
/* 민원상담 처리현황 - 완료 */
td.complaint-status span.done {
	color: #222;
	border-color: #222;
}
@media (max-width: 767px) {
	/* 민원상담 처리현황 */
	td.complaint-status span {
		min-width: 60px;
	}
}

@media (min-width: 768px) {
	.basic-bd-list .bd-list {
		margin-bottom: 50px;
		table-layout: fixed;
		width: 100%;
	}

	.basic-bd-list .bd-list thead th {
		padding: 20px 0 19px;
	}

	.basic-bd-list .bd-list td {
		padding: 17px 15px 16px;
	}

	.basic-bd-list .bd-list tbody td.board-subject {
/*		padding-left: 50px;*/
	}
	.basic-bd-list .bd-list tbody td.board-subject:hover a {
		color: #f59020;
	}
}

@media (max-width: 767px) {

	/* mo-table 제외 */
	.basic-bd-list .bd-list:not(.mo-table) {
		table-layout: auto;
	}
	.basic-bd-list .bd-list:not(.mo-table),
	.basic-bd-list .bd-list:not(.mo-table) tbody,
	.basic-bd-list .bd-list:not(.mo-table) tbody tr {
		display: block;
	}
	.basic-bd-list .bd-list:not(.mo-table) thead {
		display: none;
	}

	.basic-bd-list .bd-list:not(.mo-table) tr:first-child {
		border-top: none;
	}

	.basic-bd-list .bd-list:not(.mo-table) tr {
		display: inline-block;
		width: 100%;
		overflow: hidden;
	}

	.basic-bd-list .bd-list:not(.mo-table) tr td {
		width: 100%;
		float: left;
		display: block;
		text-align: left;
	}

	.basic-bd-list .bd-list:not(.mo-table) tbody td.board-subject a img {
		display: none;
	}

	.basic-bd-list .bd-list:not(.mo-table) .board-num,
	.basic-bd-list .bd-list:not(.mo-table) .board-file,
	.basic-bd-list .bd-list:not(.mo-table) .board-hit {
		display: none!important;
	}
	.basic-bd-list .bd-list:not(.mo-table) tbody tr {
		padding: 10px 0;
	}
	.basic-bd-list .bd-list:not(.mo-table) td {
		padding: 2px 0;
	}

	.basic-bd-list .bd-list.mo-table th,
	.basic-bd-list .bd-list.mo-table td {
		padding: 10px 5px;

	}
	/* 보상업체 */
	td:before {
		display: inline-block;
		font-weight: bold;
		margin-right: 10px;
	}
	td.board-company:before {
		content: '회사명';
	}

	td.board-addr:before {
		content: '주소';
	}

	td.board-reward-date:before {
		content: '보상업체';
	}

	td.board-reason:before {
		content: '해지사유';
	}

	td.board-status:before {
		content: '계약상태';
	}

	td.board-contract-period:before {
		content: '공제계약기간';
	}

}

@media (max-width: 550px) {
	/* mo-table */

	/* mo-table 제외 */
	.basic-bd-list .bd-list.mo-table {
		table-layout: auto;
	}
	.basic-bd-list .bd-list.mo-table,
	.basic-bd-list .bd-list.mo-table tbody,
	.basic-bd-list .bd-list.mo-table tbody tr {
		display: block;
	}
	.basic-bd-list .bd-list.mo-table thead {
		display: none;
	}

	.basic-bd-list .bd-list.mo-table tr:first-child {
		border-top: none;
	}

	.basic-bd-list .bd-list.mo-table tr {
		display: inline-block;
		width: 100%;
		overflow: hidden;
	}

	.basic-bd-list .bd-list.mo-table tr td {
		width: 100%;
		float: left;
		display: block;
		text-align: left;
	}

	.basic-bd-list .bd-list.mo-table tbody td.board-subject a img {
		display: none;
	}

	.basic-bd-list .bd-list .board-num,
	.basic-bd-list .bd-list.mo-table .board-file,
	.basic-bd-list .bd-list.mo-table .board-hit {
		display: none!important;
	}
	.basic-bd-list .bd-list.mo-table tbody tr {
		padding: 10px 0;
	}
	.basic-bd-list .bd-list.mo-table td {
		padding: 2px 0;
	}


	/* 민원상담 */
	td.complaint-type:before {
		content: '분류';
	}

	td.complaint-subject:before {
		content: '제목';
	}

	td.complaint-writer:before {
		content: '작성자';
	}

	td.complaint-status:before {
		content: '처리현황';
	}

	td.complaint-date:before {
		content: '작성일';
	}
}

@media (max-width: 450px) {
	.basic-bd-list .bd-list:not(.mo-table) td:before {
		display: block;
	}
}

/* 민원상담 글쓰기/ 수정하기 폼 */
.board_form .table_wrap table.view {
	border-top: 2px solid #222;
}
.board_form .table_wrap table.view th {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    vertical-align: middle;
	border-right: 1px solid #ddd;
    background: #f9f9f9;
}
.board_form .table_wrap table.view th,
.board_form .table_wrap table.view td {
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
}
.board_form .table_wrap table.view input[type="password"],
.board_form .table_wrap table.view input[type="text"],
.board_form .table_wrap table.view select {
	width: 100%;
	height: 3.125rem;
	border: 1px solid #ddd;
}
@media (min-width: 601px) {
	.board_form .table_wrap table.view input[type="password"],
	.board_form .table_wrap table.view input[type="text"],
	.board_form .table_wrap table.view select {
		max-width: 300px;
	}

	.board_form .table_wrap table.view .subject input[type="text"] {
		max-width: 80%;
	}
}

@media (max-width: 600px) {
	.board_form .table_wrap table.view .subject input,
	.board_form .table_wrap table.view .subject select {
		max-width: 100%;
		width: 100%;
	}
}

/* total */
.board-wrap form {
	font-size: 0;
}

.board-wrap .bd_list_total {
	margin: 1.375rem 0 .5rem;
	font-size: 1.125rem;
	color: #666;
	font-weight: 400;
}

.board-wrap .bd_list_total .total-num {

}

/* 검색 */
.bd_sh_box {
	padding: 1.25rem;
	background: #f5f5f5;
}

.bd_sh_box .bd_sh_box__inner {
	max-width: 655px;
	margin: 0 auto;
	font-size: 0;
}

.bd_sh_box .bd_sh_box__inner .ip_area {
	display: inline-block;
}
.bd_sh_box .bd_sh_box__inner .ip_area select {
	margin-right: 0.625rem;
}
.bd_sh_box .bd_sh_box__inner .ip_area select,
.bd_sh_box .bd_sh_box__inner .ip_area input[type="text"] {
	font-size: 1.125rem;
	height: 40px;
	padding-left: 1.25rem;
	border: 1px solid #ddd;
	background-color: #fff;
	vertical-align: middle;
}

.bd_sh_box .bd_sh_box__inner .ip_area select {}

.bd_sh_box .bd_sh_box__inner .ip_area input[type="text"] {

}

.bd_sh_box .bd_sh_box__inner .ip_area select {
}

.bd_sh_box .bd_sh_box__inner .btn_area {
	display: inline-block;
	float: right;
	margin-left: 0.625rem;
	vertical-align: middle;
}

.bd_sh_box .bd_sh_box__inner .btn_area button {
	width: 100%;
	height: 40px;
	border: none;
	padding: 0;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	background: #222;
	z-index: 100;
}

@media (min-width: 768px) {
	.bd_sh_box .bd_sh_box__inner .ip_area select,
	.bd_sh_box .bd_sh_box__inner .ip_area input[type="text"],
	.bd_sh_box .bd_sh_box__inner .btn_area button {
		height: 60px;
	}
	.bd_sh_box .bd_sh_box__inner .ip_area select {
		width: 160px;
	}
	.bd_sh_box .bd_sh_box__inner .ip_area input[type="text"] {
		width: 360px;
	}
	.bd_sh_box .bd_sh_box__inner .btn_area {
		width: 115px;
	}
}

@media (max-width: 767px) {
	.bd_sh_box .bd_sh_box__inner .ip_area {
		width: calc(100% - 60px - 0.625rem);
	}
	.bd_sh_box .bd_sh_box__inner .ip_area select {
		width: 100px;
	}

	.bd_sh_box .bd_sh_box__inner .ip_area input[type="text"] {
		width: calc(100% - 100px - 0.625rem);
	}

	.bd_sh_box .bd_sh_box__inner .btn_area {
		width: 60px;
	}
}

@media (max-width: 550px) {
	.bd_sh_box .bd_sh_box__inner .ip_area {
		width: 100%;
	}
	.bd_sh_box .bd_sh_box__inner .btn_area {
		width: 100%;
		margin-top: .625rem;
		margin-left: 0;
		float: inherit;
	}
	.bd_sh_box .bd_sh_box__inner .btn_area button {
		font-size: 1rem;
	}
}

/* gallery list*/
.board-content {
	border-top: 1px solid #333;
	border-bottom: 1px solid #ddd;
	margin: 0 auto;
	padding: 20px 0;
}

.gallery-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-left: -14px;
	margin-right: -14px;
	flex-basis: auto;
}

.gallery-list li {
	padding: 14px;
	width: 25%;
}

.gallery-list li .thumbnail {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #f9f9f9;
	overflow: hidden;
}

.gallery-list li .thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100%;
	height: auto;
	transform: translate(-50%, -50%) scale3d(0.9, 0.9, 0.9);
}

.gallery-list li .thumbnail img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery-list li:hover .thumbnail img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.gallery-list li .txt {
	padding: 20px 0;
	letter-spacing: -0.5px;
}

.gallery-list li .txt .title {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 1.1;
	margin-bottom: 5px;
}

.gallery-list li .txt .date-hit {
	font-size: 13px;
	font-weight: 300;
	color: #666;
}

.gallery-list li .txt .date-hit span {
	display: inline-block;
	letter-spacing: 0.5px;
}

.gallery-list li .txt .date-hit span:not(:first-child):before {
	display: inline-block;
	content: "";
	margin: 0 7px;
	width: 1px;
	height: 10px;
	background: #ccc;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.board-content {
		width: 100%;
	}

	.gallery-list li {
		width: 50%;
	}

	.gallery-list li .thumbnail {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
}

/* // gallery list */

/* thumbnail board list */
.bd_thum_list ul {
	border-top: 2px solid #222;
}

.bd_thum_list ul li {
	border-bottom: 1px solid #ddd;
}

.bd_thum_list ul li a {
	padding: 30px 20px;
	display: flex;
}

.bd_thum_list ul li .pic {
	flex-shrink: 0;
	width: 300px;
}

.bd_thum_list ul li .pic .img_wrap {
	padding-bottom: 70%;
}

.bd_thum_list ul li dl {
	flex: auto;
	padding: 20px 0 0 20px;
}

.bd_thum_list ul li dl .board-subject {
	font-size: 22px;
	color: #111;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.5em;
	height: 1.5em;
}

.bd_thum_list ul li dl .board-contents {
	font-size: 18px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.5em;
	height: 4.5em;
}

.bd_thum_list ul li dl .board-date {
	font-size: 16px;
	color: #111;
	font-weight: 400;
}

.img_wrap {
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	font-size: 0;
}

.img_wrap img {
    width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}

@media(min-width:1201px) {
	.bd_thum_list ul li a:hover {
		background: #f9f9f9;
		-webkit-transition: background .2s;
		transition: background .2s;
	}
}

@media(max-width:991px) {
	.bd_thum_list ul li .pic {
		width: 220px;
	}

	.bd_thum_list ul li dl .board-subject {
		font-size: 16px;
	}

	.bd_thum_list ul li dl .board-contents {
		font-size: 14px;
		-webkit-line-clamp:2;
		line-height: 1.2em;
		height: 2.4em;
	}

	.bd_thum_list ul li dl .board-date {
		font-size: 14px;
	}
}

@media(max-width:550px) {
	.bd_thum_list ul li a {
		display: block;
	}

	.bd_thum_list ul li .pic {
		flex: none;
		width: 100%;
	}

	.bd_thum_list ul li dl {
		flex: none;
		padding: 0;
		padding: 20px;
	}
}

@media(max-width:320px) {
	.bd_thum_list ul li dl {
		padding-left: 0;
		padding-right: 0;
	}
}


/* view */
.board-wrap .board-view {
	border-top: 3px solid #222;
}

.board-wrap .board-view .board-header {
	position: relative;
	padding: 2.1875rem 2.5rem;
	background: #f5f5f5;
}
/* btn */
.board-wrap .hgbtn {
	color: #fff;
	font-size: 1rem;
	padding: .3em .875em;
	background: #555;
}
.board-wrap .board-view .board-header .hgbtn {
	float: right;
	margin-top: -5px;
	background: #242f69;
}

.board-wrap .board-view .board-header .view-title {
	font-size: 1.5625rem;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
}

.board-wrap .board-view .board-header .view-date {
	color: #555;
	font-size: 1rem;
}

.board-wrap .board-view .board-header .view-date:before {
	content: url('../images/icons/ico_date.png');
	vertical-align: middle;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.board-wrap .board-view .board-header address p:first-child {
		float: left;
	}

	.board-wrap .board-view .board-header address p:last-child {
		float: right;
	}
}

@media (max-width: 767px) {
	.board-wrap .board-view .board-header address p {
		display: block;
	}
}

/* file */
.board-wrap .board-view-file {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #222;
	padding: 0 20px;
}

.board-wrap .board-view-file li {
	padding: 12px 0;
}

.board-wrap .board-view-file li a span {
	vertical-align: middle;
	margin-left: 10px;
	font-size: 13px;
}

.board-wrap .board-view-file li a:hover {
	color: #f5901f;
}

/* 내용 */
.board-wrap .board-conts {
	padding: 50px 20px;
	border-top: 1px solid #333;
}

.board-wrap .board-conts img {
	max-width: 100%;
}

/* post-navi */
.board-wrap .post-navi {
	margin-top: -1px;
}
.board-wrap .post-navi li {
	border-bottom: 1px solid #222;
	padding: 18px 0;
	font-size: 15px;
	line-height: 18px;
	vertical-align: middle;
}

.board-wrap .post-navi li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.board-wrap .post-navi li:first-child {
	border-top: 1px solid #222;
}

.board-wrap .post-navi li strong {
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.board-wrap .post-navi li strong:after {
	content: "";
	display: inline-block;
	margin-left: 8px;
	font-size: 12px;
	line-height: 6px;
	vertical-align: middle;
	font-family: "FontAwesome";
}


.board-wrap .post-navi li a {
	display: block;
	color: #666;
	margin-left: 100px;
}

.board-wrap .post-navi li:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.board-wrap .post-navi li {
		padding: 18px 15px;
	}

	.board-wrap .post-navi li strong {
		font-size: 0;
		margin-right: 0;
	}

	.board-wrap .post-navi li a {
		margin-left: 35px;
	}

	.board-wrap .post-navi .next-post strong:after {
		content: "\f0d7";
	}

	.board-wrap .post-navi .prev-post strong:after {
		content: "\f0d8";
	}

}

@media (max-width: 550px) {
	.board-wrap .board-view .board-header {
		padding: 1.875rem 1.25rem;
	}

	.board-wrap .board-view .board-header .view-title {
		font-size: 1.375rem;
	}
}

/* button */
.btn-view-wrap {
	margin: 50px 0 0;
	text-align: center;
}

.btn-view-wrap a {
	display: inline-block;
	height: auto;
	line-height: 1;
	min-width: 230px;
	font-size: 1.25rem;
	padding: 16px 20px 14px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	color: #fff !important;
	background: #25292d;
}
/* 글쓰기 */
.btn-write-wrap {
	margin-top: 20px;
	text-align: right;
}
.btn-write-wrap a {
	display: inline-block;
	height: auto;
	line-height: 1;
	font-size: 1.125rem;
	padding: 1rem 2.5rem .9375rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	color: #fff !important;
	background: #25292d;
}
@media (min-width: 768px) {

	/* 글쓰기 */
	.btn-write-wrap {
		margin-top: -20px;
	}
}

.board-wrap .ta_btn_area {
	margin-top: 1.5rem;
}

.board-wrap .ta_btn_are .hgbtn {
	padding: 1.25rem 1.5rem;
}
/* paging */
.board-paging {
	margin: 15px 0 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.board-paging .page_btn,
.board-paging ol {
	display: inline-block;
	vertical-align: top;
}

.board-paging li {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin: 0 .3125rem;
}
.board-paging .page_btn,
.board-paging li > a {
	display: inline-block;
	width: 2.1875rem;
	height: 2.1875rem;
	border: 0;
	border-radius: 50%;
	font-size: 1.125rem;
	line-height: 2.1875rem;
	color: #222;
}

.board-paging li.on,
.board-paging li:hover {
	z-index: 111;
}

.board-paging li.on > a,
.board-paging li:hover > a {
	background-color: #222;
	color: #fff;
}
.board-paging .page_btn {
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 .3125rem;
}
.board-paging .page_btn.first {
	background-image: url(../images/icons/page_btn_first.png);
}
.board-paging .page_btn.prev {
	background-image: url(../images/icons/page_btn_prev.png);
}
.board-paging .page_btn.next {
	background-image: url(../images/icons/page_btn_next.png);
}
.board-paging .page_btn.last {
	background-image: url(../images/icons/page_btn_last.png);
}
@media (max-width: 767px) {
	.board-paging .page_btn {
		margin: 0;
	}
}

/* FAQ */

.faq-wrap--fc {
	border-top: 2px solid #222;
	text-align: left;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

.faq-wrap--fc .faq-list--fc {
	border-bottom: 1px solid #d7d7d7;
}

/*.faq-wrap--fc .faq-list--fc:last-of-type {
	border-bottom: 0;
}*/

.faq-wrap--fc .f-wrap--fc a {
	position: relative;
	display: block;
	padding: 20px 40px 20px 70px;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
}

.faq-wrap--fc .f-wrap--fc a:before {
	content: 'Q';
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 30px;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: auto;
	height: auto;
	background: none;
	color: #111;
	font-size: 1.3rem;
}

.faq-wrap--fc .f-wrap--fc a:after {
	content: '\f107';
	display: inline-block;
	position: absolute;
	top: 24px;
	right: 20px;
	font-family: 'FontAwesome';
	font-size: 1.5rem;
	line-height: 1;
	color: #111;
}

@media (min-width: 1200px) {
	.faq-wrap--fc .f-wrap--fc a:hover {
		background-color: #fbfbfb;
	}
}

@media (max-width: 767px) {
	.faq-wrap--fc .f-wrap--fc a {
		padding: 15px 40px;
	}

	.faq-wrap--fc .f-wrap--fc a:before {
		top: 18px;
		left: 10px;
	}

	.faq-wrap--fc .f-wrap--fc a:after {
		top: 19px;
	}
}

.faq-wrap--fc .f-wrap--fc.on a {
	color: #f5901f;
}

.faq-wrap--fc .f-wrap--fc.on a:before {
	content: 'Q.';
	color: #f5901f;
}

.faq-wrap--fc .f-wrap--fc.on a:after {
	content: "\f106";
	color: #f5901f;
}

.faq-wrap--fc .q-wrap--fc {
	display: none;
}

.faq-wrap--fc .q-wrap--fc .q-wrap--conts--fc {
	position: relative;
	padding: 20px 110px 40px 110px;
	border-top: 1px solid #d7d7d7;
	background: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
}

.faq-wrap--fc .q-wrap--fc .q-wrap--conts--fc:before {
	content: 'A.';
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 70px;
	margin-right: 20px;
	border-radius: 50%;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	width: auto;
	height: auto;
	background: none;
	color: #111;
	font-size: 1.3rem;
}

@media (max-width: 767px) {
	.faq-wrap--fc .q-wrap--fc .q-wrap--conts--fc {
		padding: 15px 40px;
	}

	.faq-wrap--fc .q-wrap--fc .q-wrap--conts--fc:before {
		top: 15px;
		left: 10px;
	}
}

