/* Wrapper */
.post-type-archive-faq .wrapper {
	max-width: 1542px;
	width: 100%;
	padding: 100px 20px 200px 20px;
	margin: 0px auto;
	width: 100%;
	height: auto;
}

.post-type-archive-faq .fixed-section {
}

.post-type-archive-faq .top-section {
	margin-bottom: 60px;
}

.post-type-archive-faq .title {
	font-size: 27px;
	line-height: 42px;
	font-weight: bold;
	color: #111;
}

.post-type-archive-faq .link-area {
	margin-top: 30px;
}

.post-type-archive-faq .link-area a {
	display: inline-block;
	width: 200px;
	height: 50px;
	font-weight: 500;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	color: #111;
	border-radius: 200px;
}

.post-type-archive-faq .link-area .openchat {
	background-color: #fbe54d;
}

.post-type-archive-faq .link-area .openchat img {
	position: relative;
	top: -3px;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.post-type-archive-faq .link-area .oneon {
	background-color: #f5f5f5;
	margin-left: 10px;
}

.post-type-archive-faq .link-area .oneon img {
	position: relative;
	top: -3px;
	width: 20px;
	height: auto;
	margin-right: 5px;
}

/* Tab */
.post-type-archive-faq .tab-wrapper ul {
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	line-height: 29px;
	border-bottom: 1px solid #111;
	padding-bottom: 20px;
}

.post-type-archive-faq .tab-wrapper .tab {
	float: left;
	margin-right: 30px;
}

.post-type-archive-faq .tab-wrapper .tab a {
	color: #9a9a9e;
}

.post-type-archive-faq .tab-wrapper .tab img {
	position: relative;
	left: 7px;
	bottom: 3px;
}

.post-type-archive-faq .tab-wrapper .tab.active a {
	color: #111;
}

.post-type-archive-faq .tab-wrapper .tab a:hover {
	color: #333;
}

/* 팝업 스타일 */
.post-type-archive-faq .popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.post-type-archive-faq .popup.active {
	display: flex;
}

.post-type-archive-faq .faq-wrapper {
	max-width: 1542px;
	padding: 50px 0 0 0;
	margin: 0px auto;
	width: 100%;
	height: auto;
}
.post-type-archive-faq .faq-wrapper .category {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.post-type-archive-faq .faq-wrapper .category .active {
	border: 1px solid darkgray;
}
.post-type-archive-faq .faq-wrapper .categoryList {
	position: relative;
	display: block;
	width: 22.7%;
	height: 80px;
	border: 1px solid #e3e5e8;
	border-radius: 2px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #111;
	box-sizing: border-box;
	cursor: pointer;
}
.post-type-archive-faq .faq-wrapper .categoryList .icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.post-type-archive-faq .faq-wrapper .categoryList .text {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: calc(8% + 30px);
	transform: translateY(-50%);
}
.post-type-archive-faq .faq-wrapper .questionWrapper {
	width: 100%;
	margin-bottom: 50px;
}
.post-type-archive-faq .faq-wrapper .questionWrapper .answer {
	display: none;
}
.post-type-archive-faq .faq-wrapper .questionWrapper .active .answer {
	display: block;
}
.post-type-archive-faq .faq-wrapper .questionWrapper .active .svg {
	transform: translateY(-50%) rotate(180deg);
}
.post-type-archive-faq .faq-wrapper .questionWrapper li:last-child {
	border-bottom: 1px solid #ebebeb;
}
.post-type-archive-faq .faq-wrapper .question {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 1px solid #ebebeb;
	padding: 30px 0;
	cursor: pointer;
}
.post-type-archive-faq .faq-wrapper .questionTitle {
	padding-left: 56px;
}
.post-type-archive-faq .faq-wrapper .questionTitle p {
	font-size: 13px;
	line-height: 19px;
	color: #9a9a9e;
	margin-bottom: 10px;
}
.post-type-archive-faq .faq-wrapper .questionTitle span {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #111;
}
.post-type-archive-faq .faq-wrapper .qLogo {
	position: absolute;
	top: 55px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 36px;
	font-weight: 500;
	color: #111;
}
.post-type-archive-faq .faq-wrapper .arrowDown {
	position: absolute;
	top: 55px;
	right: 0;
	transform: translateY(-50%);
}
.post-type-archive-faq .faq-wrapper .answer {
	position: relative;
	display: block;
	border-top: 1px solid #ebebeb;
	margin-top: 30px;
	padding-top: 30px;
}
.post-type-archive-faq .faq-wrapper .answerInner {
	font-size: 15px;
	line-height: 26px;
	color: #111;
	padding-left: 56px;
}
.post-type-archive-faq .faq-wrapper .aLogo {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	background-color: #DA3023;
	border-radius: 50%;
	font-family: 'Roboto';
	font-size: 17px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
.post-type-archive-faq .faq-wrapper .moreButtonWrapper {
	padding: 0 20px;
	padding-bottom: 79px;
	border-bottom: 1px solid #ebebeb;
}
.post-type-archive-faq .faq-wrapper .moreButton {
	width: 100%;
	height: 60px;
	font-size: 18px;
	font-weight: 500;
	line-height: 58px;
	border-radius: 500px;
	border: solid 1px #999;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.post-type-archive-faq .wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.post-type-archive-faq .title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 30px;
	}

	.post-type-archive-faq .link-area {
		display: flex;
		justify-content: space-between;
	}

	.post-type-archive-faq .link-area .openchat,
	.post-type-archive-faq .link-area .oneon {
		transform: scale(0.95, 0.95);
	}

	.post-type-archive-faq .faq-wrapper {
		padding: 30px 0 0 0;
	}

	.post-type-archive-faq .tab-wrapper ul {
		font-size: 17px;
		line-height: 20px;
		padding-bottom: 12px;
	}

	.post-type-archive-faq .tab-wrapper .tab {
		margin-right: 16px;
		font-size: 17px;
	}

	.post-type-archive-faq .tab-wrapper ul {
		font-size: 18px;
	}
	.post-type-archive-faq .faq-wrapper .category {
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.post-type-archive-faq .faq-wrapper .categoryList {
		width: 47.7%;
		height: 60px;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 20px;
		padding-top: 28px;
		padding-left: 14%;
	}
	.post-type-archive-faq .faq-wrapper .categoryList .icon {
		transform: translateY(-50%) scale(0.8, 0.8);
	}
	.post-type-archive-faq .faq-wrapper .question {
		padding: 24px 0px;
	}
	.post-type-archive-faq .faq-wrapper .qLogo {
		top: 50px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.post-type-archive-faq .faq-wrapper .arrowDown {
		top: 50px;
	}
}
