@charset "UTF-8";


/* CSS 초기화 */
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
} */

/* oneUI CSS 초기화 */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}


h1 {
    margin-bottom: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.d-block {
    display: block !important;
}


/* 공통 폰트 */
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    transform: rotate(0.04deg);
    src: url(../fonts/Pretendard-400.woff2) format('woff2'),
    url(../fonts/Pretendard-400.woff) format('woff'),
    url(../fonts/Pretendard-400.ttf) format('truetype'),
    url(../fonts/Pretendard-400.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    transform: rotate(0.04deg);
    src: url(../fonts/Pretendard-500.woff2) format('woff2'),
    url(../fonts/Pretendard-500.woff) format('woff'),
    url(../fonts/Pretendard-500.ttf) format('truetype'),
    url(../fonts/Pretendard-500.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    transform: rotate(0.04deg);
    src: url(../fonts/Pretendard-600.woff2) format('woff2'),
    url(../fonts/Pretendard-600.woff) format('woff'),
    url(../fonts/Pretendard-600.ttf) format('truetype'),
    url(../fonts/Pretendard-600.otf) format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    transform: rotate(0.04deg);
    src: url(../fonts/Pretendard-700.woff2) format('woff2'),
    url(../fonts/Pretendard-700.woff) format('woff'),
    url(../fonts/Pretendard-700.ttf) format('truetype'),
    url(../fonts/Pretendard-700.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 400;
    transform: rotate(0.04deg);
    src: url(../fonts/GmarketSansTTF-400.ttf) format('truetype'),
    url(../fonts/GmarketSans-400.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    transform: rotate(0.04deg);
    src: url(../fonts/GmarketSansTTF-500.ttf) format('truetype'),
    url(../fonts/GmarketSans-500.otf) format('opentype');
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    transform: rotate(0.04deg);
    src: url(../fonts/GmarketSansTTF-700.ttf) format('truetype'),
    url(../fonts/GmarketSans-700.otf) format('opentype');
}


* {
    font-family: 'Pretendard', 'Arial', sans-serif !important;
    font-weight: 400;
    color: #0F172A
}

label {
    user-select: none;
    font-weight: 400;
}

img {max-width: 100%;}

/* margin CSS */
.m-t-0 {margin-top: 0;}
.m-t-10 {margin-top: 10px;}
.m-t-20 {margin-top: 20px;}
.m-t-30 {margin-top: 30px;}
.m-t-40 {margin-top: 40px;}
.m-t-50 {margin-top: 50px;}

.m-b-0 {margin-bottom: 0 !important;}
.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-50 {margin-bottom: 50px;}

/* font-weight */
.f-w-4 {font-weight: 400;}
.f-w-5 {font-weight: 500;}
.f-w-6 {font-weight: 600;}
.f-w-7 {font-weight: 700;}

.w-30 {width: 30%;}
.w-10 {width: 10%;}

.text-right {text-align: right;}
.text-left {text-align: left;}

/* 공통 checkbox */
.com_checkbox {
    width: 20px;
    height: 20px;
    accent-color: #0584BF;
    vertical-align: middle;
    border-radius: 6px;
    margin-right: 8px;
}

/* 공통 radio */
.com_radio {
    width: 20px;
    height: 20px;
    accent-color: #0584BF;
    vertical-align: middle;
    margin-right: 8px;
}

/* 공통 select */
.com_select {
    border: 1.25px solid #4C4E6433;
    font-weight: 600;
    border-radius: 8px;
    min-width: 140px;
    width: auto;
}

.new_select .search_box select.com_select {
    min-width: 200px !important;
}

/* 2025/07/18화면 너비가 768px 이하일 때 */
@media (max-width: 768px) {
    /* 공통: select 요소 */
    .new_select .search_box select.com_select,
    #select_wrap_2,
    #select_wrap_3,
    #grade_wrap {
        width: 100% !important;
        min-width: unset !important;
    }

    /* 버튼 wrapper */
    .new_btn_wrap {
        width: 100%;
        display: flex;
        flex-direction: column; /* 버튼이 세로로 쌓이도록 */
        gap: 10px;
        margin-top: 10px;
    }

    /* 버튼 공통 스타일 */
    .new_select .new_btn_wrap button {
        width: 100% !important;
        margin: 0 !important;
    }

    /* 검색 버튼 가운데 정렬 */
    .new_select .btn_search {
        justify-content: center;
    }

    .new_select .btn_type_search.com_btn_white {
        display: none !important;
    }

    .com_select {
        width: 100%;
        min-width: 180px;
    }
}

/* 아주 작은 화면(모바일) */
@media (max-width: 480px) {
    .com_select {
        min-width: 180px;
        font-size: 14px;
    }
}

/* 공통 input[type="text"] */
.com_input {
    border: 1px solid #4C4E6433;
    border-radius: 8px;
}

.non_bd_rd {
    border-radius: 0;
}

/* 공통 input[type="file"] */
.upload_name {
    display: inline-block;
    height: 40px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #dddddd;
    width: 78%;
    color: #999999;
    border-radius: 8px;
}

.com_file {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    vertical-align: middle;
    background-color: #999999;
    cursor: pointer;
    height: 40px;
    margin-left: 10px;
    border-radius: 8px;
}

input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}


/* 공통 button */
.com_button {
    border-radius: 8px;
    background-color: #0584BF;
    color: #fff;
    padding: 12px 17px;
    font-weight: 600;
    border: none;
}

.com_btn_blue {
    border-radius: 8px;
    background-color: #0584BF;
    color: #fff;
    padding: 12px 18px;
    font-weight: 600;
    border: none;
}

.com_btn_gray {
    border-radius: 8px;
    background-color: #262732E5;
    color: #fff;
    padding: 12px 17px;
    font-weight: 600;
    border: none;
}

.com_btn_white {
    border-radius: 8px;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #4C4E6426;
}

.com_btn_red {
    border-radius: 8px;
    background-color: #E04440;
    padding: 12px 18px;
    border: none;
    color: #fff;
    font-weight: 600;
}
.com_btn_red1 {
    border-radius: 8px;
    background-color: #E04440;
    padding: 12px 18px;
    border: none;
    color: #fff;
    font-weight: 600;
}


/* 공통 포인트 텍스트 */
.blue_txt {
    color: #0584BF;
    margin-bottom: 0 !important;
}

.red_txt {
    color: #FF4D49;
    font-weight: 600;
}

.point {
    color: #FF4D49;
}

.underline {
    text-decoration: underline;
}

/* 공통 title */
.com_title_box {
    border-bottom: 1px solid #4C4E6499;
    margin-bottom: 24px;
}

.com_title_box .com_title {
    font-size: 32px;
    font-weight: 700;
    color: #0092D7;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.sub_title_box {
    margin-bottom: 20px;
}

.sub_title_box img {
    vertical-align: sub;
}

.sub_title_box .sub_title {
    font-weight: 600;
    font-size: 20px;
    margin-left: 12px;
}

.main_container .block-content {
    padding: 20px 30px;
}

.sub_txt p {
    margin-bottom: 0;
}

/* 공통 화살표 */
.com_arrow {
    position: relative;
}

.com_arrow::before {
    content: "\f104";
    opacity: .4;
    position: absolute;
    top: 50%;
    right: .625rem;
    display: block;
    margin-top: -.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: .85rem;
    transition: opacity .25s ease-out, transform .25s ease-out;
    transform: rotate(-90deg);
}

/* 사이드바 */
.content-header.justify-content-center {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.sidebar_wrap .main_dashboard {
    border-radius: 12px;
    background: linear-gradient(90deg, #27CfBE -18.2%, #536ADB 100%);
}

.sidebar_wrap .main_homepage {
    border-radius: 12px;
    background: linear-gradient(90deg, #3f8f8c -18.2%, #3a4b93 100%);
}

.sidebar_wrap .main_dashboard span {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.sidebar_wrap .main_homepage span {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.sidebar_wrap .nav-main-submenu {
    background-color: #fff;
    padding: 0;
}

.sidebar_wrap .nav-main-submenu .nav-main-submenu {
    background-color: #f7f7f7;
}

.sidebar_wrap .nav-main-submenu .nav-main-link.nav-main-link-submenu {
    padding-left: 46px;
}

.sidebar_wrap .nav-main-submenu .nav-main-submenu .nav-main-link {
    padding-left: 46px;
}

.nav-main-link.nav-main-link-submenu::before {
    font-size: .85rem;
}

.nav-main-item.open>.nav-main-link-submenu::before {
    color: #0584BF;
}

.sidebar_wrap .depth1_menu {
    font-size: 16px;
    color: #0F172ACC;
    font-weight: 600;
    padding-left: 10px;
}

.sidebar_wrap .depth1_menu.active {
    color: #0584BF;
}

.sidebar_wrap .depth2_menu {
    font-size: 15px;
    font-weight: 600;
}

.sidebar_wrap .depth3_menu {
    font-size: 15px;
}


/* 헤더 */
.custom_header {
    border-bottom: 1px solid #ddd;
}

.custom_header .input-group {
    border: 1.54px solid #4C4E6433;
    border-radius: 10px;
}

.custom_header .input-group .form-control.form-control-alt {
    background-color: transparent;
    border: none;
}

.custom_header .input-group .input-group-text {
    background-color: transparent;
}

.custom_header .input-group .input-group-text .fa-search::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
}

/* 헤더 검색 팝업 */
.custom_header .popover {
    min-width: 150px;
    top: 40px !important;
    border-radius: 10px !important;
}

.custom_header .popover .popover-arrow {
    left: 50% !important;
    margin-left: -5px;
}

.custom_header .popover .popover-header {
    font-weight: 600;
    border-bottom: 0;
    padding-bottom: 4px;
}

.custom_header .popover .popover-body ul {
    padding-left: 0;
    list-style: none;
}

.custom_header .popover .popover-body ul li {
    display: flex;
    align-items: center;
}

.custom_header .popover .popover-body ul li p {
    margin-bottom: 0;
}

.custom_header .popover .popover-body ul li:not(:last-child) {
    margin-bottom: 16px;
}

.custom_header .popover .popover-body ul li .div_keyword {
    border-radius: 6px;
    border: 1px solid #4C4E6426;
    margin-right: 10px;
}

.custom_header .popover .popover-body ul li .keyword_variety>p {
    color: #666CFF
}

.custom_header .popover .popover-body ul li .keyword_item>p {
    color: #0584BF;
}

.custom_header .popover .popover-body ul li>p {
    font-weight: 600;
    color: #0F172ACC;
    font-size: 14px;
}

.custom_header .popover .popover-body ul li .keyword_variety>p,
.custom_header .popover .popover-body ul li .keyword_item>p {
    font-weight: 600;
    font-size: 13px;
    padding: 4px 10px;
}


/* 헤더 검색 팝업 끝 */

.custom_header .sidebar-dark-mode-dropdown {
    background-color: transparent;
    border-radius: 10px;
}

.custom_header .header_profile {
    background-color: transparent;
    border: none;
}

.custom_header .nav_top span {
    font-size: 15px;
    color: #0F172ACC;
    margin: 0 4px;
}

.custom_header .nav_top .nav_arrow {
    height: 10px;
}

.custom_header .nav_bottom span {
    font-weight: 500;
    font-size: 18px;
}

.custom_header .d-flex.align-items-center .header_weather + .ms-2 {
    display: flex;
    align-items: center;
}


/* 로그인 했을 때만 min-width를 갖게끔 수정 */
.custom_header .d-flex.align-items-center .header_weather + .ms-2 .dropdown.login {
    min-width: 100px;
}

.custom_header .d-flex.align-items-center .header_weather + .ms-2 .dropdown button {
    width: 100%;
    padding-right: 0;
}

.custom_header .d-flex.align-items-center .header_weather + .ms-2 .dropdown button span {
    flex: 1;
    white-space: nowrap;
}


.header_weather {
    cursor: pointer;
    display: flex;
    /* margin-bottom: 20px; */
}

.header_weather p {
    font-weight: 600;
    margin-bottom: 0;
}

.header_weather .weather {
    margin: 0 15px 0 10px;
    position: relative;
}

/* .content_header .weather:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -8px;
    width: 1px;
    height: 12px;
    background-color: #4C4E6499;
} */


/* 푸터 */
.custom_footer {
    background-color: #0584BF;
    overflow-x: hidden;
}

.custom_footer .d-flex {
    position: relative;
}

.flowing_box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.flowing_inner {
    display: flex;
    width: fit-content;
    will-change: transform;
    animation: flowText 500s linear infinite;
}

.flowing_txt {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

@keyframes flowText {
    0% {
        transform: translateX(0.6%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 호버 시 애니메이션 멈춤*/
.flowing_box:hover .flowing_inner {
    animation-play-state: paused;
}

.custom_footer img {
    max-width: 24px;
    height: auto;
}

/* 공통테이블 */
.table_user_form th {
    width: 15%;
    background-color: #F9F8F9;
    text-align: center;
}
.table_user_form td {
    text-align: left;
}

.table_user_form .com_input {
    text-align: left;
    border: 1px solid #ddd;
}

.table_user_form .td_address .com_btn_gray {
    margin-top: 8px;
}

.table_user_form .input_default_auto {
    width: auto;
}

.table_user_form .td_radio .label_radio:not(:last-child) {
    margin-right: 20px;
}

.table_user_form .td_checkbox .label_checkbox:not(:last-child) {
    margin-right: 20px;
}



/* 공통 모달 팝업 - title 없을 때 */
.modal .block-padding {
    padding: 30px;
}

.modal>.block-content {
    padding: 0;
}

.modal .block-header-default.modal_header {
    background-color: #fff;
    padding: 0;
}

.modal .bg-body {
    background-color: #fff !important;
}

.modal .modal_title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/* 공통 모달 팝업 - title 있을 때 */
.modal .block-header.block-header-default {
    height: 67px;
}

.modal .block-header.block-header-default .modal_close {
    width: 20px;
}

.modal .modal_title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
}

/* 공통 모달 팝업 - 우편번호 찾기 */
.modal_user_address .d-flex.justify-content-between input:nth-child(even) {
    margin: 0 8px;
}

.modal_user_address p {
    margin-bottom: 0;
}

.modal_user_address .btn_box .custom_padding {
    border-radius: 0;
    padding: 6px 20px;
}

/* 모달팝업 테이블 */
.result_table .modal_table {
    border-bottom: 1px solid #4C4E6426;
}

.result_table .tg.modal_table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 2px solid #4C4E6426;
    background-color: #fff;
    width: 100%;
}

.result_table .modal_table thead tr {
    background-color: #F9F8F9;
}

.result_table .modal_table tbody td {
    text-align: center;
}

.result_table .modal_table th, .result_table .modal_table td {
    border: 0;
}



/* datepicker img */
img.ui-datepicker-trigger {
    display: none;
}


/* 게시판 말줄임 */
.table_default {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
}

.table_default thead th,
.table_default thead td, .table_default tbody td a {
    font-size: 16px;
}

.table_default td {
    display: table-cell;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* 페이지네이션 */
.pagination {
    justify-content: center;
    margin: 30px 0 0;
}

.pagination .page-item .page-link {
    font-weight: 400;
    font-size: 16px;
}

.pagination .page-item .page-link.num {
    padding-top: 8px;
    color: #0F172A;
}

.pagination .page-item img {
    width: 14px;
}

/* 토글 스위치 */
.label_switch {
    width: 80px;
    height: 30px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: #4C4E6424;
    cursor: pointer;
}

.label_switch::before {
    content: "";
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s;
    font-weight: 600;
    color: #0F172AA6;
}

.label_switch::after {
    content: "";
    position: absolute;
    left: 2.5px;
    top: 50%;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    transition: all 0.6s;
}

.label_switch .btn_toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
}

.label_switch.active {
    background: #0584BF;
}

.label_switch.active::before {
    content: "";
    left: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}

.label_switch.active .btn_toggle {
    left: calc(100% - 26px);
    background: #fff;
}

.label_switch, .btn_toggle {
    transition: all 0.2s ease-in;
}





/* 탭메뉴 공통 */
.com_content .tab_box .nav-item {
    width: 50%;
}

.com_content .tab_box .nav-item.w-33 {
    width: 33.33%;
}

.com_content .tab_box .nav-item.w-25 {
    width: 25%;
}

.com_content .tab_box .nav-item .nav-link {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    height: 100%;
}

.com_content .tab_box .nav-item .nav-link.active {
    color: #fff;
    background-color: #0584BF;
}



/* 20241209 - 사이드바 유통홈페이지 바로가기 추가 */
#page-container #sidebar .content-header {
    background-color: transparent;
}

.sidebar_wrap .content-side {
    padding-bottom: 20px;
}

.sidebar_wrap .link_distribution {
    background: url(../images/BG2_4x.png) no-repeat;
    border-radius: 8px;
    padding: 15px 18px;
    background-size: cover;
}

.sidebar_wrap .link_distribution p {
    color: #fff;
    font-weight: 600;
    margin: 12px 0 16px;
}

.sidebar_wrap .link_distribution .btn_box a {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
}

/* 20250119 데이터 없는 경우 */
p.no-data {
    margin: 20px;
    text-align: center;
}

/* 20241219 빅스파이브 차트있는 페이지 공통 */
.chart_title {
    font-size: 20px;
    font-weight: 600;
    color: #0F172A;
}

.chart_title .chart_blue_txt {
    font-size: 20px;
    font-weight: 600;
    color: #0584BF;
}

/* 셀렉트박스 있을 때 */
.chart_btn_box.chart_selectbox {
    display: flex;
    justify-content: flex-end;
}

.chart_btn_box.chart_selectbox .btn_list {
    width: 100%;
}

/* 셀렉트박스만 여러개 있을 때 */
.tab_chart_section .chart_selectbox.price-distribution {
    justify-content: right;
}

.tab_chart_section .chart_selectbox {
    display: flex;
    justify-content: center;
}

.tab_chart_section .chart_selectbox .com_select_box:nth-child(even) {
    margin-left: 16px;
}

.tab_chart_section .chart_selectbox .com_select_box:nth-child(3) {
    margin-left: 16px;
}

.chart_btn_box .btn_list {
    list-style: none;
    display: flex;
    padding-left: 0;
    justify-content: center;
    align-items: center;
}

.chart_btn_box .btn_list  li:not(:last-child) {
    margin-right: 16px;
}

.chart_btn_box .btn_list  li .btn_chart {
     padding: 12px 26px;
     border-radius: 100px;
     background: #fff;
     font-weight: 600;
     color: #0F172AA6;
     border: 1px solid #4C4E6433;
}

.chart_btn_box .btn_list  li .btn_chart.active {
    color: #fff;
    background: #0F316A;
}

.com_title_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com_title_date .title_date {
    margin-bottom: 10px;
    width: auto;
}

/* 차트있는 페이지 input date */
.title_date {
    position: relative;
    background: url("../images/date_icon.png") right 10px center no-repeat;
    padding-right: 10px;
    color: #858585;
}



.start_end_date {
    display: flex;
    align-items: baseline;
}

.start_end_date p {
    margin: 0 10px;
}


.ui-widget.ui-widget-content {
    border: none;
    border-radius: 8px;
}

.ui-widget-header {
    background: #F9F8F9;
    border: none;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: none;
    background: none;
}

.ui-datepicker select.ui-datepicker-year {
    width: 34%;
    margin-right: 30px;
}

.ui-datepicker select.ui-datepicker-month {
    width: 30%;
}

.ui-datepicker .ui-datepicker-prev span {
    background: url("../images/dropdown_arrow.png") center no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
    background: url("../images/dropdown_arrow23.png") center no-repeat;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fff;
    color: #0F172A;
    padding: 8px;
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #748086;
    color: #fff;
    border: none;
    border-radius: 50%;
    text-align: center;
}

.ui-state-active {
    background: #0584BF !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50% !important;
    text-align: center !important;
}


/* 공통테이블 */
.tab_chart_section .chart_select_table {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #4c4e6426;
}

.tab_chart_section .table_select.w-33 {
    width: 33%;
}

.tab_chart_section .table_select.w-50 {
    width: 50%;
}

.tab_chart_section .table_select thead tr {
    background: #F9F8F9;
    border: 1px solid #F9F8F9;
    border-bottom: 1px solid #4C4E6499;
    text-align: center;
    padding: 5px;
}

.tab_chart_section .table_select thead tr th {
    font-size: 20px;
    color: #0F127ACC;
    padding: 3px 0;
    font-weight: 600;
}

.tab_chart_section .table_select tbody {
    /*border-left: 1px solid #4c4e6426;*/
    /*border-right: 1px solid #4c4e6426;*/
    /*border-bottom: 1px solid #4c4e6426;*/
}

.tab_chart_section .table_select tbody tr.selected {
    background: #EFFCFF;
}

.tab_chart_section .table_select tbody tr.selectedItem {
    background: #EFFCFF;
}

.tab_chart_section .table_select tbody tr.selectedBreed {
    background: #EFFCFF;
}

.tab_chart_section .table_select tbody.scrollable-container-item {
    display: flex;
    flex-direction: column;
    max-height: 252px;
    min-height: 252px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollable-container-breed {
    display: flex;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab_chart_section .table_select tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tab_chart_section .table_select tbody tr td {
    font-size: 17px;
    font-weight: 500;
    color: #0F127ACC;
    padding: 3px 20px;
}

.tab_chart_section .table_select tbody tr td.total {
    color: #0584BF;
}

.tab_chart_section .select_table_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    /*border: 1px solid #4c4e6426;*/
    /*border-radius: 10px 10px 0px 0px;*/
}

.tab_chart_section .select_table_search .search_box {
    display: flex;
    align-items: center;
}

.tab_chart_section .select_table_search .search_box p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #0584BF;
    position: relative;
}

.tab_chart_section .select_table_search .search_box p:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 16px;
    background: #4c4e6426;
}

.tab_chart_section .select_table_search .search_box .type_search {
    margin-left: 20px;
}

.tab_chart_section .select_table_search .search_box .type_search input {
    display: inline-block;
    width: auto;
    padding: 8px 16px;
}

.tab_chart_section .select_table_search .search_box .type_search button {
    background: none;
    border: 1px solid #4c4e6426;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    padding: 10px 16px;
    border-radius: 8px;
    margin-left: 10px;
}

.tab_chart_section .select_table_search .btn_search {
    background: #0584BF;
    border: 1px solid #4c4e6426;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.tab_chart_section .select_table_search .btn_search img {
    width: 20px;
}

/* 빅스파이브 차트있는 페이지 공통 끝 */


.section_title_info {
    display: none;
    z-index: 99999 !important;
}

/*.section_title_txt>img:hover ~ .section_title_info {*/
/*    display: block;*/
/*}*/

.section_title_box {
    position: relative;
    display: flex;
    align-items: center;
}

.section_title_box>p {
    display: inline-block
}

.section_title_box p>img {
    cursor: pointer;
    margin-left: 5px;
}

.section_title_box .section_title_info {
    position: absolute;
    inset: 0 auto auto 0;
    top: 50%;
    margin-top: 20px;
    /*left: 50%;*/
    /*margin-left: 100px;*/
    background: #737373;
    padding: 10px;
    border-radius: 8px;
    z-index: 100;
}

#main-container .section_title_box .section_title_info>p {
    font-size: 14px !important;
    color: #fff;
    font-weight: 600;
}




/* 20241219 헤더 미디어쿼리 */
@media (min-width: 343px) and (max-width: 383px) {
    .custom_header .nav_top span {
        font-size: 12px !important;
    }
}

@media (max-width: 400px) {
    .com_title_date .title_date {
        width: 140px;
    }
}

@media (max-width: 466px) {
    .tab_chart_section .select_table_search .search_box .type_search input {
        width: 100%;
    }

    .tab_chart_section .select_table_search .search_box .type_search button {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (min-width: 343px) and (max-width: 550px) {
    #page-container.page-header-fixed #main-container {
        padding-top: 6rem;
    }

    .block-rounded .block-content {
        padding-top: 26px;
    }

    .content-header {
        height: 6rem;
    }

    .custom_header .header_weather {
        font-size: 13px;
    }
    .custom_header .header_right {
        max-width: 80%;
    }

    .custom_header .header_right .d-flex.align-items-center {
        display: block !important;
    }

    .custom_header .header_right .d-flex.align-items-center .header_weather {
        margin: 3px 0;
    }

    .custom_header .header_right .d-flex.align-items-center .ms-2 {
        margin-left: 0 !important;
    }

    .custom_header .d-flex.align-items-center .header_weather + .ms-2 .dropdown {
        min-width: auto;
    }

}


@media (min-width: 343px) and (max-width: 625px) {
    .custom_header .header_weather {
        font-size: 13px;
    }

    .tab_content .com_title_box .com_title {
        font-size: 18px;
    }

    .chart_btn_box .btn_list {
        flex-direction: column;
    }

    .chart_btn_box .btn_list li {
        width: 100%;
    }

    .chart_btn_box .btn_list li:nth-child(even) {
        margin: 5px 0;
    }

    .chart_btn_box .btn_list li .btn_chart {
        font-size: 13px;
        width: 100%;
    }

    .chart_btn_box .btn_list li:not(:last-child) {
        margin-right: 0;
    }

    .com_title_date .form-control {
        font-size: 13px;
    }

    .tab_chart_section .chart_btn_box.chart_selectbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .tab_chart_section .chart_selectbox {
        flex-direction: column;
        align-items: flex-start;
    }

    .tab_chart_section .chart_selectbox .com_select_box {
        width: 100%;
    }

    .tab_chart_section .chart_selectbox .com_select_box.m-b-20 {
        margin-bottom: 8px !important;
    }

    .tab_chart_section .chart_selectbox .com_select_box.m-b-20:last-child {
        margin-bottom: 16px !important;
    }


    .tab_chart_section .chart_btn_box.chart_selectbox .com_select_box {
        width: 100%;
        margin-bottom: 16px;
    }

    .tab_chart_section .chart_btn_box.chart_selectbox .com_select_box .com_select {
        background: url(../images/next_icon.png) no-repeat 96% 50% / 13px auto;
        font-size: 13px;
    }

    .tab_chart_section .chart_selectbox .com_select_box:nth-child(even) {
        margin-left: 0;
    }

}

@media (min-width: 343px) and (max-width: 768px) {
    .com_title_box .com_title {
        font-size: 22px;
    }

    .section_title_box>img {
        width: 16px;
    }

    .com_content .tab_box .nav-item .nav-link {
        font-size: 14px;
    }

    .tab_box .tab-content .sub_title {
        font-size: 18px;
    }

    .tab_chart_section .chart_select_table {
        flex-direction: column;
    }

    .tab_chart_section .table_select.w-33 {
        width: 100%;
    }

    .tab_chart_section .table_select.w-33:nth-child(2) {
        margin: 20px 0;
    }

    .tab_chart_section .table_select.w-50 {
        width: 100% !important;
    }

    .tab_chart_section .select_table_search {
        flex-direction: column;
    }

    .tab_chart_section .select_table_search .search_box {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .tab_chart_section .select_table_search .btn_box {
        display: none;
    }

    .tab_chart_section .chart_select_table .btn_box_mobile .btn_search {
        display: block !important;
    }

    .tab_chart_section .select_table_search .search_box .type_search {
        margin-left: 0;
    }

    .tab_chart_section .select_table_search .search_box p:after {
        display: none;
    }

    .com_checkbox {
        width: 16px;
        height: 16px;
    }

    .tab_content .btn_box .com_btn_blue.big {
        width: 100%;
    }

    /* 시작일과 종료일 input이 2가지일 때 */
    .com_title_date.column_date_box {
        flex-direction: column;
        align-items: flex-start;
    }

    .com_title_date.column_date_box .start_end_date .title_date {
        background: url(../images/date_icon.png) right 7px center no-repeat;
        background-size: 12px;
        width: 110px;
    }

    /*  헤더 연관검색어 팝업  */
    .custom_header .popover .popover-body ul li>p {
        font-size: 12px;
    }

    .custom_header .popover .popover-body ul li .keyword_variety>p,
    .custom_header .popover .popover-body ul li .keyword_item>p {
        padding: 4px;
        font-size: 12px;
    }

    .tab_chart_section .table_select.w-33 thead th,
    .tab_chart_section .table_select.w-50 thead th {
        font-size: 16px;
    }

    .tab_chart_section .table_select tbody tr td {
        font-size: 14px;
    }

    .tab_chart_section .select_table_search .search_box p {
        font-size: 15px;
    }

    .search_section .total_search_box .txt_box .result_tit {
        font-size: 16px;
    }

    .search_section .total_search_box .search_img_box {
        display: none;
    }

    .search_section .total_search_box .searchbar_box {
        margin-left: 0;
    }

    .section_title_box .section_title_info {
        min-width: 260px;
    }

}

@media (min-width: 625px) and (max-width: 767px) {
    .com_title_date.column_date_box .start_end_date .title_date {
        width: 130px;
    }
}



@media (max-width: 991px) {
    .content-header {
        display: flex;
        padding-bottom: 5px;
        justify-content: flex-start;
    }

    .custom_header .nav_top {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .custom_header .nav_top span {
        font-size: 13px;
    }

    .custom_header .header_right {
        flex: 1;
        margin-left: 12px;
    }

    .chart_title {
        font-size: 16px;
    }

    .chart_title .chart_blue_txt {
        font-size: 16px;
    }
}


@media (min-width: 768px) {
    .content {
        padding: 24px 24px 1px
    }

    .tab_chart_section .table_select tbody.scrollable-container-item {
        border-bottom: 0;
    }
}

@media (min-width: 576px) {
    /* 모달팝업 우편번호 */
    .modal_user_address .modal-dialog {
        max-width: 580px;
    }

    .custom_header .d-flex.align-items-center {
        justify-content: space-between;
    }

    .section_title_box .section_title_info {
        min-width: 300px;
    }


}




@media (min-width: 992px) {
    .custom_header {
        justify-content: flex-start;
    }

    .custom_header .header_right {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    #sidebar {
        width: 280px;
    }

    #page-container.sidebar-o {
        padding-left: 280px;
    }

    #page-container.side-scroll #sidebar .content-header,
    #page-container.side-scroll #sidebar .content-side {
        width: 280px !important;
    }

    #page-container.page-header-fixed.sidebar-o #page-header {
        padding-left: 280px;
    }

    .ds_content .margin-right {
        margin-right: 10px;
    }

    /* 공통 form 테이블 */
    .table_user_form .com_select {
        width: 360px;
    }

    .table_user_form .com_input {
        width: 360px;
    }

    .table_user_form .input_width_auto {
        width: auto;
    }

    .table_user_form .td_address .input_address {
        width: 80%;
    }

    .table_user_form .td_address .com_btn_gray {
        margin: 0;
    }

    .table_user_form .label_user_num {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    /* 모달팝업 - 우편번호 */
    .modal_user_address .modal-dialog {
        max-width: 700px;
    }





    /* 공통버튼 크기 */
    .com_btn_blue.big, .com_btn_red.big, .com_btn_gray.big {
        width: 380px;
    }

    .com_btn_blue.small, .com_btn_red.small, .com_btn_gray.small {
        width: 200px;
        text-align: center;
    }
    .com_btn_blue1.small, .com_btn_red1.small, .com_btn_gray1.small {
        text-align: center;
    }


    .tab_chart_section .table_select tbody.select_class {
        border: none;
    }


}

@media (min-width: 1200px) {
    .main-content-narrow>#page-header .content-header,
    #page-container.main-content-narrow>#main-container .content,
    #page-container.main-content-narrow>#page-footer .content {
        width: 100% !important;
    }
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

/* 멀티 첨부파일 */
#dropDropFileZone {
    border: 2px dashed #92AAB0;
    width: 100%;
    height: 50px;
    color: #92AAB0;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
    border-radius: 5px;
    box-sizing: border-box;
}

.fileZoneStatusbar {
    min-height: 25px;
    width: 100%;
    padding: 0px 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.fileZoneFileManage {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 2%;
}

.fileZoneFilename {
    display: inline-block;
    vertical-align: top;
    width: 68%;
}

.fileZoneFilesize {
    display: inline-block;
    vertical-align: top;
    color: #30693D;
    width: 12%;
    margin-left: 10px;
    margin-right: 5px;
}

.fileZoneAbort {
    display: inline-block;
    background-color: #A8352F;
    border-radius: 4px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    width: 60px;
    text-align: center;
    line-height: 18px;
    height: 19px;
    vertical-align: text-top;
}

.fileZoneProgressBar {
    width: 10%;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: text-top;
}

.fileZoneProgressBar div {
    color: #fff;
    text-align: center;
    line-height: 18px; /* same as #progressBar height if we want text middle aligned */
    background-color: #0ba1b5;
}

.search-ctr-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: 500px;
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
    z-index: 9999;
}

.search-ctr-modal .scrollable-table tr {
    cursor: pointer;
}

.search-ctr-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.scrolltable {
    width: 100%;
    border-collapse: collapse;
}

.scrolltable th, .scrolltable td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.scrolltable th {
    background-color: #f9f9f9;
}

.close-btn {
    background: none;
    border: none;
    cursor: pointer;
}

.tab_chart_section .chart_select_table .btn_box_mobile .btn_search {
    display: none;
    width: 100%;
}

/* 가격추이 한눈에보기 select box width처리 */
#selectedUnit {
    width: 100%;
}


@media (min-width: 992px ) and (max-width: 1100px) {
    .dashboard_section .iframe_section .section_title p {
        font-size: 17px !important;
    }

    .dashboard_section .iframe_section .section_title a {
        font-size: 12px;
        padding: 4px 8px;
    }

    .dashboard_section .iframe_section .section_title a img {
        width: 5px;
    }
}


/* Menu Active CSS 추가 yk */
.nav-main-link-name.menu-on {
    color: rebeccapurple !important;
}

/* 2025-02-13 정가수의매매결과 검색 필드 추가 */
.search_field {
    width: 60%;
    justify-content: flex-end;
}

@media (max-width: 480px) {
    .search_field {
        width: 100%;
    }
}

/* 25.02.26 추가 */
span.standardInfo {
    align-self: center;
    font-size: 14px;
}









