@font-face {
	font-family: "Paperozi-normal";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Paperozi-bold";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "RiaSans-Bold";
	font-style: normal;
	font-weight: 700;
	src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/LOTTE/RiaSans-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "RiaSans-Regular";
	font-style: normal;
	font-weight: 400;
	src: url("https://cdn.jsdelivr.net/gh/fontbee/font@main/LOTTE/RiaSans-Regular.woff2") format("woff2");
}

body:has(.million_event_container) {
	font-size: 10px;
}

.million_event_container {
	font-size: 10px;
	/* basic */
}

.million_event_container .event_sec {
	width: 100%;
	max-width: 1200px;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
		"Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: 400;
}

.million_event_container .section_01 {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	background-color: #ea0b93;
	white-space: nowrap;
}

.million_event_container .section_01 .track {
	flex: none;
	position: relative;
	display: block;
	min-width: 2080px;
	width: 2080px;
	font-size: 26px;
	font-weight: 400;
	line-height: 70px;
	color: #fff;
	animation: moveLeftToRight 20s linear infinite;
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	letter-spacing: -0.5px;
	word-spacing: -1px;
	overflow: hidden;
}

@keyframes moveLeftToRight {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-2080px);
	}
}

.hidden {
	overflow: hidden;
}

.million_event_container .section_02 .deco_05 {
	top: 73.7%;
	left: 32.6%;
	width: 19.6%;
	height: 16.9%;
}

.million_event_container .section_02 .deco_04 {
	top: 48.4%;
	left: 71.9%;
	width: 28.1%;
	height: 43.7%;
}

.million_event_container .section_02 .deco_03 {
	top: 65.8%;
	left: 1.9%;
	width: 29.5%;
	height: 21.8%;
}

.million_event_container .section_02 .deco_02 {
	bottom: 0%;
	left: 0%;
	width: 99%;
	height: 39.7%;
}

.million_event_container .section_02 .deco_01 {
	bottom: 0%;
	left: 0%;
	width: 100%;
	height: 27.5%;
}

.move2bottom {
	animation-name: moveToBottom;
	animation-duration: 5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

@keyframes moveToBottom {
	0% {
		transform: translateY(15%);
	}

	20% {
		transform: translateY(5%);
	}

	40% {
		transform: translateY(10%);
	}

	75% {
		transform: translateY(0%);
	}

	99% {
		transform: translateY(15%);
	}

	100% {
		transform: translateY(15%);
	}
}

.million_event_container .tab_container {
	width: 100%;
	background-color: #250053;
}

.million_event_container .tab_container .tab_wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.million_event_container .tab_wrapper .tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 11rem;
	background-color: #250053;
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
}

.million_event_container .tab_wrapper .tab p {
	font-family: "GmarketSansLight", sans-serif;
	letter-spacing: -0.5px;
	word-spacing: -1px;
}

.million_event_container .tab_wrapper .tab.show {
	background-color: #8400ff;
}

.million_event_container .tab_wrapper .tab.show p {
	font-family: "GmarketSansMedium";
}

.million_event_container .section_02 .title {
	top: 15.6%;
	left: 21.7%;
	width: 55.8%;
	height: 46.9%;
}

.million_event_container .section_03 .btn {
	position: absolute;
	left: 50%;
	width: 60%;
	height: 13%;
	text-indent: -999999px;
	transform: translateX(-50%);
}

.million_event_container .section_03 .btn_01 {
	top: 16.5%;
}

.million_event_container .section_03 .btn_02 {
	top: 36%;
}

.million_event_container .section_03 .btn_03 {
	top: 58%;
}

.glass_box {
	position: absolute;
	left: 50%;
	padding: 4% 8%;
	border: 1px solid transparent;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
	width: 83%;
	background-color: #00000010;
	border-radius: 2rem;
	transform: translateX(-50%);
	backdrop-filter: blur(2rem);
}

.glass_box:after {
	position: absolute;
	padding: 1px;
	z-index: -1;
	background: linear-gradient(to bottom, #fff, #ffffff50);
	content: "";
	inset: 0;
	border-radius: inherit;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.million_event_container .section_title,
.glass_box .title {
	display: block;
	padding-bottom: 4rem;
	font-family: "RiaSans-Bold", sans-serif;
	font-size: 4.6rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.glass_box.live_amount {
	top: 49.3%;
	height: auto;
	padding: 5% 8%;
}

.glass_box.live_amount::after {
	background: linear-gradient(to bottom, #fff, #dddddd50);
}

.glass_box.price {
	top: 73%;
	height: auto;
}

.glass_box.price::after {
	background: linear-gradient(to bottom, #f94bea, #dddddd50);
}

.glass_box.price > img {
	display: block;
	margin: 0 auto;
	width: 780px;
	max-width: 90%;
}

.million_event_container .section_04 .progress_bar {
	border: 5px solid white;
	width: 100%;
	height: 5rem;
	background-color: gray;
	color: #fff;
	border-radius: 2.5rem;
	box-sizing: border-box;
}

.million_event_container .section_04 .progress_bar .active_bar {
	position: relative;
	display: block;
	height: 100%;
	background: linear-gradient(to right, #7338d7, #f120cf);
	transition: width 1s ease-in-out;
	border-radius: inherit;
}

.million_event_container .section_04 .progress_bar .active_bar::before {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 6.3rem;
	height: 6.3rem;
	background: url(/content/images/event/2025/_temporary_event/million/04/coin.png) no-repeat center / 100% auto;
	content: "";
	transform: translate(50%, -50%);
	filter: drop-shadow(3px 0px 6px rgba(0, 0, 0, 0.4));
}

.million_event_container .section_04 .progress_bar .active_bar.min-ten::before {
	transform: translate(50%, -50%);
}

.million_event_container .section_04 .sub_txt {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.million_event_container .section_04 .info {
	position: absolute;
	left: 50%;
	display: block;
	width: 80%;
	height: auto;
	color: #ffffff80;
	text-align: center;
	transform: translateX(-50%);
}

.million_event_container .section_04 .info_01 {
	top: 65%;
}

.million_event_container .section_04 .info_02 {
	top: 92%;
}

.million_event_container .info p {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
}

.million_event_container .one_btn {
	gap: 8rem;
	height: 14rem;
	border-radius: 2rem;
}

.million_event_container .one_btn:hover,
.million_event_container .one_btn:focus {
	box-shadow: 0px 0px 20px #af80ff;
}

.million_event_container .one_btn span {
	margin-top: 2px;
	font-family: "GmarketSansMedium";
	font-size: 4rem;
	line-height: 1;
	color: #fff;
}

.million_event_container .one_btn i {
	display: inline-block;
	flex: none;
	margin-top: -1rem;
	width: 3.2rem;
	height: 3.2rem;
}

.million_event_container .getLogin {
	background: #fc09a3;
}

.million_event_container .getLogin i {
	background: url(/content/images/event/2025/_temporary_event/million/04/ico_login.png) no-repeat center / 100% auto;
}

.million_event_container .section_04 .bar_sub_txt {
	padding-top: 1rem;
}

.million_event_container .section_04 .bar_sub_txt span {
	font-size: 1.8rem;
	font-weight: 400;
	color: #ffffff70;
}

.million_event_container .section_04 .live_count {
	padding-top: 0.5rem;
}

.million_event_container .section_04 .live_count span {
	font-size: 3rem;
	line-height: 1;
	font-family: "Paperozi-bold", sans-serif;
}

.million_event_container .section_04 .live_count .left {
	color: #fff;
	font-weight: bold;
}

.million_event_container .section_04 .live_count .right {
	color: #fadf3b;
}

.million_event_container .section_04 .live_count .right > strong {
	padding-right: 2px;
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: -0.05em;
	font-family: inherit;
}

.million_event_container .section_05 .title {
	top: 6%;
	left: 15.9%;
	width: 68.3%;
	height: 21.4%;
}

.million_event_container .section_05 .img_coin {
	top: 29.9%;
	left: 71.3%;
	width: 13.8%;
	height: 7.1%;
}

.million_event_container .section_05 .img_mail {
	top: 32.3%;
	left: 24.2%;
	width: 56.3%;
	height: 25.8%;
	filter: drop-shadow(0px 0px 20px #fff);
}

.million_event_container .section_05 .img_heart {
	top: 47.4%;
	left: 17.1%;
	width: 19.6%;
	height: 11.1%;
	filter: drop-shadow(0px 0px 20px #fff);
}

.million_event_container .section_05 .img_confetti {
	top: 7.1%;
	left: 9.1%;
	width: 83.9%;
	height: 66.7%;
}

.million_event_container .section_05 .pushLetter {
	position: absolute;
	top: 61.2%;
	left: 17.5%;
	width: 65%;
	background: #480097;
	z-index: 1;
}

.million_event_container .section_05 .pushLetter i {
	background: url(/content/images/event/2025/_temporary_event/million/05/ico_write.png) no-repeat center / 100% auto;
}

.million_event_container .section_05 .info {
	left: 50%;
	display: block;
	width: 80%;
	height: auto;
	color: #00000080;
	text-align: center;
	transform: translateX(-50%);
	font-family: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
}

.million_event_container .section_05 .info_01 {
	top: 69%;
}

.million_event_container .section_05 .info_02 {
	top: 94%;
}

.million_event_container .section_05 .glass_box {
	top: 78%;
	box-shadow: none;
	width: 83.3%;
	height: auto;
	background-color: #ffffff10;
	padding: 3% 2%;
}

.million_event_container .section_05 .glass_box img {
	display: block;
	margin: 0 auto;
	max-height: 233px;
}

.million_event_container .section_05 .glass_box:after {
	background: linear-gradient(to bottom, #bf10b0, #bf10b050);
}

.million_event_container .section_05 .price_title {
	top: 73.8%;
	left: 50%;
	display: block;
	width: 80%;
	height: auto;
	font-family: "RiaSans-Bold", sans-serif;
	font-size: 4.4rem;
	color: #461842;
	text-align: center;
	white-space: nowrap;
	transform: translateX(-50%);
}

.million_event_container .section_06 .box_01 {
	top: 15.6%;
	left: 8.3%;
	width: 83.3%;
	height: auto;
}

.million_event_container .section_06 .box_01:after {
	background: linear-gradient(to bottom, #9f41f6, #9f41f650);
}

.million_event_container .section_06 .glass_box {
	transform: none;
}

.million_event_container .section_06 .box_02 {
	top: 22.4%;
	left: 8.3%;
	width: 83.3%;
	height: auto;
}

.million_event_container .section_06 .box_02:after {
	background: linear-gradient(to bottom, #d1379a, #bf10b050);
}

.million_event_container .section_06 .box_03 {
	top: 38.4%;
	left: 8.3%;
	width: 83.3%;
	height: 26.1%;
	padding: 0 8%;
}

.million_event_container .section_06 .box_03:after {
	background: linear-gradient(to bottom, #01a4b0, #01a4b050);
}

.million_event_container .section_06 .box_04 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 65.2%;
	left: 8.3%;
	width: 83.3%;
	height: auto;
}

.million_event_container .section_06 .box_04:after {
	background: linear-gradient(to bottom, #860dcc, #860dcc50);
}

.million_event_container .section_06 .box_04 .info {
	margin-top: 20px;
}

.million_event_container .section_06 .banner {
	top: 78.3%;
	left: 7.1%;
	width: 86.8%;
	height: 19.5%;
}

.million_event_container .section_06 .box_01 .one_btn {
	background: #7c00db;
}

.million_event_container .section_06 .box_01 .one_btn i {
	background: url("/content/images/event/2025/_temporary_event/million/06/ico_search.png") no-repeat center / 100% auto;
}

.million_event_container .section_06 .box_02 .one_btn:hover,
.million_event_container .section_06 .box_02 .one_btn:focus {
	box-shadow: none;
}

.million_event_container .section_06 .box_02 .input_btn {
	padding-top: 1rem;
	background: #fff;
	font-family: "GmarketSansBold", sans-serif;
	font-size: 6rem;
	color: #000;
	text-align: center;
}

.million_event_container .section_06 .box_02 .input_btn::placeholder {
	font: inherit;
}

.million_event_container .section_06 .two_line {
	gap: 2rem;
	margin-top: 2rem;
}

.million_event_container .section_06 .two_line .btn {
	gap: 1rem;
	flex: 1;
	width: 50%;
	height: 12rem;
}

.million_event_container .section_06 img.line {
	margin: 20px auto;
}

.million_event_container .section_06 .two_line .btn span {
	font-size: 3.6rem;
}

.million_event_container .section_06 .two_line .btn i {
	margin-top: 0;
}

.million_event_container .section_06 .btn_copy {
	background: #4800db;
	color: #fff;
}

.million_event_container .section_06 .btn_copy i {
	background: url("/content/images/event/2025/_temporary_event/million/06/ico_copy.png") no-repeat center / 100% auto;
}

.million_event_container .section_06 .btn_kakao {
	background: #fee500;
}

.million_event_container .section_06 .btn_kakao span {
	color: #000;
}

.million_event_container .section_06 .btn_kakao i {
	background: url("/content/images/event/2025/_temporary_event/million/06/ico_kakao.png") no-repeat center / 100% auto;
}

.million_event_container .section_06 .info p {
	color: #ffffff80;
	text-align: center;
}

.million_event_container .section_06 .box_03 .title {
	margin: 0 auto;
	width: auto;
	max-width: 68%;
	text-align: center;
}

.vote_table {
	margin-bottom: 3rem;
	overflow: hidden;
	background-color: #fff;
	border-radius: 2rem;
	border-collapse: collapse;
}

.vote_table thead tr {
	background-color: #00dbb9;
	font-family: "GmarketSansBold";
	font-size: 3.2rem;
	line-height: 8rem;
	color: #fff;
}

.vote_table tbody {
	border-style: solid;
	border-color: #fff;
	border-width: 1rem 0 3rem;
}

.vote_table tbody tr {
	font-family: "GmarketSansMedium";
	font-size: 3rem;
	line-height: 5.6rem;
}

.vote_table thead th,
.vote_table tbody td {
	vertical-align: middle;
	letter-spacing: -0.1rem;
}

.vote_table thead th {
	padding-top: 1rem;
}

.vote_table tbody tr .user_id_td {
	font-size: 0.9em;
}

.vote_table tbody tr .vote_amount {
	font-family: "GmarketSansBold";
}

.vote_table tbody tr:nth-child(odd) {
	background-color: #fff;
}

.vote_table tbody tr:nth-child(even) {
	background-color: #f8f7f8;
}

.vote_table tbody tr td {
	text-align: center;
}

.vote_table thead th.user_id_td,
.vote_table tbody tr td.user_id_td {
	width: 45%;
}

.vote_table tbody tr td.user_id_td span {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
	max-width: 20rem;
	white-space: nowrap;
	white-space: nowrap;
	word-break: break-all;
	text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.million_event_container .section_06 .section_title {
	bottom: 19.4%;
	left: 50%;
	width: 80%;
	height: auto;
	background-image: linear-gradient(120deg, #e811ff 0%, #7b61ff 70%);
	background-clip: text;
	-moz-background-clip: text;
	-webkit-background-clip: text;
	background-size: 100%;
	transform: translateX(-50%);
	-moz-text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
}

.million_event_container .section_06 .box_04 img {
	max-width: 64%;
}

/* modal */
.recommend_modal .modal-dialog {
	width: calc(100% - 40px);
	max-width: 500px;
}

.recommend_modal .pop_txt {
	padding: 30px;
	background-color: #f8f8fa;
	text-align: center;
	border-radius: 20px;
}

.recommend_modal .pop_txt > p {
	font-family: "Pretendard Variable", Pretendard, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.recommend_modal .pop_txt > p strong {
	font-size: 1.25em;
}

.recommend_modal .pop_txt .noti {
	display: block;
	margin-top: 30px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 17px;
	color: #898282;
	word-break: keep-all;
}

.recommend_modal .sub_txt {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	text-align: center;
}

@media (min-width: 992px) {
	.million_event_container .info p {
		letter-spacing: -1.5px;
		word-spacing: -1.25px;
	}
}

@media (max-width: 1200px) {
	.million_event_container .info p {
		font-size: 1.8rem;
	}
	.million_event_container .section_04 .info_01 {
		top: 68%;
	}
	.glass_box.price {
		top: 75%;
	}
	.million_event_container .section_04 .info_02 {
		top: 95%;
	}
	.million_event_container .section_06 .two_line .btn {
		height: 10rem;
	}

	.vote_table thead tr {
		line-height: 6rem;
	}

	.vote_table tbody tr {
		font-size: 2.4rem;
		line-height: 4.8rem;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .section_06 .box_03 .title {
		padding-bottom: 2rem;
	}

	.million_event_container .section_05 .info_01 {
		top: 70.5%;
	}
	.million_event_container .section_06 .box_02 .input_btn {
		height: 12rem;
		font-size: 5.4rem;
	}

	.vote_table tbody tr td.user_id_td span {
		max-width: 14rem;
	}
}
@media (max-width: 991px) {
	.glass_box.price {
		top: 74%;
	}

	.million_event_container .section_04 .info_02 {
		top: 92%;
	}

	.million_event_container .info p {
		letter-spacing: -0.7px;
		word-spacing: -0.7px;
		font-size: 1.2rem;
		line-height: normal;
	}

	.million_event_container .section_01 {
		font-size: 2rem;
		line-height: 4.8rem;
	}

	.million_event_container .section_04 .info_01 {
		top: 66%;
	}

	.million_event_container .tab_wrapper .tab {
		font-size: 1.8rem;
	}

	.million_event_container .tab_wrapper .tab {
		height: 9.6rem;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .one_btn span,
	.million_event_container .section_05 .price_title {
		font-size: 2.4rem;
		white-space: nowrap;
	}

	.million_event_container .one_btn i {
		margin: 0;
		width: 2.4rem;
		height: 2.4rem;
	}

	.million_event_container .section_title,
	.glass_box .title {
		padding-bottom: 1.6rem;
	}

	.million_event_container .section_04 .progress_bar {
		height: 3.6rem;
	}

	.million_event_container .section_04 .progress_bar .active_bar::before {
		width: 4.8rem;
		height: 4.8rem;
	}

	.million_event_container .section_04 .bar_sub_txt span {
		font-size: 1.2rem;
	}

	.million_event_container .section_04 .live_count span {
		font-size: 2.4rem;
	}

	.million_event_container .info {
		font-size: 1.4rem;
	}

	.million_event_container .one_btn {
		gap: 3rem;
		height: 8rem;
	}

	.million_event_container .section_06 .box_02 .input_btn {
		font-size: 3.6rem;
		height: 8rem;
	}

	.million_event_container .section_06 .two_line .btn {
		padding-top: 0.2rem;
		height: 6rem;
		border-radius: 1rem;
	}

	.million_event_container .section_06 .two_line .btn span {
		font-size: 2.4rem;
	}
	.vote_table {
		margin-bottom: 2rem;
	}

	.vote_table thead tr {
		font-size: 2.4rem;
		line-height: 4rem;
	}

	.vote_table tbody tr {
		font-size: 2rem;
		line-height: 4rem;
	}

	.vote_table tbody {
		border-width: 1rem 0;
	}

	.million_event_container .section_05 .info_01 {
		top: 69.5%;
	}
}

@media (max-width: 767px) {
	.million_event_container .section_01 {
		font-size: 1.6rem;
		line-height: 3.6rem;
	}

	.million_event_container .tab_wrapper .tab {
		height: 6.4rem;
		font-size: 1.3rem;
	}

	.million_event_container .section_title,
	.glass_box .title {
		padding-bottom: 1.4rem;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .section_05 .price_title {
		font-size: 2rem;
	}

	.million_event_container .one_btn span {
		font-size: 1.4rem;
	}

	.million_event_container .section_04 .progress_bar {
		border: 3px solid #fff;
		height: 2.4rem;
	}

	.million_event_container .section_04 .progress_bar .active_bar::before {
		width: 3rem;
		height: 3rem;
	}

	.million_event_container .section_04 .bar_sub_txt span {
		font-size: 1rem;
	}

	.million_event_container .section_04 .bar_sub_txt {
		padding-top: 0.6rem;
	}

	.million_event_container .section_04 .live_count span {
		font-size: 1.4rem;
	}

	.glass_box {
		padding: 4% 6%;
		border-radius: 1rem;
	}

	.glass_box.price {
		top: 75%;
	}

	.million_event_container .section_04 .info_01 {
		top: 66%;
	}

	.million_event_container .section_04 .info_02 {
		top: 93%;
	}

	.million_event_container .one_btn {
		gap: 15px;
		height: 4.8rem;
		border-radius: 10px;
	}

	.million_event_container .one_btn i {
		width: 1.4rem;
		height: 1.4rem;
	}

	.glass_box.price > img,
	.million_event_container .section_05 .glass_box img {
		max-width: 80%;
	}

	.million_event_container .section_06 .box_02 .input_btn {
		padding-top: 0.5rem;
		font-size: 2.4rem;
		height: 6.4rem;
	}

	.million_event_container .section_06 img.line {
		margin: 10px auto;
	}

	.million_event_container .section_06 .two_line .btn {
		height: 4.8rem;
		font-size: 2.4rem;
	}

	.million_event_container .section_06 .two_line {
		gap: 1rem;
		margin-top: 1rem;
	}

	.million_event_container .one_btn i {
		width: 1.8rem;
		height: 1.8rem;
	}
	.million_event_container .section_06 .two_line .btn span {
		font-size: 1.8rem;
	}

	.vote_table thead tr,
	.vote_table tbody tr {
		font-size: 1.4rem;
		line-height: 3rem;
	}
	.vote_table thead th {
		padding-top: 0.5rem;
	}

	.vote_table tbody {
		border-width: 0.6rem 0;
	}

	.vote_table {
		margin-bottom: 1rem;
	}

	.million_event_container .section_05 .info_01 {
		top: 68%;
	}

	.million_event_container .section_05 .info_02 {
		top: 92%;
	}
	.million_event_container .section_06 .box_02 {
		top: 21%;
	}
	.million_event_container .section_06 .box_03 {
		top: 35.5%;
		height: auto;
		padding-bottom: 4%;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .section_06 .box_03 .title {
		padding-bottom: 1.2rem;
	}

	.million_event_container .section_06 .box_04 .info {
		margin-top: 10px;
	}
}

@media (max-width: 567px) {
	.million_event_container .section_01 .track {
		font-size: 14px;
		line-height: 30px;
		animation-duration: 10s;
		min-width: 1080px;
		width: 1080px;
	}

	@keyframes moveLeftToRight {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translateX(-1080px);
			transform: translateX(-1080px);
		}
	}

	.million_event_container .tab_wrapper .tab {
		font-size: 1.1rem;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .section_05 .price_title {
		font-size: 1.4rem;
	}

	.million_event_container .section_title,
	.glass_box .title {
		padding-bottom: 1.6rem;
	}

	.vote_table {
		border-radius: 1rem;
	}

	.vote_table tbody tr td.user_id_td span {
		max-width: 10rem;
	}

	.vote_table thead th {
		padding-top: 0.5rem;
	}

	.vote_table tbody {
		border: none;
	}

	.million_event_container .info p {
		font-size: 10px;
	}

	.glass_box.price > img,
	.million_event_container .section_05 .glass_box img,
	.million_event_container .section_06 .box_04 img {
		width: auto;
		max-width: unset;
		height: 80px;
	}

	/* modal */

	.recommend_modal .pop_txt {
		padding: 20px;
		border-radius: 20px;
	}

	.recommend_modal .pop_txt > p {
		font-size: 20px;
	}

	.recommend_modal .pop_txt .noti {
		margin-top: 15px;
		font-size: 12px;
	}

	.recommend_modal .sub_txt {
		margin-top: 20px;
		font-size: 16px;
	}

	.recommend_modal .sub_txt i {
		display: inline-block;
		width: 30px;
	}

	.recommend_modal .modal-body {
		padding: 30px 20px 40px;
	}

	.million_event_container .one_btn:hover,
	.million_event_container .one_btn:focus {
		box-shadow: 0px 0px 20px rgb(255, 255, 255);
	}

	.million_event_container .section_04 .progress_bar {
		height: 2rem;
	}

	.million_event_container .section_04 .progress_bar .active_bar::before {
		width: 2.4rem;
		height: 2.4rem;
	}

	.million_event_container .section_04 .info_01 {
		top: 66.5%;
	}

	.glass_box.price {
		top: 76%;
	}

	.million_event_container .section_05 .glass_box {
		top: 77%;
	}

	.million_event_container .section_06 .box_03 {
		padding: 0 16px 10px;
	}
}

@media (max-width: 480px) {
	.glass_box {
		padding: 14px 16px;
	}
	.million_event_container .section_04 .info_01 {
		top: 68%;
	}

	.million_event_container .info.m-mt-10 {
		margin-top: 5px;
	}
	.million_event_container .section_05 .info_01 {
		top: 69%;
	}
	.million_event_container .section_05 .info_02 {
		top: 93%;
	}

	.million_event_container .section_06 .box_02 {
		top: 21.5%;
	}
	.million_event_container .section_06 .box_03 {
		top: 37.5%;
	}
	.million_event_container .section_06 .box_04 {
		top: 66.5%;
	}
	.million_event_container .section_04 .live_count span {
		font-size: 1.2rem;
	}

	.million_event_container .one_btn,
	.million_event_container .section_06 .box_02 .input_btn {
		height: 3.6rem;
		border-radius: 5px;
	}

	.million_event_container .section_06 .box_02 .input_btn {
		font-size: 1.8rem;
	}

	.million_event_container .section_06 .two_line .btn i {
		width: 1.2rem;
		height: 1.2rem;
	}
	.million_event_container .section_06 .two_line .btn span {
		font-size: 1.2rem;
	}
	.million_event_container .section_06 .two_line .btn {
		height: 3.2rem;
		border-radius: 5px;
		gap: 4px;
	}

	.million_event_container .section_title,
	.glass_box .title,
	.million_event_container .section_06 .box_03 .title {
		padding-bottom: 0.8rem;
	}

	.vote_table thead tr,
	.vote_table tbody tr {
		font-size: 1rem;
		line-height: 2rem;
	}

	.million_event_container .info p {
		font-size: 9px;
		letter-spacing: -0.5px;
		word-spacing: -0.5px;
		white-space: unset;
	}

	.glass_box.price > img,
	.million_event_container .section_05 .glass_box img,
	.million_event_container .section_06 .box_04 img {
		height: 60px;
	}
}

@media (max-width: 360px) {
	.million_event_container .section_06 .box_03 {
		top: 36.5%;
	}
}
