/* ==== main-top ==== */
div#main-top h1 {
    position: relative;
    top: 4.5em;
    color: #CCCCCC;
    text-align: center;
    font-size: 2em;
}

div#main-top h1 strong {
    color: #FFFFFF;
    font-size: 1.5em;
    font-family: "NanumGothic Bold";
}

/* ==== main-bottom ==== */
div#main-bottom {
    border: solid 2px #AAAAAA;
    position: relative;
    top: 2em;
    width: 65em;
    margin: auto;
    padding: 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    div#main-bottom span#bottom-left {
        float: left;
    }

    div#main-bottom span#bottom-right {
        float: right;
    }

    div#main-bottom h2 {
        text-align: center;
        font-size: 1.6em;
        margin: 1em 0 1em 0;
        font-family: "NanumGothic Bold";
    }

    div#main-bottom dl {
        height: auto;
        margin: 1em 0 1em 0;
        text-align: center;
    }

    div#main-bottom dl#dl-left {
        float: left;
        width: 25em;
        text-align: center;
    }

    div#main-bottom dl#dl-right {
        float: right;
        width: 33em;
        text-align: center;
    }

        div#main-bottom dl dt {
            font-size: 1.2em;
            font-weight: bolder;
            margin-bottom: 0.5em;
        }

        div#main-bottom dl dd {
            float: left;
            width: 7em;
            margin: 0.5em;
            text-align: center;
        }

            div#main-bottom dl dd img {
                width: 6em;
                height: 6em;
                border: none;
                margin-bottom: 0.5em;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
            }

            div#main-bottom dl dd div.caption{
                font-size: 0.8em;
            }

