@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

* {
	padding: 0;
	margin: 0;
}

body {
	margin:0; padding:0;
	font-family: 'Nanum Gothic', 'NanumGothic', "Dotum", sans-serif;
	color: #666;
	font-size: middle;
	line-height:160%;
}

b, strong {
	font-weight: 600;
}

div, section {
	margin:0; padding:0;
	font-size:middle;
	}
	
ul, ol, li, dl, dt, dd {
	margin: 0;
	paddding: 0;
	list-style: none;
}
a, a:visited, a:active {
	color:#666; text-decoration:none;
	}
a:hover {
	text-decoration: underline;
	color: #F60;
}
img {border:none; padding:0; margin:0;}


#wrap {
	margin:0; padding:0; width:100%; height:100%;
}

#gm {
	background:#2A2A2A;
	}
#gm div {
	width:1000px;	margin:0 auto;
	background:#2A2A2A;
	text-align:right;
}
#gm div a {
	font-size:80%;
	color:#fff;
}


#top_container {
	background:#c6e6fa;
}
	
.top_img {
	position:relative;
	width:1000px; height:399px; margin:0 auto;
	background:url(../images/top_img.jpg) no-repeat;
}

.logo {
	position:absolute;
	top:15px;
	left:0px;
}

.box {
	position:absolute; top:150px; left:0;
}
.box_lt {
	width:75px; height:74px;
	position:absolute; top:0; left:0;
	background:url(../images/text_bg.png) no-repeat;
}
.box_rt {
	width:75px; height:74px;
	position:absolute; top:0; right:0;
	background:url(../images/text_bg.png) no-repeat -448px 0;
}
.box_lb {
	width:75px; height:74px;
	position:absolute; bottom:0; left:0;
	background:url(../images/text_bg.png) no-repeat 0 -101px;
}
.box_rb {
	width:75px; height:74px;
	position:absolute; bottom:0; right:0;
	background:url(../images/text_bg.png) no-repeat -448px -101px;
}
.box p {
	padding:38px 34px;
	color:#333; line-height:130%; font-size:180%; font-family:'Nanum Myeongjo', serif; font-weight:600; word-break:keep-all;
}

.box p span {
	color:#0827ab;
}

.sponsor {
	border-bottom:1px solid #E9E9E9;
}
.sponsor p {
	width:1000px; margin:0 auto; padding:10px 0 8px 0;
}

#cont_container {
	width:1000px; margin:0 auto;
}
.cont {
	padding:50px 0 0 0;
	word-break:keep-all; color:#484848;
}
.cont p {
	padding:0 0 30px 0;
}
.guide {
	padding:20px 0 30px 0; 
	font-size:90%; color:#C60;
}

.txt_guide {text-align:center;}
.txt_org {margin:35px 0; color:#e76212; font-size:13px;}

#reple {
	text-align: center;
	border-top: 3px solid #000;
	padding: 30px 0
}
#copyright {
	margin-top: 30px;
	border-top: 1px solid #666;
	padding-top: 10px;
	margin-bottom: 30px;
	text-align: center
}
#copyright a {
	font-weight: bold
}



/* divice 해상도에 따른 이미지 크기 조정 - 필요할 경우 사용 */
@media screen and (-webkit-min-device-pixel-ratio:1.5){} /* 안드로이드 */

/* Media Query */
@media all and (max-width:640px){

#gm div {
	width:auto; 
}

#gm a {
	padding-right:10px;
	font-size:12px; 
}

.top_img, .sponsor p, #cont_container  { 
	width:auto;
}

.top_img {
	height:305px;
}

.top_img {
	background-size:contain;
}

.box {
	top:150px; left:0;
}

.box p {
	padding:35px 34px;
	line-height:130%; font-size:18px;
}

.logo {
	position:absolute;
	top:20px;
	left:15px;

}

.logo img {
	max-width:100%;
}

.sponsor img {
	padding-left:10px;
}

#cont_container {
	padding:0 10px;
}
.cont {
	padding:20px 0 0 0;
}
















