
/*** 기본 서식 ***/
BODY {
    font-size: 10pt;
    color: #444;
    font-family: 'Malgun Gothic';
    overflow-y: scroll;
}

TD {
    font-size: 10pt;
    color: #444;
    font-family: 'Malgun Gothic';
}


/*** 링크 서식 ***/
A {
    text-decoration: none;
    cursor: pointer;
}

/*A:link {
        text-decoration: none;
    }

    A:visited {
         text-decoration: none;
     }

    A:hover {
 
    }*/

table {
    border-collapse: collapse;
}

.user_status_x {
    width: 75%;
    margin: auto;
}

    .user_status_x td {
        width: 50%;
        text-align: center;
        cursor:pointer;
        padding:3px;
        
    }

        .user_status_x td.on {
            color: #fff;
            background-color: #db2e2e;
            border: solid 1px #db2e2e;
        }

.answer_status {
    cursor: pointer;
    font-family: sans-serif;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #989358;
    height: 16px;
    width: 16px;
    text-align: center;
    margin-left: 0px;
    padding-top: 2px;
    border: solid 1px #989358;
}

    .answer_status.on {
        color: #db2e2e;
        border: solid 1px red;
        background-color: #fff;
        border: solid 1px red;
    }

    .answer_status:hover {
        color: #fff;
        background-color: red;
        border: solid 1px red;
    }

.notice_title {
    margin: auto;
    border: solid 1px #ddd;
    width: 200px;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    color: #333;
    vertical-align: middle;
}

.bottom_wrap {
    border-top: solid 1px #ddd;
    padding-top: 15px;
    width: 100%;
    text-align: center;
}

.bottom {
    color: #777;
}

    .bottom span a {
        color: #aaa;
    }

    .bottom a {
        color: #777;
    }


.main_wrap {
    /*background-image:url(img/visual_bg.jpg);*/
    width: 100%;
    height: 550px;
    background-color: #DDE0E9;
}

.main_text {
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top: 80px;
    padding-left: 40px;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}


.home_notice_wrap {
    border: solid 0px #999;
    width: 100%;
    margin: auto;
    text-align: left;
    padding-left: 0px;
    margin-top: 80px;
}

.home_notice_title {
    line-height: 33px;
    width: 350px;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: bottom;
    display: inline-block;
    text-align: left;
    font-family: 'Malgun Gothic';
    font-weight: bold;
    color: #444;
    font-size: 18px;
    cursor: pointer;
}

    .home_notice_title:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

.home_notice_cont {
    font-family: 'Malgun Gothic';
    text-align: left;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    border: solid 0px #999;
    line-height: 20px;
    width: 350px;
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

    .home_notice_cont:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }




.home_notice {
    background-color: #fff;
}

    .home_notice tr td {
        height: 150px;
        overflow-y: hidden;
    }

.quick_menu {
    margin-top: 40px;
    margin-bottom: 10px;
}

    .quick_menu div {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        width: 170px;
    }

.quick_img {
    cursor: pointer;
}

    .quick_img img:last-child {
        display: none;
        position: relative;
        top: 0px;
    }

    .quick_img:hover img:first-child {
        display: none;
    }

    .quick_img:hover img:last-child {
        display: inline-block;
    }

.main_login_m {
    cursor: pointer;
    width: 160px;
}

    .main_login_m img:last-child {
        display: none;
    }

    .main_login_m:hover img:first-child {
        display: none;
    }

    .main_login_m:hover img:last-child {
        display: inline-block;
    }
/*********************************/
.menu_divide {
    display: inline-block;
    color: #ddd;
    height: 15px;
    width: 0px;
    border-left: solid 1px #ddd;
    font-size: 0px;
    vertical-align: middle;
}

.top_menu_wrap {
    display: inline-block;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 0px;
    vertical-align: middle;
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    text-align: center;
}



.top_menu {
    width: 150px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    color: #444;
    font-weight: normal;
    font-size: 15px;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 15px;
}

    .top_menu.on {
        font-weight: bold;
        background-color: #fff;
        color: #1DBCD6;
        border-radius: 15px;
    }

    .top_menu:hover {
        font-weight: bold;
        color: #1DBCD6;
        border: solid 1px #1DBCD6;
    }

    .top_menu.sub:hover {
        font-weight: bold;
        color: #1DBCD6;
        background-color: #fff;
    }


.top_menu_wrap.sub {
    background-color: #1DBCD6;
    margin-bottom: 15px;
}

.top_menu.sub {
    background-color: #1DBCD6;
    color: #fff;
    border: solid 1px #1DBCD6;
}

.mem_info {
    cursor: pointer;
    letter-spacing: -1px;
}

    .mem_info:hover {
        color: #4697dc;
    }

/* ---------------- 서브 메뉴 --------------*/

.sub_menu_outer {
    border-left: solid 1px #1DBCD6;
    border-right: solid 1px #1DBCD6;
    border-bottom: solid 1px #1DBCD6;
    border-top: solid 1px #1DBCD6;
    width: 150px;
    border-radius: 15px 15px 15px 15px;
}

.sub_menu_wrap {
    width: 151px;
    text-align: left;
    border: solid 0px red;
}



.sub_menu_top {
    margin-top: 0px;
    background-color: #fff;
    width: 151px;
    height: 35px;
    line-height: 30px;
    cursor: pointer;
    margin-left: 0px;
    color: #1DBCD6;
    font-weight: bold;
    font-size: 15px;
    vertical-align: middle;
    text-align: center;
    border-bottom: solid 0px #aaa;
    border-radius: 15px 15px 0px 0px;
}

.sub_menu_line {
    background-color: #ddd;
    width: 99%;
    height: 0px;
    border-bottom: solid 1px #ddd;
    margin-left: 0px;
}

.sub_menu_bottom {
    background-color: #fff;
    width: 100%;
    height: 10px;
}

.sub_menu {
    background-color: #fff;
    width: 151px;
    border-top: solid 1px #ddd;
    line-height: 35px;
    cursor: pointer;
    color: #666;
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

    .sub_menu.on {
        background-color: #eee;
    }

    .sub_menu:hover {
        background-color: #1DBCD6;
        color: #fff;
    }

.scheduler_title_wrap2 {
    width: 800px;
    margin: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.scheduler_title2 {
    vertical-align: middle;
    height: 25px;
    cursor: pointer;
    color: #478EBB;
    width: 10%;
}

    .scheduler_title2.on {
        /*border: solid 1px #067274;*/
    }

    .scheduler_title2 div {
        width: 90%;
        height: 23px;
        line-height: 23px;
        border-radius: 20px;
        border: solid 1px #478EBB;
        display: inline-block;
    }

        .scheduler_title2 div.on {
            color: #fff;
            background-color: #478EBB;
        }

        .scheduler_title2 div:hover {
            color: #fff;
            background-color: #478EBB;
        }

.scheduler_title_wrap3 {
    width: 500px;
    margin: auto;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}

.scheduler_title3 {
    vertical-align: middle;
    height: 25px;
    cursor: pointer;
    color: #478EBB;
    text-align: center;
    width: 30%;
}

    .scheduler_title3.on {
        /*border: solid 1px #067274;*/
    }

    .scheduler_title3 div {
        width: 70%;
        height: 23px;
        line-height: 23px;
        border-radius: 20px;
        border: solid 1px #478EBB;
        display: inline-block;
    }

        .scheduler_title3 div.on {
            color: #fff;
            background-color: #478EBB;
        }

        .scheduler_title3 div:hover {
            color: #fff;
            background-color: #478EBB;
        }
