@charset "utf-8";
.marginTop10 {
    margin-top: 10px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop36 {
    margin-top: 36px !important;
}

.width75 {
    width: 75% !important;
}

.width150px {
    width: 150px !important;
}

.maxWidth90 {
    max-width: 90% !important;
}

.marginLeft10px {
    margin-left: 10px !important;
}

.marginLeft15px {
    margin-left: 15px !important;
}

.marginRight10px {
    margin-right: 10px !important;
}

.minWidth160px {
    min-width: 160px !important;
}

.minWidth190px {
    min-width: 190px !important;
}

.overflowHidden{
    overflow: hidden;
}

.apiStaticChart {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.apiDesc {
    display: flex;
    align-items: center;
}

.apiDesc span {
    font-size: 17px;
}

.apiManageBtn {
    display: flex; justify-content: right; align-items: center; margin-top: 15px;
}

.introImageBox {
    width: 100%;
    height: 347px;
}

.pwError {
    color: red;
    margin-bottom: 10px;
}

.pw-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.pw-modal.show {
    display: block;
}

.pw-modal-back {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.pw-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    padding: 42px 40px;
    border-radius: 40px;
    background: #fff;
    box-sizing: border-box;
}

.pw-modal-title {
    margin: 0 0 34px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #111;
}

.pw-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pw-input-box {
    position: relative;
}

.pw-input {
    width: 100%;
    height: 56px;
    padding: 0 52px 0 18px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    font-size: 16px;
    box-sizing: border-box;
}

.pw-guide {
    margin-top: 18px;

    font-size: 14px;
    line-height: 1.6;

    color: #555;
}

.pw-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 32px;
}

.pw-cancel-btn,
.pw-confirm-btn {
    min-width: 120px;
    height: 48px;
    border: 0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.pw-cancel-btn {
    background: #ff2b2b;
    color: #fff;
}

.pw-confirm-btn {
    background: #2563ff;
    color: #fff;
}

.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.custom-modal.show {
    display: block;
}

.custom-modal-back {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    padding: 36px 32px;
    border-radius: 24px;
    background: #fff;
    box-sizing: border-box;
    z-index: 10000;
}

.custom-modal-content2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 680px;
    padding: 36px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
    z-index: 10000;
}

.modal-title-manage {
    margin: 0 0 28px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

.modal-title-apply {
    margin: 12px 0 32px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.custom-modal-content input {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.modal-btn-wrap-manage {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.modal-btn-wrap-apply {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 36px;
}

.modal-btn-wrap-manage button {
    min-width: 110px;
    height: 46px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.krds-btn.secondary-manage {
    background: #e5e7eb;
    color: #111;
}

.krds-btn.primary-manage {
    background: #2563ff;
    color: #fff;
}

.g-example-apply {
    background-color: var(--krds-light-color-surface-white-subtle);
    border: var(--krds-light-border-width-variable-regular) solid var(--krds-light-color-border-gray);
    border-radius: var(--krds-radius-xlarge2);
    padding: 1rem;
    width: 100%;
}

.modal-close-apply {
    position: absolute;
    top: 24px;
    right: 24px;
    border: 0;
    background: none;
    font-size: 36px;
    cursor: pointer;
}

.modal-form-apply {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.modal-form-apply input {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border: 1px solid #cfd3d7;
    border-radius: 12px;
    font-size: 18px;
    box-sizing: border-box;
}

.result-modal-apply {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.result-modal-apply.show {
    display: block;
}

.result-modal-back {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.result-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    padding: 42px 32px;
    border-radius: 36px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.result-icon-apply {
    font-size: 90px;
    margin-bottom: 20px;
}

.result-key-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.result-key-wrap span {
    font-size: 20px;
    font-weight: 700;
    word-break: break-all;
}

.copy-btn-apply {
    height: 40px;
    padding: 0 18px;
    border: 1px solid #bbb;
    border-radius: 8px;
    background: #f5f5f5;
    cursor: pointer;
}

.result-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

.result-btn-wrap {
    margin-top: 34px;
}

.confirm-btn-apply {
    min-width: 120px;
    height: 52px;
    border: 0;
    border-radius: 12px;
    background: #2563ff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.step-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2563ff;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-icon {
    text-align: center;
    margin-bottom: 28px;
    height: 165px;
}

.terms {
    align-items: center;
    height: 450px;
    overflow: auto;
}

.btnLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.scroll-table {
    width: 100%;
    border-collapse: collapse;
}


.scroll-table thead,
.scroll-table tbody {
    display: block;
}


.scroll-table tbody {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


.scroll-table thead tr,
.scroll-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.result-table td.link-style:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #2b6cb0;
}

/* 코드 블록 전체 컨테이너 */
.code-block-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #1e1e1e; /* VS Code 스타일 다크 테마 */
}

/* 코드 블록 상단 헤더 바 */
.code-block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background-color: #2d2d2d;
    border-bottom: 1px solid #3c3c3c;
}

/* 언어 라벨링 */
.language-label {
    color: #00bcd4; /* 자바스크립트/자바 텍스트 포인트 컬러 */
    font-size: 13px;
    font-weight: 600;
    font-family: 'Consolas', monospace;
}

/* 우측 상단 복사 버튼 */
.copy-btn {
    background: transparent;
    border: 1px solid #5c5c5c;
    color: #cccccc;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.copy-btn:hover {
    background-color: #5c5c5c;
    color: #ffffff;
}

/* 코드 본문 스타일 영역 */
.code-block-container pre {
    margin: 0;
    padding: 16px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

.code-block-container pre::-webkit-scrollbar {
    width: 8px;  /* 세로 스크롤바 두께 */
    height: 8px; /* 가로 스크롤바 두께 */
}

.code-block-container pre::-webkit-scrollbar-track {
    background: #1e1e1e; /* 스크롤바 배경 */
}

.code-block-container pre::-webkit-scrollbar-thumb {
    background: #424242; /* 스크롤바 바(바깥) 색상 */
    border-radius: 4px;
}

.code-block-container pre::-webkit-scrollbar-thumb:hover {
    background: #4f4f4f; /* 마우스 올렸을 때 색상 */
}

.code-block-container code {
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    color: #d4d4d4; /* 기본 흰색 계열 텍스트 */
    white-space: pre-wrap; /* 줄바꿈 허용 */
    word-break: break-all;
}

.d-none {
    display: none !important;
}


.a-input-group {
    position: relative;
    margin-bottom: 15px;
}

.btn-toggle-pw {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}





