



#section_prediction{
    width:100%;
}




/*
.content{
    width: calc(100% - 480px);
}
*/
.main_announce_wrap{
    max-width: 930px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-bottom:20px;
}

.index_contents{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

.content_header_wrap{
    max-width: 930px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-bottom:40px;

}

.main_info_wrap{
    width: 360px;
    display: inline-block;
    vertical-align: top;
}

.main_info_wrap .title_item{
    margin-bottom: 20px;
}
.main_info_wrap .title_item .title{
    font-weight: 700;
    font-size: 18px;
    color: #111;
    letter-spacing: -0.4px;
}

.main_info_wrap .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_info_wrap .info_item{
    width: calc(100% / 2 - 6px);
    margin-bottom: 12px;
}

.content_header_wrap .realtime_statistic_wrap{
    display: flex;
    width:100%;



}
.content_header_wrap .realtime_temperature_wrap{
    display: inline-flex;
    position: relative;
    width: 360px;
    height: 180px;
    padding:10px;
    margin-bottom:20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);

}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_title_wrap{
    width: calc(100% - 180px);
}

.content_header_wrap .realtime_temperature_wrap .realtime_temperature_title_wrap .realtime_temperature_title_wrap_title{
    padding:4px 4px 0 4px;
    font-size: 16px;
    font-weight: 600;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_title_wrap .realtime_temperature_title_wrap_description{
    padding:4px;
}

.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap{
    display: inline-block;
    position: relative;
    width: 80px;
    height:150px;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap{
    position: absolute;
    width: 100%;
    height: 100%;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap .line_wrap{
    position: absolute;
    top:14px;
    left:20px;
    width:10px;
    height:100px;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap .line{
    position: absolute;
    border-radius: 5px;
    width:100%;
    height:10px;
    max-height: 100%;
    bottom: 0;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap .circle{
    position: absolute;
    width:32px;
    height:32px;
    border-radius: 50%;
    left:10px;
    bottom:9px;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .img_thermometer{
    height:150px;
}


.content_header_wrap .realtime_temperature_wrap.style_red .realtime_temperature_image_wrap .temperature_bar_wrap .line,
.content_header_wrap .realtime_temperature_wrap.style_red .realtime_temperature_image_wrap .temperature_bar_wrap .circle{
    background-color: var(--prediction-win-1);
}
.content_header_wrap .realtime_temperature_wrap.style_blue .realtime_temperature_image_wrap .temperature_bar_wrap .line,
.content_header_wrap .realtime_temperature_wrap.style_blue .realtime_temperature_image_wrap .temperature_bar_wrap .circle{
    background-color: var(--prediction-lose-1);
}

.content_header_wrap .realtime_temperature_wrap .realtime_temperature_text_wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height:100%;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_text_wrap .temperature_image img {
    max-width: 80px;
    max-height: 80px
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_text_wrap .temperature_time {
    margin-top: 2px;
    font-size: 11px;
    color: #A0A0A0;
    text-align: center;
}
.content_header_wrap .realtime_temperature_wrap .realtime_temperature_text_wrap .temperature_text {
    font-size: 24px;
    padding-top: 4px;
}
.content_header_wrap .realtime_temperature_wrap.style_red .realtime_temperature_text_wrap .temperature_text {
    color: var(--prediction-win-1);
}
.content_header_wrap .realtime_temperature_wrap.style_blue .realtime_temperature_text_wrap .temperature_text {
    color: var(--prediction-lose-1);
}


.content_header_wrap .realtime_trend_value{
    width:100%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    background: #FFF;
}
.content_header_wrap .realtime_trend_value table{
    width:100%;
}
.content_header_wrap .realtime_trend_value td{
    padding:3px;
    text-align: center;
}
.content_header_wrap .realtime_trend_chart_wrap{
    display: block;
    position: relative;
    width: 100%;
    height:300px;
    margin-bottom: 20px;
}

.content_header_wrap .realtime_trend_chart_wrap .loading{
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin:auto;
}

.content_header_wrap .realtime_trend_chart_wrap .refresh{
    cursor: pointer;
    position: absolute;
    right:10px;
    top: 10px;
    margin:auto;
    max-width:20px;
    max-height:20px;
}
.content_header_wrap .realtime_trend_chart_wrap canvas{
    position: absolute;
    background-color: #ffffff;
    border-radius: 20px;
    width:100%;
    height:100%;
}

/* 그릴 데이터가 없을 때. 빈 캔버스만 두면 아직 로딩 중인 것과 구분되지 않는다. */
.content_header_wrap .realtime_trend_chart_wrap .chart_empty{
    position: absolute;
    left:0;
    right:0;
    top: 0;
    bottom: 0;
    margin:auto;
    height: 20px;
    text-align: center;
    font-size: 13px;
    color: #898781;
}
.content_header_wrap .latest_statistic_by_period{
    padding: 10px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    background: #FFF;
}

.content_header_wrap .latest_statistic_by_period table tr td{
    text-align: center;
}
.content_header_wrap .latest_statistic_by_period table tr th,
.content_header_wrap .latest_statistic_by_period table tr td {
    padding:8px 0;
    min-height: 36px;
}
.content_header_wrap .latest_statistic_by_period table tr:nth-child(even) {
    background: #FBFBFF;
}
.content_header_wrap .latest_statistic_by_period table .up{
    color: var(--prediction-win-1);
}
.content_header_wrap .latest_statistic_by_period table .down{
    color: var(--prediction-lose-1);
}





.realtime_trend_wide_wrap{
    display: inline-block;
    width: calc(100% - 364px - 40px);
    max-width: 600px;
    margin-left: 40px;
    margin-bottom: 40px;
}
.realtime_trend_wide_wrap .realtime_trend_title{
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px 0;
    height:44px;
}

.realtime_trend_wide_wrap .realtime_trend_title .realtime_trend_title_countdown{
    width:38px;
    display: flex;
    justify-content: space-between;
}
.realtime_trend_wide_wrap .realtime_trend_title .realtime_trend_title_countdown p {
    display: inline-flex;
    align-items: center;
}
.realtime_trend_wide_wrap .realtime_trend_title .realtime_trend_title_countdown img {
    max-width: 20px;
    max-height: 20px;
    cursor: pointer;
}


.realtime_trend_wide_wrap .up_down_wrap{
    width: 100%;
    height:74px;
    display: flex;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-radius:10px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.realtime_trend_wide_wrap .up_down_wrap .left_side,
.realtime_trend_wide_wrap .up_down_wrap .right_side{
    overflow: hidden;
    background: #F1F1F5;
    color: #999;
    min-width: 25%;
    max-width: 75%;
    transition: all 1s;
}

.realtime_trend_wide_wrap .up_down_wrap .left_side{
    text-align: left;
}

.realtime_trend_wide_wrap .up_down_wrap .right_side{
    text-align: right;
}

.realtime_trend_wide_wrap .up_down_wrap .center_side{
    width:2px;
    text-align: center;
}



.realtime_trend_wide_wrap .up_down_wrap .rate_info{
}





.realtime_trend_wide_wrap .up_down_wrap .left_side .rate_bar{
    background-color: #9fa8b0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width:90%;
    height:10px;
    float:right;
    margin-bottom: 10px;
}
.realtime_trend_wide_wrap .up_down_wrap .left_side .red_wrap{
    float:right;
    height:10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background: var(--red-red-gradient, linear-gradient(93deg, #FF795B 0%, #ff6875 100%));
}


.realtime_trend_wide_wrap .up_down_wrap .right_side .rate_bar{
    background-color: #9fa8b0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width:90%;
    height:10px;
    float:left;
    margin-bottom: 10px;
}
.realtime_trend_wide_wrap .up_down_wrap .right_side .blue_wrap{
    float:left;
    height:10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    background: var(--blue-blue-gradient, linear-gradient(93deg, #6eafff 0%, #7BC8FF 100%));
}
.realtime_trend_wide_wrap .up_down_wrap .dark_gray_wrap{
    background: #818181;
    color: #ccc;
}

.realtime_trend_wide_wrap .up_down_wrap .left_side .rate_info,
.realtime_trend_wide_wrap .up_down_wrap .right_side .rate_info{
    padding: 10px 10px;
    width:100%;
    height:100%;
}

.realtime_trend_wide_wrap .up_down_wrap .rate_info > p{
    margin: 0 8px;
}

.realtime_trend_wide_wrap .up_down_wrap .rate_info > span{
    font-size: 20px;
    font-weight: 700;
    margin: 0 8px;
}

.realtime_trend_wide_wrap .up_down_wrap .left_side .rate_info > img{
    vertical-align: baseline;
    float: right;
    margin:4px 10px;
}
.realtime_trend_wide_wrap .up_down_wrap .right_side .rate_info > img{
    vertical-align: baseline;
    float: left;
    margin:4px 10px;
}







.predict_wrap .title_item{
    margin-top: 40px;
}

.ranking_wrap{
    display: inline-block;
    width: calc(100% - 364px - 40px);
    max-width: 600px;
    margin-left: 40px;
}




.ranking_wrap .title_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ranking_wrap .table_wrap{
    padding: 0;
    /*padding: 4%;*/
}

.ranking_wrap .table_wrap .ranking_header{
    padding: 12px;
    display: flex;
    justify-content: space-between;
}
.ranking_wrap .table_wrap .ranking_period{
    text-align: right;
}

.ranking_wrap .table_wrap .ranking_more{
}

#section_prediction_home .round_wrap{
    max-width:930px;
}
.round_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
}
.round_wrap > div > .title_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}


.round_wrap  > div > .round_item_list{
    margin-bottom: 40px;
}

.round_wrap > div > .title_item .title{
    font-weight: 700;
    font-size: 18px;
    color: #111;
    letter-spacing: -0.4px;
}

#section_prediction_home .round_wrap > div{
    width: calc(100% / 2 - 20px);
    margin:10px;
}








@media screen and (min-width: 1460px) {
    #section_prediction_home .index_contents {
        flex-direction: row;
    }
    #section_prediction_home .index_contents .right_wrap {
        width: 100%;
        padding: 20px;
        display: inline-block;
    }
}

/* 반응형 1879px ~ 1400px */
@media (max-width: 1879px) {
    /*.content {
        width: 100%;
    }*/

}

@media (max-width: 1459px) {
    #section_prediction_home .index_contents .right_wrap {
        display: block !important;
        /*width: 100% !important;*/
        width: 100% !important;
        max-width: 930px !important;
        /*max-width: none !important;*/
        margin:auto;
        padding: 0;
        /*padding: 40px;*/
        background: none !important;
        border: 0 !important;
    }

    #section_prediction_home .index_contents .right_wrap .board_wrap{
        /*max-width: 400px;*/
        margin: auto !important;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    #section_prediction_home .index_contents .right_wrap .board_wrap .common_board{
        width: calc(100% / 2 - 20px);
        margin: 20px;
    }
    #section_prediction_home .index_contents .right_wrap .content_right_news{
        width:100%;
        max-width: 930px;
        margin:auto;
        padding:20px;
    }
    #section_prediction_home .index_contents .right_wrap .content_right_news .news_wrap .news_list{
        display: flex;
        flex-wrap: wrap;
    }
    #section_prediction_home .index_contents .right_wrap .content_right_news .news_wrap .news_list .news_list_article{
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    /*#section_prediction_home .main_section .index_contents .right_wrap  .board_wrap .common_board{*/
}



@media (max-width: 989px) {
    .content_header_wrap .realtime_statistic_wrap {
        flex-direction: column-reverse;
    }
    .content_header_wrap .realtime_statistic_wrap .realtime_trend_wide_wrap {
        width: 100%;
        max-width: 989px;
        margin-left: 0;
    }
    .content_header_wrap .realtime_statistic_wrap .realtime_temperature_wrap {
        width: 100%;
    }

}
@media (max-width: 899px) {

    .content_header_wrap {
        flex-direction: column;
    }

    .content_header_wrap .main_info_wrap {
        display: block;
        width: 100%;
    }
    .content_header_wrap .ranking_wrap {
        display: block;
        width: 100%;
        max-width: none;
    }


    #section_prediction_home .round_wrap{
        display: block;
    }

    #section_prediction_home .round_wrap > div {
        width: 100%;
        margin: auto;
    }

    .ranking_wrap {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .ranking_wrap .table_wrap {
        padding: 20px;
    }

    .right_wrap {
        padding: 10px !important;
    }


    #section_prediction_home .index_contents .right_wrap .board_wrap .common_board {
        margin: 10px;
    }
}

@media (max-width: 799px) {

    #section_prediction_home .index_contents .right_wrap .board_wrap {
        flex-direction: column;
    }

    #section_prediction_home .index_contents .right_wrap .board_wrap .common_board {
        width: calc(100% - 20px);
        margin: 10px;
    }

    #section_prediction_home .index_contents .right_wrap .content_right_news {
        width: calc(100% - 20px);
        margin: 10px;
        padding: 0;
    }

    #section_prediction_home .index_contents .right_wrap .content_right_news .news_wrap .news_list .news_list_article {
        width: calc(100% - 20px);
        margin: 10px;
    }

    #section_prediction_home .index_contents .right_wrap .content_right_news .news_wrap {
        padding:14px;
    }

}

@media (max-width: 439px) {

    .content_header_wrap .realtime_temperature_wrap {
        height: auto;
    }
    .content_header_wrap .realtime_statistic_wrap .realtime_temperature_wrap .realtime_temperature_title_wrap{
        width: calc(100% - 140px);
    }
    .content_header_wrap .realtime_statistic_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap{
        width: 60px;
    }
    .content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap .circle {
        width: 30px;
        height: 30px;
        left:9px;
        bottom: 12px;
    }
    .content_header_wrap .realtime_temperature_wrap .realtime_temperature_image_wrap .temperature_bar_wrap .line_wrap {
        width: 9px;
        left: 19px;
    }
    .content_header_wrap .realtime_statistic_wrap .realtime_temperature_wrap .realtime_temperature_text_wrap{
        width: 80px;
    }
}


@media (max-width: 399px) {
    .realtime_trend_wide_wrap .up_down_wrap {
        height: 90px;
    }
    .realtime_trend_wide_wrap .up_down_wrap > div {
        height: 100%;
    }
    .realtime_trend_wide_wrap .up_down_wrap .left_side .rate_info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .realtime_trend_wide_wrap .up_down_wrap .right_side .rate_info {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .realtime_trend_wide_wrap .up_down_wrap .left_side .rate_info > img,
    .realtime_trend_wide_wrap .up_down_wrap .right_side .rate_info > img {
        max-width: 16px;
    }
}
