@charset "utf-8";

/*----------------------------
	detail
------------------------------*/

.detail .contArea {
	padding: calc((100 / 16) * 1rem) 0 calc((130 / 16) * 1rem);
}
.detail .contArea .inner {
	max-width: calc((950 / 16) * 1rem);
	padding: 0 calc((25 / 16) * 1rem);
}
@media (max-width: 768px) {
	.detail .contArea {
		padding: calc((60 / 16) * 1rem) 0 calc((100 / 16) * 1rem);
	}
	.detail .contArea .inner {
		max-width: 100%;
		padding: 0 5.13%;
	}
}

/* topicsDetail */
.detail .topicsDetail .labelBox {
	display: flex;
	align-items: center;
	gap: 0 calc((10 / 16) * 1rem);
}
.detail .topicsDetail .cat {
	display: inline-block;
	font-size: calc((12 / 16) * 1rem);
	font-weight: 500;
	color: var(--greenColor);
	border: solid 1px var(--greenColor);
	border-radius: calc((2 / 16) * 1rem);
	padding: calc((1 / 16) * 1rem) calc((10 / 16) * 1rem) calc((2 / 16) * 1rem);
}
.detail .topicsDetail .new {
	display: inline-block;
	font-size: calc((12 / 16) * 1rem);
	font-weight: 500;
	color: var(--redColor);
	border: solid 1px var(--redColor);
	border-radius: calc((2 / 16) * 1rem);
	padding: calc((1 / 16) * 1rem) calc((5 / 16) * 1rem) calc((2 / 16) * 1rem);
}
.detail .topicsDetail .place {
	font-size: calc((14 / 16) * 1rem);
}
.detail .topicsDetail h1 {
	margin-top: calc((15 / 16) * 1rem);
	font-size: calc((30 / 16) * 1rem);
	line-height: 1.5;
}
.detail .topicsDetail .date {
	margin-top: calc((10 / 16) * 1rem);
	font-size: calc((14 / 16) * 1rem);
}
.detail .topicsDetail .box {
	margin-top: calc((50 / 16) * 1rem);
}
.detail .topicsDetail .pic {
	aspect-ratio: 900 / 505;
	overflow: hidden;
}
.detail .topicsDetail .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc((6 / 16) * 1rem);
}
.detail .topicsDetail .txtBox {
	margin-top: calc((50 / 16) * 1rem);
}
.detail .topicsDetail .txtBox h2 {
	font-size: calc((24 / 16) * 1rem);
	line-height: 1.5;
}
.detail .topicsDetail .txtBox .txt {
	line-height: 1.8;
}
.detail .topicsDetail .txtBox h2 + h2 ,
.detail .topicsDetail .txtBox h2 + .txt ,
.detail .topicsDetail .txtBox .txt + .txt {
	margin-top: calc((15 / 16) * 1rem);
}
.detail .topicsDetail .picBox {
	display: flex;
	justify-content: space-between;
}
.detail .topicsDetail .picBox > p {
	width: 48.285%;
	aspect-ratio: 435 / 244;
	overflow: hidden;
}
.detail .topicsDetail .picBox > p img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc((6 / 16) * 1rem);
}
.detail .topicsDetail .topicsBtn {
	max-width: calc((300 / 16) * 1rem);
	margin: calc((50 / 16) * 1rem) auto 0;
}
.detail .topicsDetail .topicsBtn a {
	display: block;
	font-size: calc((14 / 16) * 1rem);
	text-align: center;
	border: solid 1px var(--greenColor);
	border-radius: calc((6 / 16) * 1rem);
	padding: calc((15 / 16) * 1rem) 0;
	position: relative;
}
.detail .topicsDetail .topicsBtn a::before {
	content: "";
	width: calc((8 / 16) * 1rem);
	height: calc((8 / 16) * 1rem);
	border-top: solid 1px var(--baseColor);
	border-right: solid 1px var(--baseColor);
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	right: calc((30 / 16) * 1rem);
	top: 50%;
}

@media (max-width: 768px) {
	.detail .topicsDetail .labelBox {
		gap: calc((2 / 16) * 1rem) calc((8 / 16) * 1rem);
	}
	.detail .topicsDetail .cat {
		font-size: calc((11 / 16) * 1rem);
		padding: calc((1 / 16) * 1rem) calc((8 / 16) * 1rem) calc((2 / 16) * 1rem);
	}
	.detail .topicsDetail .new {
		font-size: calc((11 / 16) * 1rem);
		padding: calc((1 / 16) * 1rem) calc((5 / 16) * 1rem) calc((2 / 16) * 1rem);
	}
	.detail .topicsDetail .place {
		font-size: calc((13 / 16) * 1rem);
	}
	.detail .topicsDetail h1 {
		margin-top: calc((15 / 16) * 1rem);
		font-size: calc((24 / 16) * 1rem);
	}
	.detail .topicsDetail .date {
		margin-top: calc((10 / 16) * 1rem);
	}
	.detail .topicsDetail .box {
		margin-top: calc((40 / 16) * 1rem);
	}
	.detail .topicsDetail .pic {
		aspect-ratio: 350 / 197;
	}
	.detail .topicsDetail .txtBox {
		margin-top: calc((40 / 16) * 1rem);
	}
	.detail .topicsDetail .txtBox h2 {
		font-size: calc((20 / 16) * 1rem);
	}
	.detail .topicsDetail .txtBox h2 + h2 ,
	.detail .topicsDetail .txtBox h2 + .txt ,
	.detail .topicsDetail .txtBox .txt + .txt {
		margin-top: calc((20 / 16) * 1rem);
	}
	.detail .topicsDetail .picBox > p {
		width: 48.575%;
		aspect-ratio: 170 / 96;
	}
	.detail .topicsDetail .topicsBtn {
		margin: calc((40 / 16) * 1rem) auto 0;
	}
}

/* detail2 */
.detail .topicsDetail .txtBox .note {
	margin-top: calc((40 / 16) * 1rem);
	font-size: calc((12 / 16) * 1rem);
	line-height: 1.8;
}
.detail .topicsSplide {
	margin-top: calc((50 / 16) * 1rem);
	position: relative;
}
.detail .topicsSplide .splide__slide {
	border-radius: calc((6 / 16) * 1rem);
	overflow: hidden;
	position: relative;
}
.detail .topicsSplide .splide__slide p {
	aspect-ratio: 900 / 505;
	overflow: hidden;
}
.detail .topicsSplide .splide__slide p img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: calc((6 / 16) * 1rem);
}
.detail .topicsSplide .splide__arrows .splide__arrow--prev {
	content: "";
	width: calc((50 / 16) * 1rem);
	height: calc((50 / 16) * 1rem);
	background: url("/common/img/prev.png") no-repeat center center / contain;
	position: absolute;
	top: 50%;
	left: calc((-25 / 16) * 1rem);
	transform: translateY(-50%);
	z-index: 5;
}
.detail .topicsSplide .splide__arrows .splide__arrow--next {
	content: "";
	width: calc((50 / 16) * 1rem);
	height: calc((50 / 16) * 1rem);
	background: url("/common/img/next.png") no-repeat center center / contain;
	position: absolute;
	top: 50%;
	right: calc((-25 / 16) * 1rem);
	transform: translateY(-50%);
	z-index: 5;
}
.detail .topicsSplide .splide__pagination {
	margin-top: calc((10 / 16) * 1rem);
	display: flex;
	gap: calc((10 / 16) * 1rem);
}
.detail .topicsSplide .splide__pagination__page {
	width: calc((10 / 16) * 1rem);
	height: calc((10 / 16) * 1rem);
	position: relative;
	bottom: 0;
	background-color: var(--bgColor);
	border-radius: 50%;
}
.detail .topicsSplide .splide__pagination__page.is-active {
	background-color: var(--greenColor);
}
.detail .topicsSplide.isSingleSlide .splide__pagination,
.detail .topicsSplide.isSingleSlide .splide__arrows {
	display: none;
}

@media (max-width: 768px) {
	.detail .topicsSplide {
		margin-top: calc((40 / 16) * 1rem);
	}
	.detail .topicsSplide .splide__arrows .splide__arrow--prev {
		width: calc((30 / 16) * 1rem);
		height: calc((30 / 16) * 1rem);
		top: 45%;
		left: calc((10 / 16) * 1rem);
	}
	.detail .topicsSplide .splide__arrows .splide__arrow--next {
		width: calc((30 / 16) * 1rem);
		height: calc((30 / 16) * 1rem);
		top: 45%;
		right: calc((10 / 16) * 1rem);
	}
	.detail .topicsSplide .splide__pagination {
		margin-top: calc((15 / 16) * 1rem);
	}
}