@charset "UTF-8";

.assist-code-text pre code {
    background: #011627;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
}

.assist-code-text pre code span {
    font-size: 1.4rem;
}

.assist-code-text-content .pre code.hljs {
    padding: 0 .5rem;
}

code.hljs {
    background: #011627;
}

.codeBox pre {
    padding: 0 !important;
    background-color: #282c34;
    display: flex;
}

.hljs-formula, .hljs-attr, .hljs-property, .hljs-params {
    color: #dc7d49;
}

.hljs-formula,
.hljs-attr,
.hljs-property,
.hljs-params {
    color: #d2cb56;
}

.apiSampleCode code::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}

.apiSampleCode code::-webkit-scrollbar-thumb {
    background: #445361;
    background-clip: padding-box;
    border-width: .3rem;
    border: solid transparent;
    /*border-radius: 10px;*/
}

.apiSampleCode code::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
    background-clip: padding-box;
    border-width: .1rem .1rem .1rem .1rem;
    border: solid transparent;
    opacity: .7;
}

.apiSampleCode code::-webkit-scrollbar-button {
    width: 1rem;
    height: .5rem;
    display: block;
}

.apiSampleCode code::-webkit-scrollbar-corner {
    background-color: #011627;
}

.example-area-content .top-title {
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 1.8rem;
    padding-left: 2.2rem;
}

.apiSampleCodeTop {
    border-radius: 1rem 1rem 0 0;
    height: 2.9rem;
    padding-top: 1.2rem;
    display: flex;
    background-color: #011627;
    justify-content: space-between;
}

.apiSampleCodeTop button {
    width: 1.8rem;
    height: 1.7rem;
    background: url(../images/icon/btn_copyCode.png) no-repeat 0 0;
    display: block;
    position: relative;
    left: 430px;
}

.assist-code-text-top h2 {
    margin-top: 1rem !important;
}

.apiSampleCodeTop button.active,
.assist-code-text .assist-code-text-top button.active {
    background: url(../images/icon/check_white.svg) no-repeat 0 0;
}

.assist-query p {
    white-space: pre-wrap;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: normal;
}

pre code[contenteditable="true"] {
    outline: none;
    cursor: text;
}

pre.apiSampleCode code.hljs {
    padding: .5rem .5rem .5rem 1.5rem !important;
    /*min-width: 45rem;*/
}

/*pre code.hljs {*/
/*    tab-size: 8;*/
/*}*/
pre code.hljs,
pre code.hljs span {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0;
}

.example-area .example-accToken input {
    width: 100%;
    height: 4.2rem;
    line-height: 4.2rem;
    padding-left: 1.5rem;
    border: 0.1rem solid #aaa;
    margin-bottom: 0.5rem;
}

.btn-autoKey {
    background: var(--navy-color);
    color: var(--gry-color1);
    border-radius: 0;
    border: 0;
    margin-bottom: 0.5rem;
}

.service-card-list li:hover {
    cursor: pointer;
}

.crossnote {
    padding: 2rem 6rem;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.7rem;
    width: 120rem;
}

.crossnote .sub-section {
    margin: 2rem 0;
}

.crossnote pre code.hljs {
    display: block;
    padding: 0 2rem;
    width: 100%;
}

.crossnote table th {
    font-size: 1.3rem;
}

.crossnote table td {
    font-size: 1.4rem;
}

.crossnote .list-none li {
    list-style: none;
}

.crossnote h1, .crossnote h2, .crossnote h3, .crossnote h4, .crossnote h5, .crossnote h6 {
    line-height: 3rem;
    margin-top: 1em;
    margin-bottom: 16px;
    color: #000
}

.crossnote h1 {
    font-size: 2.25em;
    font-weight: 300;
    padding-bottom: .3em
}

.crossnote h2 {
    font-size: 1.75em;
    font-weight: 400;
    padding-bottom: .3em
}

.crossnote h3 {
    font-size: 1.5em;
    font-weight: 500
}

.crossnote h4 {
    font-size: 1.25em;
    font-weight: 600
}

.crossnote h5 {
    font-size: 1.1em;
    font-weight: 600
}

.crossnote h6 {
    font-size: 1em;
    font-weight: 600
}

.crossnote h1, .crossnote h2, .crossnote h3, .crossnote h4, .crossnote h5 {
    font-weight: 600
}

.crossnote h5 {
    font-size: 1em
}

.crossnote h6 {
    color: #5c5c5c
}

.crossnote strong {
    color: #000
}

.crossnote del {
    color: #5c5c5c
}

.crossnote a:not([href]) {
    color: inherit;
    text-decoration: none
}

.crossnote a {
    color: #08c;
    text-decoration: none
}

.crossnote a:hover {
    color: #00a3f5;
    text-decoration: none
}

.crossnote img {
    max-width: 100%;
    margin-bottom: 1.5rem;
}

.crossnote > p {
    margin-top: 0;
    margin-bottom: 16px;
    word-wrap: break-word
}

.crossnote > ol, .crossnote > ul {
    margin-bottom: 16px
}

.crossnote ol, .crossnote ul {
    padding-left: 2em
}

.crossnote ol.no-list, .crossnote ul.no-list {
    padding: 0;
    list-style-type: none
}

.crossnote ol ol, .crossnote ol ul, .crossnote ul ol, .crossnote ul ul {
    margin-top: 0;
    margin-bottom: 0
}

/*.crossnote li {*/
/*    margin-bottom: 0*/
/*}*/

.crossnote li.task-list-item {
    list-style: none
}

/*.crossnote li > p {*/
/*    margin-top: 0;*/
/*    margin-bottom: 0*/
/*}*/

.crossnote .task-list-item-checkbox {
    margin: 0 .2em .25em -1.8em;
    vertical-align: middle
}

.crossnote .task-list-item-checkbox:hover {
    cursor: pointer
}

.crossnote blockquote {
    margin: 16px 0;
    font-size: inherit;
    padding: 1rem;
    color: #5c5c5c;
    background-color: #f0f0f0;
    border-left: 4px solid #d6d6d6
}

.crossnote blockquote > :first-child {
    margin-top: 0
}

.crossnote blockquote > :last-child {
    margin-bottom: 0
}

.crossnote hr {
    height: 4px;
    margin: 32px 0;
    background-color: #d6d6d6;
    border: 0 none
}

.crossnote table {
    margin: 10px 0 15px 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    overflow: auto;
    word-break: keep-all
}

.crossnote table th {
    font-weight: 700;
    color: #000
}

.crossnote table td, .crossnote table th {
    border: 1px solid #d6d6d6;
    padding: 6px 13px;
    height: 2.4rem;
}

.crossnote .kwi-table {
    width: 100%;
}
.crossnote .kwi-table__title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}
.crossnote .kwi-table table {
    width: 100%;
    border-collapse: collapse;
}
.crossnote .kwi-table th{
    color : black;
    background-color: #eeeeee;
    font-weight: bold;
    padding: 1.2rem;
    border: 0.1rem solid black;
    font-size: 1.3rem;
}
.crossnote .kwi-table td {
    text-align: left;
    padding: 1.2rem;
    border: 0.1rem solid;
    font-size: 1.3rem;
}
.crossnote .kwi-table {
    /* =========================
* Actions
* ========================= */
}
.crossnote .kwi-table__actions {
    margin-top: 1.6rem;
    display: flex;
    justify-content: center;
}

.crossnote dl {
    padding: 0
}

.crossnote dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 700
}

.crossnote dl dd {
    padding: 0 16px;
    margin-bottom: 16px
}

.crossnote pre code {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding: 2.5rem 3rem;
}

.crossnote pre {
    margin-bottom: 1.5rem;
}

.crossnote.startPython pre code {
    padding: .5rem 1.5rem;
}

.crossnote ul,
.crossnote ul > li {
    list-style: square;
}

.crossnote ol,
.crossnote ol > li {
    list-style: decimal
}

.crossnote ol ol,
.crossnote ol ul,
.crossnote ul ol,
.crossnote ul ul {
    margin: 1.5rem auto;
}

.crossnote ol > li > ul,
.crossnote ol > li > ul > li,
.crossnote ul > li > ul,
.crossnote ul > li > ul > li {
    list-style: disc;
}

.crossnote ol > li > ol,
.crossnote ol > li > ol > li,
.crossnote ul > li > ol,
.crossnote ul > li > ol > li {
    list-style: lower-alpha;
}

.crossnote .newpage, .crossnote .pagebreak {
    page-break-before: always
}

.crossnote section {
    margin-bottom: 5rem;
}

.crossnote p,
.crossnote li,
.crossnote strong,
.crossnote ul {
    line-height: 2rem;
    margin-bottom: 1.5rem !important;
}

.crossnote p {
    line-height: 3rem;
}

.startCodeTop {
    border-radius: 1rem 1rem 0 0;
    height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background-color: #011627;
    padding: 0 2rem;
}

.startCodeTop > span {
    color: #fff;
    font-size: 1.4rem;
}

.startPython .startCodeTop {
    margin-left: 1rem;
}

.bashCode {
    width: 80rem;
}

.startCodeTop button {
    width: 1.8rem;
    height: 1.7rem;
    background: url(../images/icon/btn_copyCode.png) no-repeat 0 0;
    margin-left: auto;
}

.startCodeTop button.active {
    background: url(../images/icon/check_white.svg) no-repeat 0 0;
}

.startCodeTop {
    margin-top: 1rem;
}

.startPython pre {
    display: flex;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.startPython code.highlight {
    font-size: 1.5rem;
    color: #000;
    background-color: #e3e1e1;
    border-radius: 3px;
    padding: 0.1rem 0.4rem;
    font-weight: 500;
}

.startPython img {
    margin-left: 1rem;
}

.assist-query p {
    max-width: 85rem;
    background: #eff2fe;
    padding: 1.5rem 3rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: relative;
    word-break: break-word;
    line-height: 2rem;
    white-space: pre-wrap;
    font-size: 1.5rem;
    letter-spacing: normal;
}

.assist-search-wrap {
    background: #fff;
}

.assist-search-wrap.on {
    padding: 1rem 0 0 30rem;
    transition: padding .16s ease-in;
}

.assist-search {
    width: 92rem;
    border-radius: 3rem !important;
    border: .1rem solid var(--gry-color7);
    background-color: var(--gry-bg-color3);
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    padding: 1rem;
}

.assist-search .text-insert {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: var(--black-color2);
    resize: none;
    flex: 1;
    min-height: 3.2rem;
    max-height: 20rem;
    padding: .5rem 1rem;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    overflow-y: auto;
    box-sizing: border-box;
    line-height: 2.4rem;
}

.assist-search .text-insert[contenteditable]:empty:before {
    content: attr(data-placeholder);
    color: #aaa;
    display: block;
    pointer-events: none;
}

.assist-search div:focus {
    outline: 0;
}

.assist-search button {
    width: 3.4rem;
    height: 3.2rem;
    background: url(../images/common/btn_assist_call.png) no-repeat 0 0;
    margin-right: .5rem;
}

.startPython img {
    border: 1px solid #000;
}

.assist-code-text {
    margin: 1rem 0;
}

.assist-code-text p {
    margin-bottom: 1rem;
}

.assist-code-text .assist-code-text-content {
    padding: 0 0 .5rem 0 !important;
    min-height: 20rem;
}

.assist-code-text pre code.hljs {
    padding: 1rem 3rem 0 !important;
}

.assistant-contents-wrap {
    padding-bottom: calc(15.2rem + 11.2rem) !important;
}

.assist-content {
    margin: 7rem 0 0 0 !important;
}

.assistant-section-report {
    position: fixed;
    z-index: 10;
    width: 29.9rem;
    height: 4.8rem;
    bottom: 0;
    margin: 0;
    background: #f9f9f9;
    border-right: 1px solid var(--gry-color3);
}

.icon-top-security:hover {
    cursor: pointer;
}

.guide-menu-wrap .guide-menu.on .guide-menu-a::after {
    animation: dropDown .3s ease-in-out forwards;
    border: solid var(--black-color2);
    border-width: 0.1rem 0.1rem 0 0;

}

.guide-menu-wrap .guide-menu .guide-menu-a::after {
    content: '';
    width: .5rem;
    height: .5rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.25rem;
    border: solid var(--gry-color12);
    border-width: 0.1rem 0.1rem 0 0;
    transform: rotate(-45deg);
    animation: dropUp .3s ease-in-out forwards;
}

.secondary {
    font-size: 16px !important;
    min-width: 110px !important;
    height: 46px !important;
}

.modal-container.modal-alert .modal .modal-footer .btn-group {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.modal-container.modal-alert .modal .modal-footer .btn-group li + li {
    margin-left: 0;
}

.history-sector ul li.history-item {
    position: relative;
    /*min-height: 4rem;*/
    display: flex;
    align-items: center;
    padding: 0 1rem 0 2rem;
    cursor: pointer;
    z-index: 10;
    justify-content: space-between;
}

.history-sector ul li.history-item.active p {
    width: 21rem;
    margin-right: 0;
}

.history-sector ul li.history-item .history-edit-confrim.on {
    display: flex;
    padding-top: 0.2rem;
    align-items: center;
    z-index: 2;
    gap: 0.5rem;
}

.history-sector h3 {
    font-size: 1.2rem;
    color: var(--gry-color8);
    padding: 0 0 1rem 2rem;
}

/*li.history-item.on {*/
/*    background: #eaeefd;*/
/*}*/

.history-sector ul li .history-edit .history-edit-menu.on,
.history-sector ul li.history-item.on {
    z-index: 30 !important;
}

#header.fixed {
    z-index: 200 !important;
}

/*.assist-anser-text p,*/
/*.assist-anser-text div,*/
/*.assist-anser-text span,*/
/*.assist-anser-text h1,*/
/*.assist-anser-text h2,*/
/*.assist-anser-text h3,*/
/*.assist-anser-text h4,*/
/*.assist-anser-text h5{*/
/*    margin: 0;*/
/*}*/

/*.assist-anser-text ul {*/
/*    padding: 0 0.5rem;*/
/*}*/
/*.assist-anser-text li {*/
/*    list-style: disc inside;*/
/*    min-height: 2.2rem;*/
/*    color: var(--black-color2);*/
/*    line-height: 3rem;*/
/*}*/

/*.assist-code-text {*/
/*    margin: 1rem auto !important;*/
/*}*/

/*.assist-anser-text p{*/
/*    min-height: unset;*/
/*    line-height: normal;*/
/*}*/

/* 제목(h1 ~ h6) 스타일 */
.assist-anser-text h1,
.assist-anser-text h2,
.assist-anser-text h3,
.assist-anser-text h4,
.assist-anser-text h5,
.assist-anser-text h6 {
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2c3e50;
}

/* 제목 크기 예시(프로젝트에 맞게 조정하세요) */
.assist-anser-text h1:not(.assist-code-text h1) {
    font-size: 1.8rem;
}

.assist-anser-text h2:not(.assist-code-text h2) {
    font-size: 1.6rem;
}

.assist-anser-text h3:not(.assist-code-text h3) {
    font-size: 1.4rem;
}

.assist-anser-text h4:not(.assist-code-text h4) {
    font-size: 1.2rem;
}

.assist-anser-text h5:not(.assist-code-text h5) {
    font-size: 1rem;
}

.assist-anser-text h6:not(.assist-code-text h6) {
    font-size: 0.9rem;
}

/* 일반 텍스트(p) 스타일 */
.assist-anser-text p:not(.assist-code-text p) {
    margin: 0 0 1rem;
    color: #555;
    line-height: 2.5rem;
}

/* 강조 태그 */
.assist-anser-text strong:not(.assist-code-text strong) {
    font-weight: bold;
    color: #000;
}

.assist-anser-text em:not(.assist-code-text em) {
    font-style: italic;
}

.assist-anser-text del:not(.assist-code-text del) {
    text-decoration: line-through;
}

.assist-anser-text ul:not(.assist-code-text ul) p,
.assist-anser-text ol:not(.assist-code-text ol) p {
    margin: 0 0 .5rem;
}

/* 목록 스타일 */
.assist-anser-text ul:not(.assist-code-text ul),
.assist-anser-text ol:not(.assist-code-text ol) {
    margin: 0 0 1rem 1rem;
    padding: 0;
    line-height: 2.4rem;
}

.assist-anser-text li:not(.assist-code-text li) {
    margin: 0.4em 0;
}

.assist-anser-text ul:not(.assist-code-text ul) li {
    list-style: disc;
}

.assist-anser-text ul:not(.assist-code-text ul) ul li {
    list-style: circle;
}

.assist-anser-text ul:not(.assist-code-text ul) ol li {
    list-style: decimal;
}

.assist-anser-text ol:not(.assist-code-text ol) li {
    list-style: decimal;
}

.assist-anser-text ol:not(.assist-code-text ol) ol li {
    list-style: decimal;
}

.assist-anser-text ol:not(.assist-code-text ol) ul li {
    list-style: inside;
}

/* 링크 스타일 */
.assist-anser-text a:not(.assist-code-text a) {
    color: #2980b9;
    text-decoration: none;
}

.assist-anser-text a:hover:not(.assist-code-text a:hover) {
    text-decoration: underline;
}

/*!* 인라인 코드(code) 스타일 *!*/
.assist-anser-text code:not(.assist-code-text code) {
    background-color: #f8f8f8;
    color: #d14;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: Consolas, Menlo, Monaco, Courier, monospace;
    font-size: 0.95em;
}

/* 블록 코드(pre) 스타일 */
.assist-anser-text pre:not(.assist-code-text pre) {
    background-color: #f8f8f8;
    padding: 1em;
    margin: 1em 0;
    border-radius: 4px;
    overflow: auto;
}

.assist-anser-text pre code:not(.assist-code-text pre code) {
    background: none; /* pre 태그 안 code의 배경 중복 방지 */
    padding: 0;
    color: #d14;
    font-size: 0.95em;
}

/* 인용(blockquote) 스타일 */
.assist-anser-text blockquote:not(.assist-code-text blockquote) {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #ccc;
    color: #666;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.assist-anser-text blockquote:not(.assist-code-text blockquote) * {
    margin: 0;
}

/* 수평선(hr) 스타일 */
.assist-anser-text hr:not(.assist-code-text hr) {
    border: none;
    border-top: 1px solid #ddd;
    margin: 1.8em 0;
}

/* 테이블(table) 스타일 */
.assist-anser-text table:not(.assist-code-text table) {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.assist-anser-text th:not(.assist-code-text th),
.assist-anser-text td:not(.assist-code-text td) {
    border: 1px solid #ddd;
    padding: 0.6em;
    text-align: left;
}

.assist-anser-text thead th:not(.assist-code-text th) {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* 이미지(img) 스타일 */
.assist-anser-text img:not(.assist-code-text img) {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
}

/*.assist-anser-text .assist-code-text * {*/
/*    all: revert;*/
/*}*/

.guide-contents .guide-menu-list {
    position: unset;
}

.guide-menu-title h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--black-color2);
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 4.2rem;
}

.guide-menu {
    margin-top: 0 !important;
}

.add-acct-list {
    max-height: 40rem;
    overflow-y: auto;
}

.btn-cert {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    padding: 1.4rem;
    border: 0.1rem solid var(--purple-color);
    color: var(--purple-color);
    font-size: 1.4rem;
    line-height: 1.4rem;
    background: var(--white);
    width: 6rem;
}

.btn-cert-cancel.on {
    display: inline-block;
}

.btn-cert-cancel {
    display: none;
    border: 0.1rem solid #bc2222 !important;
    color: #bc2222 !important;
    vertical-align: middle;
    border-radius: 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    padding: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    background: var(--white);
    width: 6rem;
}

.btn-cert:disabled {
    border: 0.1rem solid var(--purple-color);
    background: var(--purple-color);
    color: #fff;
}

.modal .input-area input[type=number],
.modal .input-area input[type=tel],
.modal .input-area input[type=text],
.modal .input-area input[type=password] {
    width: 100%;
    height: 4.2rem;
    flex: 0 1 auto;
    padding: 0 12px 0 12px;
    border: none;
    background: none;
    font-size: 1.6rem;
    line-height: 4rem;
}

.modal .select-form select {
    padding: 0 2.8rem 0 1.5rem !important;
}

.agreement-body .agreement-content {
    padding: 0 !important;
    max-height: 50rem;
    height: 50rem;
    overflow: hidden;
}

.heros-app-area {
    margin-bottom: 2.4rem;
}

.history-edit-input[contenteditable=true],
.history-edit-input[contenteditable=true]:focus,
.history-edit-input[contenteditable=true]:focus-visible {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #6f81da;
    outline: none;
}

.btn-download-excel {
    background: #09ba09;
    color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    border: 0.1rem solid var(--gry-color10);
    border-radius: 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.btn-download-pdf {
    background: #af0d2a;
    color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    border: 0.1rem solid var(--gry-color10);
    border-radius: 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
}

.guide-title-01 .sub-title-bar {
    font-size: 1.6rem;
    background: var(--sky-bg-color);
}

.guide-title-01 blockquote {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    padding: 1rem 2rem;
    color: #333;
    background-color: var(--sky-bg-color);;
    border-left: 4px solid #6f81da;
    line-height: 2rem;
}

.guide-title-01 blockquote > :first-child {
    margin-top: 0
}

.guide-title-01 blockquote > :last-child {
    margin-bottom: 0
}

.guide-title-01 blockquote .blockquote-title {
    margin-bottom: 1rem;
}

/*.assist-content .queryGroup:last-child {*/
/*    margin-bottom: 5rem;*/
/*}*/

.assist-anser {
    min-height: 4.2rem;
}

/*.assist-content .queryGroup:last-child .assist-anser-text{*/
/*    min-height: 2rem;*/
/*}*/

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip img {
    width: 50px;
    height: 50px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;

    position: absolute;
    z-index: 1;
    top: 150%; /* 버튼 아래로 위치 */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
}

/* 꼬리 (위쪽 삼각형) */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%; /* 툴팁 위쪽에 꼬리 생성 */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.blockquote-content {
    white-space: pre-line;
    line-height: 2.3rem;
}


/* 26.03.27::임정아 - 아카이브 생성한 경우, 생성된 아카이브 화면 UI 추가 */
.archive-panel-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #4c62d1;
    border: 1px solid #1e75d6;
    border-bottom: none;
    border-radius: 0.6rem 0.6rem 0 0;
    width: max-content;
    height: 4rem;
    padding: 1rem 3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.archive-panel-title::before {
    display: block;
    content: '';
    width: 2.5rem;
    height: 1.7rem;
    background: url(../images/icon/icn_achive_save.png) no-repeat 0 0;
    background-size: 2.5rem 1.7rem;
}

/* 프롬프트 입력창 내 AI 어시스턴트 버전 변경 기능 추가 */
.market-filter {
    width: 92rem;
    margin: 0 auto 1.4rem auto;
}

.market-filter .input-check:first-child {
    margin-left: 3rem;
}

.market-filter .input-check + .input-check {
    margin-left: 2rem;
}

/* 초보자를 위한 매매 전략 추가 */
.assistant-contents.on {
    display: flex;
}

.trade-strategy {
    position: fixed;
    right: 20px;
    top: 90px;
    z-index: 101;
    width: 35rem;
    height: max-content;
    padding: 2.4rem 1.2rem 1.2rem;
    margin-top: 11.3rem;
    margin-right: 1.8rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
    transition: all .2s;
    background-color: #fff;
}

.trade-strategy.on .trade-strategy-list {
    display: block;
}

.trade-strategy .trade-strategy-wrap-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6rem;
}

.trade-strategy .trade-strategy-wrap-top > p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 174px;
    margin-left: 65px;
}

.trade-strategy .trade-strategy-wrap-top > button {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/icon/btn_arrow_open.png) no-repeat 0 0;
    background-size: 2.4rem 2.4rem;
}

.trade-strategy.on .trade-strategy-wrap-top > button {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/icon/btn_arrow_close.png) no-repeat 0 0;
    background-size: 2.4rem 2.4rem;
}

.trade-strategy .trade-strategy-wrap-top > button.btn-close {
    margin-left: auto;
    margin-right: 6px;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../images/icon/btn_close.png) no-repeat 0 0;
    background-size: 1.2rem 1.2rem;
}

.trade-strategy .trade-strategy-list {
    display: none;

}

.trade-strategy .trade-strategy-list > li {
    background-color: #f9f9f9;
    margin-top: 1.2rem;

}

.trade-strategy .trade-strategy-list > li + li {
    margin-top: 1rem;
}

.trade-strategy .trade-strategy-list > li .trade-strategy-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1.6rem;
    width: 100%;
    padding: 2.4rem 2rem 2.4rem 6rem;
    /* padding-left: 6rem; */
    background: url(../images/icon/icn_brain_01.png) no-repeat 2rem 1.6rem;
    background-size: 2.8rem 3rem;
    text-align: left;
}

.trade-strategy .trade-strategy-list > li .trade-strategy-card > strong {
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
}

.trade-strategy .trade-strategy-list > li .trade-strategy-card > p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #777;
}

/* my archive 추가 */
.my-archive-area .btn-archive-add {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #222;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 0;
    margin: 1.3rem 0 0 3rem;
}

.my-archive-area .btn-archive-add::before {
    display: block;
    content: '';
    width: 2.2rem;
    height: 1.7rem;
    background: url(../images/icon/icn_add_archive.png) no-repeat 0 0;
    background-size: 2.2rem 1.7rem;
}

.my-archive-area + .history-title {
    border-top: 1px solid #e5e5e5;
    margin-top: 1.2rem;
}

.archive-list > li {
    padding: 0 0 0 2rem;
    position: relative;
    min-height: 4rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.archive-list > li .archive-list-item {
    width: 100%;
}

.archive-list > li .archive-list-item:hover:after {
    content: '';
    width: 0;
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #eaeefd;
    animation: widthFull .4s ease-in forwards;
}

.archive-list > li .archive-list-item button.desc {
    margin-left: 3rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    /* text-overflow: ellipsis; */
    font-size: 1.4rem;
    width: calc(100% - 7rem);
    line-height: 4rem;
    text-align: left;
}

.archive-list > li.on .archive-list-item .desc::before {
    background: url(../images/icon/icn_folder_open.png) no-repeat 0 0;
    background-size: 2rem 1.6rem;
}

.archive-list > li .archive-list-item button.desc::before {
    display: block;
    content: '';
    width: 2rem;
    height: 1.6rem;
    background: url(../images/icon/icn_folder_default.png) no-repeat 0 0;
    background-size: 2rem 1.6rem;
    flex-shrink: 0;
}

.archive-list > li .archive-list-item:hover .btn-edit-menu{
    display: block;
}

.archive-list > li .archive-list-item .btn-edit-menu {
    display: none;
    width: 2rem;
    height: 4rem;
    background: url(../images/common/btn_history-edit.png) no-repeat 50% 1.2rem;
    position: absolute;
    right: 1rem;
    top: 0;
    z-index: 1;
}

.archive-list > li .archive-list-item .btn-list {
    display: none;
    position: absolute;
    left: 80%;
    top: 0;
    /* transform: translateX(calc(100% + 1rem)); */
    z-index: 151;
    min-width: 14rem;
    width: max-content;
    background: var(--white);
    padding: 1rem 0;
    border: .1rem solid var(--gry-color3);
    border-radius: 1rem;
    box-shadow: 0 0 1rem var(--gry-color3);
    text-align: left;
}

.archive-list > li .archive-list-item .btn-list::before {
    display: block;
    content: '';
    width: 1.2rem;
    height: .9rem;
    background: url(../images/common/bg_assist_report.png) no-repeat 0 0;
    position: absolute;
    left: 1.5rem;
    top: -0.9rem;
    transform: rotate(180deg);
}

.archive-list > li .archive-list-item .btn-list > li {
    padding: 0.7rem 2rem;
}

.archive-list > li .archive-list-item .btn-list > li:hover a {
    color: #4c62d1;
}

.archive-list > li .archive-list-item .btn-list > li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #222;
}

.archive-list > li .archive-list-item .btn-list > li a::before {
    display: block;
    content: '';
}

.archive-list > li .archive-list-item .btn-list > li:hover a.edit-name::before {
    background: url(../images/icon/text_edit_default_hover.png) no-repeat 0 0;
    background-size: 1.3rem 1.3rem;
}

.archive-list > li .archive-list-item .btn-list > li:hover a.delete-list::before {
    background: url(../images/icon/icn_delete_dafault_hover.png) no-repeat 0 0;
    background-size: 1.3rem 1.5rem;
}

.archive-list > li .archive-list-item .btn-list > li a.edit-name::before {
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/icon/text_edit_default.png) no-repeat 0 0;
    background-size: 1.3rem 1.3rem;
}

.archive-list > li .archive-list-item .btn-list > li a.delete-list::before {
    width: 1.3rem;
    height: 1.5rem;
    background: url(../images/icon/icn_delete_dafault.png) no-repeat 0 0;
    background-size: 1.3rem 1.5rem;
}

.archive-list > li.on .archive-list.depth2 {
    display: block;
}

.archive-list > li .archive-list.depth2 {
    display: none;
    width: calc(100% + 2rem);
    margin: 0 -2rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item {
    position: relative;
}

.archive-list > li .archive-list.depth2 .archive-depth2-item:hover:after {
    /* content: '';
    width: 0;
    height: 6.4rem;
    position: absolute;
    left: 0; top: 0;
    z-index: -1;
    background: #eaeefd;
    animation: widthFull .4s ease-in forwards; */
}

.archive-list > li .archive-list.depth2 .archive-depth2-item:hover .desc .main {
    color: #4c62d1;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item:hover .btn-edit-menu {
    display: block;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .btn-edit-menu {
    display: none;
    width: 2rem;
    height: 4rem;
    background: url(../images/common/btn_history-edit.png) no-repeat 50% 1.2rem;
    position: absolute;
    right: 1rem;
    z-index: 1;
    top: 0;
    background: url(../images/common/btn_history-edit.png) no-repeat 50% 1.2rem;
    transform: rotate(90deg);
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
    /* transform: translateX(calc(100% + 1rem)); */
    z-index: 151;
    min-width: 14rem;
    width: max-content;
    background: var(--white);
    padding: 1rem 0;
    border: .1rem solid var(--gry-color3);
    border-radius: 1rem;
    box-shadow: 0 0 1rem var(--gry-color3);
    text-align: left;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list::before {
    display: block;
    content: '';
    width: 1.2rem;
    height: .9rem;
    background: url(../images/common/bg_assist_report.png) no-repeat 0 0;
    position: absolute;
    left: 1.5rem;
    top: -0.9rem;
    transform: rotate(180deg);
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li {
    padding: 0.7rem 2rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a,
.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a span {
    color: #4c62d1;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a,
.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a span {
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #222;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a::before {
    display: block;
    content: '';
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a.archive-move::before {
    background: url(../images/icon/icn_folder_open_sm_hover.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

/*.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a.archive-move::after {*/
/*    background: url(../images/icon/icn_arrow_right_hover.png) no-repeat 0 0;*/
/*    background-size: 0.6rem 1rem;*/
/*}*/

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a.edit-name::before {
    background: url(../images/icon/text_edit_default_hover.png) no-repeat 0 0;
    background-size: 1.3rem 1.3rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li:hover a.delete-list::before {
    background: url(../images/icon/icn_delete_dafault_hover.png) no-repeat 0 0;
    background-size: 1.3rem 1.5rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a.archive-move::before {
    width: 1.5rem;
    height: 1.2rem;
    background: url(../images/icon/icn_folder_open_sm.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

/*.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a.archive-move::after {*/
/*    display: block;*/
/*    content: '';*/
/*    width: 0.6rem;*/
/*    height: 1rem;*/
/*    background: url(../images/icon/icn_arrow_right.png) no-repeat 0 0;*/
/*    background-size: 0.6rem 1rem;*/
/*}*/

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a.edit-name::before {
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/icon/text_edit_default.png) no-repeat 0 0;
    background-size: 1.3rem 1.3rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list > li a.delete-list::before {
    width: 1.3rem;
    height: 1.5rem;
    background: url(../images/icon/icn_delete_dafault.png) no-repeat 0 0;
    background-size: 1.3rem 1.5rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list .archive-move-submenu-list {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(calc(100% + 1rem));
    z-index: 999;
    min-width: 14rem;
    width: max-content;
    background: var(--white);
    padding: 1rem 0;
    border: .1rem solid var(--gry-color3);
    border-radius: 1rem;
    box-shadow: 0 0 1rem var(--gry-color3);
    text-align: left;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list .archive-move-submenu-list > li {
    padding: 0.7rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #222;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list .archive-move-submenu-list > li:hover {
    background-color: #f7f7f7;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list .archive-move-submenu-list > li::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.2rem;
    background: url(../images/icon/sicn_folder_02.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .archive-move-menu-list .archive-move-submenu-list > li a {
    display: flex;;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .desc {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    width: calc(100% - 4rem - 4.8rem);
    padding-left: 1.4rem;
    margin-left: 4.8rem;
    background: url(../images/icon/bg_sub_menu.png) no-repeat 0 1.6rem;
    background-size: 0.6rem 0.7rem;
    text-align: left;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .desc .main {
    padding-top: 1rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2.2rem;
    color: #222;
}

.archive-list > li .archive-list.depth2 > .archive-depth2-item .desc .sub {
    padding-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #777;
}

/* my history 타이틀 추가 */
.history-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #222;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2.2rem 0 0 3rem;
}

.history-title::before {
    display: block;
    content: '';
    width: 1.8rem;
    height: 1.8rem;
    background: url(../images/icon/icn_history_tit.png) no-repeat 0 0;
    background-size: 1.8rem 1.8rem;
}

.history-title + .history-sector {
    margin-top: 2.6rem;
}

/* 답변 아카이브 저장하기 버튼 추가 */
.archive-save-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.archive-save-wrap .btn-archive-save {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem 2rem;
    height: 3.8rem;
    border: 1px solid #bbb;
    border-radius: 0.4rem;
    font-size: 1.4rem;
    line-height: normal;
    color: #222;
}

.archive-save-wrap .btn-archive-save::before {
    display: block;
    content: '';
    width: 1.8rem;
    height: 1.4rem;
    background: url(../images/icon/icn_achive_save.png) no-repeat 0 0;
    background-size: 1.8rem 1.4rem;
}

.archive-save-wrap .archive-menu-layer {
    display: none;
    flex-direction: column;
    position: absolute;
    left: calc(100% - 4.4rem);
    top: calc(100% - 0.2rem);
    z-index: 11;
    width: max-content;
    padding: 1.5rem 2rem;
    background: var(--white);
    border: 0.1rem solid var(--gry-color3);
    border-radius: 1rem;
    box-shadow: 0 0 1rem var(--gry-color3);
    text-align: left;
}

.archive-save-wrap .archive-menu-layer.on {
    display: flex;
}

.archive-save-wrap .archive-menu-layer:after {
    content: '';
    width: 1.2rem;
    height: .9rem;
    background: url(../images/common/bg_assist_report.png) no-repeat 0 0;
    transform: rotate(180deg);
    display: block;
    position: absolute;
    left: 1.5rem;
    top: -0.9rem;
}

.archive-save-wrap .archive-menu-layer > li {
    flex: 1;
}

.archive-save-wrap .archive-menu-layer > li + li {
    margin-top: 1.6rem;
}

.archive-save-wrap .archive-menu-layer > li button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
    color: #222;
    text-align: left;
}

.archive-save-wrap .archive-menu-layer > li button.archive-new::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.2rem;
    background: url(../images/icon/sicn_new_achive_01.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

.archive-save-wrap .archive-menu-layer > li:hover button.archive-new::before {
    background: url(../images/icon/sicn_new_achive_01_hover.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

.archive-save-wrap .archive-menu-layer > li:hover button {
    color: #4c62d1;
}

.archive-save-wrap .archive-menu-layer > li button::before {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1.2rem;
    background: url(../images/icon/sicn_folder_02.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

.archive-save-wrap .archive-menu-layer > li:hover button::before {
    background: url(../images/icon/sicn_folder_02_hover.png) no-repeat 0 0;
    background-size: 1.5rem 1.2rem;
}

/* 프롬프트 입력창 내 AI 어시스턴트 버전 변경 기능 추가 */
.assistent-guide-box {
    padding: 4.2rem 4.2rem 4.2rem 10.6rem;
    background: #fff url(../images/icon/icn_brain_01.png) no-repeat 4.2rem 4.2rem;
    background-size: 3.9rem 4.2rem;
}

.assistent-guide-box > p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    color: #222;
}

.assistent-guide-box .market-filter {
    display: flex;
    align-items: center;
    width: 33.6rem;
    height: 3.6rem;
    margin: 3rem auto 3.6rem 0;
    background-color: #fff;
    border-radius: 1.8rem;
}

/* 관련 영상 바로가기 섹션 추가 */
.related-video-wrap .video-area {
    padding: 0 2.2rem 0;
}

.related-video-wrap .video-area > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 2.2rem 0;
}

.related-video-wrap .video-area .thumnail-area {
    overflow: hidden;
    border-radius: 1rem;
}

.related-video-wrap .video-area .info-area {
    margin-top: 1.6rem;
}

.related-video-wrap .video-area .info-area .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #222;
}

.related-video-wrap .video-area .info-area .date {
    display: flex;
    margin-top: 1.2rem;
}

.related-video-wrap .video-area .info-area .date > li {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    color: #888;
}

.related-video-wrap .video-area .info-area .date > li + li::before {
    display: block;
    content: '|';
    color: #888;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0 1.2rem;
}

/* 홈 화면 국내, 해외 전환 버튼 추가 */
.market-toggle {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    position: absolute;
    width: 120rem;
    top: 6.8rem;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    pointer-events: none;
}

@media screen and (max-width: 1473px) {
    .market-toggle {
        left: 13rem;
        transform: translateX(0);
    }
}

.market-toggle > li {
    width: 15rem;
    height: 15rem;
    border-radius: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 1.2rem rgba(0, 0, 0, 5%);
}

.market-toggle > li button {
    pointer-events: auto;
}

.market-toggle > li.market-kr button {
    width: 100%;
    height: 100%;
    background: url(../images/intro_btn_bg_kr_off.png) no-repeat center center;
    background-size: 8.6rem 9.4rem;
}

.market-toggle > li.market-us button {
    width: 100%;
    height: 100%;
    background: url(../images/intro_btn_bg_us_off.png) no-repeat center center;
    background-size: 8.6rem 9.4rem;
}

.market-toggle > li.on.market-kr button {
    width: 100%;
    height: 100%;
    background: url(../images/intro_btn_bg_kr.png) no-repeat center center;
    background-size: 8.6rem 9.4rem;
}

.market-toggle > li.on.market-us button {
    width: 100%;
    height: 100%;
    background: url(../images/intro_btn_bg_us.png) no-repeat center center;
    background-size: 8.6rem 9.4rem;
}

/* id로 처리된 스타일, class로도 추가 반영 : 미국주식 */
.feature {
    height: 860px;
}

.feature .feature-card-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11.4rem;
    justify-content: space-between;
}

.feature .feature-card-list li {
    width: 38rem;
    height: 37.8rem;
    overflow: hidden;
    padding: 4.4rem 4.6rem;
    border-radius: 2rem;
    position: relative;
    background-color: var(--skyblue-color);
}

.feature .feature-card-list li:nth-child(2) {
    background-color: var(--navy-color);
}

.feature .feature-card-list li:nth-child(3) {
    background-color: var(--skyblue-color2);
}

.feature .feature-card-list .label-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--label-txt-color2);
}

.feature .feature-card-list .main-title {
    font-size: 30px;
    font-weight: 900;
    color: var(--white);
    margin-top: 16px;
}

.feature .feature-card-list .sub-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--sub-txt-color1);
    line-height: 1.8;
    margin-top: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.feature .feature-card-list .btn-more {
    font-size: 14px;
    font-weight: 300;
    color: var(--sub-txt-color1);
    position: absolute;
    left: 4.4rem;
    bottom: 4rem;
    transition: .2s;
}

.feature .feature-card-list .btn-more:hover {
    color: var(--white);
}

.feature .feature-card-list .btn-more::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 2.8px;
    right: -15px;
    background: url(../images/icon/arr_line_right.svg) no-repeat center;
    opacity: 0.8;
}

.feature .feature-card-list .btn-more:hover::after {
    opacity: 1;
}

.feature .feature-card-list .ico-productivity::after {
    width: 7.2rem;
    height: 6rem;
    top: 1rem;
    right: 0;
    background: url(../images/icon/icon_search_graph.png) no-repeat center;
}

.feature .feature-card-list .ico-safety::after {
    width: 7.2rem;
    height: 6.6rem;
    top: 1rem;
    right: 0;
}

.feature .feature-card-list .ico-reliability::after {
    width: 7.2rem;
    height: 6rem;
    top: 1rem;
    right: 0;
    background: url(../images/icon/icon_building.png) no-repeat center;
}

.service {
    height: 105rem;
    background: var(--navy-color);
}

.service .main-title-area .main-title {
    color: var(--white);
}

.service .main-title-area .sub-title {
    color: var(--gry-color6);
}

.service .service-card-list {
    height: 58rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 11rem;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}

.service .service-card-list li {
    width: 27.5rem;
    height: 27.5rem;
    overflow: hidden;
    padding: 4.8rem 4.6rem 4rem 4.6rem;
    border-radius: 2rem;
    position: relative;
    background: var(--white);
    text-align: center;
}

.service .service-card-list li .flag-live {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    width: 6.8rem;
    height: 2.6rem;
    background-color: #ee41aa;
    border-radius: 1.3rem;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 0.01rem;
}

.service .service-card-list li .flag-live::before {
    display: block;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #fff;
}

.service .service-card-list li:last-child {
    background: var(--main-color);
}

.service .service-card-list li .list-area {
    height: 100%;
    position: relative;
}

.service .service-card-list .main-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gry-txt3);
    margin-top: 100px;
}

.service .service-card-list .sub-title {
    font-size: 15px;
    font-weight: 400;
    color: var(--gry-txt2);
    line-height: 1.8;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 160px;
    margin: 18px auto 0;
}

.service .service-card-list .icon-big-plus {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 180px;
    font-size: 24px;
    text-align: center;
}

.service .service-card-list .icon-big-plus::after {
    width: 100px;
    height: 80px;
    left: 50%;
    top: 10px;
    margin-left: -50px;
}

.service .service-card-list .icon-big-plus label {
    display: block;
    margin-top: 100px;
    color: var(--white);
    font-weight: 400;
    font-size: 2.4rem;
}

.service .service-card-list .ico-bg::after {
    width: 100px;
    height: 80px;
    top: -110px;
    left: 50%;
    margin-left: -50px;
}

/* 홈화면 미국주식 */
#feature-us,
#service-us {
    display: none;
}

[data-market="us"] #feature,
[data-market="us"] #service {
    display: none;
}

[data-market="us"] #feature-us,
[data-market="us"] #service-us {
    display: block;
}

[data-market="us"] .feature .main-title-area .label-title {
    color: #bc34ba;
}

[data-market="us"] .feature .feature-card-list li {
    background-color: #6a60da;
}

[data-market="us"] .feature .feature-card-list li:nth-child(2) {
    background-color: var(--navy-color);
}

[data-market="us"] .feature .feature-card-list li:nth-child(3) {
    background-color: #0094cb;
}

[data-market="us"] .feature .feature-card-list .ico-productivity::after {
    width: 7.2rem;
    height: 6rem;
    top: 1rem;
    right: 0;
    background: url(../images/icon/icon_search_graph_us.png) no-repeat center;
}

[data-market="us"] .feature .feature-card-list .ico-reliability::after {
    width: 7.2rem;
    height: 6rem;
    top: 1rem;
    right: 0;
    background: url(../images/icon/icon_building_us.png) no-repeat center;
}

[data-market="us"] .service .service-card-list li:last-child {
    background-color: #8681fd;
}

/* 팝업 스타일 추가 */
.modal-container .modal .modal-body .modal-body-container .input-wrap {
    min-width: 50rem;
    padding: 2.4rem 3rem;
    background-color: #eff2fe;
}

.modal-container .modal .modal-body .modal-body-container .input-wrap .input-area {
    width: 100%;
}
.menu-active {
    color: var(--point-color) !important;
    font-weight: bold !important;
}

/* 아카이브 이동/저장하기 팝업 추가 */
.modal-container .modal .modal-body .modal-body-container .archive-menu-list {
    border: 1px solid #bbb;
    width: 450px;
    height: 214px;
    margin-top: 8px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.modal-container .modal .modal-body .modal-body-container .archive-menu-list > li.archive-menu-item {
    height: 54px;
}

.modal-container .modal .modal-body .modal-body-container .archive-menu-list > li.archive-menu-item button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    width: 100%;
    font-size: 16px;
    color: #222;
}

.modal-container .modal .modal-body .modal-body-container .archive-menu-list > li.archive-menu-item:hover button {
    background-color: #f7f7f7;
}

.modal-container .modal .modal-body .modal-body-container .archive-menu-list > li.archive-menu-item button::before {
    display: block;
    content: '';
    width: 2rem;
    height: 1.6rem;
    background: url(../images/icon/icn_folder.png) no-repeat 0 0;
    background-size: 2rem 1.6rem;
}

.modal-container .modal .modal-body .modal-body-container .archive-menu-list > li.archive-menu-item.new button::before {
    background: url(../images/icon/icn_folder_new.png) no-repeat 0 0;
    background-size: 2rem 1.6rem;
}


@keyframes led-rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.feature-card-list > li.gradient-effect {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* 바깥에서 도는 강조 빛 */
.feature-card-list > li.gradient-effect::before {
    content: '';
    position: absolute;
    inset: -30%;
    z-index: 0;
    background: conic-gradient(
            from 0deg,
            transparent 0deg,
            transparent 300deg,
            rgba(255, 214, 80, 0.12) 320deg,
            rgba(255, 214, 80, 0.95) 342deg,
            rgba(255, 245, 190, 1) 351deg,
            rgba(255, 214, 80, 0.95) 360deg
    );
    animation: rotate-led 3.5s linear infinite;
}

/* 실제 카드 배경 */
.feature-card-list > li.gradient-effect::after {
    content: '';
    position: absolute;
    inset: 0.8rem; /* 테두리 두께 */
    border-radius: 1.8rem !important;
    z-index: 1;
    border-radius: 30px;
    background: #0094cb;
    box-shadow: 0 0 10px rgba(255, 226, 120, 0.18),
    0 0 20px rgba(255, 226, 120, 0.12);
}

/* 내용은 위로 */
.feature-card-list > li.gradient-effect > * {
    position: relative;
    z-index: 2;
}

@keyframes rotate-led {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* 홈페이지 개선건 스타일 추가 */
section#restApi {
    max-width: 120rem;
    margin: 0 auto;
    padding: 10rem 0;
}
#restApi .section-inner .main-title-area .label-title{
    font-size: 3.6rem;
    font-weight: 700;
    color: #001f60;
}
#restApi .section-inner .main-title-area .main-title{
    font-size: 5.4rem;
    font-weight: 900;
    color: #ee38a7;
}
.restApi-card-list{
    margin-top: 10rem;
    display: flex;
    gap: 3.6rem;
    justify-content: space-between;
}
.restApi-card-list li{
    position: relative;
    flex: 1;
    min-height: 43.4rem;
    padding: 4.2rem 3.4rem 0;
    border-radius: 1.8rem;
    box-shadow: 0 0 2rem rgba(0,0,0,0.22);
}
.restApi-card-list li:hover:after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content:'';
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    border-radius: 1.8rem;
    border: 0.4rem solid #ee38a7;
}
.restApi-card-list li .card-label{
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #777;
}
.restApi-card-list li .card-label strong{
    font-size: 4.2rem;
    font-weight: 900;
    color: #ec008c;
    margin-right: 1.6rem;
}
.restApi-card-list li .card-desc{
    font-size: 1.6rem;
    font-weight: 500;
    color: #444;
    margin: 2.8rem 0;
}
.restApi-card-list li .card-sub-desc{
    font-size: 1.6rem;
    font-weight: 500;
    color: #666;
    margin: 2.8rem 0 0;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #e0e0e0;
}
.restApi-card-list li .card-img {
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.restApi-card-list li .card-btn {
    padding-right: 2.4rem;
    background: url("../images/icon/btn_arrow_right.png") no-repeat 100% center;
    background-size: 1.2rem 1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    height: 6rem;
    color: #555;
    position: relative;
    z-index: 10;
}
.restApi-card-list li .card-btn.download {
    background: url("../images/icon/btn_download.png") no-repeat 100% center;
    background-size: 1.4rem 1.4rem;
}
.restApi-card-list li:hover .card-btn {
    cursor: pointer;
    color: #ee38a7;
    background: url("../images/icon/btn_arrow_right_hover.png") no-repeat 100% center;
    background-size: 1.2rem 1.2rem;
}
.restApi-card-list li:hover .card-btn.download {
    background: url("../images/icon/btn_download_hover.png") no-repeat 100% center;
    background-size: 1.4rem 1.4rem;
}

.history-item .history-edit-input.on,
.archive-depth2-item .desc.on > span.main,
.archive-depth2-item .desc.on > span.sub {
    color: #4c62d1 !important;
    font-weight: 500 !important;
}

.custom-toast-container {
    position: fixed;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.custom-toast {
    background-color: #1f2937;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 50px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.3);
    font-size: 14px;
    font-width: 500;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
}
.custom-toast.show {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0);
}