@charset "utf-8";

.faq {
	padding-top: 85px;
}

.title_top {
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	padding-top: 59px;
	letter-spacing: 8px;
	margin-bottom: 86px;
}

.title_top span {
	font-size: 20px;
	font-weight: 400;
	display: block;
	letter-spacing: 1.6px;
	margin-bottom: 25px;
	color: #8D8D8D;
}

.questionBox {
	width: 900px;
	margin: 0 auto 150px;
	border-top: 1px solid #E2EEF1;
}

.item,
.right {
	display: flex;
}

.right {
	align-items: center;
	padding-left: 28px;
	position: relative;
	flex: 1;
}

.why {
	color: #5DA3B2;
	font-size: 18px;
	flex: 0 0 30px;
    font-weight: 600;
}

.info {
	font-size: 18px;
	letter-spacing: 1px;
	padding-right: 35px;
	font-weight: 700;
}

.item {
	padding: 33px 40px 33px 30px;
	transition: background 0.5s ease;
	cursor: pointer;
}

.item:hover {
	background: #E2EEF1;
}

.itemBox {
	border-bottom: 1px solid #E2EEF1;
}

.itemOpen {
	display: none;
}

.itemOpen .item:hover {
	background: transparent;
}

.right .icon-btm {
	transition: 0.4s;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
}

.right .icon-btm:before,
.right .icon-btm:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 2px;
	background: #5DA3B2;
}

.right .icon-btm:after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.open .right .icon-btm:after {
	opacity: 0;
}

.itemOpen .right {
	display: block;
}

.itemOpen .right p {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2.4px;
    line-height: 1.7;
}

.itemOpen .note {
  font-size: 12px !important;
  margin-top: 16px;
}

.itemOpen .item {
	padding-top: 28px;
	padding-bottom: 42px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	.faq {
		padding-top: 59px;
	}

	.title_top {
		font-size: 26px;
		padding-top: 38px;
		letter-spacing: 2.5px;
		margin-bottom: 54px;
	}

	.title_top span {
		font-size: 14px;
		margin-bottom: 14px;
	}

	.item {
		padding: 20px 28px 20px 28px;
	}

	.why {
		font-size: 14px;
		align-self: center;
		line-height: 1;font-weight: 600;
	}

	.right {
		padding-left: 8px;
	}

	.info {
		font-size: 13px;
		letter-spacing: 0.6px;
		line-height: 1.8;
		padding-right: 43px;
	}

	.itemOpen .right p {
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.8;
	}

	.itemOpen .item {
		padding-top: 17px;
		padding-bottom: 27px;
	}

	.questionBox {
		width: auto;
		margin: 0 10px 79px;
	}

	.item:hover {
		background: none;
	}

	.itemOpen .why {
		align-self: auto;
		padding-top: 4px;
	}

	body {
		-webkit-tap-highlight-color: transparent;
		outline:none;
	}

}

