/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/


/* FAQ */
#faq dt {
	position: relative;
	padding: 10px 56px;
	font-size: 24px;
	border-bottom: 1px solid #dfdfdf;
	cursor:pointer;
}
#faq dt::before {
	content: "Q";
	position: absolute;
	top: -0.05em;
	left: 14px;
	font-size: 36px;
	color: #49ba49;
}
#faq dt > i {
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
	display:block;
	width:56px;
	height:56px;
}
#faq dt > i > span{
	position:absolute;
	background:#ccc;
}
#faq dt > i > span:nth-of-type(1){
	top:27px;
	left:16px;
	width:24px;
	height:2px;
}
#faq dt > i > span:nth-of-type(2){
	top:16px;
	left:27px;
	width:2px;
	height:24px;
	opacity:1;
	transition:all 0.4s;
}
#faq dt.active > i > span:nth-of-type(2) {
	transform: rotateZ(-90deg);
	transition: all 0.4s;
	transform-origin: center;
	opacity: 0;
}
#faq dd {
	display: none;
	position: relative;
	padding: 20px 20px 20px 56px;
	font-size: 20px;
	background: #eee;
	border-bottom: 1px solid #ccc;
}
#faq dd::before {
	content: "A";
	position: absolute;
	top: 8px;
	left: 16px;
	font-size: 36px;
	font-weight: 700;
	color: #fb4a4a;
}