.purple_txt{
    color:#8e71d0;
}
.w125x{
    width: 125px;
}
.w75x{
    width: 75px;
}
.w85x{
    width: 85px;
}
.w35x{
    width: 35px;
}
.w165x{
    width: 165px;
}
.w145x{
    width: 145px;
}
.w270x{
    width: 270px;
}
.w55x{
    width: 55px;
}
.w105x{
    width: 105px !important;
}
.w87x{
    width: 87px;
}
.pd20{padding: 20px;}

.txt_right{
    text-align: right !important;
}
.w170x{
    width: 170px;
}
.w220x {width: 220px; }
.w230x {width: 230px; }
.w260x {width: 260px; }
.mr8 { margin-right: 8px;}
.pointer {
    cursor: pointer;
}
.mt7{margin-top: 7px;}
.info_qs{
    font-size: 17px;
    cursor: help;
    padding: 10px;
}


.select_sort {
    color: #00b8ff;
}

.deselect_sort {
    color: #999;
}

.bg_c_p {
    background-color: rgba(188, 196, 240, 0.36) !important;
}

.border_t_b {
    border-top: 3px solid rgba(70, 131, 255) !important;
}

.border_l_b {
    border-left: 3px solid rgba(70, 131, 255) !important;
}

.border_b_b {
    border-bottom: 3px solid rgba(70, 131, 255) !important;
}

.border_r_b {
    border-right: 3px solid rgba(70, 131, 255) !important;
}
.hidden{
    display: none;
}

.none_show {
    display: none !important;
}

.block_show{
    display: block !important;
}

/*22-12-16 호버이벤트용 추가*/
.txt-group_0 {
    background: #fde9f3;
    color: #e33a97;
}
*[class*="txt-group"] {
    display: inline-block;
    padding: 0 8px;
    line-height: 24px;
    border-radius: 12px;
    font-weight: 500;
    letter-spacing: -0.05em;
    font-size: 13px;
}


.jb-text {
    padding: 15px 20px;
    background-color: #444;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    display: none;
    line-height: 23px;
    text-align:left;
}

/*
.jb-title:hover + .jb-text {
	display: block;
}
*/

.jb_tix{
    font-weight: bold; font-size: 14px;
}
.jb_tix_icon{
    font-size: 16px;
    line-height: 20px;
    float: right;
    margin-left: 12px;
    margin-right: 6px;
}

.jb_line{
    border-bottom:1px solid #ddd;
    display: block;
    width: 100%;
    opacity: 0.5;
    padding-bottom: 5px;
}
.jb_first{
    display: block;
    padding-top:7px;
    font-size: 12px;
}



/* 자동완성 관련 css 시작*/

.autocomplete {
    position: relative;
    /*display: inline-block;*/
}

input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}


[data-theme='dark-mode'] .autocomplete-items {
    position: absolute;
    border: 1px solid #1e1f22;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}


.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    color: #3d658d;
    font-weight: 500;
    font-size: 13px;
    width: 250px;
}

[data-theme='dark-mode'] .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #2d3039;
    background: rgba(45, 48, 57);
    border-bottom: 1px solid #1e1f22;
    color: #c4c4c4;
    font-weight: 500;
    font-size: 13px;
    width: 250px;
}


.autocomplete-category {
    position: absolute;
    width: 250px;
    background-color: #4D7A97;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    color: #FFFFFF;
}

[data-theme='dark-mode'] .autocomplete-category {
    position: absolute;
    width: 250px;
    background-color: #454856;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    color: #a6a6b1;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #cfdfeb;
    color: #4D7A97 !important;
}

/*when hovering an item:*/
[data-theme='dark-mode'] .autocomplete-items div:hover {
    background-color: #535456 !important;
    color: #b5b5b5 !important;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #cfdfeb !important;
    color: #4D7A97 !important;
    font-weight: 500;
    font-size: 13px;
}
/*when navigating through the items using the arrow keys:*/
[data-theme='dark-mode'] .autocomplete-active {
    background-color: #535456 !important;
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 13px;
}

.autocomplete-category::after {
    content: attr(data-content);
}

/* 자동완성 관련 css 끝 */




[data-theme='light-mode'] .btn_custom1{
    background: rgb(135, 150, 190,0.35);
    padding: 6px 8px;
    border-radius: 6px;
    cursor:pointer;
}

[data-theme='light-mode'] .btn_custom1:hover{
    background: rgba(135, 150, 190);
    padding: 6px 8px;
    border-radius: 6px;
    color: #FFF;
    cursor:pointer;
}



[data-theme='light-mode'] .btn_custom2{
    background: #8796be;
    padding: 6px 8px;
    border-radius: 6px;
    color: #FFF;
    cursor:pointer;
}

.cur_po{
    cursor: pointer;
}

.scale_h{
    -webkit-transform:scale(1,1.2); /* Safari and Chrome */
    -moz-transform:scale(1,1.2); /* Firefox */
    -ms-transform:scale(1,1.2); /* IE 9 */
    -o-transform:scale(1,1.2); /* Opera */
    transform:scale(1,1.2); /* W3C */
}

.chart-font{
    color: #5786f5;
    font-size:17px;
    line-height: 19px !important;
}

.chart-font2{
    color: #a5a5a5;
    font-size:17px;
    line-height: 19px !important;
}

.auth_a{
    border-radius: 50%;
    background-color: #f87474;
    color: #FFF;
    font-weight: 600;
    font-size:11px;
    padding: 2px 5px;
    margin-left : 1px;
    margin-right: 1px;
}
.auth_t{
    border-radius: 50%;
    background-color: #0c9176;
    color: #FFF;
    font-weight: 600;
    font-size:11px;
    padding: 2px 5px;
    margin-left : 1px;
    margin-right: 1px;
}
.auth_s{
    border-radius: 50%;
    background-color: #4053bd;
    color: #FFF;
    font-size:11px;
    padding: 2px 5px;
    margin-left : 1px;
    margin-right: 1px;
}

/* 컨텐츠 영역 - 컨텐츠 - contents */
.contents_7 { position: relative;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    width: 100%; height: calc(100% - 64px);
}

/* ---------------
 * 상담화면 컨텐츠 박스
 * ---------------*/
.con-area {display: flex; max-height: 100%;
    padding: 24px;
    font-size: 0; /* height는 html상에서 제어 */
}
.con-area~.con-area {padding-top: 0;} /* 2단 이상 박스일 때 padding-top 제거 */
.con-box-area {vertical-align: top; display: block;
    overflow-y: auto; overflow-x: hidden; /* width는 html상에서 제어 */
}
.con-box_top {
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.con-box {
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
}

.con-box_top {position: relative;
    padding: 12px 24px;
    height: 56px; line-height: 33px;
    font-size: 18px; font-weight: 700;
    color: #364168; background: #fff;
}