﻿@charset "utf-8";

/**************************************************************/
/* 공통 */
/**************************************************************/
html {
    font-family: 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim;
    min-width: 940px;
    /*min-height: 320px;*/
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

a, a:active, a:visited, a:hover {
    color: inherit;
    text-decoration: none;
}

div.clear {
    clear: both;
    float: none;
}

.blueHover:hover {
    background-color: #ccf;
    cursor: pointer;
}

.greenHover:hover {
    background-color: #cfc;
    cursor: pointer;
}

.lightGrayHover:hover {
    background-color: #ccc;
    cursor: pointer;
}

.redHover:hover {
    background-color: #fcc;
    cursor: pointer;
}

/**************************************************************/
/* 전체 */
/**************************************************************/
a.download, a.download:active, a.download:visited, a.download:hover {
    color: blue;
}

td {
    vertical-align: middle;
}