﻿@charset "utf-8";

.body01 {
    text-align: left; /*background:url(/Main/bg_01.jpg) repeat-x center top;*/
    background-color: #FFF;
}


div#gnb {
    position: relative;
    z-index: 300;
}

    div#gnb p.gnbser {
        position: absolute;
        width: 930px;
        top: 0;
        left: 50%;
        margin: 5px 0 0 -480px;
        z-index: 10;
        text-align: right;
    }

.top_flash_new {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    height: 95px;
    z-index: 400;
}

.content_body_new {
    position: absolute;
    top: 100px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 1;
}

.content_new {
    position: relative;
    text-align: left;
    left: 50%;
    margin-left: -480px;
    width: 980px;
    min-height: 650px;
    _height: 650px;
}

.left_menu_new {
    position: relative;
    float: left;
    width: 210px;
    vertical-align: top;
    z-index: 250;
    padding-top: 8px;
    margin-right: -15px;
    border: none;
}

.left_banner {
    margin-top: 9px;
    width: 202px;
}

    .left_banner a {
        width: 202px;
        height: 83px;
        margin-bottom: 9px;
    }

.content_box {
    position: relative;
    float: left;
    top: -10px;
    left: 44px;
    width: 740px;
    text-align: left;
    padding: 0px 0px 40px 0px;
    min-height: 500px;
    _height: 500px;
}

.content_box02 {
    position: relative;
    float: left;
    left: 140px;
    width: 1000px;
    text-align: left;
    padding: 120px 0px 40px 0px;
}

.footer_body_new {
    position: relative;
    width: 100%;
    text-align: left;
    background: url(../../images/common/bg_01.gif) repeat-x 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 108px;
    z-index: 100;
}

.clear_new {
    clear: both;
}


@media screen and (min-width: 1000px) {
    /* PC */

    .left_menu_new {
        display:block;
        position: relative;
        float: left;
        width: 210px;
        vertical-align: top;
        z-index: 250;
        padding-top: 8px;
        margin-right: -15px;
        border: none;
    }
    .content_new {
        position: relative;
        text-align: left;
        left: 50%;
        margin-left: -480px;
        width: 980px;
        min-height: 650px;
        _height: 650px;
    }
    .content_box {
        position: relative;
        float: left;
        top: -10px;
        left: 44px;
        width: 740px;
        text-align: left;
        padding: 0px 0px 40px 0px;
        min-height: 500px;
        _height: 500px;
    }
    
    div#loca {
        font-size: 12px;
    }
    div#loca {
        display:block;
        font-size: 12px;
    }
    #footer ul.btn {
        display:block;
        width: 900px;
        padding-top: 8px;
        text-align: center;
        margin: 0px auto;
        font-weight: bold;
    }
    .top_flash_new {
        position: absolute;
        width: 100%;
        top: 0px;
        bottom: 0;
        height: 95px;
        z-index: 400;
    }
    .content_body_new {
        position: absolute;
        top: 100px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: 1;
    }
    #Reporting_Wrap {
        width: 745px;
        height: auto;
        margin: -20px 0 50px -6px;
    }
    
}


@media screen and (max-width: 999px) {
    /* mobile */

    .left_menu_new {
        display:none;
    }
    .content_new {
        position: relative;
        text-align: left;
        left: 0;
        margin-left: 0;
        width: 100%;
        min-height: 500px;
        _height: 650px;
        padding: 10px;
        box-sizing: border-box;
    }
    .content_box {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        width: 100%;
        text-align: left;
        padding: 0px 0px 40px 0px;
        min-height: 500px;
        _height: 500px;
    }
    div#loca {
        font-size: 12px;
        display:none;
    }
    #footer ul.btn {
        display:none;
        width: 100%;
        padding-top: 8px;
        text-align: center;
        margin: 0px auto;
        font-weight: bold;
    }
    .top_flash_new {
        position: relative;
        width: 100%;
        top: 0px;
        bottom: 0;
        height: 60px;
        z-index: 400;
    }
    .content_body_new {
        position: relative;
        top: 10px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        width: 100%;
        z-index: auto;
    }
    #Reporting_Wrap {
        width: 100%;
        height: auto;
        margin: -20px 0 50px -6px;
    }
    
}