@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: 15px;
	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;}

.txt_blue {color:#0066cc;}

#wrap {margin:0; padding:0; width:100%; height:100%;}

.top {overflow:hidden; zoom:1; clear:both;}
.top .logo {float:left; margin-top:5px; margin-left:20px;}
.top .go_sunfull {float:right; margin-top:15px; margin-right:20px;}
.top .go_sunfull a {padding:5px 10px; border-radius:5px; background:#333; color:#ededed; text-align:center; text-decoration:none; font-size:12px;}
.top .go_sunfull a {background:#666;}

.topimg {position:relative; background:#7a7878 url(images/topbg.jpg) no-repeat 20% 0; background-size:auto;}
.topimg div {width:1000px; height:461px; margin:0 auto;}
.topimg .main_txt {position:absolute; top:120px; width:660px; color:#fff; font-size:35px; line-height:130%; font-family:"나눔명조", "바탕", serif; word-break:keep-all;}
.topimg .support {position:absolute; bottom:64px; color:#D8D8D8;}

.cont_wrap {width:1000px; margin:0 auto; padding:30px 0;}
.sub_txt {margin:60px 0; font-size:17px;}
.news dt {margin-bottom:10px; font-weight:600; color:#333;}
.news dd span {font-weight:600;}
.guide {padding:60px 0 30px 0; font-size:16px;}

#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
}
.btn_area {margin:40px 0 0 0; text-align:center;}

.btn_area a {
	background:#636363;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-size:16px; 
	font-weight:600;
	padding:12px 30px;
	text-decoration:none;
}
.btn_area a:hover {
	background:#878787;
	text-decoration:none;
}
.btn_area a:active {
	position:relative;
	top:1px;
}


/* Media Query */

@media all and (max-width:640px){
body, .topimg div {width:100%; word-break:break-word; word-wrap: break-word;}
.topimg {height:200px; background-size:cover; background-position:-250px 0;}
.topimg .main_txt {top:20px; left:10px; width:90%; font-size:25px; text-align:center; word-break: keep-all;}
.topimg .support {width:100%; bottom:10px; left:0; font-size:14px; text-align:center;}

.cont_wrap {width:90%; margin:0 auto;}
.sub_txt {margin:0;}
.news {margin:30px 0;}
.news dd {word-break:break-all;}
.guide {padding-top:0;}
	
}

@media all and (min-width:640px) and (max-width:1024px){
body, .topimg div {width:100%; word-break:break-word; word-wrap: break-word;}
.topimg {height:200px; background-size:cover; background-position:right;}
.topimg .main_txt {top:20px; left:25%; width:60%; font-size:25px; text-align:center; word-break: keep-all;}
.topimg .support {width:100%; bottom:10px; left:0; font-size:14px; text-align:center;}

.cont_wrap {width:90%; margin:0 auto;}
.sub_txt {margin:0;}
.news {margin:30px 0;}
.news dd {word-break:break-all;}
.guide {padding-top:0;}

}








