@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);


body{
	margin: 0px;
    padding: 0px;
    width: 100%;
    height:100%;
	font-family: "Nanum Gothic", sans-serif;
}

h1{	
	width: 100%;
	font-family:'Jeju Gothic', sans-serif;
	font-size: 2em;
	font-weight: 800;
	margin: 0.5em 0;
}

h2 {
	font-weight:500;
}

p {
	margin: 0.5em 0;
    font-family: "Nanum Gothic", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}

ul, ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 2em;
}

li {
    padding-left: 1em;
    text-indent: -1em;
}

li:before {
    content: "-";
    padding-right: 5px;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table {
	font-family: "Nanum Gothic", sans-serif;
	border-collapse:collapse;
	border-spacing:0;
}

thead {
	font-weight: bold;
    border-bottom: 3px solid #a0a0a0;
    text-align: center;
}

table.tools td {
    padding: 5px 20px 5px 0px;
}

/* zibra row */
table.schedule tbody tr:nth-child(even) {
    background: #eee;
}

/* hover row highlight */
table.schedule tbody tr:hover {
    background: #FBF5D5;
}

table.schedule td {
	padding: 8px 10px;
	text-align: center;
}

table.schedule th {
	padding: 8px 10px;
}

.schedule .num, .schedule .date {
	font-weight: bold;
}

.schedule .t_title {
	text-align: left;
}

.wrap{
	width:70%;
	margin:0 auto;
	margin-top:40px;
}

.history {
	width: 100%;
	margin: 1em auto;
	text-align: center;
	font-family:"Jeju Gothic", sans-serif;
	font-size: 1.5em;
}

.content {
	margin:20px 0;
}

.title {
	font-size: 3.5em;
	text-align: center;
	font-weight: 800;
	font-family:'Jeju Gothic', sans-serif;
	margin:5px 0px;
}

.sub_title {
	font-family:"Nanum Gothic", sans-serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: 400;
	margin:5px 0px 30px;
}

.header{
	width: 1583px;
	height: 700px;
	margin: 0;
	padding: 0;
	background: url('/fonts/poapper.png') no-repeat center center ;
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	filter: grayscale(50%);
}


.line{
	width: 100%;
	height: 86px;
	background-color: #2e75b6;
}

.blue_text {
	color: #2e75b6;
}

.content .con_hack .text .title{
	color: #2e75b6;
	font-size: 50px;
	font-weight: 800;
	text-align: left;
}

.text{
	border-bottom: 1px solid #ddd;
	padding: 1em 0;
	margin: auto;
	text-align: justify;
}

.text_last {
	padding: 1em 0;
	margin: auto;
	text-align: justify;
}

.text_last p {
    line-height: 1em;
    font-size: 3.5em;
    font-family: 'Jeju Gothic', sans-serif;
    font-style: italic;
    text-align: center;
}

.txt_wrap{
	width: 75%-122px;
	margin-left: 122px;
}

.title2{
	height: 60px;
	color: black;
	font-size: 40px;
	font-family: 'Jeju Gothic';
	margin-bottom: 0px;
}

.cont2{
	margin-top: 0px;
}

.btn{
	margin: auto;
	width: 180px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	border-radius: 15px;
	background-color: #2e75b6;
	color: white;
}

.important{
	font-weight: bold;
}


.footer{
	width: 100%;
	height: 60px;
	background-color: #ebedef;
	padding-top: 30px;
	padding-bottom: 10px;
}

.row{
	width: 100%;
	margin: auto;
}

#copyright{
	text-align: center;
	font-family: 'Jeju Gothic', sans-serif;
    margin-bottom: 15px;
	font-size: 1em;
}

#poapper{
	font-size: 1em;	
	font-family: 'Jeju Gothic', sans-serif;
	color: rgba(237,134,93,1.0);
}

#developer{
	font-size: 1em;
	font-family: 'Jeju Gothic', sans-serif;
	color: rgba(8,114,79,0.6);
}

@media only screen and (max-width: 1366px) and (min-width: 640px) {
	.wrap{
		width:95%;
	}
}
