@charset "utf-8";
main {
		padding: 0 0 200px;
}
.faq_item {
		background: #fff;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
		padding: 0 35px;
		margin: 0 0 18px;
}
.faq_item p {
		line-height: 1.8;
		margin-left: 80px;
		position: relative;
}
.faq_q {
		padding: 35px 0;
		padding-right: 60px;
		position: relative;
		cursor: pointer
}
.faq_q .faq_q_trigger {
		position: absolute;
		top: calc(50% - 22px);
		right: 0;
		width: 80px;
		height: 35px;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		color: #0168B7;
		display: flex;
		justify-content: center;
		align-items: center;
}
.faq_q .faq_q_trigger::before, .faq_q .faq_q_trigger::after {
		content: '';
		display: block;
		position: absolute;
		transition: all 0.2s;
		width: 0;
		height: 0;
		border-style: solid;
}
.faq_q .faq_q_trigger::before {
		bottom: -7px;
		left: 31px;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-top: 12px solid #0168B7;
		border-bottom: 0;
}
.faq_q .faq_q_trigger::after {
		top: -7px;
		left: 31px;
		border-right: 9px solid transparent;
		border-left: 9px solid transparent;
		border-bottom: 12px solid #0168B7;
		border-top: 0;
		opacity: 0;
}
.faq_q.isOpen .faq_q_trigger::before {
		opacity: 0
}
.faq_q.isOpen .faq_q_trigger::after {
		opacity: 1
}
.faq_q p {
		font-size: 17px;
		font-weight: 600;
		position: relative;
}
.faq_q p .mark, .faq_a p .mark {
		position: absolute;
		display: block;
		left: -70px;
		top: -8px;
		font-size: 26px;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
}
.faq_q p .mark {
		color: #0168B7;
}
.faq_a p .mark {
		color: #F58D05;
}
.faq_a {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 60px;
		border-top: 1px dotted #8E8E8E;
		display: none;
}
@media(max-width: 1200px) {
		.faq_item {
				padding: 0 20px;
		}
		.faq_item p {
				margin-left: 40px;
		}
		.faq_q p .mark, .faq_a p .mark {
				left: -40px;
				top: -8px;
				font-size: 24px;
		}
		.faq_q {
				padding: 30px 0;
				padding-right: 90px;
		}
		.faq_q .faq_q_trigger {
				top: calc(50% - 22px);
				right: 0;
				width: 70px;
				height: 35px;
				font-size: 11px;
		}
		.faq_q .faq_q_trigger::before {
				bottom: -4px;
				left: 28px;
				border-right: 7px solid transparent;
				border-left: 7px solid transparent;
				border-top: 10px solid #0168B7;
				border-bottom: 0;
		}
		.faq_q .faq_q_trigger::after {
				top: -4px;
				left: 28px;
				border-right: 7px solid transparent;
				border-left: 7px solid transparent;
				border-bottom: 10px solid #0168B7;
				border-top: 0;
		}
		.faq_q p {
				font-size: 16px;
		}
		.faq_q p .mark, .faq_a p .mark {
				font-size: 24px;
		}
		.faq_a {
				padding-top: 30px;
				padding-bottom: 30px;
				padding-right: 50px;
		}
}
@media(max-width: 767px) {
		.faq_item {
				padding: 0 10px;
		}
		.faq_item p {
				margin-left: 25px;
		}
		.faq_q p .mark, .faq_a p .mark {
				left: -25px;
				top: -4px;
				font-size: 20px;
		}
		.faq_q {
				padding: 15px 0;
				padding-right: 40px;
		}
		.faq_q_trigger span {
				display: none
		}
		.faq_q .faq_q_trigger {
				top: calc(50% - 8px);
				right: 5px;
				width: 16px;
				height: 16px;
		}
		.faq_q .faq_q_trigger::before {
				bottom: 4px;
				left: 3px;
				border-right: 5px solid transparent;
				border-left: 5px solid transparent;
				border-top: 8px solid #0168B7;
				border-bottom: 0;
		}
		.faq_q .faq_q_trigger::after {
				top: 4px;
				left: 3px;
				border-right: 5px solid transparent;
				border-left: 5px solid transparent;
				border-bottom: 8px solid #0168B7;
				border-top: 0;
		}
		.faq_q p {
				font-size: 15px;
		}
		.faq_a p {
				font-size: 15px;
		}
		.faq_q p .mark, .faq_a p .mark {
				font-size: 20px;
		}
		.faq_a {
				padding-top: 15px;
				padding-bottom: 15px;
				padding-right: 0;
		}
}
.hide_cont {
		display: none
}
.accBtn {
		margin: 60px auto 0;
		width: 190px;
		height: 60px;
		color: #0168B7;
		border: 1px solid #0168B7;
		border-radius: 60px;
		cursor: pointer;
		transition: background 0.4s;
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: 500;
}
.accBtn span {
		position: relative;
		left: -5px;
}
.accBtn span::before, .accBtn span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 1px);
		right: -20px;
		width: 8px;
		height: 2px;
		background: #0168B7;
}
.accBtn span::after {
		transform: rotate(90deg)
}
@media (hover: hover) {
		.accBtn:hover {
				background: #0168B7;
				color: #fff;
		}
		.accBtn:hover span::before, .accBtn:hover span::after {
				background: #fff;
		}
}
@media(max-width: 767px) {
		.accBtn {
				height: 56px
		}
}