﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0;
    background-color: #ebebeb;
    font-family: Arial,Tahoma,Helvetica,AppleGothic,Sans-serif;
    color: #666666;
    line-height: 1.5em;
    *word-break: break-all;
    -ms-word-break: break-all;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}

dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* main layout */
.std_container_frame {
    width: 100%;
    margin: 0 auto;
    background-color: #ebebeb;
}

.std_container {
    width: 1024px;
    margin: 0 auto
}

#contents_container {
    clear: both;
}

/* login */
#wrap_index {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/top_bg.gif) repeat-x;
    background-color: #fff;
}

h1 {
    width: 1024px;
    height: 60px;
    text-align: left;
    margin: 0 auto;
    padding-top: 33px;
}

.index_con {
    width: 1024px;
    height: 374px;
    text-align: center;
    margin: 0 auto;
}

.login_btn {
    width: 132px;
    height: 30px;
    margin: 0 auto;
    margin-top: 76px;
}

/* login_pop */
.login_pop {
    width: 486px;
    height: 284px;
    border: #cc0000 solid 5px;
    background-color: #fff;
}

h2 {
    width: 452px;
    height: 62px;
    border-bottom: #cc0000 solid 1px;
    margin: 0 auto;
    position: relative;
}

.close_btn {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 17px;
    right: 9px;
}

.loginPop_con {
    width: 452px;
    height: 153px;
    margin: 0 auto;
}

    .loginPop_con dt.login_words {
        font-family: Arial;
        font-size: 16px;
        color: #333;
        text-align: center;
        width: 452px;
        height: 38px;
        padding-top: 18px;
        float: left;
    }

    .loginPop_con dd.id_ti {
        width: 140px;
        height: 30px;
        padding-left: 15px;
        float: left;
        padding-bottom: 13px;
    }

    .loginPop_con dt.login_input {
        width: 275px;
        height: 30px;
        float: left;
        padding-bottom: 13px;
    }

.login_area {
    width: 486px;
    background-color: #ebeae7;
    height: 48px;
    padding-top: 20px;
    text-align: center;
}

.login_Box {
    width: 271px;
    height: 26px;
    padding: 2px;
    font-family: Arial,Dotum;
    font-size: 12px;
    color: #666;
    border: #e2e1dd solid 3px;
}

.loginBox {
    width: 382px;
    height: 200px;
    margin: 0 auto;
    margin-top: 62px;
    background: url(../images/login_bg.gif) no-repeat;
    position: relative;
}

    .loginBox li.textBox {
        width: 250px;
        height: 70px;
        position: absolute;
        top: 73px;
        left: 120px;
    }

    .loginBox li.loginBtn {
        width: 132px;
        height: 30px;
        position: absolute;
        top: 152px;
        left: 135px;
    }

.loginPw_box {
    width: 200px;
    height: 19px;
    padding: 3px;
    font-size: 12px;
    color: #666;
    border: #e2e1dd solid 1px;
}

.h7 {
    width: 100%;
    height: 7px;
}

/* master */
#wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/top_bg_1.gif) repeat-x;
}

#header {
    width: 100%;
    background: url(/images/top_bg_1.gif) repeat-x;
    height: 95px;
}

h3 {
    width: 210px;
    padding-top: 15px;
    text-align: center;
    height: 75px;
    border-bottom: #383838 solid 5px;
}

.gnb {
    width: 1022px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.s_menu {
    width: 812px;
    height: 90px;
    right: 0;
    top: 0;
    position: absolute;
}

.q_menu {
    width: 130px;
    height: 22px;
    text-align: left;
    position: absolute;
    right: 0px;
    top: 3px;
}

.gnb dt.menu_1 {
    width: 202px;
    height: 24px;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    float: left;
    padding-top: 42px;
    text-align: center;
}

.gnb dt.menu_2 {
    width: 203px;
    height: 24px;
    font-family: Arial;
    font-size: 16px;
    color: #333;
    float: left;
    padding-top: 42px;
    text-align: center;
}

a.sub_menu:link {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

a.sub_menu:visited {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

a.sub_menu:hover {
    font-size: 16px;
    color: #cc0000;
    font-weight: bold;
}
/* // master */

/* list */
h4 {
    height: 40px;
    padding-top: 30px;
    font-size: 20px;
    background: url(../images/bullet_1.gif) 0px 33px no-repeat;
    color: #333;
    font-weight: bold;
    padding-left: 15px;
}

.std_list {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

    .std_list tr:hover {
        background-color: #eef4e2;
        cursor: default;
    }

    .std_list th {
        height: 40px;
        background-color: #414141;
        text-align: center;
        color: #bebebe;
        font-weight: bold;
    }

    .std_list td {
        height: 36px;
        text-align: center;
        vertical-align: middle;
        border-bottom: solid 1px #afafaf;
    }

.std_list_search {
    width: 100%;
    border-collapse: collapse;
    border-left: solid 1px #999999;
    border-top: solid 2px #999999;
}

    .std_list_search th {
        height: 30px;
        background-color: #e2e1dd;
        text-align: center;
        color: #666666;
        font-weight: bold;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
    }

    .std_list_search td {
        text-align: left;
        vertical-align: middle;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background-color: #ffffff;
        padding-left: 3px;
    }

.btn_area {
    width: 100%;
    height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.std_list_view {
    width: 100%;
    border-collapse: collapse;
    border-left: solid 1px #999999;
    border-top: solid 2px #999999;
}

    .std_list_view th {
        height: 30px;
        background-color: #e2e1dd;
        text-align: center;
        color: #666666;
        font-weight: bold;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
    }

    .std_list_view td {
        text-align: left;
        vertical-align: middle;
        border-right: solid 1px #999999;
        border-bottom: solid 1px #999999;
        background-color: #ffffff;
        padding-left: 3px;
    }

.std_textbox {
    width: 98%;
    height: 22px;
    padding-left: 3px;
    border: 1px solid #999999;
}

.std_selectbox {
    padding: 3px;
    border: 1px solid #999999;
    height: 24px;
    font-size: 12px;
    color: #666666;
}

    .std_selectbox option {
        padding: 3px;
    }

.paging a:link {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.paging a:visited {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

.paging a:hover {
    font-size: 12px;
    color: #cc0000;
    font-weight: bold;
}

.opacity {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

/* list */

/* Button */
.std_btn_red {
    cursor: pointer;
    background-color: #d50d0d;
    color: #ffffff;
    border: 0px solid #ffffff;
    width: 84px;
    height: 24px;
}

.std_btn_gray {
    cursor: pointer;
    background-color: #5e5e5e;
    color: #ffffff;
    border: 0px solid #ffffff;
    width: 84px;
    height: 24px;
}

.std_btn_blue {
    cursor: pointer;
    background-color: #336699;
    color: #ffffff;
    border: 0px solid #ffffff;
    width: 84px;
    height: 24px;
}

.std_btn_green {
    cursor: pointer;
    background-color: #669933;
    color: #ffffff;
    border: 0px solid #ffffff;
    width: 84px;
    height: 24px;
}
