@charset "utf-8";
@import url("/2015/link/button.css");
/* CSS Document */


@font-face {
    font-family: "NanumGothic", "나눔고딕", "NanumGothicBold", "나눔고딕볼드", "NanumBarunGothic", "나눔바른고딕", "NanumBarunGothicBold", "나눔바른고딕볼드", "맑은고딕";
    font-weight: normal;
    font-style:  normal;
    src: url("http:///hakbumo.or.kr/2015/font/NanumGothic.eot?#iefix") format("embedded-opentype"), url("/2015/font/NanumGothic.woff") format("woff"), url("/2015/font/NanumGothic.ttf") format("truetype");
	src: url("http:///hakbumo.or.kr/2015/font/NanumGothicBold.eot?#iefix") format("embedded-opentype"), url("/2015/font/NanumGothicBold.woff") format("woff"), url("/2015/font/NanumGothicBold.ttf") format("truetype");
	src: url("http:///hakbumo.or.kr/2015/font/NanumBarunGothic.eot?#iefix") format("embedded-opentype"), url("/2015/font/NanumBarunGothic.woff") format("woff"), url("/2015/font/NanumBarunGothic.ttf") format("truetype");
	src: url("http:///hakbumo.or.kr/2015/font/NanumBarunGothicBold.eot?#iefix") format("embedded-opentype"), url("/2015/font/NanumBarunGothicBold.woff") format("woff"), url("/2015/font/NanumBarunGothicBold.ttf") format("truetype");
  }

* {
    font-family: "나눔바른고딕","NanumBarunGothic", "나눔고딕","맑은고딕","NanumGothic","Malgun Gothic", Helvetica,AppleGothic,sans-serif;
    margin: 0;
    padding: 0;
}

body {
	width:100%;
	padding: 0px;
	margin: 0px;
	line-height: 1.7em;
	color: #333;
	font-size: 0.85em;
	letter-spacing: 0.03em;	
	font-family: "나눔바른고딕","NanumBarunGothic", "NanumGothic", "나눔고딕","맑은고딕","NanumBarunGothicBold", "나눔바른고딕볼드";
}

div, p, li, ul, form, span {margin: 0px;padding: 0px; font-family: "나눔바른고딕","NanumBarunGothic", "나눔고딕","맑은고딕","NanumGothic","Malgun Gothic";}
input, select, textarea {font-family: /*"나눔바른고딕","NanumBarunGothic",*/ "나눔고딕","맑은고딕","NanumGothic","Malgun Gothic", Arial, Helvetica, sans-serif;}
img, a, input.type-image {border-style:none;	margin:0px;	padding:0px;}
h1, h2, h3, h4, h5, h6, h7 {margin:0px;	padding:0px;
font-family: "나눔바른고딕볼드","NanumBarunGothicBold","나눔바른고딕","NanumBarunGothic", "나눔고딕","맑은고딕","NanumGothic","Malgun Gothic";}
hr {display: none;margin:0px;}
a { text-decoration:none; color:#777; }
a:hover {color:#F97400;text-decoration:none;}

/*----------Deco--------------*/
.green { color:#0F9784;}
.dkgreen {color: #23A259;}
.orange {color: #F97400;}
.blue {color: #3873DC;}

.click {cursor: pointer; display: inline-block;*display: inline;}

.f_left {float:left;}
.f_right {float:right;}
.right {text-align:right;}
.center {text-align:center;}

.dashed_bottom {border-bottom : #ccc 1px dashed;}
.line_box {border : #ccc 3px dashed; margin:15px 0; padding:5px 20px;}
.line_box ul {margin: 10px 30px;}
.line_box2 {
	border : 5px solid #F97400;
	margin: 15px 0;
	padding: 5px 30px;
	text-align: center;
}

/*----------Header--------------*/

#head {
	width: 900px;
	height: 70px;
	margin: 0px auto 0px auto;
	position: relative;
}
#hmenu {position:absolute; top:0px; right:0px;}
#head h1 {
	position: absolute;
	top: 24px;
	left: 0px;
	font-size:140%;
}
#head h1 a {color:#0e85b5;}
#head h1 img {	
	vertical-align: middle;
	padding-bottom:13px;
}

/*-----Navigation------*/

#nav,#nav ul {
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
}
#nav_wrap {
	border-left:none;
	border-right:none;
	border-top: 1px solid;
	border-bottom: 3px solid;
	background-color:#2a9ac7;
}
#nav {
	width: 900px;
	font-size: 125%;
	font-family: "나눔바른고딕볼드", "NanumBarunGothicBold", "나눔바른고딕","NanumBarunGothic";
	background-color: #2a9ac7;
	height: 45px;/*추가*/
}
#nav ul {		
	background-color: #33b6eb;
	border-radius: 0 0 5px 5px;
	border-width: 0 1px 1px;
	box-shadow: 0 2px 2px rgba(154,154,154,0.50);
	overflow: hidden;
	position: absolute;
	z-index: 2;	
	
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-moz-transition: -moz-transform 0.1s linear;
	-ms-transition: -ms-transform 0.1s linear;
	-o-transition: -o-transform 0.1s linear;
	-webkit-transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	-webkit-box-shadow: 0 2px 2px rgba(154,154,154,0.50);
}
#nav li {   
    float: left;
    position: relative;		
}
#nav li a {
	display: block;
	float: left;
	font-weight: normal;
	height: 40px;
	padding-top: 13px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0;
	position: relative;
	text-decoration: none;
	color: #fff;
}
#nav li:hover > a {
    color: #ffc000;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
    outline: 0 none;
}
#nav li:hover ul.subs {
    top: 45px;	
	
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
#nav ul.subs li {
    background: none;
    width: 100%;	
	padding: 0;
	text-align:center;
	font-size: 80%;	
	
	}
#nav ul li a {
    float: none;
}
/*#nav ul li:hover > a {
	background-color: #dd5e00;
	color: #eee;
}
#nav ul li a {
	width: 150px;
	height: 25px;
	padding: 4px 4px 4px 0px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #eee;
	color:#eee;
}*/


/*----------Footer--------------*/
#footer {
	width:100%;
	padding:15px 0px 15px 0px;
	margin-top:25px;
	clear:both;
	background-color:#f4f4f4;
	border-top:1px solid #ccc;	
	font-size:90%;
	position:relative;
}
#foot {
	width:900px;
	margin:auto;
}
#foot h1 {float:left; margin-right:70px; font-size:125%;}
#foot h1 img {
	vertical-align:middle;
	padding-bottom:13px;
}
address {
	font-style:normal;
	line-height:150%;
}

/*****Login*****/
#loginbox {
	position: absolute;
	top: 40px;
	right: 2px;
	background-image: url(/2015/images/icon_login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
}

#loginbox .button {text-shadow: none;	box-shadow: none;height:18px;}
#ol_submit.button {width:50px;height:21px;margin-right:0px;padding: .4em 1em 1.25em 1em;}
#ol_join.button {width:100px;  margin:0;}
#ol_password_lost.button {width:92px; margin-left:3px;}

#ol_join.button,#ol_password_lost.button {padding: .0em .05em .2em;/*color:#888;height:9px;letter-spacing: .03em;*/}
#ol_password_lost.button:active {text-decoration: none;top: 0px;}

/************main***********/
#wrap_main {
	width: 900px;
	margin: auto;
	display: block;
}
#main_hot {height : 330px;}

/*****issue*****/
#issueimg {
	width: 900px;
	height:218px;
	margin-bottom: 20px;
	margin-top: 25px;
}
#issueimg .box_photo {
	width:217px;
	height :217px;
	text-align:center;
	float : left;
	border-radius:10px;
	border:1px solid #ccc;
	box-shadow: 0px 0px 5px #ccc;
}
#issueimg .box_photo img {
	margin-top: 6px;;
}
.m-left {
	margin-left : 8px;
}
.thumbnail {
	border-radius:10px;
	width:204px;
	height :204px;
}

/*****banner*****/
#banner {
	position: relative;
	/*display:block;*/
	margin-bottom: 20px;
	width: 878px;
	height: 70px;
	padding: 10px
}
/**.well {
	min-height: 10px;
    padding: 10px;
    background-color: #ececec;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
   /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}*/
.well img {padding : 0 15px;}


/*********contents*********/
#contents_L, #contents_R {
	float: left;
	width: 440px;
	margin-bottom: 30px;
}
#contents_L {margin-right:20px;}

/***글목록***/
.box {
	/*border:solid 1px #ccc;*/
}
.box h2 {
	font-size: 110%;
	font-weight: 600;
	padding:10px 18px 10px 18px;
	background-color: #ececec;	
}
.more {
	position:absolute;
	top:10px;
	right:10px;
	font-size:80%;
}
.box ul {
	list-style:none;
	margin:0px ;
	text-align:justify;
}
.box li {
	padding-top: 10px;
	padding-bottom: 7px;
}
#news_branch.box li {
	height:60px;
}

/***최근글뽑기***/
.title {
	font-size:110%;
	line-height:250%
}
.cate {
	color:#F97400;
}
.date {
	font-size:75%;
}
.photo {
	float:left;
	margin-right:20px;
}
.article {
	font-size:95%;
	line-height:180%
}
.photo img {
	width:128px;
	height:111px;
	border: 1px solid #ccc;	
}
li.dot {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#ccc;
}
.box li {
	height:160px;
}

/***box***/
div#notice {
	margin-bottom:13px;
	height:205px;
	position: relative;
}
#news_group {
	position:relative;
	height:285px;
}

/***********************SUBPAGE*******************/
#wrap_sub {
	width:900px;
	margin:auto;
	padding:30px 0 20px 0;
	position:relative;
	display: block;
	clear:both;
}

/***************SUB_LEFT*****************/
#sub_left {
	width:175px;
	float:left;
	background-image:none;
}
#sub_left a:hover { text-decoration:none;}
#sub_left h2 {
	margin: 60px 1px 0 37px;
	padding-bottom :15px;
	border-bottom:solid #818182 3px;
	font-size:170%;
	font-weight: 600;	
}
#sub_banner {
	list-style:none;
}
#sub_banner li {
	margin-bottom:7px;
}
/*********** SUBBODY **************/
#sub_body {
	padding-top: 12px;
	color : #555;
}
#sub_body h3 {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 165%;
	font-weight: 500;
	color: #2a9ac7;
	border-bottom: solid #ddd 1px;
}
#sub_body h3 #title_txt {
	font-size: 50%;
	color: #7D8771;
}
#text_pose {
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 90%;
	color : #555;
}

/***************SUB_MENU*****************/
#sub_menu {
	position:relative;
	width:200px;
	height:50px;
}
#sub_body h4 {
	color: #b43e97;
	font-size: 155%;
	font-weight: 400;
	margin: 7px 0;
	padding : 0;
	float:left;
	background-image:none;
}
#bo_cate {float:right;font-size: 95%;}
#bo_cate ul {padding-left:1px;zoom:1;display:table;}
#bo_cate ul:after {display:inline-block;visibility:hidden;clear:both;}
#bo_cate li {float:left;margin-bottom:-1px; margin:3px;}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:100px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

/***************contents*****************/
/*#contents {
	width: 700px;
	padding:10px 0;
	font-weight:100;
}*/

#sub_body h5 {
	font-size: 130%;
	font-weight: 500;
	padding : 15px 0 0 0;
	margin: 0px;
	color: #36B560;
}
#sub_body h6 {
	font-size: 115%;
	font-weight: 500;
	padding : 10px 0;
	color: #4B6F9F;
}
#sub_body h7 {
	font-size: 100%;
	font-weight: 500;
	color: #36B560;
	padding : 10px 0 0 0;
}
#sub_body p {
	margin: 15px 0;
	text-align: justify;
	line-height:190%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
.box_dot {
	border: 1px dashed #ccc;
	padding:5px 20px;
}
#sub_body ul {list-style-image:url(/2015/images/sub/dot_orange.png);}

#sub_body h5 span.map {
	background-color:#f79700;
	color:#FFF;
	padding:5px;
	margin-top:20px;
}
/*** subpage ***/
.a_center {
	width : 650px;
	margin:auto;
}
.bold2 {font-size: 145%; font-weight:500;}
#sub_body ul.info1_1 {
	margin-left:20px;
	padding : 10px;
	font-size: 95%;
}
#sub_body dl.info2_1 dt {
	float: left;
	padding: 20px;
	width: 50px;
	height: 65px;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 600%;
	font-weight: bold;	
	text-shadow: 5px 5px #eee;
	text-align:right;
	color: #F97400;
	vertical-align: bottom;
}
#sub_body dl.info2_1 dd.define {
	font-size: 145%;
	font-weight: 550;
	color: #8219C0;
	padding: 20px 0;
}
.define span {
	font-size: 65%;
	font-weight: 400;
}
.define span.bold {font-size: 80%; font-weight:500;}
#sub_body dl.info2_1 dd ul {
	margin-left:100px;
	padding : 5px 0 30px 0;
	font-size: 95%;
}
/*** *** ***/
/*#sub_body dl.declare dt {
	color: #F97400;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-shadow: 5px 5px #eee;
	font-size: 250%;
	width:20px;
	height: 7px;
	padding: 5px 10px 25px 0px;
	float:left;
}
#sub_body dl.declare dd {
	padding:0 0 15px 50px;
	display:block;
}
#sub_body ul.declare {
	padding : 0px;
	margin-left:30px;	
}*/
/*** 연혁 ***/
/*#sub_body h4.history {
	color: #F97400;
	font-size: 200%;
	padding-top: 15px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#sub_body dl.history {
	width:100%;
	border-top : #ccc 1px dashed;
}
#sub_body dl.history dt {
	padding: 20px;
	font-size: 150%;
	color: #9E1D91;
	float:left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#sub_body dl.history dd {
	padding: 15px 0 15px 20px;
	line-height:200%;
	font-size:95%;
}
#sub_body dl.history dd ul {
	padding-left: 130px;
}*/
/*** 지부 ***/
/*#sub_body h4.branch {
	color: #F97400;
	font-size: 150%;
	padding-top:15px;
}
#sub_body h5.branch {
	background-color: #F99A00;
	font-size: 120%;
	color : #fff;
	padding: 5px 10px;
	margin: 10px 0;
	border: solid 1px #eee;
}
#sub_body h6.branch {
	color: #0081F9;
	padding-left: 12px;
}
#sub_body p.branch {
	padding-left: 12px;
}
#sub_body dl.branch {
	width: 100%;
	height: 70px;
	border : 1px solid #ddd;
	margin-bottom: 15px;
}
#sub_body dl.branch dt {
	padding: 15px;
	margin-top: 7px;
	font-size: 100%;
	font-weight: 500;
	color: #9B1679;
	float: left;
	width: 330px;
	text-align: center;
	border-right : #ccc 1px dashed;
	display: block;
}
#sub_body dl.branch dd {
	padding: 2px 0 5px 15px;
	margin-top : 10px;
	float: left;
	font-size: 90%;
	display: block;
	vertical-align: middle;	
}

#sub_body div.branch2 {
	border : 1px solid #ddd;
	padding:20px;
	height: 150px;
	width: 93%;
	text-align: center;	
}
#sub_body dl.branch2 {			
	margin: auto;
	padding:0 7%;
	height: 50px;
}
#sub_body dl.branch2 dt {
	padding: 15px 10px 10px 10px;
	margin-top: 7px;
	font-size: 100%;
	font-weight: 500;
	color: #9B1679;
	float: left;	
	display: block;
	width : 140px;
}
#sub_body dl.branch2 dd {
	padding: 10px;
	margin: 7px 0;
	font-size: 100%;
	font-weight: 500;
	color: #9B1679;
	text-align: center;
	float:left;
	display: block;
}

#sub_body dl.branch_list dt {
	float:left;
	margin-left:12px;
	line-height:200%;
}
#sub_body dl.branch_list dd {
	margin:0 30px;
	line-height:200%;
}
#sub_body ol.branch {
	margin-left:45px;
	margin-bottom:25px;
	line-height:200%;
}
#sub_body ol.branch ul {
	margin-left:15px;
	list-style: disc;
}*/
/*** Line box ***/
/*#sub_body dd .line_box h7 {padding-top:20px; color:#9D2CA0;}
#sub_body dd .line_box ol {margin-left:30px;}
#sub_body dd .line_box dd {margin-right:0;}

#sub_body .line_box2 h4 {background-image: none;	font-size: 200%;	color: #2183C1;}
#sub_body .line_box2 h5 {margin-bottom:20px;font-size:150%;}
#sub_body .line_box2 h7 {color: #555;}*/

/*** 살림:table ***/
/*table.data-a {
	width : 100%;
	margin: 10px 0 25px 0;	
	background-color : #ccc;
}
.data-a caption {text-align:left; padding-bottom:5px;}
.data-a th {padding:5px;background-color:#ddd;}
.data-a td {padding:5px;background-color : #fff;}
td.second_t {background-color:#F1EAE4;}
.aaa { font-weight:500;}*/

/*** 회원가입 ***/
/*#sub_body #ban { margin:auto; text-align:center;}
#sub_body #ban img { margin:15px;}*/

/*** 학교길라잡이 ***/
/*#sub_body .school_btn {text-align:right;margin-bottom:20px;}
#sub_body h5.school { color:#0C5FAC;}
*/

/**********게시판***************/
#sub_body ul#bo_cate_ul,#sub_body ul.btn_bo_user, #sub_body ul.btn_bo_adm, #sub_body #bo_v_file ul, #sub_body #bo_v_top ul, #sub_body #bo_v_bot ul, #sub_body #bo_v_sns {list-style:none;}
