@font-face { font-family: 'Hyundai Sans Head KR'; src: url('/fonts/HyundaiSansHeadKRLight.ttf') format('truetype'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Head KR'; src: url('/fonts/HyundaiSansHeadKRRegular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Head KR'; src: url('/fonts/HyundaiSansHeadKRMedium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Head KR'; src: url('/fonts/HyundaiSansHeadKRBold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Text KR'; src: url('/fonts/HyundaiSansTextKRRegular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Text KR'; src: url('/fonts/HyundaiSansTextKRMedium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Hyundai Sans Text KR'; src: url('/fonts/HyundaiSansTextKRBold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: #ffffff; font-family: 'Hyundai Sans Text KR', sans-serif; }
.container { max-width: 750px; margin: 0 auto; padding: 39px 24px; min-height: 100dvh; position: relative; width: 100%; }
.container.myrank { height: 100dvh; }
.logo { margin-bottom: 100px; display: block; }
.logo.mb-0 { margin-bottom: 0; }
.logo-image { width: auto; height: 15px; }
.promotion-text { font-family: 'Hyundai Sans Head KR', sans-serif; font-weight: 500; font-size: 32px; line-height: 1.1; text-align: center; letter-spacing: -0.03em; color: #000000; margin-bottom: 85px; }
.input-container { margin-bottom: 63px; }
.phone-input { width: 100%; height: 40px; border: 1px solid #CED0D5; padding: 0 16px; font-family: 'Hyundai Sans Text KR', sans-serif; font-weight: 500; font-size: 14px; line-height: 17.72px; color: #000000; }
.phone-input::placeholder { color: #AEB8BC; }
.consent-section { margin-bottom: 33px; }
.consent-title { font-weight: 500; font-size: 14px; line-height: 17.72px; color: #000000; margin-bottom: 9px; }
.consent-checkbox { display: flex; align-items: flex-start; gap: 8px; position: relative; }
.consent-checkbox input[type="checkbox"] { width: 24px; height: 24px; margin: 0; border-radius: 50%; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #CED0D5; background-color: white; cursor: pointer; }
.consent-checkbox input[type="checkbox"]:checked {
	background-color: #002C5F;
	border-color: #002C5F;
	position: relative;
}
.mb-20 { margin-bottom: 20px; }
.mb-10 { margin-bottom: 10px; }

.consent-checkbox input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: white;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.consent-label { font-weight: 500; font-size: 14px; line-height: 20px; color: #000000; flex: 1; }
.view-link { font-weight: 400; font-size: 14px; line-height: 17.72px; color: #888888; text-decoration: none; position: absolute; right: 0; }
.login-button { width: 100%; height: 40px; background-color: #002C5F; border: none; color: #FFFFFF; font-family: 'Hyundai Sans Text KR', sans-serif; font-weight: 700; font-size: 15.75px; line-height: 19.94px; cursor: pointer; }
.button-container { position: relative; width: 100%; display: flex; flex-direction: column; gap: 23px; }
.main-button { width: 100%; height: 64px; background-color: #002c5f; border: none; border-radius: 0; color: #ffffff; font-family: 'Hyundai Sans Text KR', sans-serif; font-weight: 700; font-size: 20px; line-height: 21.2px; text-align: center; cursor: pointer; transition: background-color 0.3s ease; }
.main-button:hover { background-color: #003d80; }
.fule .greeting {
	font-family: 'Hyundai Sans Head KR', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 38.2px;
	letter-spacing: -0.84px;
	text-align: center;
	color: #000000;
	margin-bottom: 32px;
}

.fule .greeting span { color: #fff; background-color: #002c5f; display: inline-block; padding: 0 5px; border-radius: 0px;}

.fule .input-prompt { font-family: 'Hyundai Sans Text KR', sans-serif; font-weight: 500; font-size: 18px; line-height: 22.79px; letter-spacing: -0.54px; text-align: center; color: #000000; margin-bottom: 22px; }
.fule .input-section { display: flex; flex-direction: column; gap: 8px; margin-bottom: 100px; }
.fule .input-container {
	position: relative;
	width: 100%;
	height: 40px;
    display: flex;
    grid-gap: 10px;
    margin-bottom: 0;
}

.fule .input-container input {
	width: 100%;
	height: 40px;
	border: 1px solid #ced0d5;
	padding: 11px 16px;
	font-family: 'Hyundai Sans Text KR', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.72px;
	color: #000000;
}

.fule .input-container input::placeholder { color: #aeb8bc; }
.fule .unit {
	font-family: 'Hyundai Sans Text KR', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 17.72px;
	color: #aeb8bc;
    display: flex;
    align-items: center;
    width: 50px;
}

.fule .register-button {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #002c5f;
	border: none;
	color: #ffffff;
	font-family: 'Hyundai Sans Text KR', sans-serif;
	font-weight: 700;
	font-size: 15.75px;
	line-height: 19.94px;
	cursor: pointer;
}

.myrank .ranking-tabs { display: flex; justify-content: center; gap: 10px; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); margin-top: 20px; }
.myrank .tab { width: 100%; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 15px; line-height: 19px; cursor: pointer; }
.myrank .tab.active { color: #002c5f; border-bottom: 2px solid #002c5f; font-weight: 500; }
.myrank .tab:not(.active) { color: #000000; font-weight: 400; }
.myrank .divider { width: 320px; height: 1px; background-color: #000000; margin-top: 40px; }
.myrank .user-name { font-family: 'Hyundai Sans Head KR', sans-serif; font-size: 20px; font-weight: 500; text-align: center; margin-top: 0; letter-spacing: -0.6px; line-height: 25.32px; }
.myrank .fuel-efficiency { width: 100%; height: 72px; margin: 18px auto 0; background-color: #002c5f; padding: 14px 0; }
.myrank .efficiency-info { display: flex; justify-content: center; gap: 19px; color: #ffffff; font-size: 16px; line-height: 21.6px; letter-spacing: -0.48px; }
.myrank .info-container { width: 100%; height: 153px; margin: 17px auto 0; background-color: #f6f3f2; padding: 18px 58px; }
.myrank .total-distance { display: flex; gap: 16px; font-size: 16px; line-height: 20.26px; letter-spacing: -0.48px; }
.myrank .emissions { margin-top: 19px; }
.myrank .emission-item { display: flex; justify-content: space-between; font-family: 'Hyundai Sans Head KR', sans-serif; font-size: 12px; line-height: 15.19px; letter-spacing: -0.36px; padding: 8px 0; border-bottom: 1px solid #e4dcd3; }
.myrank .emission-item:last-child { border-bottom: none; }
.myrank .note { margin-top: 21px; font-size: 12px; line-height: 16px; letter-spacing: -0.36px; padding: 0 19px; }
.myrank .note .symbol { font-family: 'Hyundai Sans Head KR', sans-serif; margin-right: 6px; }
.myrank .confirm-button { width: 100%; height: 40px; background-color: #002c5f; color: #ffffff; border: none; font-family: 'Hyundai Sans Text KR', sans-serif; font-size: 16px; font-weight: 500; margin: 23px auto 0; display: block; cursor: pointer; line-height: 20.26px; }

/* Add myrank-container styles */
.myrank-container {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    padding: 0 0;
    justify-content: space-between;
	padding-top:0;
}

.allrank-container .table-container { position: relative; margin-top: 32px; padding: 0; }
.allrank-container .scrollable-content { height: auto; overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.allrank-container .scrollable-content::-webkit-scrollbar { display: none; }
.allrank-container .ranking-table { width: 100%; border-collapse: collapse; }
.allrank-container .ranking-table th { background-color: #002c5f; color: #ffffff; font-size: 12px; font-weight: 400; height: 30px; border-right: 1px solid #ffffff; text-align: center; }
.allrank-container .ranking-table th:last-child { border-right: none; }
.allrank-container .rank-header { width: 33px; }
.allrank-container .name-header { width: 44px; }
.allrank-container .session-header { width: 61px; }
.allrank-container .distance-header { width: 66px; }
.allrank-container .efficiency-header { width: 66px; }
.allrank-container .ranking-table td { height: 30px; border: 1px solid #e0e0e0; font-size: 12px; text-align: center; background-color: #ffffff; }
.allrank-container .ranking-table tr:nth-child(odd) td { background-color: #f6f3f2; }
.allrank-container .scrollbar { width: 4px; height: 71px; background-color: #b7b7b7; position: absolute; right: 17px; top: 0; border-radius: 2px; }
.allrank-container .scrollbar::before { content: ''; position: absolute; width: 4px; height: 390px; background-color: #e5e5e5; border-radius: 2px; z-index: -1; }

.mt-80 { margin-top: 80px; }