﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}

html, body {
    font-family: "Nanum Gothic",Malgun Gothic,맑은고딕,굴림,돋움,Dotum,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

body {
    background-color: #fff;
}

a {
    color: #303030;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        position: relative;
        z-index: 1;
        text-decoration: none;
    }

    a:active {
        outline: none;
    }

img {
    max-width: 95%;
}

li {
    text-align: left;
}

.header {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #376092;
}

.container {
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
}

.main {
    display: inline-block;
    width: 1000px;
    padding: 15px;
}

.subject {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #808080;
}

.content {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
}

.footer {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

#frmPopup {
    width: 100%;
    height: 100%;
}

#divPopup {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

@media (min-width: 100px) and (max-width: 800px) {
    .main {
        display: inline-block;
        width: 100%;
        padding-top: 30px;
    }
}
