.inner {
	gap: 16px;
}


.year {
	justify-content: center;
	padding: 10px 0;
	gap: 10px;
	font-size: 1.6rem;
	letter-spacing: -0.32px;
}
.year button.disabled svg path {
	fill: #b1b1b1;
}


.tabs {
	gap: 4px;
}
.tabs button {
	flex: 1;
	height: 34px;
	border-radius: 5px;
	background: #eee;
	font-size: 1.4rem;
	letter-spacing: -0.28px;
}
.tabs button.active {
	background: var(--key-color);
	color: var(--white);
}

.list .item {
	position: relative;
	padding: 16px 0;
	gap: 6px;
}
.list .item .date {
	width: 35px;
	font-size: 1.2rem;
	letter-spacing: -0.2px;
}
.list .item .box {
	position: relative;
	flex: 1;
	width: 100%;
	padding: 0 10px;
	margin-right: 20px;
	box-sizing: border-box;
}
.list .item .box > div {
	position: relative;
	gap: 6px;
	padding: 16px 0;
}
.list .item .box > div:first-child {
	padding-top: 0;
}
.list .item .box > div:last-child {
	padding-bottom: 0;
}
.list .item .box > div .top {
	color: #b1b1b1;
	font-size: 1.2rem;
	letter-spacing: -0.2px;
	gap: 10px;
}
.list .item .box > div .price {
	font-size: 1.4rem;
	letter-spacing: -0.28px;
	gap: 10px;
}
.list .item .box > div .price a {
	color: #406ADC;
	text-decoration: underline;
}
.list .item .box .more_btn {
	position: absolute;
	top: 5px;
	right: -35px;
	display: block;
	width: 23px;
	height: 23px;
	background: url("../images/more-vertical.svg")no-repeat 100% 50% / 100%;
}

#detail_pop .scroll {
	padding: 0;
	border: 0;
}



@media screen and (min-width: 1025px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}