@charset "UTF-8";

.sponsor-wordmark {
	display: inline-flex;
	min-width: 150px;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	box-sizing: border-box;
	background: #fff;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

.sponsor_content .sponsor_img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 170px;
	max-height: 54px;
	object-fit: contain;
	background: #fff;
}

.sponsor_content .sponsor_img--wide {
	max-width: 220px;
}

@media screen and (max-width: 768px) {
	.sponsor_content .sponsor_img {
		max-width: 110px;
		max-height: 38px;
	}

	.sponsor_content .sponsor_img--wide {
		max-width: 145px;
	}
}

body {
	--region-accent-color: #27998f;
	--region-site-root: "home";
}

#first_header {
	height: 104px;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#first_header .main-wrapper {
	width: min(1680px, calc(100% - 160px)) !important;
	max-width: 1680px !important;
	margin: 0 auto;
}

#first_header .nav {
	justify-content: space-between !important;
	align-items: center !important;
	min-height: 104px;
	height: 104px;
	gap: 48px;
}

#first_header .header_logo {
	display: block !important;
	flex: 0 0 auto;
}

.header-entry-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
	height: 36px;
	margin-left: -24px;
	padding: 0 4px 0 20px;
	border: 0;
	background: transparent;
	color: #444;
	font-family: "GivePretendard", "Pretendard", sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none;
	transition: color .2s ease;
}

.header-entry-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 26px;
	background: #d9d9d9;
}

.header-entry-link__icon {
	font-size: 1.9rem;
	line-height: 1;
}

.header-entry-link:hover,
.header-entry-link:focus-visible {
	color: #e84e3b;
}

.mobile-entry-link {
	display: none;
}

#first_header .menu-list {
	justify-content: flex-end !important;
	align-items: center !important;
	height: 104px;
	gap: 54px;
	margin-left: auto;
}

#first_header .btn-dropdown {
	display: flex;
	align-items: center;
	height: 104px;
	padding: 0;
	font-family: "GivePretendard", "Pretendard", sans-serif;
	font-size: 2.1rem;
	font-weight: 700;
	color: #111;
}

.region-switch {
	flex: 0 0 auto;
	font-family: "GivePretendard", "Pretendard", sans-serif;
}

.region-switch--desktop {
	display: flex;
	overflow: hidden;
	border: 1px solid #f45a47;
	border-radius: 8px;
	background: #fff;
}

.region-switch--mobile {
	display: none;
}

.region-switch__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 58px;
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: 700;
	color: #222;
	text-decoration: none;
}

.record-chip-note {
	display: inline-block;
	margin-top: 4px;
	color: #e84e3b;
	font-size: 0.92em;
	font-weight: 800;
}

.group-entry-note {
	margin-top: 14px;
	padding: 14px 16px;
	border-left: 4px solid #f45a47;
	background: #fff4f1;
	color: #333;
	font-size: 15px;
	line-height: 1.65;
}

.celebrity-coming {
	display: flex;
	min-height: 420px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 48px 24px;
	border: 1px solid #f3d3ce;
	background: #fff8f6;
	text-align: center;
}

.celebrity-coming__eyebrow {
	color: #f45a47;
	font-weight: 800;
}

.celebrity-coming h3 {
	margin: 12px 0;
	font-size: 52px;
	color: #222;
}

.celebrity-coming p:last-child {
	font-size: 18px;
	color: #555;
}

.privacy-operation-notice {
	margin-bottom: 28px;
	padding: 20px 22px;
	border-left: 5px solid #f45a47;
	background: #fff4f1;
	color: #333;
	line-height: 1.65;
}

.privacy-operation-notice strong {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	color: #d94434;
}

.previous-race-video {
	padding: 76px 0 90px;
	background: #fff;
}

.previous-race-gallery {
	position: relative;
	z-index: 2;
	padding: 64px 0 58px;
	background: #fff;
}

.previous-race-gallery__heading {
	position: relative;
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
	text-align: center;
}

.previous-race-gallery__heading > div {
	text-align: center;
}

.previous-race-gallery__heading p {
	margin-bottom: 6px;
	color: #f45a47;
	font-weight: 800;
}

.previous-race-gallery__heading h2 {
	font-size: 34px;
	color: #222;
}

.previous-race-gallery__heading a {
	position: absolute;
	right: 0;
	bottom: 4px;
	color: #222;
	font-weight: 700;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.previous-race-gallery {
		padding: 44px 0 36px;
	}

	.previous-race-gallery__heading {
		min-height: 0;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 20px;
	}

	.previous-race-gallery__heading h2 {
		font-size: 28px;
	}

	.previous-race-gallery__heading a {
		position: static;
	}
}

.previous-race-gallery__track {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 18px;
	scroll-snap-type: x mandatory;
}

.previous-race-gallery__track figure {
	flex: 0 0 min(390px, 78vw);
	margin: 0;
	scroll-snap-align: start;
}

.previous-race-gallery__track img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.previous-race-gallery__track figcaption {
	padding-top: 12px;
	font-size: 17px;
	font-weight: 700;
	color: #333;
}

.sub-photo-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin: 24px 0 42px;
}

.sub-photo-strip img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.sub-photo-strip {
		gap: 6px;
		margin: 14px 0 28px;
	}

	.sub-photo-strip img {
		aspect-ratio: 4 / 3;
	}
}

.previous-race-video__heading {
	margin-bottom: 24px;
}

.previous-race-video__heading p {
	margin-bottom: 6px;
	color: #f45a47;
	font-weight: 800;
}

.previous-race-video__heading h2 {
	font-size: 34px;
	color: #222;
}

.previous-race-video__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #111;
}

.previous-race-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.region-switch__item + .region-switch__item {
	border-left: 1px solid rgba(244, 90, 71, 0.28);
}

.region-switch__item.is-current {
	background: #f45a47;
	color: #fff;
}

a.region-switch__item:hover,
a.region-switch__item:focus-visible {
	background: #fff2ef;
	color: #d94434;
}

.hero-region-switch {
	position: absolute;
	z-index: 3;
	top: 30px;
	left: max(48px, calc((100% - 1680px) / 2));
	display: grid;
	padding: 0;
	grid-template-columns: repeat(2, minmax(250px, 310px));
	overflow: hidden;
	border: 1px solid #f45a47;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
	font-family: "GivePretendard", "Pretendard", sans-serif;
}

.hero-region-switch__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 68px;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #222;
	text-decoration: none;
}

.hero-region-switch__item + .hero-region-switch__item {
	border-left: 1px solid rgba(244, 90, 71, 0.35);
}

.hero-region-switch__item > span {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.hero-region-switch__item strong {
	font-size: 1.8rem;
	font-weight: 800;
}

.hero-region-switch__item em {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
}

.hero-region-switch__item > i {
	font-size: 2rem;
}

.hero-region-switch__status,
.hero-region-switch__cta {
	display: inline-flex;
	flex-direction: row !important;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 1.3rem;
	font-weight: 800;
}

.hero-region-switch__status {
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
}

.hero-region-switch__cta {
	gap: 5px;
	padding: 8px 11px;
	border-radius: 999px;
	background: #f45a47;
	color: #fff;
}

.hero-region-switch__cta i {
	font-size: 1.6rem;
	font-style: normal;
	line-height: 1;
}

.hero-region-switch__item.is-current {
	background: #f45a47;
	color: #fff;
}

a.hero-region-switch__item:hover,
a.hero-region-switch__item:focus-visible {
	background: #fff2ef;
	color: #d94434;
}

.keyvisual-hero {
	position: relative;
	overflow: hidden;
	margin-top: 36px;
	height: 760px !important;
	min-height: 760px;
	padding-bottom: 0 !important;
	box-sizing: border-box;
	background: #fff url("/jsp/home/images/keyvisual_2026_main.png") center top / 100% auto no-repeat !important;
}

.keyvisual-hero::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: min(760px, 55vw);
	height: 132px;
	background: #fff;
}

.keyvisual-hero .main-top {
	position: relative;
	z-index: 3;
	min-height: 760px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 25px;
	padding-bottom: 44px;
	box-sizing: border-box;
}

.keyvisual-hero .main-top__desc--title,
.keyvisual-hero .keyvisual-stage {
	display: none !important;
}

.keyvisual-hero .main-top__desc {
	width: min(800px, calc(100vw - 72px));
	margin: 0 0 0 18px !important;
	padding: 18px 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-left: 6px solid var(--region-accent-color);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(3px);
}

.keyvisual-hero .main-top__desc::after {
	display: none !important;
}

.header_logo {
	max-width: 300px !important;
}

.header_logo img {
	width: 300px !important;
	height: auto !important;
	object-fit: contain;
}

.footer_img {
	width: 600px !important;
	height: 60px !important;
	object-fit: contain;
}

.keyvisual-hero .main-top__btn {
	border-color: #111;
	background: rgba(255, 255, 255, 0.94);
	color: #111;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.keyvisual-hero .btn_mainbax {
	margin: 0 0 16px 0;
}

.keyvisual-hero .main-top__desc--detail {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	gap: 16px 28px;
	margin-top: 0;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
	grid-template-rows: auto auto;
}

@media screen and (min-width: 769px) {
	.keyvisual-hero .main-top__btn {
		padding: 14px 32px;
		font-size: 18px;
	}

	.keyvisual-hero .main-top__desc--detail dl dt {
		margin-bottom: 6px;
		font-size: 22px;
		line-height: 1.35;
	}

	.keyvisual-hero .main-top__desc--detail dl dd {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
	.keyvisual-hero .main-top__desc {
		width: 560px;
	}

	.keyvisual-hero .main-top__desc--detail {
		gap: 16px 24px;
		grid-template-columns: minmax(0, 1.25fr) minmax(190px, 0.75fr);
	}
}

.keyvisual-hero .main-top__desc--detail dl:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.keyvisual-hero .main-top__desc--detail dl:nth-child(2),
.keyvisual-hero .main-top__desc--detail dl:nth-child(3) {
	grid-column: 2;
}

.keyvisual-hero .main-top__desc--detail dl dt {
	border-left-color: var(--region-accent-color);
}

@media screen and (max-width: 1024px) {
	.keyvisual-hero,
	.keyvisual-hero .main-top {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	#first_header .main-wrapper {
		width: calc(100% - 48px) !important;
	}

	#first_header .nav {
		gap: 20px;
	}

	#first_header .header_logo,
	#first_header .header_logo img {
		width: 220px !important;
		max-width: 220px !important;
	}

	#first_header .menu-list {
		gap: 20px;
	}

	#first_header .btn-dropdown {
		font-size: 1.7rem;
	}

	.region-switch__item {
		min-width: 50px;
		padding: 0 9px;
	}

	.keyvisual-hero,
	.keyvisual-hero .main-top {
		height: 720px !important;
		min-height: 720px;
	}

	.keyvisual-hero {
		background-size: 100% auto !important;
	}

	.keyvisual-hero .main-top {
		padding-top: 20px;
	}

	.keyvisual-hero .main-top__desc {
		width: min(700px, calc(100vw - 40px));
		margin-left: 12px !important;
	}
}

@media screen and (max-width: 768px) {
	#first_header .nav {
		gap: 12px;
	}

	.header-entry-link {
		display: none;
	}

	.mobile-entry-link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 48px;
		margin: 8px 20px 0;
		padding: 0 12px;
		border-bottom: 1px solid #e7e7e7;
		color: #222;
		font-family: "GivePretendard", "Pretendard", sans-serif;
		font-size: 1.5rem;
		font-weight: 700;
		text-decoration: none;
	}

	.mobile-entry-link > span {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.mobile-entry-link__arrow {
		font-size: 1.8rem;
		color: #e84e3b;
	}

	.region-switch--desktop {
		display: none;
	}

	.region-switch--mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 16px 20px 8px;
		overflow: hidden;
		border: 1px solid #f45a47;
		border-radius: 8px;
		background: #fff;
	}

	.region-switch--mobile .region-switch__item {
		height: 48px;
		font-size: 1.6rem;
	}

.hero-region-switch {
		top: 8px;
		left: 16px;
		right: auto;
		width: min(250px, calc(100% - 112px));
		grid-template-columns: 1fr 1fr;
		border-color: rgba(255, 255, 255, 0.9);
		background: rgba(255, 255, 255, 0.12);
		box-shadow: none;
	}

	.hero-region-switch__item {
		flex-direction: column;
		justify-content: center;
		gap: 3px;
		min-width: 0;
		min-height: 52px;
		padding: 5px 6px;
		text-align: center;
		color: #fff;
	}

	.hero-region-switch__status,
	.hero-region-switch__cta {
		font-size: 1.05rem;
		padding: 2px 5px;
	}

	.hero-region-switch__cta > span {
		display: none;
	}

	.hero-region-switch__item + .hero-region-switch__item {
		border-left-color: rgba(255, 255, 255, 0.75);
	}

	.hero-region-switch__item > span {
		align-items: center;
	}

	.hero-region-switch__item > i {
		display: none;
	}

	.hero-region-switch__item strong {
		font-size: 1.4rem;
	}

	.hero-region-switch__item em {
		font-size: 1.15rem;
	}

	.hero-region-switch__item.is-current {
		background: #fff;
		color: #e84e3b;
	}

	a.hero-region-switch__item:hover,
	a.hero-region-switch__item:focus-visible {
		background: rgba(255, 255, 255, 0.22);
		color: #fff;
	}

	#first_header {
		height: 76px;
	}

	#first_header .main-wrapper {
		width: calc(100% - 32px) !important;
	}

	#first_header .nav {
		justify-content: space-between !important;
		min-height: 76px;
		height: 76px;
	}

	#first_header .header_logo {
		display: block !important;
		max-width: min(240px, 62vw) !important;
	}

	#first_header .header_logo img {
		width: min(240px, 62vw) !important;
		height: auto !important;
	}

	#first_header .menu-list {
		margin-left: 0;
		height: auto;
	}

	.keyvisual-hero {
		margin-top: 18px;
		height: auto !important;
		min-height: auto;
		background-color: #f45a47 !important;
		background-image: url("/jsp/home/images/region_select_busan_2026.png") !important;
		background-position: center top !important;
		background-size: 100% auto !important;
		background-repeat: no-repeat !important;
	}

	.keyvisual-hero::before {
		display: block;
		width: 280px;
		height: 106px;
		background: #f45a47;
	}

	.keyvisual-hero .main-top {
		height: auto !important;
		min-height: auto;
		padding: min(800px, calc(86vw + 80px)) 16px 32px;
	}

	.keyvisual-hero .main-top__desc {
		width: 100%;
		margin: 0 !important;
		padding: 20px;
		border-left-width: 4px;
		border-radius: 20px;
		background: rgba(255, 255, 255, 0.9);
	}

	.keyvisual-hero .btn_mainbax {
		margin: 0 0 20px 0;
	}

	.keyvisual-hero .main-top__desc--detail {
		display: block;
		padding: 0;
		background: transparent;
	}

	.keyvisual-hero .main-top__desc--detail dl {
		margin-bottom: 18px;
	}

	.header_logo {
		max-width: min(240px, 62vw) !important;
	}

	.header_logo img {
		width: min(240px, 62vw) !important;
		height: auto !important;
	}

	.footer_img {
		width: min(600px, 82vw) !important;
		height: auto !important;
	}
}

@media screen and (max-width: 480px) {
	.keyvisual-hero .main-top {
		min-height: auto;
		padding-top: calc(86vw + 74px);
	}

	.keyvisual-hero .main-top__btn {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.keyvisual-hero .main-top__desc--detail {
		font-size: 14px;
	}
}

.select-nation-wrap > .button-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.select-nation-wrap > .button-wrap .btn {
	flex: 0 1 368px;
	margin: 0 !important;
}

@media screen and (max-width: 768px) {
	.select-nation-wrap > .button-wrap {
		flex-direction: column;
		gap: 12px;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.select-nation-wrap > .button-wrap .btn {
		flex: none;
		width: min(100%, 368px) !important;
	}
}

.footer-business {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 28px;
	margin-top: 28px;
	padding: 22px 0 18px;
	border-top: 1px solid #dedede;
	color: #555;
	font-size: 14px;
	font-style: normal;
	line-height: 1.7;
}

.footer-business__item {
	display: inline-flex;
	gap: 7px;
	align-items: baseline;
}

.footer-business__item strong {
	color: #222;
	font-weight: 700;
}

.footer-business__item a {
	color: inherit;
	text-decoration: none;
}

.footer-business__item a:hover,
.footer-business__item a:focus-visible {
	color: #f45a47;
	text-decoration: underline;
}

.footer-business__address {
	flex-basis: 100%;
}

@media screen and (max-width: 768px) {
	.footer-business {
		display: grid;
		grid-template-columns: 1fr;
		gap: 5px;
		margin-top: 22px;
		padding: 18px 0 14px;
		font-size: 13px;
	}

	.footer-business__item {
		display: block;
	}

	.footer-business__item strong {
		display: inline-block;
		min-width: 76px;
	}
}
