폰트 정리

This commit is contained in:
현성필
2025-12-11 14:49:56 +09:00
parent 1dae5f5697
commit 3e0b4c4689
18 changed files with 167 additions and 153 deletions
+92 -87
View File
@@ -13,7 +13,7 @@ html {
}
body {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.6;
color: #1A1A2E;
background-color: #FFFFFF;
@@ -82,6 +82,13 @@ section, summary {
color: #1A1A2E;
}
@font-face {
font-family: "Noto Sans KR";
src: url("/font/NotoSansKR-VariableFont_wght.ttf") format("truetype");
font-weight: 100 900;
font-style: normal;
font-display: swap;
}
body {
font-size: 16px;
font-weight: 400;
@@ -747,7 +754,7 @@ hr {
object-fit: contain;
}
.mobile-left .mobile-logo-text {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: clamp(14px, 3.73vw, 18px);
font-weight: 700;
color: #212529;
@@ -866,7 +873,7 @@ hr {
width: auto;
}
.mobile-drawer .drawer-header .drawer-header-left .drawer-logo-text {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 500;
color: #212529;
@@ -926,7 +933,7 @@ hr {
height: 56px;
}
.mobile-drawer .drawer-welcome .welcome-login-prompt {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 700;
color: #212529;
@@ -935,7 +942,7 @@ hr {
text-align: center;
}
.mobile-drawer .drawer-welcome .welcome-text {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 400;
color: #212529;
@@ -957,7 +964,7 @@ hr {
height: 40px;
background: #e5e7eb;
color: #5f666c;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 700;
border-radius: 8px;
@@ -975,7 +982,7 @@ hr {
height: 40px;
background: #0049b4;
color: #ffffff;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 700;
border-radius: 8px;
@@ -1002,7 +1009,7 @@ hr {
gap: 8px;
}
.mobile-drawer .drawer-welcome.authenticated .welcome-user-name {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 700;
color: #212529;
@@ -1035,7 +1042,7 @@ hr {
height: 16px;
}
.mobile-drawer .drawer-footer .drawer-logout-btn span {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 500;
color: #0049b4;
@@ -1067,7 +1074,7 @@ hr {
background: transparent;
border: none;
cursor: pointer;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 500;
color: #212529;
@@ -1086,7 +1093,7 @@ hr {
.mobile-drawer .drawer-nav .drawer-menu-item .drawer-submenu li a {
display: block;
padding: 8px 16px 8px 57px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 500;
color: #212529;
@@ -1376,7 +1383,7 @@ body {
display: block;
}
.header-user-info .user-identity .user-name {
font-family: "Noto Sans CJK KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #515961;
@@ -1388,7 +1395,7 @@ body {
line-height: 1;
}
.header-user-info .header-link {
font-family: "Noto Sans CJK KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #515961;
@@ -1509,7 +1516,7 @@ body {
gap: 8px;
}
.footer-left .footer-links .footer-link {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #5F666C;
@@ -1526,7 +1533,7 @@ body {
user-select: none;
}
.footer-left .footer-copyright {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 400;
color: #9CA3AF;
@@ -1550,7 +1557,7 @@ body {
width: 240px;
height: 44px;
padding: 0 16px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #5F666C;
@@ -1579,7 +1586,7 @@ body {
}
}
.footer-right .footer-contact {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 30px;
font-weight: 700;
color: #1F2937;
@@ -3121,7 +3128,7 @@ body {
}
}
.common-title-bar .common-title, .user-management-container .table-controls .common-title, .app-list-title-section .common-title, .register-title-bar .common-title {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 28px;
font-weight: 700;
color: #1A1A2E;
@@ -3165,7 +3172,7 @@ body {
justify-content: center;
padding: 5px 14px;
border-radius: 40px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 13px;
font-weight: 700;
color: #FFFFFF;
@@ -3276,14 +3283,14 @@ body {
opacity: 0.5;
}
.apikey-empty-state h3, .app-list-empty h3, .empty-state h3, .empty-api-state h3 {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 24px;
font-weight: 700;
color: #1A1A2E;
margin: 0 0 16px;
}
.apikey-empty-state p, .app-list-empty p, .empty-state p, .empty-api-state p {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
color: #6e7780;
margin: 0;
@@ -3297,7 +3304,7 @@ body {
height: 60px;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
cursor: pointer;
@@ -3589,7 +3596,7 @@ body {
width: 100%;
padding: 12px 16px;
font-size: 16px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: #1A1A2E;
background: #FFFFFF;
border: 2px solid #E2E8F0;
@@ -4156,7 +4163,7 @@ select.form-control {
padding: 0 44px 0 16px;
border: none;
background: transparent;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 400;
color: #1A1A2E;
@@ -4477,7 +4484,7 @@ select.form-control {
border: 1px solid #E2E8F0;
border-radius: 8px;
font-size: 14px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
transition: all 0.3s ease;
box-sizing: border-box;
}
@@ -4801,7 +4808,7 @@ select.form-control {
text-decoration: none;
border: 1px solid #212529;
border-radius: 6px;
font-family: "Noto Sans CJK KR", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-weight: 700;
font-size: 16px;
background: transparent;
@@ -4826,7 +4833,7 @@ select.form-control {
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
}
.user-profile-dropdown .user-profile-btn .user-name {
@@ -5420,7 +5427,6 @@ select.form-control {
justify-content: center;
padding: 8px 16px;
height: 40px;
white-space: nowrap;
border-radius: 8px;
font-size: 16px;
font-weight: 400;
@@ -6155,7 +6161,7 @@ select.form-control {
justify-content: center;
min-width: 10px;
height: 21px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 400;
color: #5f666c;
@@ -6311,7 +6317,7 @@ select.form-control {
}
.hero-text .hero-subtitle {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 36px;
font-weight: 400;
line-height: 1;
@@ -6333,7 +6339,7 @@ select.form-control {
}
}
.hero-text .hero-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 1.2;
@@ -6363,7 +6369,7 @@ select.form-control {
padding: 10px;
background: #0049B4;
color: #FFFFFF;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 700;
border-radius: 10px;
@@ -6661,7 +6667,7 @@ select.form-control {
}
}
.api-search-section .search-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 36px;
font-weight: 700;
line-height: 1.3;
@@ -6735,7 +6741,7 @@ select.form-control {
border: none;
outline: none;
background: transparent;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 17px;
font-weight: 500;
color: #000000;
@@ -6831,7 +6837,7 @@ select.form-control {
}
}
.api-search-section .hashtag-label {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 700;
color: #000000;
@@ -6862,7 +6868,7 @@ select.form-control {
}
}
.api-search-section .hashtag-link {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #000000;
@@ -6886,7 +6892,7 @@ select.form-control {
}
}
.api-search-section .hashtag-separator {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
color: #000000;
user-select: none;
@@ -6958,7 +6964,7 @@ select.form-control {
}
}
.api-showcase .section-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 44px;
font-weight: 700;
line-height: 1.3;
@@ -6978,7 +6984,7 @@ select.form-control {
}
}
.api-showcase .section-subtitle {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 26px;
font-weight: 400;
line-height: 1.5;
@@ -7005,7 +7011,7 @@ select.form-control {
justify-content: center;
gap: 21px;
padding: 12px 24px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 15px;
font-weight: 500;
color: #FFFFFF;
@@ -7015,7 +7021,6 @@ select.form-control {
transition: all 0.3s ease;
height: 40px;
width: 135px;
white-space: nowrap;
}
@media (max-width: 1024px) {
.api-showcase .btn-all-apis {
@@ -7124,7 +7129,7 @@ select.form-control {
}
}
.api-showcase .card-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 1.67;
@@ -7140,7 +7145,7 @@ select.form-control {
}
}
.api-showcase .card-description {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.43;
@@ -7250,7 +7255,7 @@ select.form-control {
}
}
.info-section .info-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 28px;
font-weight: 400;
line-height: 1.4;
@@ -7288,7 +7293,7 @@ select.form-control {
}
}
.info-section .info-description {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 1.6;
@@ -7331,7 +7336,7 @@ select.form-control {
align-items: center;
justify-content: center;
padding: 18px 52px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 56px;
@@ -7485,7 +7490,7 @@ select.form-control {
}
}
.support-center .section-header .section-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 44px;
line-height: 1.6;
color: #000000;
@@ -7619,7 +7624,7 @@ select.form-control {
}
}
.support-center .support-card .card-content h3 {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 32px;
font-weight: 700;
color: #212529;
@@ -7639,7 +7644,7 @@ select.form-control {
}
}
.support-center .support-card .card-content p {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 400;
color: #515961;
@@ -7848,7 +7853,7 @@ select.form-control {
}
}
.api-stats-section .section-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.5;
margin: 0;
}
@@ -7953,7 +7958,7 @@ select.form-control {
}
}
.api-stats-section .stat-card .stat-label {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
@@ -7994,7 +7999,7 @@ select.form-control {
}
}
.api-stats-section .stat-card .stat-number {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 44px;
font-weight: 700;
color: #EFDCB2;
@@ -8092,7 +8097,7 @@ select.form-control {
}
}
.signup-cta-section .cta-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 40px;
font-weight: 700;
color: #000000;
@@ -8122,7 +8127,7 @@ select.form-control {
width: 178px;
background: #008ae2;
color: #FFFFFF;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 700;
border-radius: 10px;
@@ -9047,7 +9052,7 @@ select.form-control {
}
.login-message {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #000000;
@@ -9070,7 +9075,7 @@ select.form-control {
width: 100%;
height: 70px;
padding: 0 32px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #5F666C;
@@ -9125,7 +9130,7 @@ select.form-control {
border-width: 0 2px 2px 0;
}
.login-form .form-checkbox label {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #000000;
@@ -9139,7 +9144,7 @@ select.form-control {
width: 100%;
height: 80px;
padding: 10px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 700;
color: #FFFFFF;
@@ -9170,7 +9175,7 @@ select.form-control {
flex-wrap: wrap;
}
.login-links a {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #000000;
@@ -9392,7 +9397,7 @@ select.form-control {
align-items: center;
justify-content: center;
padding: 18px 24px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 22px;
font-weight: 700;
color: #8c959f;
@@ -9429,7 +9434,7 @@ select.form-control {
margin-bottom: 20px;
padding: 14px 18px;
border-radius: 12px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 15px;
display: flex;
align-items: center;
@@ -9489,7 +9494,7 @@ select.form-control {
align-items: center;
flex-shrink: 0;
width: 170px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #212529;
@@ -9509,7 +9514,7 @@ select.form-control {
flex: 1;
height: 60px;
padding: 0 20px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #212529;
@@ -9541,7 +9546,7 @@ select.form-control {
.account-recovery-form .form-select {
height: 60px;
padding: 0 40px 0 20px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #515151;
@@ -9647,7 +9652,7 @@ select.form-control {
right: 20px;
top: 50%;
transform: translateY(-50%);
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #ed5b5b;
@@ -9665,7 +9670,7 @@ select.form-control {
width: 172px;
height: 60px;
padding: 10px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
@@ -9716,7 +9721,7 @@ select.form-control {
width: 200px;
height: 60px;
padding: 10px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
border: none;
@@ -9845,7 +9850,7 @@ select.form-control {
}
}
.account-recovery-result .result-header .result-title {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 24px;
font-weight: 700;
color: #212529;
@@ -9857,7 +9862,7 @@ select.form-control {
}
}
.account-recovery-result .result-header .result-description {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #5f666c;
@@ -9906,7 +9911,7 @@ select.form-control {
}
}
.found-users-list .found-user-item .user-email {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 700;
color: #212529;
@@ -9917,7 +9922,7 @@ select.form-control {
}
}
.found-users-list .found-user-item .user-date {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #8c959f;
@@ -9937,7 +9942,7 @@ select.form-control {
padding: 16px 24px;
}
.result-info-box .info-text {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 15px;
font-weight: 400;
color: #5f666c;
@@ -10183,7 +10188,7 @@ select.form-control {
}
.signup-message {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 400;
color: #000000;
@@ -10209,7 +10214,7 @@ select.form-control {
justify-content: center;
gap: 10px;
padding: 10px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 20px;
font-weight: 700;
color: #FFFFFF;
@@ -10253,7 +10258,7 @@ select.form-control {
flex-wrap: wrap;
}
.signup-navigation .signup-nav-link {
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #000000;
@@ -12449,7 +12454,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.app-list-title {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 28px;
font-weight: 700;
color: #1A1A2E;
@@ -12536,7 +12541,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.app-list-name {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 22px;
font-weight: 700;
color: #1A1A2E;
@@ -12549,7 +12554,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.app-list-description {
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
font-weight: 400;
color: #6e7780;
@@ -12800,7 +12805,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background: #E5E7EB;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #5F666C;
@@ -13338,7 +13343,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background: #E5E7EB;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #5F666C;
@@ -13368,7 +13373,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background: #0049b4;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
@@ -13398,7 +13403,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background: #DC3545;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
@@ -13459,7 +13464,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.file-upload-inline .file-display-text {
flex: 1;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
color: #94A3B8;
overflow: hidden;
@@ -13502,7 +13507,7 @@ input[type=checkbox]:checked + .custom-checkbox {
background: #3ba4ed;
border: none;
border-radius: 12px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 18px;
font-weight: 700;
color: #FFFFFF;
@@ -14125,7 +14130,7 @@ input[type=checkbox]:checked + .custom-checkbox {
border: 1px solid #E2E8F0;
border-radius: 8px;
font-size: 16px;
font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
resize: vertical;
transition: all 0.3s ease;
}
@@ -15758,7 +15763,7 @@ body.commission-print-page {
font-size: 12px;
width: 600px;
margin: 90px;
font-family: "Noto Sans KR", -apple-system, sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.commission-print-page div {
position: relative;
@@ -15934,7 +15939,7 @@ body.commission-print-page .btn-primary:hover {
background: #FFFFFF;
border: 1px solid #dadada;
border-radius: 12px;
font-family: "Noto Sans KR", sans-serif;
font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 14px;
font-weight: 400;
color: #212529;
File diff suppressed because one or more lines are too long