/* #page-product .c-ttl__01 {
	margin-bottom: 30px;
} */

.sec-product {
	padding: 0;
	/* overflow: hidden; */
}


@media (min-width: 1200px) {
	.sec-product .ctnr-fluid {
		max-width: 90%;
	}
}



/* .product-wrap__left::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: calc(100% - 1px);
	background: #fff;
} */

.product-wrap__right {}

.product-wrap__sidebar {
	position: sticky;
	top: 140px;
}

.product-column:not(:last-child) {
	margin-bottom: 30px;
}

.product-column>.row {
	--gutter: 10px;
}



.sidebar-category li {
	list-style: none;
	margin-left: 20px;
	position: relative;
}

.sidebar-category li:not(:last-child) {
	margin-bottom: 8px;
}

.sidebar-category li:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(../images/icon-dots.png) no-repeat center / contain;
	left: -20px;
	top: 5px;
	filter: invert(1);
}

.sidebar-category__link {
	display: block;
}

.latest-tour__item:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed lightgray;
}

.sec-news-relate {
	padding: 20px 0 40px;
}



.sec-question {
	position: relative;
	z-index: 1;
	padding: 25px 0 90px;
	/* background-size: 100% calc(100% - 100px) !important; */
	margin-bottom: 100px;
	background-attachment: fixed !important;
	/* min-height: 350px; */
}

.sec-question::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0F2454;
	opacity: 0.5;
	z-index: -1;
}

.question-flex {
	gap: 20px;
	/* margin-top: -100px; */
}

.question-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	max-width: 700px;
	gap: 30px 70px;
	width: 100%;
	color: white;
	text-align: center;
	max-width: 560px;
	/* transform: translateY(58px); */
	/* margin-bottom: -144px; */
}

.question-info__ttl {
	font-size: 22px;
	margin-bottom: 15px;
}

.question-info__item {
	position: relative;
}

.question-info__item:nth-child(1):before,
.question-info__item:nth-child(3):before {
	content: "";
	background: url(../images/arrow1.png) no-repeat center right/contain;
	position: absolute;
	width: 60%;
	right: -40%;
	top: 17%;
	height: 47px;
}

/* .question-info__item:nth-child(3):before {
	content: "";
	background: url(../images/arrow3.png) no-repeat center right / contain;
	position: absolute;
	width: 61%;
	right: -42%;
	top: 10%;
	height: 47px;
} */

.question-info__icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	margin: 0 auto 10px;
	color: #fff;
	border-radius: 50%;
	border: 7px solid rgba(255, 255, 255, 0.1);
	position: relative;
	overflow: hidden;
	display: flex;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.question-info__icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.question-info__icon img {
	width: 45px;
	height: 45px;
}

.question-info__icon svg path {
	stroke: currentColor;
}

.question-info__icon::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	line-height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.question-info__count {
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1;

}

.question-info__text {}


.question-block {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 3px 2px #00000029;
	max-width: 450px;
	transform: translateY(210px);
	border-radius: 4px;
	z-index: 2;
	margin-left: auto;
	align-self: baseline;
}

.question-block__lead {
	font-size: 15px;
	color: var(--color-main);
	font-weight: 500;
}

.question-block__ttl {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f5f8;
	padding-bottom: 15px;
	color: #0f2454;
}

.question-block__desc {
	color: #676977;
	margin-bottom: 20px;
	text-align: justify;
}

.question-block__wbtn a {
	align-items: center;
	font-size: 16px;
	gap: 10px;
	padding: 10px 24px;
}

.sec-product .private-list{
	margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
	.product-wrap {
		--gutter: 40px;
	}
}

@media screen and (min-width: 992px) {
	.product-wrap__left {
		padding-left: 0;
		background: #fff;
		position: relative;
		padding-right: 20px;
		z-index: 1;
	}

	.product-wrap>* {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.product-wrap {
		gap: 20px 0;
	}

	.sec-product {
		padding: 30px 0 20px;
	}

	.sec-news-relate {
		padding: 10px 0 20px;
	}



	#page-product .c-ttl__01 {
		margin-bottom: 15px;
	}

	.sec-question {
		padding: 25px 0 252px;
	}

	.question-info {
		margin: 0 auto -144px;
	}



	.itinerary-days__ttl {
		width: 100%;
	}

	.itinerary-days__ct {
		width: 100%;
	}

	.question-block {
		margin: 0 auto -112px;
		padding: 20px;
	}

}

@media (max-width: 767px) {
	.question-info__item:nth-child(1):before {
		right: -50%;
	}

	.question-info__item:nth-child(3):before {
		width: 61%;
		right: -53%;
	}
}
