.board_modal_container {
    position: relative;
}

#board_modal_toggle {
    display: none;
}

#board_modal_toggle.active ~ .modal__backdrop, #board_modal_toggle:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#board_modal_toggle.active ~ .board_modal_content, #board_modal_toggle:checked ~ .board_modal_content {
    opacity: 1;
    background-color: #fff;
    max-width: 1000px;
    min-width: 800px;
    width: 80%;
    height: auto;
    padding: 15px;
    position: fixed;
    /*left: calc(50% - 500px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

#board_modal_toggle_totalProject_create {
    display: none;
}

#board_modal_toggle_totalProject_create.active ~ .modal__backdrop, #board_modal_toggle_totalProject_create:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#board_modal_toggle_totalProject_create.active ~ .board_modal_content, #board_modal_toggle_totalProject_create:checked ~ .board_modal_content {
    opacity: 1;
    background-color: #fff;
    max-width: 1000px;
    width: 80%;
    height: auto;
    padding: 15px;
    position: fixed;
    /*left: calc(50% - 500px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

#patents_modal_toggle {
    display: none;
}

#patents_modal_toggle.active ~ .modal__backdrop, #patents_modal_toggle:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#patents_modal_toggle.active ~ .patents_modal_content, #patents_modal_toggle:checked ~ .patents_modal_content {
    opacity: 1;
    background-color: #fff;
    max-width: 1000px;
    min-width: 800px;
    width: 80%;
    height: auto;
    padding: 15px;
    position: fixed;
    /*left: calc(50% - 500px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

#techtree_modal_toggle {
    display: none;
}

#techtree_modal_toggle.active ~ .modal__backdrop, #techtree_modal_toggle:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 998;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#techtree_modal_toggle.active ~ .board_modal_content, #techtree_modal_toggle:checked ~ .board_modal_content {
    opacity: 1;
    background-color: #494f67;
    max-width: 400px;
    min-width: 300px;
    width: 80%;
    height: auto;
    max-height:600px;
    /*overflow-y:scroll;*/
    padding: 15px;
    position: fixed;
    /*left: calc(50% - 500px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}


.patents_modal_content {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}


.board_modal_content {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}

.tech_tree_modal_content {
    overflow-y:scroll;
    max-height: 450px;
    padding:10px;
}

.modal_table {
    /*border: solid;*/
    border: 3px solid #AAB4C6;
}

.modal_table table tr {
    overflow: hidden;
    border: 0;
}

.modal_table table tr td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    border: 0;
}

.modal_table table tr td:nth-of-type(odd) {
    border: 0;
    font-weight: 600;
}

.modal_table table tr td:nth-of-type(even) {
    color: #777E8C;
}

.modal_table table tbody tr:nth-of-type(odd) {
    background: #fff;
}

.nara-detail table tr td {
    white-space: normal !important;
    word-break: break-all !important;
    overflow: visible !important;
}

.modal_table_title {
    font-size: 18px;
}

.modal_table button {
    position: absolute;
    background-color: #0085D8;
    right: 25px;
    bottom: 20px;
}

.modal_close {
    color: #8a98af;
    position: absolute;
    right: 25px;
    top: 17px;
    font-size: 25px;
    width: 25px;
    height: 25px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.modal_close:hover {
    opacity: 80%;
}

#detail_modal_toggle {
    display: none;
}

#detail_modal_toggle.active ~ .modal__backdrop, #detail_modal_toggle:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 989;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#detail_modal_toggle.active ~ .detail_modal_content, #detail_modal_toggle:checked ~ .detail_modal_content {
    opacity: 1;
    background-color: #fff;
    max-width: 1000px;
    min-width: 800px;
    width: 80%;
    height: 80vh;
    padding: 15px;
    position: fixed;
    /*left: calc(50% - 500px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 990;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    overflow: initial !important;
}
/*.detail_modal_content {overflow: initial !important;}*/
#guide_modal_toggle {
    display: none;
}

#guide_modal_toggle.active ~ .modal__backdrop, #guide_modal_toggle:checked ~ .modal__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(14, 17, 25, 0.9);
    width: 100%;
    height: 100%;
    z-index: 989;
    visibility: visible;
    opacity: 0.1;
    transition: opacity 0.2s ease-in;
}

#guide_modal_toggle.active ~ .detail_modal_content, #guide_modal_toggle:checked ~ .detail_modal_content {
    opacity: 1;
    background-color: #fff;
    max-width: 1000px;
    width: 80%;
    height: 80vh;
    padding: 15px;
    position: fixed;
    /*left: calc(10% + 360px);*/
    left:50%;
    transform:translateX(-50%) translateY(-50%);
    top: 50%;
    border-radius: 4px;
    z-index: 999;
    cursor: auto;
    visibility: visible;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.detail_modal_content {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    overflow: scroll;
    cursor: pointer;
    transition: opacity 0.2s ease-in;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
    text-align: -webkit-center !important;
}


.detailview__view td {
    padding: 5px 10px 5px 15px !important;
}

.col-hig td {
    background-color: #f57d7d !important;
}

.table-head-title-one {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #4f2ca6 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 0 !important;
    line-height: 1 !important;
}

.table-head-title-two {
    vertical-align: middle !important;
    text-align: center !important;
    background-color: #484258 !important;
    color: #fff !important;
    font-size: 14px !important;
    border: 0 !important;
    line-height: 1 !important;
}

.w-100 {
    width: 100px !important;
}


.bg_color {
    display: block;
    /*position: absolute;*/
    margin-right: 5px;
    width: 20px;
    height: 40px;
    border-radius: 2px;
    background-color: #333;
}

.bg_color_d {
    display: block;
    position: absolute;
    top: 20px;
    left: 5px;
    width: 16px;
    height: 24px;
    border-radius: 2px;
    background-color: #333;
}

.scrollable {
    width: 800px;
    height: 200px;
    margin: 0;
    padding: 0;
    overflow: scroll;
    max-height: 150px;
    display: flex;
}

.no-scroll {
    overflow: hidden;
}

.loading {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #fff;
    /*z-index: 10;*/
    z-index: 9999;
    text-align: center;
    line-height: 100%;
    opacity: 0.8;
}

/* Center the loader */
.loader {
    position: absolute;
    left: 50%;
    top: 55%;
    z-index: 11;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.tooltip-wrap {
    position: relative;
    display: inline-block;
}

.tooltip_text {
    position: absolute;
    right: -100%;
    top: 105%;
    width: 140px;
    background: #ffdd6c;
    padding: 10px;
    z-index: 2;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: block;
}

.tooltip_text:after {
    display: block;
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    z-index: 2;
    width: 0px;
    height: 0px;
    border-top: 8px solid none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffdd6c;
}

.tooltip_text_guide {
    position: absolute;
    right: -380%;
    top: -475%;
    width: 160px;
    background: #1e231e;
    padding: 10px;
    z-index: 2;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: none;
}

.tooltip_text_guide:after {
    display: block;
    content: '';
    position: absolute;
    top: 86px;
    left: 50%;
    z-index: 2;
    width: 0px;
    height: 0px;
    border-top: 8px solid #1e231e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid none;
}


.cursor_pointer {
    text-decoration: underline !important;
    cursor: pointer;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/*Edit page 구현중*/

.styled-fieldset {
    /*border: 1px solid #cdc9e7;*/
    border-radius: 30px;
    padding: 5px 15px 15px;
}

.btnbox-title {
    line-height: 20px;
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.font-size-title {
    font-size: 14.3px !important;
    font-weight: 500 !important;
}

.vertical-line {
    display: inline-flex;
    border-left: 3px solid #0078cb;
    height: 12px;
    margin-right: 5px;
}


.button {
    position: relative;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    height: 33px;
}

.button:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 250ms ease;
    z-index: 0;
}

.button:hover:before {
    width: 100%;
}

.no-margin-rgh {
    margin-right: 0 !important;
}

.align-items {
    align-items: center;
}

.margin-topbtm {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.font-size-normal {
    font-size: 13.3px !important;
    font-weight: 400 !important;
}

.field-wrap {
    position: relative;
    width: 100%;
}

.justify-content-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}
.flex-basis {
    flex-basis: 100%;
}
.flex-push {
    margin-left: auto;
}
.flex-inline{
    display:inline-flex;
}
.field__label {
    margin-right: 8px;
    white-space: nowrap;
}

.purple-title {
    color: #4f2ca6
}

.font-size-light {
    font-size: 12.6px !important;
    font-weight: 300 !important;
}

/*.input__default {*/
/*    width: 100%;*/
/*    font-weight: 300;*/
/*    border: 1px solid #c4d1dd;*/
/*    background-color: #fff;*/
/*    height: 33px;*/
/*    padding: 0 8.5px;*/
/*    margin: 0;*/
/*    cursor: pointer;*/
/*    outline: none;*/
/*    vertical-align: middle;*/
/*    border-radius: 3px;*/
/*}*/
/*.input__default {*/
/*    width: 100%;*/
/*    font-weight: 300;*/
/*    border: 1px solid #c4d1dd;*/
/*    background-color: #fff;*/
/*    height: 33px;*/
/*    padding: 0 8.5px;*/
/*    cursor: pointer;*/
/*}*/

/*.input__default:focus {*/
/*    border: 1px solid #4f2ca6;*/
/*    background-color: #fff;*/
/*    -webkit-transition: all 1s ease;*/
/*    transition: all 1s ease;*/
/*}*/

.field__feedback--error {
    font-size: 11px;
    color: #EF6D66;
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.field__feedback--help {
    font-size: 12.4px;
    color: #919EAB;
    font-weight: 100;
}

.text-center {
    text-align: center !important;
}

.margin-topbtm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.margin-topbtm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.margin-rgh-5 {
    margin: 0 5px 0 0 !important;
}

.margin-lftrgh {
    margin: 0 15px;
}

.styled-fieldset {
    border: 1px solid #cdc9e7;
    border-radius: 3px;
    padding: 5px 15px 15px;
}

.solid-btn__cyan {
    margin-right: 5px;
    background-color: #0078cb;
    border: 1px solid #0078cb;
    color: #fff;
}

.w-80 {
    width: 80px !important;
}

.txt-color__granite {
    color: #6b6f7c !important;
    font-weight: 300;
}

.radio-btn {
    margin: 0 0 10px;
    display: block;
    cursor: pointer;
}
.radio-btn:hover{opacity: 80%;}

.radio-btn input {
    display: none;
}

.radio-btn input + span {
    line-height: 15px;
    height: 15px;
    padding-left: 15px;
    display: block;
    position: relative;
}

.radio-btn input + span:not(:empty) {
    padding-left: 22px;
}

.radio-btn input + span:before, .radio-btn input + span:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}

.radio-btn input + span:before {
    background: #D1D7E3;
    transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio-btn input + span:after {
    background: #fff;
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio-btn input:checked + span:before {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    background: #0078cb;
}

.radio-btn input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.radio-btn:hover input + span:before {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
}

.radio-btn:hover input + span:after {
    -webkit-transform: scale(0.74);
    transform: scale(0.74);
}

.radio-btn:hover input:checked + span:after {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.filebox-styled {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    border: 2.5px dotted #3acce1;
}

.filebox-styled:hover {
    opacity: 0.5;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.guide-box {
    padding: 10px 15px 15px 20px;
    line-height: 21.5px;
}

table {
    width: 100%;
    margin: 20px auto;
}


table tr {
    background-color: #fff;
    padding: 1em;
}

progress[value="1.05"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #0078CB;
}

progress {
    width: 100%;
    height: 17px;
    vertical-align: baseline;
}

::-webkit-progress-bar {
    background-color: skyblue;
}

::-webkit-progress-value {
    background-color: blue;
}

.pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.margin-btm-5 {
    margin-bottom: 5px !important;
}

.content-flexend {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.w-300 {
    width: 300px !important;
}

.field__feedback--close a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    line-height: 33px;
    font-size: 11px;
    color: #888;
    text-align: center;
    transition: 0.3s;
}

.input__field--error {
    border: 1px solid #EF6D66;
    color: #EF6D66;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 10px;
    width: calc(100% - 20px);
    height: 43px;
    font-size: 1rem;
}


/*.input__default {*/
/*    width: 100%;*/
/*    font-weight: 300;*/
/*    border: 1px solid #c4d1dd;*/
/*    background-color: #fff;*/
/*}*/

/*.input__default:focus {*/
/*    border: 1px solid #4f2ca6;*/
/*    background-color: #fff;*/
/*    -webkit-transition: all 1s ease;*/
/*    transition: all 1s ease;*/
/*}*/

.field__feedback--error a {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    line-height: 33px;
    font-size: 11px;
    color: #EF6D66;
    text-align: center;
    pointer-events: none;
    transition: 0.3s;
}

.range-box {
    overflow: hidden;
    height: 15px;
    border: 1px solid #d2d2d2;
    -webkit-appearance: none;
    background-color: #7dcdff !important;
}

.range-box.exclude {
    background-color: #fff !important;
}

.range-box::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    color: #7dcdff !important;
    /*margin-top: -1px;*/
}

.range-box.exclude::-webkit-slider-runnable-track {
    color: #fff !important;
}

.range-box::-webkit-slider-thumb {
    width: 20px;
    -webkit-appearance: none;
    height: 30px;
    cursor: ew-resize;
    background: #434343;
    box-shadow: -800px 0 0 800px #fff;
}

.range-box.exclude::-webkit-slider-thumb {
    box-shadow: -800px 0 0 800px #ef1b1b !important;
}

/** FF*/
.range-box::-moz-range-progress {
    background-color: #fff;
}

.range-box::-moz-range-track {
    background-color: #7dcdff !important;
}

/* IE*/
.range-box::-ms-fill-lower {
    background-color: #fff;
}

.range-box::-ms-fill-upper {
    background-color: #7dcdff !important;
}

/** FF*/
.range-box.exclude::-moz-range-progress {
    background-color: #ef1b1b !important;
}

.range-box.exclude::-moz-range-track {
    background-color: #fff;
}

/* IE*/
.range-box.exclude::-ms-fill-lower {
    background-color: #ef1b1b !important;
}

.range-box.exclude::-ms-fill-upper {
    background-color: #fff;
}

.col-half-div {
    width: 50%;
    display: flex;
}

.col-half-div select {
    padding: 8px;
    font-size: 13px;
    margin-left: 8px;
    border: 0;
    width: 10em;
}

.deactivation {
    opacity: 0.2;
}

.popup-background{
    background: #F1F5FA;
    padding: 30px 0;
}

.popup-title {
    /*text-align: center;*/
    /*font-size: 1.875rem;*/
    /*font-weight: bold;*/
    padding-bottom: 20px;
    /*color: #222;*/
}

.popup-cont {
    border-radius: 30px;
    width: 900px;
    box-shadow: 0 10px 30px rgba(172, 181, 207, 0.2);
    /*padding: 70px 40px;*/
}

.tab {
    white-space: pre;
}

.radioList {
    float:left;
    display: flex;
    /*align-content: center;*/
    /*align-items: center;*/
}

.radio-cont {
    margin-right:20px;
}

.upload-fileBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    border: 3px dotted #ACB5CF;;
    border-radius: 20px;
    flex-direction: column;
}

.upload-small-text {
    color: #ACB5CF;
    font-size: 14px;
}

.choose-file {
    color: #4671E9;
    cursor: pointer;
    font-weight: 500;
}
.choose-file:hover {
    opacity: .9; transition: all .2s ease;
    font-weight: 600;
}

.choose-file-ico {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #D9E3FF;
    border-radius: 100px;
}
.choose-file-ico:hover {
    box-shadow: 0 5px 15px rgba(70, 113, 233, 0.3);
}

.section-border {
    border: 3px solid #F1F5FA;
}

.btn-fix-size {
    width: 135px;
}
/*.ltBlue-Box {border-radius: 20px; box-shadow: 0 10px 20px rgba(11, 123, 217, 0.05); padding:30px; background: #F1F5FA; max-width:1140px;}*/


.breadcrumb_filter {background:#fff; height:50px;}
.breadcrumb_filter li {float:left;}
.breadcrumb_filter dl{width:1100px; position:relative; z-index:99;}
.breadcrumb_filter dt{position:relative; line-height:50px; padding:0 24px; color: #000000; cursor:pointer;}
.breadcrumb_filter dt::after{content:""; display:block; position:absolute; right:20px; top:50%; width:12px; height:7px; background:url('/resources/img/renew/icon_in_arrow.png') no-repeat center/12px auto; margin-top:-3px; transition:transform 0.15s linear;}
.breadcrumb_filter dd{display:none;position:absolute; top:50px; background:#fff; width:100%; box-sizing:border-box; padding:18px 24px; border-radius: 15px; border: 1px solid #E5E5E5;}
.breadcrumb_filter dd div{width:200px;line-height:30px; cursor:pointer;}
.breadcrumb_filter dd .item{border: 1px solid #000000; display: flex; padding:5px; margin-left: 1px;}
.breadcrumb_filter dd .itemTitle{border: 1px solid #000000; display: flex; padding:5px; background: #4671E9; color: #FFFFFF; text-align:center; place-content: center;margin-left: 1px;}

.breadcrumb_filter dd .active{border: 1px solid dodgerblue; display: flex; padding:5px;}
.breadcrumb_filter dd div a{display:block; width:100%; color:#000000; margin:0 0 8px; transition:all 0.2s linear;}
.breadcrumb_filter dd div a:hover{color:#000000; transition:all 0.2s linear;}
.breadcrumb_filter dd div a:last-child{margin:0;}
.breadcrumb_filter dl:hover dd{display:block; }
.breadcrumb_filter dl:hover dt::after{transform:rotate(90deg); transition:transform 0.15s linear; }

.breadcrumb_download {padding: 0 !important;}
.breadcrumb_download dl{width:220px; position:relative; z-index:77;}
.breadcrumb_download dt{position:relative; line-height:35px; padding:0px; color:#fff; cursor:pointer;}
.breadcrumb_download dt::after{content:""; display:block; position:absolute; right:20px; top:50%; width:12px; height:7px; background:url('/resources/img/renew/fam_arrow.png') no-repeat center/12px auto; margin-top:-3px; transition:transform 0.15s linear;}
.breadcrumb_download dd{display:none; position:absolute; top:30px; background:#F9873B; width:100%; border:1px solid rgba(249, 135, 59, 0.3); box-sizing:border-box; padding:18px 24px; border-radius:0 0 5px 5px; z-index:88;}
.breadcrumb_download dd a{display:block; width:100%; color:rgba(255,255,255,0.6); margin:0 0 8px; transition:all 0.2s linear; border-bottom:1px solid rgba(255,255,255,0.6);}
.breadcrumb_download dd a:hover{color:#fff; transition:all 0.2s linear; border-bottom:1px solid rgba(255,255,255);}
.breadcrumb_download dd a:last-child{margin:0;}
.breadcrumb_download dl:hover dd{display:block; }
.breadcrumb_download dl:hover dt::after{transform:rotate(-180deg); transition:transform 0.15s linear; }



.tree-container ul {
    list-style: none;
    padding-left: 20px;
    margin: 2px 0;
}
.flex-wrap{
    flex-wrap: wrap;
}
.p-10 {padding: 10px;}

#detail_panel{position:fixed; width:100%;left:0;right:0;/* background:#fff;*/ border-radius:10px; overflow:hidden; text-align:center; margin:0; transition:all 0.25s linear; padding:10px;}
#detail_panel.scr{margin-top:-320px; transition:margin 0.25s linear; background:#F1F5FA;z-index:999;}

.modal-header {position: relative; padding-bottom:8px; color:#222; font-weight: bold; border-bottom:1px solid #eee;}
.modal-header h2 {position: relative; display: inline-block;}
.modal-header h2::before {content: ''; background: #4671E9; width: 100%; height:3px; position: absolute; bottom:-8px; left:0;}
.modal-detail-body {overflow: auto; max-height: calc(80vh - 10em); padding:20px 0; font-size:1rem;}
.maintenance-body {overflow: auto;min-height: 400px; max-height: 500px; padding:20px 0; font-size:1rem;}

.border_highlight {border:4px solid yellow !important;}
.border_highlight_patent {border:4px solid #ACB5CF !important;}

.modal-inner-skyblue {position: relative; display: inline-block; width: 800px; height: 400px; padding: 30px; background-color:#F1F5FA;  box-shadow: 8px 8px 20px rgba(0,0,0,.2); border-radius: 8px; vertical-align: middle; text-align: left; box-sizing: border-box; z-index:800}

.modal-btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(/resources/img/renew/closeBtn.png) no-repeat center/12px auto,#4A506B;
    border-radius: 50%;
    font-size: 0;
    transition: all 0.2s linear;
    border: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

/*버튼-STEP 이동*/
.btn_box_step {width: 320px; padding: 0px 14px; height:56px; line-height: 45px; font-size: 1rem; font-weight: bold;}
.btn_left_step {border-bottom-left-radius: 100px; border-top-left-radius: 100px; border: none; box-shadow: 0 0px 0px;}
.btn_right_step {border-bottom-right-radius: 100px; border-top-right-radius: 100px; border: none; box-shadow: 0 0px 0px; color: white;}
.circle_light_blue_step {width: 30px; height: 30px; background-color: #6D84D4; border-radius: 100%;}
.circle_white_step {width: 30px; height: 30px; background-color: white; border-radius: 100%;}
.btn_light_blue_line {border: 2px solid #6D84D4; background-color: white;  color:#6D84D4; }
.btn_step_blue {background:#4671E9;}
.btn_step_orange {background:#F9873B;}

#step_box {
    position: fixed;
    z-index: 500;
    width: 100%;
    /*left: 0;*/
    /*right: 0;*/
    bottom:0;
    background-color: rgba(74, 80, 107, 0.2);
    box-shadow: 0 5px 15px rgba(74, 80, 107, 0.4);
    overflow: hidden;
    text-align: center;
    margin: 0;
    transition: all 0.25s linear;
    padding: 10px;
}


#step_box.scr{margin-bottom:260px; transition:margin 0.25s linear;}

button:disabled { background-color: #ABB1CB;  cursor: default; box-shadow: 0 0px 0px;}

.step-before-arrow {min-width: 200px; color: white; font-size: 1rem; font-weight: bold; cursor: pointer;}
.step-before-arrow:hover{
    color: #6D84D4;
    transform: translateX( 20px );
    transition: .5s;
}


.query_font_size {
    font-size: 1.1em;
}

.ex-box {
    font-size: 14px;
    letter-spacing: -0.2pt;
    color: #7E87A2;
}

.swal2-styled.swal2-confirm {
    min-width: 100px;
}
.swal2-styled.swal2-cancel{
    min-width: 100px;
}

.date-box { position:absolute; top:15px; right:15px; display: flex; justify-content: flex-end; align-items: center; margin: 0 15px; }
.date-box span { font-size: 13px; }
.date-box p { font-size: 14px; font-weight: 600; padding-left: 5px; }

.user-info-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f0f4fa;
    border-radius: 20px 20px 0 0; padding: 15px 10px; box-sizing: border-box;}
.user-info-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-info-right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-info-right :hover{color: #4671E9;}

.level-img-box {
    background-color: #FFF;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    margin: 0 5px;
    box-shadow: 0 10px 30px rgba(172, 181, 207, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.level-img-box .basic {background:url('/resources/img/renew/ico_level_basic.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .gold {background:url('/resources/img/renew/ico_level_gold.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .dia {background:url('/resources/img/renew/ico_level_dia.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .pro {background:url('/resources/img/renew/ico_level_pro.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .edu {background:url('/resources/img/renew/ico_level_edu.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .lab {background:url('/resources/img/renew/ico_level_lab.png') no-repeat; width: 50px; height: 50px;}*/
/*.level-img-box .enter {background:url('/resources/img/renew/ico_level_enter.png') no-repeat; width: 50px; height: 50px;}*/

.level-img-box .basic {background:url('/resources/img/renew/level_icon/ico_level_basic_s.png') center no-repeat; width: 100%; height: 100%;}
.level-img-box .classic {background:url('/resources/img/renew/level_icon/ico_level_classic_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .premium {background:url('/resources/img/renew/level_icon/ico_level_premium_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .professional {background:url('/resources/img/renew/level_icon/ico_level_professional_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .edu {background:url('/resources/img/renew/level_icon/ico_level_edu_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .lab {background:url('/resources/img/renew/level_icon/ico_level_lab_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .enterprise {background:url('/resources/img/renew/level_icon/ico_level_enterprise_s.png') center no-repeat; width: 50px; height: 50px;}
.level-img-box .admin {background:url('/resources/img/renew/level_icon/ico_level_admin_s.png') center no-repeat; width: 50px; height: 50px;}

.column-box {flex-direction: column; margin: 0 5px; display: flex; justify-content: center; }
.column-box-info {height: 30px;}
.column-box-info:hover {color: #4671E9;}
.column-box-info span {font-size: 14px; font-weight: 700; color: #4671E9; }
.user-text-name {margin: 2px 0;  display: flex; align-items: center;}
.user-text-name p {font-size: 16px; font-weight: 700; min-width: 41.5px;}
.user-text-name span { font-size: 15px; font-weight: 500;}
.user-text-name a:hover {color:#4671E9; border-bottom: 1px solid #4671E9;}
.user-text-level {font-size: 13px; margin: 2px 0;}
.user-text-level a:hover {color:#4671E9; border-bottom: 1px solid #4671E9;}
.user-text-level p {font-weight: 700;}
.user-small-text {font-size: 13px; margin-top: 2px; min-width: 45px;}

.point-container {border: 1px solid #f0f4fa; display: flex; justify-content: center; align-items: center;}
.point-box {background-color: #fff; border: 1px solid #f0f4fa; padding: 15px 10px; width: 100%; justify-content: space-between;}
.point-box div {display: flex; align-items: center; }
.point-box div h4{font-size: 14px;}
.point-box div span{font-size: 18px; font-weight: 700; padding-right: 5px; color: #4671E9;}

.project-info-container{margin: 5px 0 5px;}
.project-info-box{
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 14px; font-weight: 600;
    background: #f0f4fa;
    border-radius: 10px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.project-info-box:hover {background: #dfe7ef; }
.project-info-box h4:hover { cursor:pointer; color:#4671E9;}
.project-info-box ul li::after {content:""; border: 1px solid #666; margin: 0 10px;}
.project-info-box ul li:last-child::after {display: none;}
.project-info-box ul li div { margin-left: 5px; background-color: #4671E9; border-radius: 50px;
    /*width: 20px; height: 20px;*/
    min-width: 10px;min-height: 10px;padding: 0 5px;
}

.project-info-box ul li div.red { margin-left: 5px; background-color: #FF7272; border-radius: 50px; width: 20px; height: 20px;}
.project-info-box ul li div span{color: #fff; font-size: 13px;}

.border_left {
    border-left: 1px solid #3C454C;
    padding: 10px;
}

/* 특허 프로젝트 생성 페이지 데이터 체크 버튼 */
.btn_data_chk{cursor: pointer;}
.btn_data_chk:hover{opacity: 80%; cursor:pointer;}

/* 유료서비스 텍스트 */
.charged_service:hover{cursor: pointer;color:#4671E9;}

/* 통합프로젝트 전체문헌수 버튼 컬러 */
.btn_dkSky {background: #6a8ef3; color: #3a4c81;}

/* 이벤트 팝업 */
.all_popup_wrapper {
    position: fixed;
    z-index: 1000;top: 0;left: 0;
    width: 100%;height: 100%;
    background-color: rgba(52, 52, 52, 0.4);
    display: none;
}
.popup_wrapper {display: none; margin: 5px;}
.referral_code_popup_wrapper{display: none; margin: 5px;}
.on {display: block;}
.popup_box {width: 450px;background-color: #E4EDF8;box-shadow: rgba(65, 65, 65, 0.56) 0px 8px 15px;border-radius: 20px;}
.popup_box .image_box {display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: #273EEF;border-top-left-radius: 20px;border-top-right-radius: 20px;}
.popup_box .image_box img {width: 100%;}
.image_box .move_btn_box {display: flex; justify-content: center; align-items: center;height: 150px;}
.image_box .move_btn_box button {display: flex; flex-direction:column; justify-content: center;align-items: center;width: 115px;background-color: rgba(52, 52, 52, 0.6);border-radius: 30px;color: white;padding: 16px;font-size: 16px;border: none;cursor: pointer;margin: 0 5px 30px;}
.image_box .move_btn_box button:hover {opacity: .8; transition: all .2s ease;}

.code_box {width: 100%; height: 70px; background-color: #fff; padding: 90px 0 20px;  display: flex; flex-direction: column; justify-content: center; align-items: center;}
.code_box button {background-color:#2F387F; color: #fff; min-width: 200px; font-size: 1.25em;cursor: pointer;}
.code_box button:hover {background-color: rgba(47, 56, 127, 0.9); transition: all .2s ease;}
.code_box .referral_code_btn_box{border: 1.5px solid #273EEF; background-color: #fff; box-shadow: rgba(65, 65, 65, 0.5) 0px 8px 15px; width: 300px; border-radius: 5px; text-align: center; margin: 10px 0;}
.code_box .referral_code_btn_box button {border: 0;padding: 0 15px; line-height: 35px; width: 300px; background-color: #273EEF;}

.popup_box .btn_box {display: flex;justify-content: center;align-items: center;}
.popup_box .btn_box button {cursor: pointer;width: 50%;height: 60px;font-size: 18px;border: 1px solid rgb(192, 192, 192);background-color: rgb(242, 242, 242); font-size: 16px;}
.popup_box .btn_box button:hover {background-color: rgba(173, 173, 173, 0.6); transition: all .2s ease;}
.btn_today_close { border-bottom-left-radius: 20px;}
.btn_close {border-bottom-right-radius: 20px;}

.right {margin-left:auto}

.keywordBtn {background:#F1F5FA; border:1px solid #F1F5FA; border-radius:30px; transition:all 0.3s linear; margin: 5px; color: #65739E;}
.keywordBtn:hover {border-color:#4671E9; box-shadow:0 8px 15px rgba(70,113,233,0.13); transition:all 0.3s linear;}
.component_box {background: #F1F5FA;padding: 15px;border-radius: 10px;clear: both;margin-top: 10px;}

/*** 통합프로젝트 대시보드 ***/
/* 프로젝트 선택 */
.select_wrap {background-color: #F9F9F9;}
.title_select_box {width: 650px;height: 35px;font-size: 1.125rem;font-weight: 500;color: #666;border: none;border-bottom: 1.5px solid #4671E9;text-align: center;cursor: pointer;background: url('/resources/img/renew/arrow.png') no-repeat 98% 50%;background-size: 18px;border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.title_select_box::-ms-expand {display: none;}
.title_select_box:focus{outline: none;}

/* 프로젝트-개요,메모 */
.basic_info_box {background-color: #F1F5FA; border-bottom-left-radius: 10px; padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.basic_info_box .info {display: flex; justify-content: center; align-items: start;}
.basic_info_box .info:first-child {margin-right: 30px;}
.basic_info_box .info span{height: 40px; display:flex; justify-content: center; align-items: center; margin-right: 10px; font-size: 1rem; font-weight: 600; color: #666;}
.basic_info_box .info .text_box{height: 30px; display: flex; justify-content: space-between; align-items: center; background-color: #FFF; border: 1.5px solid #4671E9; border-radius: 10px; padding: 5px 10px;}
.basic_info_box .info .outline{width: 300px;}
.basic_info_box .info .memo{width: 500px;}
.basic_info_box .info img{width: 16px; cursor: pointer;}
.basic_info_box .info .outline p{font-size: 1rem; font-weight: 500; color: #666;}
.basic_info_box .info .memo p{font-size: 1rem; font-weight: 500; color: #666;}


.dashboard_wrap {border-radius: 20px;box-shadow: 0 10px 20px rgba(11, 123, 217, 0.05);background: #fff;max-width: 1140px; margin: 0 auto 20px auto;}

.dashboard_box {width: 100%; border-radius: 20px;background-color: #fff; display: flex;}
.dashboard_right_box {background-color: #fff; padding: 20px; width: 80%; border-top-right-radius: 20px;border-bottom-right-radius: 20px;display: flex; flex-wrap: wrap;}
.dashboard_right_box .content_box {cursor: pointer;background-color: #F2F2F2; min-width: 150px; width: 25%;/*width: 200px;*//*height: 200px;*/flex: auto;border-radius: 20px; border: 1.5px solid #F2F2F2;margin:10px;padding:10px;display: flex; flex-direction: column; justify-content: center; align-items: center;}
.dashboard_right_box .content_box:hover {background-color: #D1DFEF; border: 1.5px solid #4671E9;}

.content_box h3 {margin-bottom: 5px; text-align: center; align-items: center;}
.content_box .num_wrap {display: flex; justify-content: center; align-items: center;width: 100%;}
.content_box .num_wrap .num_box {width: 50%; text-align: center;padding: 15px 0;background-color: #fff;}
.content_box .num_wrap .num_box:first-child {border-top-left-radius: 10px;border-bottom-left-radius: 10px; margin-right: 1.5px;}
.content_box .num_wrap .num_box:last-child {border-top-right-radius: 10px;border-bottom-right-radius: 10px;margin-left: 1.5px;}

.content_box .num_wrap .num_box h4 {font-size: 0.85rem; font-weight: 600; color: #666;}
.content_box .num_wrap .num_box h2 {font-size: 1.3rem; font-weight: 800; color: #4671E9;}
.content_box .num_wrap .num_box h2 span{font-size: 0.85rem; font-weight: 600; color: #666; padding-left: 2px;}
.content_box .update_wrap {background-color: #fff; margin-top: 10px; border-radius: 10px; display: flex; justify-content: center; align-items: center;width: 100%; padding: 8px 0;}
.content_box .update_wrap button {background-color: #4671E9; color: #fff; font-size: 1rem; font-weight: 800; border: none; border-radius: 20px; padding: 8px 20px;}
.content_box .update_wrap .update_box {padding-left: 5px;}
.content_box .update_wrap .update_box span {font-size: 0.85rem; font-weight: 600; color: #666;}
.content_box .update_wrap .update_box p {font-size: 0.7rem; font-weight: 400; color: #666;}

.dashboard_left_box {width:20%; color: #fff;  border-top-left-radius: 20px;border-bottom-left-radius: 20px;background-color: #4A506B;}
.dashboard_left_box .fold_box {border-bottom: 1px solid rgba(241, 245, 250, 0.3); padding: 12px 10px;}
.dashboard_left_box .fold_box:first-child {border-top: 1px solid rgba(241, 245, 250, 0.3); margin-top: 30px;}
.dashboard_left_box .fold_box .fold {border-radius: 5px; /*padding: 0 10px;*/ cursor: pointer;}
.dashboard_left_box .fold_box .fold:hover {background-color: #656D91;}
.dashboard_left_box .fold_box .fold span {line-height: 30px;}
.dashboard_left_box .fold_box .fold span svg { margin-right: 8px;}

.total_fold {border-radius: 5px;  cursor: pointer; }
.total_fold:hover {background-color: #656D91;}
.folder_btn:checked {
    /*background: red;*/
}

.choose_folder {color: #fff; line-height: 30px; font-size: 16px; font-weight: 500; border-radius: 5px; background: inherit ; border:none; box-shadow:none; padding:0; overflow:visible; width: 100%;}
.choose{background-color: #F1F5FA; color: #4472C4; font-weight: 600;}
.choose_folder div { margin: 0 10px;display: flex; justify-content: space-between;align-items: center; }
.choose_folder span {line-height: 30px;}

.sub_folder .tree-items{border-radius: 5px; /*padding: 0 10px;*/ margin: 5px 0;justify-content: space-between;align-items: center;}
.sub_folder div:hover {background-color: #656D91;}
.sub_folder .active {background-color: #656D91;}
.sub_folder .tree-items div label {color: #ffffff; display: -webkit-box;  cursor: pointer; }
.sub_folder .tree-items div:hover > .btn_wrap .fix_ico{display: contents;}
.btn_wrap {align-self: center;margin-left:auto;padding-right:5px; min-width: 58px;}
.btn_wrap .fix_ico {background: inherit ; border:none; padding: 0px; color: #FFF; display: none; margin-left: 10px;}
.btn_wrap .fix_ico img{width:15px;margin:2px;}
.accept_btn {background: inherit;border: none;padding: 3px;color: #FFF;}
.accept_btn:hover {border-radius:2px;border:1px solid #fff; background-color: #96c2d9;}

.techTreeInputWrap{padding-left:15px;padding-top:10px; height: 2.2rem; display:none;}

.total_fold:hover > .choose {background-color: #F1F5FA;}
.sub_folder:hover > .choose {background-color: #F1F5FA;}

.folder_name {margin: 0 5px; line-height: 30px; font-size: 0.9rem; font-weight: 400;}
.choose .folder_name {font-weight: 600;}
.sub_folder .choose_folder svg { margin-right: 8px; width: 14px; }
.edit_input {width: 150px; height: 20px; border-radius: 10px; margin-left: -5px; border: 2px solid #4472C4;}


/*.btn_wrap .fix_ico:first-child {margin-left: auto;}*/

/*.choose .fix_ico {color: #4472C4;}*/
/*.sub_folder li:hover > .btn_wrap .fix_ico{display: block;}*/

@media all and (max-width:1200px){
    .dashboard_wrap {margin:0 20px 20px 20px;}
}

.contents_header {
    background: #fff;
    border-bottom: 2px solid #EEEEEE;
    box-shadow: 0px 6px 10px -2px rgba(87, 94, 100, 0.2);
    display: flex;
    align-items: center;
    border-top-right-radius: 20px;
}

.contents_header button {
    background-color: #4A506B;
    border: 1.5px solid #4A506B;
    border: none;
    border-radius: 5px;
    margin: 12px;
    width: 30px;
    height: 30px;
}

.contents_header .contents_btn {
    background-color: #F2F2F2;
    border: 1.5px solid #F2F2F2;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin-right: 5px;
    cursor: pointer;
}

.contents_header .contents_btn_check {
    background-color: #D1DFEF;
    border: 1.5px solid #4472C4;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    color: #666;
    margin-right: 5px;
    cursor: pointer;
}

.contents_header :hover.contents_btn {
    background-color: #D1DFEF;
    border: 1.5px solid #D1DFEF;
}

.arrow-left-box {
    background: #EDF0F9;
    box-shadow: 0 10px 20px rgba(11, 123, 217, 0.05);
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin:5px 10px 5px 0px;
}
.arrow-left-box svg { color: #4A506B;}

.input_wrap {display: flex; align-items: center;
    border:1px solid #ddd;
    border-radius: 5px;
    max-width: 220px;
    padding:0 5px 0 10px ;
    height:43px; font-size:1rem;margin-right: 7px;}

.input_wrap input{ width: 100%;}
.input_wrap button{ min-width: 34px;}

.form-area:focus-within .input_wrap {
    border:1px solid #4671E9;
}

.operatorBtn {float: left; border-radius: 5px; width: 42px; height:42px;background: #ACB5CF;display: flex; justify-content: center; align-items: center;}
.operatorBtn a{display: flex; flex-direction:column; justify-content: center; align-items: center; }
.operatorBtn a svg {padding-right: 1px;color: #fff;}

.project_board-header h4{position: relative; display: inline-block;}
.project_board-header h4::before {content: ''; background: #4671E9; width: 100%; height:3px; position: absolute; bottom:-8px; left:0;}

.custom-form > h1:before {margin-left:-15px; margin-top:10px; content: ''; position: absolute; width: 10px; height: 10px; background:#4671E9;}
.custom-form > h1 {margin-left: 10px;}
.custom-form > ul {margin-left: 30px;}
.custom-form > ul li:before{content: '';position: absolute;width: 8px;height: 8px;background: #4A506B;margin-left: -15px;margin-top: 7px;border-radius: 10px;}

.custom-form .process-box{margin-top: 10px; display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;flex-direction: column;}
.custom-form .process-item{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;}

/*.custom-form .process-item:nth-of-type(1) .step {border-right: 2px solid #6ebfe3;}*/
/*.custom-form .process-item .step {position: relative; border-right: 2px solid #6ebfe3; padding-right: 13px; white-space: nowrap; font-weight: bold;}*/
.custom-form .process-item > .step{width:60px; align-self: center;}
.custom-form .process-item > .title{padding: 0.3rem 0.5rem;}
.custom-form .process-item:nth-of-type(1) .title{background: #6ebfe3;}
.custom-form .process-item:nth-of-type(2) .title{background: #51a7dd;}
.custom-form .process-item:nth-of-type(3) .title{background: #528fc9;}
.custom-form .process-item:nth-of-type(4) .title{background: #4674af;}

.custom-form .box-map-item:nth-of-type(1) .title{background: #e8be6c;}
.custom-form .box-map-item:nth-of-type(2) .title{background: #e7975d;}
.custom-form .box-map-item:nth-of-type(3) .title{background: #e6856d;}
.custom-form .box-map-item:nth-of-type(4) .title{background: #ef776f;}
.custom-form .box-map-item:nth-of-type(5) .title{background: #e9788d;}

.custom-form .process-item .title{text-align: center; color: #fff; line-height: 55px; white-space: nowrap; margin-left: 8px; min-width: 150px; width: 230px;}
.custom-form .process-item .content{display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;background: #f1f4f9;border-bottom: 1px solid #e1e5ea;padding: 0.3rem 0.5rem;flex: 1 0 auto;font-weight: 400;}

.infoWhiteBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98.2%;
    min-height: 30vh;
    padding: 0 10px;
    background-color: #ffffff;
}
.infoWhiteBox div {
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoWhiteBox img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}
.infoWhiteBox .textBox {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.infoWhiteBox .textBox div{display: flex;flex-direction: column;    justify-content: center;    align-items: center;}
.infoWhiteBox .textBox div h1{color: black;letter-spacing: -2px;font-size: 3rem;font-weight: 700;line-height: 5rem;text-align: center;}
.infoWhiteBox .textBox div h2{color: #407BFF;letter-spacing: -2px;font-size: 2.7rem;font-weight: 700;line-height: 5rem;text-align: center;}
.infoWhiteBox .textBox p{text-align: center;font-size: 1.58rem;font-weight: 400;line-height: 2rem;color: #919191;margin-top: 2rem;}
.infoWhiteBox .textBox span{color: #407BFF;font-size: 1.5rem;font-weight: 400;line-height: 3rem;margin-top: 0.5rem;text-align: center;}

.pdf_box {
    width: 100%;
    height: 80rem;
}
.gray_back{background-color: #F2F2F2 !important;}

.serviceTable {
    text-align: center;
    font-size: large;
}
.serviceTable thead tr th {
    background-color: #418ac8;
    color: #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 2px solid #4671E9 !important;
}
.serviceTable tbody tr td {
    background-color: #eff2f7;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.serviceTable td:first-child {
    border-left:0;
}
.serviceTable td:last-child {
    border-right:0;
}

.bookmarkChkBox {
    display: none;
}
.bookmarkChkBox + label span {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(/resources/img/renew/favorite-off.png) no-repeat;
    cursor: pointer;
    background-size: cover;
    margin-right: 5px;
}

.bookmarkChkBox:checked + label span {
    background: url(/resources/img/renew/favorite-on.png) no-repeat;
    background-size: cover;
}

.checkbox-wrap label {
    display: flex;
}

.checkbox-wrap label span {
    flex: none;
}

.checkbox-wrap label .check-text {
    flex: 1;
}


.recommendKeywordBoxWrap {
    position: relative;
}

.recommendKeywordBox {
    display: none;
    overflow: scroll;
}

.recommendKeywordBox + div{
    display: none;
    z-index: 66;
    top:45px;
    right: 0;
    width: 665px;
    max-height: 650px;
    border: 2px solid #a4a2d7;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(11, 123, 217, 0.05);
    padding: 20px;
    /* padding: 30px; */
    background: #fff;
    max-width: 1140px;
    margin: 0 auto 20px auto;
}


.recommendKeywordBox:checked + div{
    display:block;
    position:absolute;
}

.closeBtn {
    position: absolute;right: -15px;top: -15px;cursor: pointer;width: 30px;height: 30px;background: url(/resources/img/renew/closeBtn.png) no-repeat center/12px auto,#4A506B;border-radius: 50%;font-size: 0;transition: all 0.2s linear;border: 0;
}

.innerTable {
    border-collapse: collapse;
    width: 540px;
    margin: 1rem auto;
    border: 1px solid #ddd;
    background-color: white;
}

/* 테이블 행 */
.innerTable th, td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.innerTable th {
    background-color: #494f6a;
    color: #ddd;
}

/* 테이블 올렸을 때 */
.innerTable tbody tr td:hover {
    background-color: #d3d3d3;
    opacity: 0.9;
    cursor: pointer;
}

/* 테이블 비율 */
.innerTable th:nth-child(1),
.innerTable td:nth-child(1) {
    width: 50%;
}

.innerTable th:nth-child(2),
.innerTable td:nth-child(2) {
    width: 50%;
}
.pay_call_btn {
    color: white;
    background-color: #4671e9;
    border: 0;
    border-radius: 10px;
    margin-top: 5px;
    width: 45px;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.pay_call_btn:hover {
    background-color: #e38d13;
}

.border-skyblue {border:3px solid skyblue !important; }
.border-red {border:3px solid red !important; }

.reset-btn {font-size: 12px;border:1px solid #000000; padding: 1px;border-radius:3px;cursor:pointer;}

.techTreeWrap {padding:3px;}
.techTreeWrap:hover {
    .ellipsis{
        overflow: visible;
        white-space: normal;
        -webkit-line-clamp: none;
        -webkit-box-orient: unset;
    }
}

.arrow-btn{position:relative; line-height:50px; padding:0 12px; color:#fff; cursor:pointer;}
.arrow-btn::after{content:""; display:block; position:absolute; right:6px; top:50%; width:12px; height:7px; background:url('/resources/img/renew/fam_arrow.png') no-repeat center/12px auto; margin-top:-3px; transform:rotate(90deg);transition:transform 0.15s linear;}
.tree-items div:hover .arrow-btn::after{transform:rotate(180deg); transition:transform 0.15s linear; }
.tree-items div.active .arrow-btn::after{transform:rotate(180deg); transition:transform 0.15s linear; }

.chat-bot-wrap {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px;
    cursor: pointer;
    z-index: 2147483645;
    transition: all 0.2s ease-in-out 0s;
    left: unset;
    transform: scale(1);
}

.chat-bot-wrap:hover {
    transform: scale(1.08);
}

.chat-bot-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.chat-bot-container > a > img { border-radius: 30px;}

.column-count {column-count: 2;}
.multi_column {display:flex;margin: 0 auto 20px auto;padding:0; min-width: 1200px; max-width: 1200px;}
.multi_column > .left {width:60%;margin: 0 5px 20px 10px;}
.multi_column > .left > .whiteBox {  max-height: 1491px; overflow: scroll;}
/*.multi_column > .left > .whiteBox::-webkit-scrollbar { display: none;}*/
.multi_column > .left > div {padding:30px 20px 20px 20px;}
.multi_column > .right {width:40%;margin: 0 10px 20px 5px;}
.multi_column > .right > div {padding:30px 20px 20px 20px;     margin: 0 auto 19px auto;}
.report_board-header h2{position: relative; display: inline-block;}
.report_board-header h2::before {content: ''; background: #d87d7d; width: 100%; height:4px; position: absolute; bottom:-4px; left:0;}
.report_board-header h3{position: relative; display: inline-block;}
.report_board-header h3::before {content: ''; background: #c6c6c6; width: 428px; height:2px; position: absolute; bottom:-4px; left:0;}
.report_board-content {margin: 20px 0 20px 0;}
.report_board-content > button {margin: 1px;}
.report_board-content > img {width: 100%;}

/* 체크박스 */
input[type="checkbox"][class^="check_style_"] {display: none;}
input[type="checkbox"][class^="check_style_"] + label{display:inline-block; vertical-align:middle; font-size:1rem; color: #d7d7d7; font-weight:500; letter-spacing:-0.2pt; line-height: 40px;}
input[type="checkbox"][class^="check_style_"] + label::before{content:""; display:inline-block; vertical-align:middle; width:20px; height:20px; background:#fff; border:1px solid #dedede; border-radius:4px;box-sizing:border-box; margin:0 10px 1px 0; }
input[type="checkbox"].check_style_info:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #DA7E7E; border-color:#DA7E7E;}
input[type="checkbox"].check_style_info:checked + label{color: #DA7E7E; border-color:#DA7E7E;}
input[type="checkbox"].check_style_q_anal:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #7DBD72; border-color:#7DBD72;}
input[type="checkbox"].check_style_q_anal:checked + label{color: #7DBD72; border-color:#7DBD72;}
input[type="checkbox"].check_style_anal:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #8E99D4; border-color:#8E99D4;}
input[type="checkbox"].check_style_anal:checked + label{color: #8E99D4; border-color:#8E99D4;}
input[type="checkbox"].check_style_po:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #7AD3C3; border-color:#7AD3C3;}
input[type="checkbox"].check_style_po:checked + label{color: #7AD3C3; border-color:#7AD3C3;}
input[type="checkbox"].check_style_pp:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #8E99D4; border-color:#8E99D4;}
input[type="checkbox"].check_style_pp:checked + label{color: #8E99D4; border-color:#8E99D4;}

input[type="radio"].check_style_output{display: none;}
input[type="radio"].check_style_output + label{display:inline-block; vertical-align:middle; font-size:1rem; color: #d7d7d7; font-weight:500; letter-spacing:-0.2pt; line-height: 40px;}
input[type="radio"].check_style_output + label::before{content:""; display:inline-block; vertical-align:middle; width:20px; height:20px; background:#fff; border:1px solid #dedede; border-radius:4px;box-sizing:border-box; margin:0 10px 1px 0; }
input[type="radio"].check_style_output:checked + label::before{background:url('/resources/img/renew/checkBox.png') no-repeat 3px 5px, #FF6EC5; border-color:#FF6EC5;}
input[type="radio"].check_style_output:checked + label{color: #FF6EC5; border-color:#FF6EC5;}

.camm_bg {width: 100%; height: 300px; background:url('/resources/img/camm/main_bn.jpg') no-repeat center; align-content: center;text-align: center;text-align: -webkit-center;}
.camm_bg .title { margin-bottom: 16px;}
.camm_bg .title p {color: #FFF; text-align: center; font-family: Pretendard; font-size: 36px; font-style: normal; font-weight: 600; line-height: normal;}
.camm_bg .sub-title p { color: #FFF; text-align: center; font-family: Pretendard; font-size: 16px; font-style: normal; font-weight: 400; line-height: 160%;}

/*.nst-header {width: 100%; height: 50px; border-bottom: 1px solid lightgrey;}*/
.nst-header p {font-family: pretendard; font-size: 16px; padding: 12px 15px 13px 15px; cursor: pointer;}
.nst-header p:hover {background: #b6b6b6; color: #ffffff}
.nst_bg {width: 100%; height: 300px; background:url('/resources/img/background.jpg') no-repeat center; background-size: cover; align-content: center;text-align: center;text-align: -webkit-center;}
.nst_bg .title { margin-bottom: 16px;}
.nst_bg .title p {color: #FFF; text-align: center; font-family: Pretendard; font-size: 36px; font-style: normal; font-weight: 600; line-height: normal;}
.nst_bg .title-header p {color: #FFB800; text-align: center; font-family: Pretendard; font-size: 24px; font-style: normal; font-weight: 600; line-height: 160%; letter-spacing: -0.96px;}
.nst_bg .sub-title p { color: #FFF; text-align: center; font-family: Pretendard; font-size: 16px; font-style: normal; font-weight: 400; line-height: 160%;}
.nst_board_wrap a{color:#666; font-family: Pretendard; font-size:16px; font-style: normal; font-weight: 500; line-height: 160%; letter-spacing: -0.64px;}
.nst_board_wrap span{color:#666; font-family: Pretendard; font-size:16px; font-style: normal; font-weight: 500; line-height: 160%; letter-spacing: -0.64px;}

.kribb-header {width: 100%; height: 50px; border-bottom: 1px solid lightgrey;}
.kribb-header p {font-family: pretendard; font-size: 16px; margin-right: 30px;}
.kribb_bg {width: 100%; height: 300px; background:url('/resources/img/nst/kribb_bg.png') no-repeat center; background-size: cover; align-content: center;text-align: center;text-align: -webkit-center;}
.kribb_bg .title { margin-bottom: 16px;}
.kribb_bg .title p {color: #FFF; text-align: center; font-family: Pretendard; font-size: 36px; font-style: normal; font-weight: 600; line-height: normal;}
.kribb_bg .title-header p {color: #FFB800; text-align: center; font-family: Pretendard; font-size: 24px; font-style: normal; font-weight: 600; line-height: 160%; letter-spacing: -0.96px;}
.kribb_bg .sub-title p { color: #FFF; text-align: center; font-family: Pretendard; font-size: 16px; font-style: normal; font-weight: 400; line-height: 160%;}

.board_bg {width: 100%; height: 300px; background:url('/resources/img/nst/board_bg.png') no-repeat center; background-size: cover; align-content: center;text-align: center;text-align: -webkit-center;}
.board_bg .title { margin-bottom: 16px;}
.board_bg .title p {color: #FFF; text-align: center; font-family: Pretendard; font-size: 36px; font-style: normal; font-weight: 600; line-height: normal;}
.board_bg .title-header p {color: #FFB800; text-align: center; font-family: Pretendard; font-size: 24px; font-style: normal; font-weight: 600; line-height: 160%; letter-spacing: -0.96px;}
.board_bg .sub-title p { color: #FFF; text-align: center; font-family: Pretendard; font-size: 16px; font-style: normal; font-weight: 400; line-height: 160%;}

.change_text_color_blue { color: #4671E9; font-weight:bold; }
.before_change_text_color {color: #666}

.sticky_header { top: 0; left: 0; bottom: 0; right: 0; position: sticky !important; background-color: #F1F5FA}
.price_title { color: #000; text-align: center; font-family: Pretendard; font-size: 30px; font-weight: 700; line-height: 160%}
.price_sub_title {color: #000; text-align: center; font-family: Pretendard; font-size: 20px; font-weight: 400; line-height: 130%}
.plan_list { color: #000; font-family: Pretendard; font-size: 24px; font-weight: 600; line-height: 160%; padding-left: 20px;}
.plan_table {border-bottom: solid 1px #C8C8C8; width: 1160px; height: 64px; display: flex; padding: 0px 20px;}
.plan_table:hover { background-color: #DCE6F0; border-bottom: solid 1px #C8C8C8}
.plan_table_text {width: 280px; display: flex; align-items: center; text-align: center; justify-content: center;}

.table_sub_title_text {color: #222; font-family: Pretendard; font-size: 20px; font-weight: 400; line-height: 160%;}
.table_detail_text {color: #222; font-family: Pretendard; font-size: 20px; font-weight: 400; line-height: 130%}
.table_detail_small_text {color: #222; font-family: Pretendard; font-size: 16px; font-weight: 400; line-height: 130%}
.helper_text_title {color: #666; font-family: Pretendard; font-size: 20px; font-weight: 700; line-height: 130%; letter-spacing: -0.8px}
.helper_text_detail {color: #666; font-family: Pretendard; font-size: 20px; font-weight: 400; line-height: 130%;}

/*사진*/
.check_img_32 {width: 32px; height: 32px;}
.arrow_img_24 {width: 24px; height: 24px;}
.question_img_20 {width: 20px; height: 20px;}
.question_img_24 {width: 24px; height: 24px;}
.question_img_src {content:url("/resources/img/renew/question_img.png")}
.question_img_src:hover {content:url("/resources/img/renew/question_img_blue.png")}
.img_size_100 {width: 100px; height: 100px;}
.report_img_shadow {box-shadow: 4px 4px 10px 4px rgba(0,0,0,0.10);}
.report_img_size {width: 314px; height: 440px; border-radius: 20px;}
.intro_page_main_banner {background-image: url("/resources/img/renew/main_banner.jpg"); object-fit: cover; width: 100%; height: 100%}
.arrow_up_img { content: url("/resources/img/renew/arrow_up_thick.png"); }
.arrow_down_img { content: url("/resources/img/renew/arrow_down_thick.png"); }
.img_height_48 {height: 48px;}

/*리서치올 소개 페이지 제목, 내용 text*/
.intro_title {font-family: Pretendard; font-weight: 300; font-size: 32px; line-height: 130%; letter-spacing: -1.28px; color: #222222}
.intro_title_bold {font-family: Pretendard; font-weight: 800; font-size: 32px; line-height: 130%; letter-spacing: -1.28px; color: #222222}
.intro_detail {font-family: Pretendard; font-weight: 400; font-size: 20px; line-height: 160%; letter-spacing: -1.28px; color: #444444}
/*리서치올 소개 페이지 주요기능 박스 div, 제목과 내용 text*/
.intro_box { border-radius: 30px; background: #FFF; box-shadow: 4px 4px 20px 4px rgba(0,0,0,0.10); display: flex; justify-content: center; align-items: center; text-align: center}
.intro_box_size { width: 380px; height: 370px; }
.intro_box_title { font-family: Pretendard; font-weight: 700; font-size: 26px; line-height: 160%; letter-spacing: -1.04px; color: #444444;}
.intro_box_detail {font-family: Pretendard; font-weight: 400; font-size: 20px; line-height: 160%; letter-spacing: -0.8px; color: #666666;}

/*소개 페이지 사용 가이드 roll wrap*/
.guide_roll_wrap { overflow: hidden; position: relative;}
.use_guide_box {width: 1120px; height: 400px; background-color: #f3f3f3; border-radius: 20px; padding: 40px}
.use_guide_box_title { color: #444; font-family: Pretendard; font-size: 26px; font-weight: 600; line-height: 160%; letter-spacing: -1.32px; }
.use_guide_box_detail { color: #444; font-family: Pretendard; font-size: 16px; font-weight: 400; line-height: 160%; letter-spacing: -0.64px; }

/*보고서 안내*/
.report_intro_background {background-image: url("/resources/img/renew/report_intro_background.jpg"); background-size: cover}
.report_intro_box { border-radius: 20px; background: #FFF; box-shadow: 4px 4px 10px 4px rgba(0,0,0,0.10); width: 540px; padding: 20px;}
.report_intro_box_title {font-family: Pretendard; font-weight: 700; font-size: 24px; line-height: 130%; letter-spacing: -0.96px; color: #444444;}
.report_intro_box_sub_title {font-family: Pretendard; font-weight: 700; font-size: 16px; line-height: 160%; letter-spacing: -0.64px}
.report_intro_detail {font-family: Pretendard; font-weight: 400; font-size: 16px; line-height: 160%; letter-spacing: -0.64px}
.report_title_line {border-bottom: 3px solid #4671e9; padding: 0px 0px 10px 0px;}
.report_title_num {width: 8px; height: 8px; border-radius: 8px; background-color: #C8C8C8}
.report_title_num:hover {width: 8px; height: 8px; border-radius: 8px; background-color: #646464}
.report_title_num_active {width: 8px; height: 8px; border-radius: 8px; background-color: #646464}

/*Q&A*/
.QA_table_up_line { border-top: 1px solid #969696; }
.QA_table_down_line { border-bottom: 1px solid #969696; }
.QA_table { height: 32px; width: 1160px; padding: 16px 20px;}
.QA_table_detail { width: 1160px; padding: 20px; background-color: #e5e3f9; }
.QA_table_title { color: #222; font-weight: 600; font-family: Pretendard; font-size: 20px; line-height: 160%; }
.QA_table_detail_text { color: #222; font-family: Pretendard; font-size: 20px; font-weight: 400; line-height: 160%; letter-spacing: -0.8px }
.QA_table_detail_important_text {color: #444; font-family: Pretendard; font-size: 20px; font-weight: 700; line-height: 160%; letter-spacing: -0.8px}
.more_ask_btn { width: 133px; height: 26px; padding: 4px 15px; border-radius: 10px; background-color: #666dba; color: #fff; font-family: Pretendard; font-size: 16px; font-weight: 500; letter-spacing: -0.64px; }
.more_ask_btn:hover { background-color: #757bc1; }
.one_on_one_btn { width: 54px; height: 26px; padding: 4px 15px; border-radius: 10px; background-color: #4671e9; color: #fff; font-family: Pretendard; font-size: 16px; font-weight: 500; letter-spacing: -0.64px; }
.one_on_one_btn:hover { background-color: #587FEB; }

/*애니메이션*/
.client_animate {animation-name: flow-right; animation-duration: 35s; animation-direction: normal; animation-iteration-count: infinite; animation-timing-function: linear; position: absolute; }
@-webkit-keyframes flow-right {
    0% {transform: translateX(0%);}
    100% {transform: translateX(-100%);}
}
.client_animate_clone {animation-name: flow-clone; animation-duration: 35s; animation-direction: normal; animation-iteration-count: infinite; animation-timing-function: linear; }
@-webkit-keyframes flow-clone {
    0% {transform: translateX(100%);}
    100% {transform: translateX(0%);}
}

/* tool tip */
.tooltip{ position: relative; display: block; }
.tooltip_text_14 { font-size: 14px; }
.tooltip_text_16 { font-size: 16px; }
.tooltip .tooltipText { visibility: hidden; position: absolute; left: 0px; background-color: #4671e9; color: #fff; padding: 8px 12px; font-family: Pretendard; font-weight: 400; line-height: 160%; letter-spacing: -0.56px; z-index: 1;}
.tooltip .tooltipText::before { position: absolute; top: 100%; left: 30px; content: ''; border-top: 4px solid #4671e9; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 0px solid transparent;}
.question_img_src:hover + .tooltipText { visibility: visible; }


/*보고서 페이지*/
.report_info_title { color: #222; font-family: Pretendard; font-size: 32px; font-weight: 800; line-height: 130%; letter-spacing: -1.2px; }
.report_background_paper { border-radius: 10px; background: #FFF; box-shadow: 4px 4px 20px 4px rgba(0,0,0,0.10); }
.background_paper_title { font-family: Pretendard; font-size: 24px; font-weight: 700; line-height: 160%; letter-spacing: -0.96px; }
.background_paper_detail { font-family: Pretendard; font-size: 16px; font-weight: 400; line-height: 160%; letter-spacing: -0.64px; }
.numbering_style { color: #ffffff; font-family: Pretendard; font-size: 40px; font-weight: 700; line-height: 160%; letter-spacing: -0.64px; }
.report_arrow { background-image: url("/resources/img/renew/report_arrow.png") }
.modal_hide { visibility: hidden; }
.modal_paper { position: absolute; }
.modal_title { color: #222; font-family: Pretendard; font-size: 20px; font-weight: 700; line-height: 160%; letter-spacing: -0.72px; }
.modal_sub_title { color: #222; font-family: Pretendard; font-size: 18px; font-weight: 500; line-height: 160%; letter-spacing: -0.72px; }
.modal_detail { color: #222; font-family: Pretendard; font-size: 18px; font-weight: 400; line-height: 160%; letter-spacing: -0.8px; }
.modal_none_scroll { overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; }
.modal_none_scroll::-webkit-scrollbar {display: none;}