﻿

#main {
    /*background-color: #0094ff;*/
}

#main_left {
    font-size: x-large;
    height: 620px;
    background-color: white;
    padding: 5px 5px 5px 5px;
    margin:140px 0px 0px 0px;
    outline-style: solid;
    outline-color: white;
    text-align: center;
    /*border: 1px solid silver;*/
    /*background-color: #ff6a00;*/
}

/* 배너 */
#right_banner {
    /*width: 298px;*/
    height: 290px;
    margin-bottom: 10px;
    text-align: center;
}


/* 배너 */
#idx-orderby_tab {
    /*position: relative;*/
    /*width: 298px;*/
    /*height: 225px;*/
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    max-height: 300px;
}
   

#idx-orderby {
    /*position: relative;*/
    /*width: 298px;*/
    /*height: 535px;*/
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

    #idx-orderby .divline, #idx-orderby_tab .divline {
        height: 1px;
        line-height: 1px;
        border-bottom: solid 1px rgba(230, 230, 230, 0.5);
    }

    #idx-orderby:after {
        display: block;
        visibility: hidden;
        clear: both;
        content: ""
    }

    #idx-orderby h3 {
        color: #363838;
        font-size: 0.9rem;
        font-weight: bold;
        margin-bottom: 0px;
        padding: 10px;
    }

        #idx-orderby h3 a {
            font-weight: bold;
            color: #747474;
            text-decoration: none
        }

    #idx-orderby .bx-viewport {
        height: 56px
    }

    #idx-orderby ul {
        margin: 7px 0
    }

        #idx-orderby ul li {
            height: 24px;
            margin: 0 !important;
            padding: 0 14px
        }

            #idx-orderby ul li a {
                display: inline-block;
                width: 90%;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                list-style: none;
                text-decoration: none
            }

                #idx-orderby ul li a:hover {
                    color: #587ef6
                }

    #idx-orderby .page {
        position: absolute;
        right: 49px;
        top: 9px;
        display: inline-block;
        color: #888;
        font-size: 1.2rem
    }

        #idx-orderby .page .bx-paper-num {
            margin-right: 2px
        }

        #idx-orderby .page .page-total {
            margin-right: 5px;
            color: #BFBFBF;
            font-weight: bold
        }

    #idx-orderby .bx-pager, #idx-orderby .bx-controls-auto {
        display: none
    }

    #idx-orderby .bx-controls .bx-controls-direction {
        position: absolute;
        right: 10px;
        top: -25px;
        width: 33px;
        height: 16px;
        border: 1px solid #dbdbdb;
        background: #dbdbdb
    }

        #idx-orderby .bx-controls .bx-controls-direction a {
            display: inline-block;
            margin-top: 0 !important;
            width: 16px;
            height: 16px;
            top: 0 !important;
            text-indent: -9999px
        }

            #idx-orderby .bx-controls .bx-controls-direction a.bx-prev {
                left: 0;
                background: url('../img/main/idx_btn.png') -50px 0px no-repeat
            }

            #idx-orderby .bx-controls .bx-controls-direction a.bx-next {
                right: 0;
                background: url('../img/main/idx_btn.png') -67px 0px no-repeat
            }

 /* 텝 스타일 */
button {
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.tab_menu_container {
    display: flex;
}
    .tab_menu_container .tab_box {
        width: 278px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.tab_menu_btn {
    width: 80px;
    height: 40px;
    transition: 0.3s all;
}

    .tab_menu_btn.on {
        border-bottom: 2px solid #df0000;
        font-weight: 700;
        color: #df0000;
    }

    .tab_menu_btn:hover {
        color: #df0000;
    }

.tab_box {
    display: none;
    padding: 7px;
}

    .tab_box.on {
        display: block;
    }

        .tab_box.on ul li {
            list-style: none;
        }

#left {
}

#right {
   
}

#bottom {

}

.panel-body {
    padding: 0px 0px 0px 0px;
}