body {
    position: relative;
    margin: 0;
    margin-left: 25px;
    padding: 0;
    padding-top: 30px;
    font-family: "돋움", "Dotum", "Nanum Gothic", sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: #000;
}

.up {
    color: #C5322D;
}

.down {
    color: #3565CF;
}

.same {
    color: #000;
}

body#main_stock {
    width: 246px;
    height: 260px;
    /* background: url("../images/main/bnk_ir_bg.jpg") no-repeat; */
}

body#main_chart {
    width: 462px;
    height: 230px;
    /* background: #B3A396; */
}

h2 {
    width: 200px;
    height: 30px;
    /* text-indent: -9999px;
    background: url("../images/main/bnk_title02.png") no-repeat; */
}

/* 주가정보 */
h2.stock_title {
    height: 40px;
    background-image: url("../images/main/bnk_title02.png");
}

h2.stock_title2 {
    height: 40px;
    background-image: url("../images/main/bnk_ir_e_title02.png");
}

h2 span {
    font-size: 22px;
}

.bnk {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
}

.bnk h3 {
    font-size: 14px;
    font-weight: bold;
    /* color: #FDD693; */
}

.bnk .left {
    float: left;
    width: 140px;
    height: 32px;
}

.bnk .right {
    float: left;
    margin-top: 9px;
    width: 56px;
    height: 20px;
    text-align: right;
    vertical-align: top;
}

.bnk span {
    display: inline-block;
}

.bnk .close {
    font-family: Tahoma, sans-serif;
    font-size: 32px;
}

.bnk .unit {
    margin-left: 5px;
    font-size: 12px;
}

.bnk .updown {
    margin-left: 5px;
    font-size: 14px;
}

.stock {
    clear: both;
}

.stock span {
    display: inline-block;
}

.stock .name {
    width: 60px;
}

.stock .close {
    width: 80px;
    text-align: right;
    color: #666;
}

.stock .image {
    width: 28px;
    text-align: center;
}

.stock .updown {
    width: 28px;
    text-align: right;
    color: #666;
}

/* 주가차트 */
h2.chart_title {
    text-indent: -9999px;
    background-image: url("../images/main/bnk_title01.png");
}

h2.chart_title2 {
    text-indent: -9999px;
    width: 250px;
    background-image: url("../images/main/bnk_ir_e_title01.png");
}

.items {
    position: absolute;
    top: 46px;
    right: 0;
}

.items img {
    margin-left: 10px;
}

.legends {
    width: 460px;
    font-size: 11px;
    color: #A9A9A9;
}

.legends .left {
    float: left;
    width: 45%;
}

.legends .right {
    float: right;
    width: 45%;
    text-align: right;
}