﻿
@font-face{
    src: url(asd.eot);
    src: url(asd.eot?iefix) format('embedded-opentype'),
         url(asd.woff) format('woff'),
         url(asd.ttf) format('truetype');
    font-family: asd;
}
a{
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
html{
    width: 100%;
    height: 100%;
}
body{
    font-size: 15px;
    font-weight: bold;
    font-family: asd, "맑은 고딕";
    margin: 10px auto;
    width: 1280px;
    height: 100%;
}
.top{
    font-size: 20px;
    color: #67B656;
    padding-left: 40px;
    height: 100px;
}
.right{
    text-align: right;
    float:right;
    padding-right:20px;
}
hr{
    border-color: #3fe;
    width: 100%;
}
#left{
    width: 20%;
    height: 1020px;
    background-color: #73a03d;
    color: white;
    margin-top: 0px;
    border-right-color: #000;
    border-right-style: solid;
    border-width: 1px;
    float:left;
}

#content{
    width: 1012px;
    margin: -7px;
    margin-left: 270px;
    background-color: #F8F8F8;
}
#logo{
    background-color:#8FC951;
    text-align: center;
    font-size: 25px;
    padding:15px;
    box-shadow: 0px 0px 5px gray;
}
#month{
    font-size: 48px;
    color: #62B450;
    background-color:white;
    text-align: center;
    height: 70px;
    padding-top: 20px;
    font-weight: bold;
}

.button{
    height: 55px;
    font-size: 20px;
    box-shadow: 0px 0px 1px gray;
	background-color: #8ecb46;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    color: white;
    border-color:white;
    border-width: 1px;
    border-style: solid;
}
/*
.button0 {
	background-color: #98d550;
}

.button1 {
	background-color: #98d550;
}

.button2 {
	background-color: #8ecb46;
}

.button3 {
	background-color: #82b942;
}

.button4 {
	background-color: #74a738;
}

.button5 {
	background-color: #5f8b2b;
}

.button6 {
	background-color: #4f7622;
}
*/
.current{
    background-color: #3DC073;
}

.title{
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.subtitle{
    font-size: 25px;
    text-align: center;
    font-weight: normal;
}

.body{
    font-size: 25px;
    text-align: left;
    margin:10px;
    font-weight: normal;
    
}
            
.center {
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}

.bottom {
	width: 100%;
	height: 130px;
	background: gray;
	color: white;
	margin-top: 30px;
}

.bottom div {
	display: inline-block;
}

.bottom-logo {
	vertical-align: top;
	line-height:130px;
	font-size: 30px;
}

.bottom-logo img {
	margin-left: 30px;
	margin-top: 14px;
	margin-right: 20px;
}

.bottom-center {
	margin-left: 60px;
	font-size: 20px;
	margin-top: 25px;
	text-align: center;
}

.bottom-center {
	line-height: 27px;
}

.bottom-center small {
	display: block;
	margin-top: 10px;
}

.bottom-iwop {
	margin-left: 70px;
	width: 164px;
	height: 56px;
	vertical-align: top;
	margin-top: 37px;
}
#content > a > div{
	width:1000px;
	height:200px;
    margin-top: -30px;
}
#content span{
    color:white;
    text-align: right;
    margin:10px;
    font-size: 30px;
    position: relative;
    top: 10px;
    z-index: 99;
    text-shadow: 1px 1px black;
}