@charset "UTF-8";


.main_container .block-content.tab-content {
    padding: 30px 0 0 0;
}

/* 동향및전망 */
.date_box {
    margin-right: 10px;
    display: flex;
}

.tab-content .top_searchbox .end_date {
    margin: 0 10px 0 0;
}

.tab-content .top_searchbox .com_select {
    font-weight: 400;
    color: #676666;
    padding: 6px 36px 6px 10px;
}


.tab-content .searchbar {
    /*position: relative;*/
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
}

.tab-content .searchbar .input_search {
    border-radius: 6px 0 0 6px;
}

.tab-content .searchbar .btn_search {
    background: #0975D9;
    border: none;
    padding: 5px 12px;
    border-radius: 0 6px 6px 0;
}

/*.tab-content .searchbar:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    margin-top: -10px;*/
/*    background: url(/images/icon_search.png) no-repeat;*/
/*}*/

.tab-content .section .section_title {
    font-size: 18px;
}

.tab-content .section .block-content.padding {
    padding: 0;
}

/* 게시판 상세보기 */
.tab-content .board_title {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}

.tab-content .board_top {
    display: flex;
    justify-content: center;
    padding: 14px 0;
    border-top: 1px solid #4C4E6426;
    border-bottom: 1px solid #4C4E6426;
}

.tab-content .board_top div:nth-child(even) {
    margin: 0 30px;
}

.tab-content .board_top .fixed {
    color: #0F172ACC;
    font-weight: 600;
}

.tab-content .board_content_box {
    margin-top: 50px;
}

.tab-content .board_content {
    padding: 0 50px 40px;
}

.tab-content .board_content_box .board_file_box {
    padding: 14px 10px;
    border-top: 1px solid #4C4E6426;
    border-bottom: 1px solid #4C4E6426;
}

.tab-content .board_file_box .board_file {
    display: flex;
    justify-content: space-between;
}

.tab-content .board_file_box .board_file:nth-child(even) {
    margin-top: 10px;
}

.tab-content .board_file_box .board_file p {
    margin-bottom: 0;
    padding-left: 10px;
}

.tab-content .board_file_box .board_file p span {
    font-size: 12px;
}

.tab-content .board_file_box .board_file .file_txt {
    display: flex;
    align-items: center;
}

.tab-content .board_file_box .board_file .btn_download {
    display: inline-block;
    border: 1px solid #4C4E6426;
    font-size: 15px;
    color: #0F172ACC;
    padding: 6px 10px;
}

.tab-content .board_file_box .board_file .btn_download img {
    vertical-align: inherit;
}

.tab-content .board_list {
    border-top: 1px solid #3A35414D;
    border-bottom: 1px solid #3A35414D;
    margin-top: 20px;
}

.tab-content .board_list p {
    margin-bottom: 0;
    padding-left: 20px;
}

.tab-content .board_list .prev_list_box,
.tab-content .board_list .next_list_box {
    display: flex;
    align-items: center;
}

.tab-content .board_list .prev_list_box {
    border-bottom: 1px solid #4C4E6426;
    padding: 16px;
}

.tab-content .board_list .next_list_box {
    padding: 16px;
}


.tab-content .board_list .prev_list,
.tab-content .board_list .next_list {
    display: flex;
    align-items: center;
}

.tab-content .board_list .prev_list_box .prev_list_tit,
.tab-content .board_list .next_list_box .next_list_tit {
    margin-left: 30px;
}

/* 20241226 나의품목거래추이 토글버튼 */
.section_title .settings {
    display: flex;
    align-items: center;
}

.section_title .settings .settings_txt {
    font-size: 16px;
    color: #0F172ACC;
    font-weight: 600;
    margin-right: 12px;
}

.section_title .label_switch::before {
    content: "거래량";
}

.section_title .label_switch.active::before {
    content: "가격";
}


/* 20241127 ifame layout */
.chart_content .block {
    background-color: transparent;
}

.iframe_top_box .iframe_section,
.iframe_bottom_box .iframe_section:first-child,
.iframe_bottom_box .iframe_section.d-flex div  {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px #4C4E6438;
    border-radius: 8px;
}

.iframe_bottom_box  div .section_title.custom_title {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    width: 100% !important;
}

.iframe_top_box .iframe_section:nth-child(even),
.iframe_bottom_box .iframe_section.d-flex {
    margin-top: 20px
}

.iframe_top_box .iframe_section iframe, .iframe_bottom_box .iframe_section iframe,
.iframe_bottom_box .iframe_section.d-flex div iframe {
    width: 100%;
    /* height: 100%; */
}

.iframe_bottom_box .iframe_section.d-flex div {
    width: 50%;
}


.iframe_bottom_box .iframe_section.d-flex div:first-child {
    margin-right: 5px;
}

.iframe_bottom_box .iframe_section.d-flex div:last-child {
    margin-left: 5px;
}

.iframe_top_box .iframe_section .section_title,
.iframe_bottom_box  .section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.iframe_top_box .iframe_section .section_title p,
.iframe_bottom_box  .section_title p {
    font-size: 20px;
    font-weight: 600;
}

.iframe_top_box .iframe_section .section_title a,
.iframe_bottom_box .section_title a {
    background-color: #666CFF0D;
    padding: 4px 16px;
    border-radius: 8px;
    font-weight: 600;
}

.iframe_top_box .iframe_section .section_title a img,
.iframe_bottom_box .section_title a img {
    vertical-align: initial;
}

.iframe_top_box .iframe_section .table_default thead th,
.iframe_top_box .iframe_section .table_default tbody td {
    font-size: 14px;
}

/* 가격정보 */
.iframe_top_box .iframe_section .nav-tabs-block {
    background-color: transparent;
}

/*.iframe_top_box .iframe_section .nav-tabs li {*/
/*    width: 20%;*/
/*}*/

.iframe_top_box .iframe_section .nav-tabs li .nav-link {
    width: 100%;
    border-bottom: 3px solid #4C4E6426;
}

.iframe_top_box .iframe_section .nav-tabs li .nav-link.active {
    color: #0584BF;
    border-bottom: 3px solid #0584BF;
}


/* 20241209 테이블 첨부파일 추가 */
.table_default tbody .btn_file_down {
    background: none;
    padding: 0;
    border: none;
}

.table_default tbody .block_modal {
    border: 2px solid #ddd;
    position: absolute;
    right: 200px;
    background-color: #fff;
    padding: 10px;
    width: 250px;
}

.table_default tbody .block_modal .modal_file_title {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;

}

.table_default tbody .block_modal .file_list img {
    margin-right: 5px;
}

.table_default tbody .block_modal .file_list {
    display: block;
    align-items: center;
}

.table_default tbody .block_modal .file_list a {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #898989;
}

.table_default tbody .block_modal .file_list a:hover {
    text-decoration: underline;
}

/* 20241209 테이블 첨부파일 추가 */
.table_default tbody .btn_file_down {
    background: none;
    padding: 0;
    border: none;
}

.table_default tbody .block_modal {
    border: 2px solid #ddd;
    position: absolute;
    right: 200px;
    background-color: #fff;
    padding: 10px;
    width: 250px;
}

.table_default tbody .block_modal .modal_file_title {
    margin-bottom: 10px;
    text-align: left;
    font-weight: 500;
}

.table_default tbody .block_modal .file_list {
    display: block;
    align-items: center;
}

.table_default tbody .block_modal .file_list a {
    display: block;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #898989;
}

.table_default tbody .block_modal .file_list a:hover {
    text-decoration: underline;
}

.board-pagination {
    display: table;
    position: relative;
    margin: 40px auto 0 auto;
}
.board-pagination .page-control {
    display: table-cell;
    vertical-align: top;
}
.board-pagination .page-control a {
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
}
.board-pagination .page-control a.first-page::before,
.board-pagination .page-control a.prev-page::before,
.board-pagination .page-control a.last-page::before ,
.board-pagination .page-control a.next-page::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.board-pagination .page-control a.first-page::before {
    background: url("../images/icons8-두-번-왼쪽-16.png") no-repeat 50% 50%;
}
.board-pagination .page-control a.prev-page::before {
    background: url("../images/icons8-뒤로-16.png") no-repeat 50% 50%;
}
.board-pagination .page-control a.last-page::before {
    background: url("../images/icons8-두-번-오른쪽-16.png") no-repeat 50% 50%;
}
.board-pagination .page-control a.next-page::before {
    background: url("../images/icons8-앞으로-16.png") no-repeat 50% 50%;
}

.board-pagination .page-number {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}

.board-pagination .page-number a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    color: #0F172A;
}

.board-pagination .page-number a:hover {
    border-bottom: 2px solid rgb(47, 91, 193);
}

.board-pagination .page-number a.active {
    border-bottom: 2px solid rgb(47, 91, 193);
    background-color: #ebeef2;
}


/* 20241219 고중저가격 CSS */
.tab_content .tab_box.tab_custom .nav-tabs {
    justify-content: space-between;
    background: transparent;
}

.tab_content .tab_box.tab_custom .nav-item {
    width: 33%;
}

.tab_content .tab_box.tab_custom .nav-item .nav-link {
    font-size: 18px;
    color: #0F172AA6;
    font-weight: 600;
    background: #4C4E6424;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: none;
    padding: 20px;
}

.tab_content .tab_box.tab_custom .nav-item .nav-link.active {
    color: #fff;
    font-weight: 600;
}

.tab_content .tab_box.tab_custom .nav-item .nav-link span {
    padding-left: 30px;
    font-weight: 600;
}

.tab_content .tab_box.tab_custom .nav-item .nav-link.active span {
    color: #fff;
    font-weight: 600;
}

.tab_content .tab_box.tab_custom .nav-item .category_vgt {
    position: relative;
}

.tab_content .tab_box.tab_custom .nav-item .category_vgt::before {
    content: '';
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    margin-top: -12px;
    /*margin-left: -60px;*/
    width: 24px;
    height: 24px;
    background: url('../images/leaf.png') no-repeat;
}

.tab_content .tab_box.tab_custom .nav-item .category_vgt.active {
    background-color: #666CFF;
}

.tab_content .tab_box.tab_custom .nav-item .category_vgt.active:before {
    background: url('../images/tab_icon1.png') no-repeat;
}

.tab_content .tab_box.tab_custom .nav-item .category_frt{
    position: relative;
}

.tab_content .tab_box.tab_custom .nav-item .category_frt::before {
    content: '';
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    margin-top: -12px;
    /*margin-left: -60px;*/
    width: 24px;
    height: 24px;
    background: url('../images/tab_icon2.png') no-repeat;
}

.tab_content .tab_box.tab_custom .nav-item .category_frt.active {
    background-color: #0584BF;
}

.tab_content .tab_box.tab_custom .nav-item .category_frt.active:before {
    background: url('../images/icon_commossn.png') no-repeat;
}


.tab_content .tab_box.tab_custom .nav-item .category_fsh {
    position: relative;
}

.tab_content .tab_box.tab_custom .nav-item .category_fsh::before {
    content: '';
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    margin-top: -6px;
    /*margin-left: -60px;*/
    width: 24px;
    height: 24px;
    background: url('../images/tab_icon3.png') no-repeat;
}

.tab_content .tab_box.tab_custom .nav-item .category_fsh.active {
    background-color: #2F5BC1;
}

.tab_content .tab_box.tab_custom .nav-item .category_fsh.active:before {
    margin-top: -11px;
    background: url('../images/ieeecon_common.png') no-repeat;
}

/* 20241224 오늘의 가격지수 */
.todayPriceSwiper {
    width: 100%;
    height: 100%;
    padding: 0 60px;
}

.todayPriceSwiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #4c4e6426;
    border-radius: 10px;

}

.todayPriceSwiper .swiper-slide .slide_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1.3px solid #4C4E6426;
}

.todayPriceSwiper .swiper-slide .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.todayPriceSwiper .swiper-slide .slide_content_box {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    width: 100%;*/
/*}*/

.todayPriceSwiper .swiper-slide .slide_price {
    margin-left: 20px;
}

.todayPriceSwiper .swiper-slide .slide_price p {
    margin-bottom: 0;
    color: #0f172acc;
    font-weight: 600;
}

.todayPriceSwiper .swiper-slide .slide_price .type {
    font-size: 20px;
}

.todayPriceSwiper .swiper-slide .slide_price .price {
    font-size: 18px;
}

.todayPriceSwiper .swiper-slide .slide_price .percent_minus {
    color: #ff4d49;
}

.todayPriceSwiper .swiper-slide .slide_price .percent_plus {
    color: #2f5bc1;
}

.swiper-button-next,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-prev {
    background: #666cff1f;
    border-radius: 10px;
    padding: 0 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: #666cff;
    font-size: 13px;
    font-weight: 700;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
}

/* 반입물량 */
.tab_chart_title.toggle_use {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.tab_chart_title.toggle_use p {
    margin-bottom: 0;
}

.tab_chart_title.toggle_use .settings {
    display: flex;
    align-items: center;
}

.tab_chart_title.toggle_use .settings span {
    margin-right: 12px;
}

.tab_chart_title.toggle_use .settings .label_switch::before {
    content: "톤";
    left: 58px;
}

.tab_chart_title.toggle_use .settings .label_switch.active::before {
    content: "Kg";
    left: 10px;
}


@media (min-width: 992px) {
    .tab-content .top_searchbox {
        display: flex;
        justify-content: flex-end;
    }

    .com_content .tab_box .nav-item {
        width: 25%;
    }

    .com_content .tab_box .nav-item.w-33 {
        width: 33.33%;
    }

    .com_content .tab_box .nav-item.w-25 {
        width: 25%;
    }

    .tab-content .top_searchbox .start_date,
    .tab-content .top_searchbox .end_date {
        width: 150px;
    }
    .tab-content .searchbar {
        margin-top: 0;
        margin-left: 10px;
    }

    .com_content .tab_box .nav-item.width {
        width: 33%;
    }




    /* 20241127 iframe */
    .iframe_top_box, .iframe_bottom_box {
        display: flex;
    }

    .iframe_top_box .iframe_section, .iframe_bottom_box .iframe_section {
        width: 50%;
    }

    .iframe_top_box .iframe_section:first-child,
    .iframe_bottom_box .iframe_section:first-child {
        margin-right: 5px;
    }

    .iframe_top_box .iframe_section:last-child,
    .iframe_bottom_box .iframe_section:last-child {
        margin-left: 5px;
    }

    .iframe_top_box .iframe_section:nth-child(even),
    .iframe_bottom_box .iframe_section.d-flex {
        margin-top: 0px
    }

    /* 20241205 반입물량 */
    .com_content .custom_tab .nav-item {
        width: 33.33%;
    }



}

@media (min-width: 992px) and (max-width: 1068px) {
    .iframe_top_box .iframe_section .section_title p,
    .iframe_bottom_box .section_title p {
        font-size: 16px !important;
    }

    .iframe_top_box .iframe_section .section_title a,
    .iframe_bottom_box .section_title a {
        font-size: 12px;
    }

    .iframe_top_box .iframe_section .section_title a img,
    .iframe_bottom_box .section_title a img {
        height: 9px;
    }
}





/* 미디어쿼리 */
@media (max-width: 500px) {
    .tab_content .tab_box.tab_custom .nav-item .nav-link span {
        padding-left: 0;
        font-weight: 600;
    }

    .tab_content .tab_box.tab_custom .nav-item .category_vgt.active:before {
        content: none;
    }

    .tab_content .tab_box.tab_custom .nav-item .category_frt::before {
        content: none;
    }

    .tab_content .tab_box.tab_custom .nav-item .category_fsh::before {
        content: none;
    }

    .section_title .settings .settings_txt {
        display: none;
    }

    .board-pagination .page-number a {
        width: 25px;
        height: 25px;
        height: 25px;
        line-height: 25px;
    }

    .board-pagination .page-control a {
        width: 25px;
        height: 25px;
    }

    .tab_chart_title.toggle_use {
        flex-direction: column;
        align-items: flex-start;
    }

}




@media (min-width: 343px) and (max-width: 767px) {
    .tab_content .tab_box .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }

    .tab_content .tab_box.tab_custom .nav-item .category_vgt::before {
        background-size: 80%;
    }

    .main_container .chart_content .iframe_section.column {
        flex-direction: column;
    }

    .main_container .chart_content .iframe_section.column>div {
        width: 100%;
    }

    .main_container .chart_content .iframe_section.column>div:last-child {
        margin-left: 0;
        margin-top: 20px;
    }

    .main_container .table_default.table_responsive thead th {
        text-align: center;
    }

    .main_container  .table_default.table_responsive .none {
        display: none;
    }

    .iframe_bottom_box div .section_title.custom_title p,
    .board_section .section_title.custom_title p,
    .iframe_top_box .iframe_section .section_title p,
    .iframe_bottom_box .section_title p {
        font-size: 16px !important;
    }

    .iframe_bottom_box div .section_title.custom_title a,
    .board_section .section_title.custom_title a {
        font-size: 14px;
    }

    .iframe_bottom_box div .section_title.custom_title img,
    .board_section .section_title.custom_title img {
        width: 6px;
    }

    .todayPriceSwiper {
        padding: 0;
    }

    .todayPriceSwiper .swiper-slide{
        flex-direction: column;
    }

    .tab_chart_title.toggle_use .settings .settings_txt {
        display: none;
    }

    .section_title_box .section_title_txt>img {
        width: auto !important;
    }

}

@media (min-width: 343px) and (max-width: 550px) {
    .chart_content {
        padding-top: 30px;
    }

    .top_searchbox.column {
        display: flex;
        flex-direction: column;
    }

    .top_searchbox.column .date_box {
        flex-direction: column;
        margin-right: 0;
    }

    .top_searchbox.column .date_box .com_select {
        background: url(../images/next_icon.png) no-repeat 97% 50% / 13px auto;
    }

    .tab-content .top_searchbox .end_date {
        margin-right: 0;
    }

    .tab-content .top_searchbox .com_select {
        margin-top: 8px;
        background: url(../images/next_icon.png) no-repeat 97% 50% / 13px auto;

    }

    .iframe_responsive {
        height: 400px !important;
    }

}

@media (min-width: 343px) and (max-width: 400px) {
    .title_date {
        position: relative;
        background: url(../images/date_icon.png) right 5px center no-repeat;
        padding-right: 10px;
        color: #858585;
        background-size: 13px;
        font-size: 12px;
    }


}


@media (min-width: 551px) and (max-width: 991px) {
    .top_searchbox.column>.com_select {
        display: inline-block;
        margin-top: 8px;
    }

    .top_searchbox.column .searchbar {
        float: right;
        width: calc(100% - 86px);
    }

}


























