@charset "UTF-8";

/*********************************************************************
  ai 팝업 - 2024.05.31
*********************************************************************/
@media (max-width: 1023.98px) {
    .bt.bt-xs {
        margin-right: 15px;
    }

    .chatgpt-area .ft-color-wt.mlf-auto {
        margin-left: initial;
    }

    .nav-x-wrap {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-tradepro .board-list-pro,
    .board-list-pro {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .ai-title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bt.bt-xs.bt-icon.pdLfRt-10 {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        height: auto !important;
        top: 0 !important;
        margin-left: 10px !important;
    }

    .chatgpt-area {
        width: 100%
    }

    .chatgpt-area .ft-color-wt.fsz25 {
        font-size: 0.7777777778rem !important;
    }

    .ai-box img {
        max-width: 35%;
    }

    .ai-beta-sub-title-wrap {
        display: block !important;
    }

    .ai-beta.fsz22 {
        font-size: 12px !important;
    }
    .ai-service-modal {
        width: 50% !important;
        margin-left: 10px!important;
        margin-right: 0!important;
    }
    .box.box-circle {
        width: 80px!important;
        height: 80px!important;
        line-height: 80px!important;
        font-size: 15px!important;
    }
    .mobail-mgt10 {
        margin-top: 10px !important;
    }
    .aiBlueBox{
        margin: 0 20px;
    }
    .ai-board-detail {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}

@media (max-width: 767.98px) {
    .img-chatgpt_logo {
        width: 40% !important;
    }

    .nav-x-wrap {
        margin-bottom: 15px;
    }

    .modal-mobile-460 {
        min-width: 460px !important;
    }

    .chatgpt-area .ft-color-wt.fsz25 {
        font-size: 12px;
        margin-left: 12px !important;
        margin-right: auto !important;
        text-align: left;
    }

    .ai-title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bt.bt-xs.bt-icon.bt-ai_check {
        padding: 8px !important;
    }

    .bt.bt-xs.bt-icon.pdLfRt-10 {
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        height: auto !important;
        top: 0 !important;
        margin-left: 10px !important;
    }

    .ai-beta-sub-title-wrap {
        display: block !important;
    }

    .ai-beta.fsz22 {
        font-size: 12px !important;
    }

    .ai-btn-mgb10 {
        margin-bottom: 10px;
    }
    .ai-btn-mgb20 {
        margin-bottom: 20px;
    }
    .mobileFont15 {
        font-size: 15px !important;
    }
    .ai-service-modal {
        width: 50% !important;
        margin-left: 10px!important;
        margin-right: 0!important;
    }
    .box.box-circle {
        width: 60px!important;
        height: 60px!important;
        line-height: 60px!important;
        font-size: 15px!important;
    }
    .mobail-mgt10 {
        margin-top: 10px !important;
    }
    .aiBlueBox{
        margin: 0 15px;
    }
    .board-detail-qa .box-3px.pt15{
        padding-top: 15px !important;
    }
    .ai-board-detail {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .ai-divLike{
        text-align: center!important;

    }
    .mobilePdt15{
        padding-top: 15px!important;
    }
}

.w80p {
    width: 80%;
}

/* 20240613 AI 로딩바 */
.loader-ai {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 3000;
}

.loader-ai.open {
    display: block;
}

lottie-player {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ai-btnWrap {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ai-btnWrap .mrt10 {
    margin-right: -10px;
}

.board-btnWrap {
    justify-content: center !important;
    gap: 20px
}

.fx-board-btns {
    align-items: center;
    justify-content: space-between;
}

.box-blue {
    /*  border: 3px solid #064EB7;*/
    border-radius: 10px;
    background-color: #064EB7;
}

.img-chatgpt_logo {
    width: 20%;
}

/*.mlf-auto{margin-left: auto}*/
.chatgpt-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.chatgpt-area .ft-color-wt {
    color: #fff
}

.chatgpt-area .ft-color-wt.fsz25 {
    font-size: 25px;
}

.bt-ai-green {
    background-color: #00B6B4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-arr-up-right {
    width: 20px;
    height: 24px;
    background-image: url(/imgs/arrow-up-right.svg);
    filter: invert(1) brightness(100);
    margin-left: 10px;
}

.sect-sub.mt0 {
    padding-top: 0 !important;
}

.bt-ai_check {
    background-color: #0088ff;
}

.summeryDiv.position-relative {
    position: relative
}

.bt.bt-xs.bt-icon.pdLfRt-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: absolute;
    left: -68px;
    top: 22px;
    height: 80px;
    min-width: 75px;
}

.aiBtn-area {
    font-size: 16px !important;
    line-height: 20px;
    margin-right: 0 !important;
    justify-content: center !important;
    color: #fff !important;
}

.toggle-btn-rt {
    margin-left: auto;
    display: flex;
}

.d-none.d-lg-block.mt30 {
    margin-top: 30px !important
}


.ai-modal {
    max-height: calc(100vh - 1rem) !important;
}

/* OPEN , CLOSE */

.answer-show-all {
    position: relative;
    padding: 5px 10px;
    font-weight: 400;
    height: 30px;
    margin-left: 0.5rem;
}

.answer-show-all::before {
    content: "전체보기";
    display: inline-block;
    width: 4em;
}

.answer-show-all::after {
    content: "";
    display: inline-block;
    background: url(/imgs/common/ico-select-down.png) no-repeat center center/11px 11px;
    width: 11px;
    height: 11px;
    margin-left: 7px;
    transform: rotate(0deg);
}

dl.active .answer-show-all::before {
    content: "닫기";
}

dl.active .answer-show-all::after {
    transform: rotate(180deg);
}

dl:not(.active) .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.board-list-pro > dl:not(.active) .caption.show-all {
    display: -webkit-box !important;
    overflow: hidden;
    max-height: 3.8em;
    line-height: 1.3 !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal !important;
    height: auto;
    font-size: 0.7777777778rem;
}

.board-list-pro dl.active span + p {
    overflow: auto;
    white-space: normal;
    text-overflow: unset;
    line-height: 1.3;
}

.board-detail-qa > .box > dl + dl {
    padding-bottom: 100px
}

.btn_position {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 2024.07.11 css */
.box-3px {
    border: 3px solid #CACACA !important;
}

.board .box .mt0 {
    margin-top: 0px !important;
}

.chatgpt-area .ft-color-wt.fsz18 {
    font-size: 18px;
}

.chatgpt-area .ft-color-wt.mlf-auto {
    margin-left: auto;
}

.chatgpt-area .ft-color-wt.mt10 {
    margin-top: 10px;
}

/* 024.07.15 ley */
#aiShow {
    display: none;
}

/* ai 추천 상담 사례 20240716 */
.sub-top.sub-mb {
    margin-bottom: 30px;
}

.tradepro-ai-search-pc.search-box {
    padding: 20px;
}

.row.align-items-center.gap .ai-search {
    padding-right: 20px;
}

.row.align-items-center.gap .col-12 {
    padding-right: 5px;
}

.row.align-items-center.gap .obj {
    padding-right: 0px;
}

.board-detail-qa .box-3px {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sub-tit {
    text-align: right;
    font-size: 14px;
    color: #aaa;
    margin-top: 10px;
}

.chatGpt-p {
    text-align: right;
    font-size: 15px;
    padding-top: 7px;
    padding-right: 7px;
    color: #0056b3;
}

.p-ai-detail-dc {
    font-size: 0.8rem;
    text-align: center;
}

/* 24.08.09 ley */
.box.box-circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    background-color: #064EB7;
    color: #ffffff;
    font-width: 600;
}

.fx-just-center {
    display: flex;
    justify-content: center
}

.modal-body .contents-circle {
    font-weight: 600;
    color: #9A52D2;
    margin-bottom: 8px
}

.modal-body .contents-circle:before {
    content: ' \25CF';
    color: #9A52D2;
}

.text-modal-desc .txt-detail {
    color: #FF5252;
    font-weight: 600;
}

.sm-title {
    position: absolute;
    top: 15px;
    right: 20px;
}

.ai-beta {
    color: red;
    font-style: italic;
    font-size: medium;
}

.fsz22 {
    font-size: 22px;
}

.pdl10 {
    padding-left: 10px;
}

.pdr24 {
    padding-right: 24px;
}

.alignCenter {
    align-items: center !important;
}
.modal .modal-dialog.ai-middle {
  max-width: 940px !important;
}