﻿.index-wapper {
	padding: 10px;
	min-height: calc(100vh - 267px);
}

	.index-wapper .search-box input, label {
		font-size: 0.8em;
	}

.result-box {
	padding-bottom: 50px;
	margin-bottom: 20px;
}

.result-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	.result-box .search-guide {
		display: block;
		color: #9f9e9e;
		width: 50%;
		text-align: center;
		min-height: 261px;
		height: 261px;
	}

	.result-box .empty-result {
		display: block;
		color: #9f9e9e;
		width: 50%;
		text-align: center;
		min-height: 261px;
		height: 261px;
	}

	.result-box .guide img {
		width: 100px;
		margin-bottom: 30px;
	}

	.result-box .guide span {
		display: block;
	}

		.result-box .guide span button {
			font-size: 9px;
			padding: 2px;
		}

	.result-box .content-result {
		flex: 1;
		width: 100%;
		font-size: 0.8rem;
		height: 100%;
	}

	.result-box.show-empty .search-guide {
		display: none;
	}

	.result-box.show-empty .empty-result {
		display: block;
	}

	.result-box.show-empty .content-result {
		display: none;
	}

	.result-box.show-guide .search-guide {
		display: block;
	}

	.result-box.show-guide .empty-result {
		display: none;
	}

	.result-box.show-guide .content-result {
		display: none;
	}

	.result-box.show-result .search-guide {
		display: none;
	}

	.result-box.show-result .empty-result {
		display: none;
	}

	.result-box.show-result .content-result {
		display: block;
	}

.content-result .close-btn {
	display: none;
	font-size: 1.15rem;
	font-weight: bold;
	position: absolute;
	top: -12px;
	right: 10px;
	width: 21px;
	height: 21px;
	background: #f1f1f1;
	border-radius: 50%;
	color: rgb(0 0 0 / 70%);
}

.content-result.show .close-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-result iframe{
	width: 100%;
	min-height: 60vh;
	border: 0;
	height: 320mm
}


@media (min-width: 320px) and (max-width: 480px) {
	.result-box {
		padding-bottom: 20px;
	}

		.result-box .item-detail {
			margin-bottom: 10px;
		}

		.result-box .search-guide {
			width: 80%;
		}
}
