﻿.center {
    text-align:center;
}

.center-page
{
    width:300px;
    height:300px;
    position:absolute;

    top:-40px;
    bottom:0;
    left:0;
    right:0;

    margin:auto;
}

.spcae-vert
{
    margin-top:20px;
}

.footer-pos{
    width:auto;
    height:auto;
    position:absolute;

    top:600px;
    bottom:0;
    left:0;
    right:0;

    margin:auto;

}

body{

    padding-top: 70px;
	
	font-family: "Helvetica Nene", Helvetica, Arial, 맑은 고딕;,"malgun gothic", sans-serif;
}

.h1head
{
    text-align: left;
    text-transform:uppercase;
    background-color: #F0F0F0;
    color: #355681; 
}
.topdiv{
    text-align: center;
    background-color: #2B5F8E;
    color: #FEFDF9; 
    font-size:30px;
    margin:0px;
    padding-top: 2px;
    border:1px solid;
    height:40px;
    font-family:  sans-serif, Verdana;
    border-radius: 10px;
}

textarea{
    border: 3px dotted #366B70;
    background-color:#FBE9AC;
	border-radius: 10px;
	height: 400px;
	width: 550px;
    font-size:15px;
    color:#366B70;
}
.indtd{
border-left:1px solid;
}

@media only screen and (max-width: 768px) {

.h1head
{
    text-align: left;
    text-transform:uppercase;
    background-color: #F0F0F0;
    color: #355681; 
    font-size:18px;
}  
textarea{
    width: 300px;
    height: 300px;
    border: 1px solid red;
    color: green;
    font-size:18px;
}
strong
{
    font-size:18px;
}
table td{
    font-size:18px;
}
}

@media only screen and (max-width: 480px) {

.h1head
{
    text-align: left;
    text-transform:uppercase;
    background-color: #F0F0F0;
    color: #355681; 
    font-size:18px;
}  
textarea{
    width: 200px;
    height: 250px;
    border: 1px solid red;
    color: green;
    font-size:18px;
}
strong
{
    font-size:18px;
}

}    