@charset "euc-kr";
/* CSS Document */

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');


/* reset */
*{margin:0;padding:0;}
html {overflow-y:scroll}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, cite, code, del, dfn, em, img, ins, q, s, samp, strike,  sub, sup, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed {margin:0;padding:0;}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;width:100%;overflow-y:scroll;}
html,body{width:100%;height:100%;min-width:100%;min-height:100%;*word-break:break-all;-ms-word-break:break-all}
body,h1,h2,h3,h4,h5,h6,input,button,textarea,select{color:#333;line-height:1.5;font:13px nanumgothic,"Nanum Gothic","µ¸¿ò",Dotum,Verdana,Arial,AppleGothic,sans-serif;}
;}img,fieldset,iframe{border:0 none}
legend{position:absolute;left:-1000%;top:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
caption {width:0;height:0;visibility:hidden;line-height:0;font-size:0}
ol,ul{list-style:none;}
input,select,button,img,textarea {vertical-align:middle}
i,em,address{font-style:normal}
label,button{cursor:pointer}
button {margin:0;padding:0;border:0;background-color:transparent;cursor:pointer;}
button *{position:relative}
button img{left:-3px;*left:auto}
/*table{border-spacing:0;border: 0 none;border-collapse:collapse;table-layout:fixed;word-wrap:break-word;}*/
table {border:none;border-spacing:0;border-collapse:collapse;padding:0;word-wrap:break-word;}

th{text-align:center;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;margin: 0;padding: 0;border: 0;}
form{text-align:left;}
caption, th, td {padding:0px;}
legend{*width:0}
a {color:#707070;}
a:link,a:visited {text-decoration:none;}
a:hover,a:active {color:#333; text-decoration:none;}
a:focus {outline: 1px dotted #a0a0a0}


@charset "utf-8";
/* CSS Document */

body {}
.mbg {
	background:url(/images/main/main_bg.gif) repeat-x;
	background-position:top;
}
.wrap {
	width: 100%;
	background:url(/images/main/main_bgimg.jpg) no-repeat;
	background-position:top center;
}

/* Çì´õ */
.header {
	width:100%;
	height:110px;
	background:#323d87;
}
.hd_wr {
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	/*border:1px solid red;*/
}
.hd_wr .top {
	width:100%;
	margin:7px 0 10px 0;
	text-align:right;
	overflow:hidden;
}
.hd_wr .top .topmenu {
	float:right;
	/*position:absolute;
	right:210px;*/
}
.hd_wr .top .topmenu ul {
	text-align:right;
	vertical-align:middle;
}
.hd_wr .top .topmenu ul li {
	float:left;
	padding: 7px 12px 7px 0;
}
.hd_wr .top .topmenu ul li a {
	color:#fff;
	font-size:11px;
	display:inline;
}
.hd_wr .top .topmenu ul li a:hover {
	font-size:11px;
	color:#fff;
	text-decoration: underline;
	display:inline;
}
.hd_wr .top .search {
	border:2px solid #489cd9;
	width:200px;
	height:32px;
	float:right;
}
.hd_wr .top .search input {
	float:left;
	border:none;
	margin: 0 10px 0 0;
	width:150px;
	vertical-align:middle;
	color:#f8f8f8;
}
.sch_blur {
	background: #323d87 url(/images/common/top_search_txt.gif) 0 5px no-repeat;
	background-position:middle;
}
.sch_focus {
	background: #323d87;
}
.logo {
	width: 194px;
	float:left;
}
.gnb {
	width: 730px;
	float:right;
}
.gnb ul {
	margin-top:4px;
}
.gnb ul li {
	width: 144px;
	height: 55px;
	line-height:55px;
	float:left;
	text-align:center;
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	border-right:1px solid #323d87;
}
.gnb ul li a{
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	height: 55px;
	line-height:55px;
	display:block;
	text-decoration:none;
}
.gnb ul li a:hover{
	height: 55px;
	line-height:55px;
	display:block;
	font-size: 17px;
	font-weight: bold;
	color:#ffdb3a;
	text-decoration:none;
	background: url(/images/common/gnb_bar.gif) bottom repeat-x;
}
.gnb_sub {
	width:100%;
	position:absolute;
	top:110px;
	z-index:200;
	overflow:hidden;
	background:#2e8bf3 url(/images/common/gnb_sub_bg.gif) center no-repeat;
}
.gnb_sub .sub_group {
	width:1000px;
	margin: 0 auto;
}
.gnb_sub .sub_group .left {
	width:265px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding: 20px 0 10px 0;
}
.gnb_sub .sub_group .left img {
	margin-top: 7px;
}
.gnb_sub .sub_group .submenu {
	width:730px;
	border-left: 1px solid #3154a7;
	height: 100%;
	float:right;
}
.gnb_sub .sub_group .ul_box{
	float:left;
	display:block;
	width: 144px;
	height: 195px;
	border-right: 1px solid #3154a7;
	padding-top: 20px;
}
.gnb_sub .sub_group .ul_box li {
	padding-left: 20px;
	background: url(/images/common/gnb_sub_bullet.gif) 12px 7px no-repeat;
	color: #fff;
	font-size:12px;
	line-height:160%;
	margin-bottom:5px;
}
.gnb_sub .sub_group .ul_box li a {
	color: #fff;
	font-size:12px;
	line-height:160%;
	text-decoration:none;
	display:block;
}
.gnb_sub .sub_group .ul_box li a:hover {
	color: #fff;
	font-size:12px;
	line-height:160%;
	text-decoration:underline;
	display:block;
}

/* ÄÁÅ×ÀÌ³Ê */
.container {
	width: 100%;
	clear:both;
	overflow:hidden;
}

/* ÇªÅÍ */
.footer {
	clear:both;
	width:100%;
	height: 105px;
	background:#fff;
}
.footer .foot_sec01{
	width:100%;
	height:36px;
	background:#5e6170;
	margin-bottom:10px;
}
.footer .foot_sec01 ul {
	width:1000px;
	margin: 0 auto;
	vertical-align:middle;
	padding-left:20px;
}
.footer .foot_sec01 ul li {
	color:#e0dfdf;
	line-height:36px;
	float:left;
	padding: 0 25px 0 0;
}
.footer .foot_sec01 ul li a {
	color:#e0dfdf;
	font-size:11px;
	display:inline;
}
.footer .foot_sec01 ul li a:hover {
	font-size:11px;
	color:#fff;
	text-decoration: underline;
	display:inline;
}
.footer .foot_sec02 {
	width:1000px;
	margin: 0 auto;
	margin-bottom:10px;
}
.footer .foot_sec02 .foot_logo {
	width:229px;
	float:left;
}
.footer .foot_sec02 .address {
	width:745px;
	float:right;
	color:#585757;
	font-size:11px;
	margin: 6px 0 4px 0;
}
.footer .foot_sec02 .copyright {
	width:745px;
	float:right;
	color:#909090;
	font-size:10px;
}

/* ¼­ºê */
.sub_wrap {
	width: 100%;
	background:#e4e4e4 url(/images/common/sub_bg.gif) no-repeat;
	background-position:top center;
}
.linemap {
	width:1000px;
	margin:0 auto;
	margin-top: 30px;
	text-align:right;
	margin-bottom:10px;
	padding-right:5px;
}
.linemap a {
	color: #454545;
	font-size:12px;
}
.linemap a:hover {
	color: #0285d0;
	font-size:12px;
	text-decoration:underline;
}
.middle {
	width:1000px;
	margin:0 auto;
	background:#fff;
	padding-top:33px;
	overflow:hidden;
	padding-bottom:50px;
}
.middle .sub_left {
	width: 198px;
	float:left;
	margin-left: 25px;
}
.middle .sub_left h2 {
	height: auto;
	min-height: 55px;
	font-size:28px;
	font-weight:bold;
	line-height: 120%;
	color:#202020;
	vertical-align:middle;
	border-bottom: 3px solid #323d87;
	margin-bottom: 12px;
	padding: 5px 0;
}
.sub01 {
	background: url(/images/guide/lft_titleicon01.gif) right 0 no-repeat;
}
.sub02 {
	background: url(/images/edu/lft_titleicon02.gif) right 0 no-repeat;
}
.sub03 {
	background: url(/images/with/lft_titleicon03.gif) right 0 no-repeat;
}
.sub04 {
	background: url(/images/women/lft_titleicon04.gif) right 0 no-repeat;
}
.sub05 {
	background: url(/images/admin/bbs/lft_titleicon05.gif) right 0 no-repeat;
}
.sub06 {
	background: url(/images/mypage/lft_titleicon06.gif) right 0 no-repeat;
}
.sub07 {
	background: url(/images/member/lft_titleicon07.gif) right 0 no-repeat;
}

.middle .sub_left .leftmenu {
	padding-bottom: 20px;
}
.middle .sub_left .leftmenu ul li {
	font-size: 14px;
	font-weight:bold;
	color:#202020;
	text-indent: 10px;
	background:url(/images/common/lft_menu_off.gif) no-repeat;
	margin-bottom:4px;
}
.middle .sub_left .leftmenu ul li a {
	height: 42px;
	line-height: 42px;
	font-weight:bold;
	color:#202020;
	text-decoration:none;
	display:block;
}

.middle .sub_left .leftmenu ul li a:hover {
	color:#fff;
	text-decoration:none;
	background:url(/images/common/lft_menu_on.gif) no-repeat;
}

.middle .sub_left .leftmenu ul li.on a{
	color:#fff;
	text-decoration:none;
	background:url(/images/common/lft_menu_on.gif) no-repeat;
}
.middle .sub_left .leftmenu ul li ul {
	clear:both;
	padding: 13px 0 8px 0;
	background: #eaf2f9;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.middle .sub_left .leftmenu ul li ul li{
	font-size: 13px;
	padding-left: 10px;
	background:none;
}
.middle .sub_left .leftmenu ul li ul li a{
	clear:both;
	height: 24px;
	line-height: 140%;
	background:url(/images/common/lft_menu_bullet.gif) 0 4px no-repeat !important;
	color:#5f5f5f !important;
	padding-left: 3px;
}
.middle .sub_left .leftmenu ul li ul li a:hover{
	height: 24px;
	line-height: 140%;
	color:#1981bb !important;

}
.middle .sub_left .leftmenu ul li ul li ul{
	clear:both;
	padding: 0 0 8px 0;
	border:none;
	margin-bottom:8px;

}
.middle .sub_left .leftmenu ul li ul li ul li{
	font-size: 12px;
	padding-left: 10px;
	background:none;
}
.middle .sub_left .leftmenu ul li ul li ul li a{
	clear:both;
	margin-bottom:1px;
	background:url(/images/common/lft_menu_bullet02.gif) 6px 6px no-repeat !important;
	color:#6b6b6b !important;
	height: 18px;
	line-height: 140%;
}
.middle .sub_left .leftmenu ul li ul li ul li a:hover{
	height: 18px;
	line-height: 140%;
	color:#222 !important;
	text-decoration:underline;
}
.middle .sub_left .leftbanner ul li{
	float:left;
	margin-left:4px;
}
.middle .sub_left .leftbanner ul li:first-child{
	margin-left:0;
}

.middle .sub_right {
	width: 710px;
	float:right;
	margin-right:25px;
}
.middle .sub_right .ctle {
	background:url(/images/common/ctle_bar.gif) no-repeat;
	padding-top: 20px;
	font-size:22px;
	color:#323d87;
	font-weight:bold;
	margin-bottom: 40px;
}

.middle .sub_right .content {
	width:100%;
}
.content h3 {
	background:url(/images/common/stitle_bullet.gif) 0 2px no-repeat;
	font-size: 16px;
	font-weight:bold;
	color:#303030;
	line-height: 140%;
	padding-left: 20px;
	margin-bottom: 7px;
}

/* ³»¿ë°øÅë */
.section {
	line-height: 160%;
	margin-bottom:35px;
}
.section ul {
	padding-left:18px;
	margin-bottom: 10px;
}
.section ul li{
	background:url(/images/common/bullet01.gif) 0 3px no-repeat;
	margin-bottom:3px;
	padding-left: 11px;
}
.cnt_txt {
	margin: 5px 0 0 0;
	padding-left:0 !important;
	padding-bottom: 5px;
	line-height: 160%;
}
.cnt_txt li{
	background:url(/images/common/bullet02.gif) 0 7px no-repeat !important;
	padding-left:6px !important;
}
.txt_stit {
	color: #333;
	font-weight:bold;
}
.txt_stit02 {
	font-size: 14px;
	color: #333;
	font-weight:bold;
	margin-bottom: 10px;
}


/* ±âº» Å×ÀÌºí */
.tbl_st {
	width:100%;
	border-top: 1px solid #136ac6;
	border-left: 1px solid #c8c8c8;
	margin-bottom:10px;
}
.tbl_st tr th{
	background:#f3f6f9;
	padding: 9px 0;
	text-align:center;
	color:#212121;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	line-height: 140%;
}
.tbl_st tr td{
	padding: 7px 4px;
	color:#626262;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	line-height: 160%;
	text-align:center;
}

.tbl_st02 {
	width:94%;
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	margin-bottom:5px;
}

.tbl_st02 tr th{
	background:#f4f4f4;
	padding: 15px 0 !important;
	text-align:center !important;
	color:#626262;
	border-bottom: 1px solid #c8c8c8 !important;
	border-right: 1px solid #c8c8c8;
	line-height: 140%;
	font-size: 14px !important;
	font-weight: nomal !important;
}
.tbl_st02 tr td{
	padding: 5px 20px !important;
	color:#212121;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	line-height: 160%;
	font-weight: bold !important;
}

.tbl_st03 {
	width:100%;
	border-top: 1px solid #136ac6;
	margin-bottom:10px;
}
.tbl_st03 tr th{
	padding: 7px 0;
	text-align:center;
	color:#212121;
	border-bottom: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	line-height: 140%;
}
.tbl_st03 tr td{
	padding: 5px 4px;
	color:#555;
	border-bottom: 1px solid #c8c8c8;
	line-height: 160%;
}
.bd_r_no {
	border-right:none !important;
}

/* ÆäÀÌÂ¡ */
.pagenum {
	width:100%;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	margin-bottom:30px;
}
a:link.p_num  {
	padding:4px 8px 2px;
	border: 1px solid #d3d3d3;
	color: #808080;
	vertical-align: middle;
	display: inline-block;
}
a:hover.p_num {
	padding:4px 8px 2px;
	border: 1px solid #666666;
	color: #ffffff;
	background-color: #666666;
	vertical-align: middle;
	display: inline-block;
	}
a:active.p_num {
	padding:4px 8px 2px;
	border: 1px solid #666666;
	color: #ffffff;
	background-color: #666666;
	vertical-align: middle;
	display: inline-block;
}
a:visited.p_num {
	padding:4px 8px 2px;
	border: 1px solid #d3d3d3;
	color: #808080;
	vertical-align: middle;
	display: inline-block;
}


/* ÅÜ¸Þ´º */
.tab {
	width:100%;
	border-bottom:2px solid #1e8bdf;
	margin-bottom:30px;
	overflow:hidden;
}
.tab ul li {
	float:left;
	text-align:center;
	display:block;
	background:#a8aab3;
	font-size: 14px;
	font-weight:bold;
	margin-right: 2px;

}
.tab ul li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding: 11px 0;
}
.tab ul li a:hover {
	text-align:center;
	text-decoration:underline;
	color:#fff;
	background: #1e8bdf url(/images/common/tab_on_bg.gif) left top no-repeat;
}

.tab ul li.on {
	text-align:center;
	text-decoration:underline;
	color:#fff;
	background: #1e8bdf url(/images/common/tab_on_bg.gif) left top no-repeat;
}

/* ¸¸Á·µµ Æò°¡ */
.satisfaction {
	margin: 20px 0;
	border:1px solid #d6d6d6;
	background:#f7f7f7;
	padding: 15px;
}
.satisfaction ul {
	overflow:hidden;
	padding:0 ;
	margin-top:15px;
}
.satisfaction ul li {
	margin-left: 10px;
	background:none;
	float:left;
	padding:0 ;
}
.satisfaction ul li:first-child {
	margin-left:0;
}
.satis_blur {
	background: #fff url(/images/common/satisfaction_intxt.gif) no-repeat;
	background-position:middle;
}
.satis_focus {
	background: #fff;
}

/*»õÃ¢*/
.pop {width:100%; }
.pop .head {height: 42px; line-height: 42px; padding: 0 0 0 15px; background:#313d87; color: #fff; font-size:18px; font-weight:bold; }
.pop .head .head_tit {width: 80%; float:left;}
.pop .btn_close {width: 29px; float:right; margin:7px 10px 0 0;}
.pop .cnt_box {background:#fff; border:5px solid #313d87;   padding: 25px 0;}
.pop .cnt_box .cnt_ar .section {margin-bottom:20px;}
.pop .cnt_box .cnt_ar {width: 94%; margin:0 auto; margin-bottom:20px; overflow:hidden;}
.pop .cnt_box .cnt_ar .tit {width: 100%;height:30px; line-height:30px;font-size:13px; font-weight:bold; margin-bottom: 3px;}
.pop_tbl {width: 100%; border-top:1px solid #b0b8c8;border-left:1px solid #b0b8c8;}
.pop_tbl tr th {height: 26px; line-height:26px;background:#f2f2f2; border-right:1px solid #b0b8c8;border-bottom:1px solid #b0b8c8; color:#5f5f5f; padding: 4px;}
.pop_tbl tr td {height: 26px; line-height:26px; border-right:1px solid #b0b8c8;border-bottom:1px solid #b0b8c8; color:#5f5f5f; padding: 4px;}
.pop_tbl tr td.stit01 {font-weight:bold; background:#f2f2f2; text-align:center; }
.pop .cnt_box .btn {clear:both; width: 92%; margin:0 auto; margin-bottom:10px; text-align:center;}
.pop_box { background: #ebf1f3; border:1px solid #c6d5db; padding: 10px; }

/* ºí¸´ */
.bl1 {font-size:10px; color:#454545;}

/* ÅØ½ºÆ® ÄÃ·¯ */
.txt_blue {
	color:#4779c0;
}
.txt_skyblue {
	color:#2d9bdb;
}
.txt_orange {
	color:#ed5922;
}
.txt_black {
	color:#212121;
}
.f_13 {
	font-size:13px;
}
.f_14 {
	font-size:14px;
}
.f_16 {
	font-size:16px;
}
.f_18 {
	font-size:18px !important;
}

/* hide */
.hide {visibility: hidden; overflow:hidden; display:none; }

/* ¹öÆ° */
.button,
.button *{
	display:inline-block;
	overflow:visible;
	border:0;
	color:#535353;
	font-size:12px;
	text-decoration:none !important;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
.button.l {
	background:url(/images/admin/btn_l_wbg.gif) no-repeat;
	width: 120px;
	height:37px;
	line-height:37px;
}
.button.m {
	background:url(/images/admin/btn_m_wbg.gif) no-repeat;
	width: 76px;
	height:37px;
	line-height:37px;
}

.button.s {
	background:url(/images/admin/btn_s_wbg.gif) no-repeat;
	width: 71px;
	height:29px;
	line-height:29px;
}
.button.sw {
	background:url(/images/admin/btn_sw_wbg.gif) no-repeat;
	width: 130px;
	height:29px;
	line-height:29px;
}

.button *:hover,
.button *:active,
.button *:focus{
	color:#307ade;
	display:block;
}

.str,
.str *{
	display:inline-block;
	overflow:visible;
	border:0;
	color:#fff;
	font-size:12px;
	text-decoration:none !important;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	margin-right:1px;
}
.str.m {
	background:url(/images/admin/btn_m_blbg.gif) no-repeat;
	width: 76px;
	height:37px;
	/*line-height:37px;*/
}

.str.s {
	background:url(/images/admin/btn_s_blbg.gif) no-repeat;
	width: 71px;
	height:29px;
	line-height:29px;
}

.str.sw {
	background:url(/images/admin/btn_sw_blbg.gif) no-repeat;
	width: 130px;
	height:29px;
	line-height:29px;
}

.str *:hover,
.str *:active,
.str *:focus{
	color:#fff;
	text-decoration:underline;
	display:block;
}