@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {font-family: "Nanum Gothic", sans-serif; font-size:12px;}
input,select,textarea {font-size:12px;font-family:gulim;}
select {font-size:12px;font-family:dotum;}
label {cursor:pointer;}
a {text-decoration:none;color:#000;}
a:hover {}
.wrap {max-width:1100px;margin:auto;}
#header {}
#content {padding:0;min-height:500px;}
#footer {}

.sub_main {width: 100%; height:370px; background: url('/layouts/incs/image/sub_main.jpg')50% 0;}
.sub_title {margin-bottom: 40px;}
.sub_title .local {display: block;padding:30px 0 0;text-align: right;}
.sub_title .local a {color:#666666; font-size: 13px; padding: 0 10px; }
.sub_title .local a:last-child {padding-right: 0;color:#12a8d9;font-weight: 600;}
.sub_title h2 {color:#222222; font-size: 37px;margin: 0; padding: 5px 0 0;} 

@media screen and (max-width: 1100px) {
.wrap {width: 100%;}
#topmenu ul {    width: 100%;}
}


@media screen and (max-width: 640px) {
.wrap {width: 100%;}
.sub_main {display: none;}
.sub_title .local {font-size: 10px; padding: 10px 0 0;}
.sub_title .local a {font-size: 11px;}
.sub_title {margin-bottom: 20px;}
#topmenu ul {width: 100%}
}

