﻿/* 20170402_이부분 추가해주세요 */


@charset "utf-8";

@font-face {
 font-family: 'NanumBrush';
 src: url(/fonts/NanumBrush.eot);
 src: url(/fonts/NanumBrush.eot?#iefix) format('embedded-opentype'), url(/fonts/NanumBrush.woff) format('woff'), url(/fonts/NanumBrush.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumGothic';
 src: url(/fonts/NanumGothic.eot);
 src: url(/fonts/NanumGothic.eot?#iefix) format('embedded-opentype'), url(/fonts/NanumGothic.woff) format('woff'), url(/fonts/NanumGothic.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumMyeongjo';
 src: url(/fonts/NanumMyeongjo/NanumMyeongjo.eot);
 src: url(/fonts/NanumMyeongjo/NanumMyeongjo.eot?#iefix) format('embedded-opentype'),
      url(/fonts/NanumMyeongjo/NanumMyeongjo.woff) format('woff'),
      url(/fonts/NanumMyeongjo/NanumMyeongjo.ttf) format('truetype');
}



@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");


/* CSS Reset
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, strong, small, dl, dt, dd, ol, ul, li, fieldset, form, select, textarea, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption{margin:0; padding:0; font-size:100%;}
img, fieldset, button{border:0;}
article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body, input, button, textarea, select, table, kbd{line-height:1.2; font-family:'나눔고딕', 'NanumGothic','돋움', dotum, Helvetica, sans-serif; font-size:12px; color:#000;}
img{vertical-align:middle;}
ol, ul{list-style:none;}
a{text-decoration:none; color:#000;}
a:hover, a:focus, a:active{text-decoration:underline; color:#0000ff;}
button, label{cursor:pointer;}
button::-moz-focus-inner, input::-moz-focus-inner{padding:0; border:0;}
table{border-collapse:collapse; border-spacing:0;}
caption, legend{width:0; height:0; font-size:0; line-height:0; text-indent:-9999px; visibility:hidden;}

/* Reserved Class
-------------------------------------------------------------- */
.blind{width:1px; height:1px; font-size:0; line-height:0; position:absolute; top:0; left:-1000%; overflow:hidden;}
.show{display:block;}
.hide{display:none;}
.fL{float:left;}
.fR{float:right;}
.clearFix{zoom:1;}
.clearFix:after{clear:both; display:block; content:'';}

/* Styles
-------------------------------------------------------------- */




* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	width: 100%;
}

body{
	margin: 0;
	padding: 0;
	font-family:'나눔고딕', 'NanumGothic', "ë‹ì›€",Dotum,"êµ´ë¦¼",Gulim,"Lucida Grande",Tahoma,Verdana,AppleGothic,UnDotum,sans-serif;
	font-size: 0.75em;
	line-height: 140%;
	color: #777777;
	background-color: #ffffff;
}

a:link {
	color:#777777;
	cursor: pointer;
	text-decoration: none;
}
a:visited {
	color: #777777;
	cursor: pointer;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	color: #544F44;
	cursor: pointer;
	text-decoration: underline;
}


input[type=checkbox], input[type=radio], input[type=button], input[type=image] { 
	border: none;
	vertical-align: middle;
}


input, textarea, select {
	color: #544F44;
	font-family: Verdana,Dotum,Gulim,"Lucida Grande",Times New Roman,Tahoma,AppleGothic,sans-serif;
	font-size: 1em;
	vertical-align: middle;
}

img {
	border: 0 none;
	vertical-align: middledden;
}



#header_nav {
	float: right;
	width: 700px;
	margin-top: 20px;
}

#header_nav .lnb {
	float: right;
	margin-top: 6px;
}

#header_nav .lnb li {
	list-style: none;
	float: left;
}

#header_nav .welcome {
	position: absolute;
	bottom: 20px;
	right: 3px;
}

#header_nav .welcome strong {
	color: #343436;
}

/**************** TOP 筌롫뗀�뤀 *****************/

#header_nav .gnd {
	float: left;
	margin-top: 12px;
	margin-left: 180px;
	height: 45px;
	background: url(../images/cybr/common/menu_s_bg.gif) no-repeat scroll 0 0 transparent;
}

#header_nav .gnd li {
	list-style: none;
	float: left;
	height: 25px;
	margin: 0 15px;
    font-weight: bold;
}

#header_nav .gnd li a {
	height: 28px;
	color: #0a0a0a;
	font-size: 1.1em;
	padding: 3px 0 0 0;
	text-decoration: none;
}

#header_nav .gnd li a.curent, #header_nav .gnd li a:hover, #header_nav .gnd li a:focus, #header_nav .gnd li a:active {
	color: #004b3d;
}

#header_nav .gnd_sub {
    height: 23px;
    left: 1000px;
    position: absolute;
    top: 45px;
}

#header_nav .gnd_sub li {
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 3px 0 0 0;
	margin: 0 10px;
}


#header_nav .gnd_sub li a {
	height: 18px;
	color: #6b6363;
	font-size: 0.9em;
	padding: 3px 0 0;
	text-decoration: none;
	font-weight: normal;
}

#header_nav .gnd_sub li a.curent, #header_nav .gnd_sub li a:hover, #header_nav .gnd_sub li a:focus, #header_nav .gnd_sub li a:active {
	color: #780313;
}


#header_nav .gnd_sub.ltPo1 {
    left: 28%;
    width: 700px;
    margin-top: 5px;
    visibility:hidden;
}

#header_nav .gnd_sub.ltPo2 {
    left: 35%;
    width: 700px;
    margin-top: 5px;
    visibility:hidden;
}

#header_nav .gnd_sub.ltPo3 {
    left: 45%;
    width: 738px;
    margin-top: 5px;
    visibility:hidden;
}

#header_nav .gnd_sub.ltPo4 {
    left: 53%;
    width: 738px;
    margin-top: 5px;
    visibility:hidden;
}

#header_nav .gnd_sub.ltPo5 {
    left: 58%;
    width: 738px;
    margin-top: 5px;
    visibility:hidden;
}




/* ******* input ******* */

input{
	color: #636363;
	font-family: dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #a0a0a0;
	line-height: 1.25;
	ime-mode: active;
	min-height: 18px;
}

.main_input{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #ffffff;
	line-height: 1.25;
	ime-mode: active;
	min-height: 24px;
	width: 170px;
}

.input_k_50{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 50px;
	margin-right: 5px;
}

.input_k_80{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 80px;
	margin-right: 5px;
}

.input_k_100{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 100px;
}

.input_k_150{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 150px;
}

.input_k_350{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 350px;
}

.input_k_570{
	color: #636363;
	font-family :dotum,tahoma,verdana;
	font-size: 12px;
	border: 1px solid #cccccc;
	line-height: 1.25;
	ime-mode: active;
	min-height: 22px;
	width: 570px;
}


/* ******* textarea ì‚¬ì´ì¦ˆ ì •ì˜ ì‹œìž‘ ******* */

.textarea_600{
    height: 50px;
    text-align:left;
    color:#636363;
    border:1px solid #cccccc;
    width:600px;
}

.textarea_750{
	text-align: left;
	color: #636363;
	border: 1px solid #cccccc;
	width: 620px;
	height: 100px;
}



/* ******* ë ˆì´ì•„ì›ƒ êµ¬ì¡° ******* */



#wrapper{
	width: 958px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}


/* TOP ë©”ë‰´ */

#header {
	position: relative;
	height: 80px;
	width: 958px;
}

#header .logo {
	float: left;
	height: 80px;
	width: 265px;
}

#header .top_menu {
	float: left;
	height: 80px;
	width: 547px;
}

#header .navi {
	float: left;
	margin-top: 27px;
	height: 80px;
	width: 146px;
}

#header .navi ul {
	float: left;
	height: 48px;
	list-style: none outside none;
	margin-left: 60px;
	padding: 0;
}

#header .navi li {
	margin: 0;
	padding: 0;
}

#header .navi ul li {
	float: left;
}

#header .navi ul li a{
	
}


/* footer */

#footer { 
	clear: both;
	width: 958px;
	height: 65px;
	border-top: 1px solid #cccccc;
}

#footer .left { 
	width: 584px;
	height: 64px;
	float: left;
}

#footer .right { 
	width: 300px;
	height: 64px;
	padding-top: 20px;
	text-align: right;
	float: right;
}


/* ë©”ì¸ì´ë¯¸ì§€ */

#mainimg { 
	width: 958px;
	height: 349px;
}

#mainimg img {
    position: absolute;
    right: 0;
    top: 100;
}


/* ë©”ì¸ ì»¨í…ì¸  */

#container {
	width: 958px;
	height: 124px;
}



/* ìƒì„¸ê²€ìƒ‰ */

#search {
	float: left;
	width: 298px;
	height: 124px;
	border-right: 1px solid #cccccc;
}

#search h1 {
	float: left;
	width: 298px;
	margin: 10px 0;
}

#search h2 {
	float: left;
	width: 298px;
	margin-top: 10px;
}

#search .search_box {
	float: left;
	width: 287px;
}

#search .search_box .lnp {
	float: left;
	width: 226px;
	height: 36px;
	text-align: right;
	background: url("/images/cybr/common/searchbox_bg.gif") repeat-x left top;
}

#search .search_box .btn {
	float: right;
}


/* ê³µì§€ì‚¬í•­_ê²Œì‹œíŒ */

#notice {
    float: left;
    width: 231px;
	height: 111px;
	padding: 13px 13px 0 13px;
	border-right: 1px solid #cccccc;
}

#notice #notice_tab {
    float: left;
    width: 231px;
    list-style: none outside none;
	background: url("/images/cybr/common/tab_bg.gif") repeat-x left top;
}

#notice #notice_tab li{
    float: left;
}

#notice #notice_tab p {
    position: absolute;
    height: 30px;
    left: 220px;
    top: -15px;
    width: 237px;
}

#notice #notice_tab p .Mmore {
    bottom: 96px;
}

#notice #notice_tab li #notice01 {
    position: absolute;
    height: 100px;
    margin: 0;
    padding: 0;
    width: 231px;
}

#notice #notice_tab li #notice02 {
    position: absolute;
    height: 100px;
    margin: 0;
    padding: 0;
    width: 231px;
}

#notice #notice_tab li div ul {
    color: #4B4B4B;
    position: absolute;
    width: 231px;
    margin-top: 10px;
    list-style: none outside none;
}

#notice #notice_tab li div ul li {
    height: 18px;
    padding-top: 3px;
    margin: 0;
    width: 231px;
}

#notice #notice_tab li div ul li a {
    margin: 0;
    padding: 0;
    color: #747474;
    text-decoration: none;
    list-style: none outside none;
}

#notice #notice_tab li div ul li a.active, #notice #notice_tab li div ul li a:hover {
    color: #cc5600;
}

#notice #notice_tab li div ul li span.text {
    color: #494949;
    float: left;
    list-style: none outside none;
}

#notice #notice_tab li div ul li span.date {
    color: #A0A0A0;
    display: block;
    font-size: 11px;
    float: right;
    text-align: right;
    width: 60px;
    list-style: none outside none;
}


/* ë©”ì¸ ë² ë„ˆ */

#mainbenner {
	float: right;
	width: 391px;
	height: 124px;
}

#mainbenner h1 {
	float: left;
	width: 391px;
	margin: 13px 0 13px 0;
}

#mainbenner ul {
	float: left;
	height: 48px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

#mainbenner li {
	margin: 0;
	padding: 0;
}

#mainbenner ul li {
	float: left;
}

#mainbenner ul li a{
	
}


/* ì„œë¸Œì´ë¯¸ì§€ */

#subimg { 
	width: 958px;
	height: 136px;
}

#subimg img {
    position: absolute;
    right: 0;
    top: 100;
}



/* ì„œë¸Œ ì»¨í…ì¸  ë°•ìŠ¤ */

#subcontainer { 
	float: left;
	width: 958px;
}

/* left_menu */

#sub_sidebar {
    float: left;
    width: 190px;
    padding-bottom: 100px;
}

/* IE6 ì „ìš© */
* html #sub_sidebar {
    padding-bottom: -50px;
}

#sub_sidebar h2#sidetitle {
    float: left;
    height: 32px;
    margin-top: 15px;
    padding: 0;
    width: 160px;
}

#sidemenu {
    float: left;
	text-align: right;
    padding-left: 13px;
    margin: 30px 0 0 0;
	width: 160px;
}

/* IE6 ì „ìš© */
* html #sidemenu {
    padding: 0;
    margin-right: 15px;
    margin-top: 0;
}

/*
#sidemenu {
    position:relative;
    margin: 0 auto;
    padding: 0;
    right: 15px;
    top: 30px;
}
*/

#sidemenu ul {
    list-style: none outside none;
    margin:0;
    padding:0;
}

#sidemenu ul li {

}

#sidemenu ul li a{
    width: 160px;
    height: 25px;
    list-style: none outside none;
    display: block;
    line-height: 25px;
    margin: 0;
    padding-left: 15px;
    text-indent: 8px;
    float: right;
    text-align: left;
    color: #494949;
    letter-spacing: -0.5px;
    font-size: small;
    text-decoration: none;
    font-weight: bold;
    background: url("/images/cybr/left_menu/sub_menu_off.gif") no-repeat scroll 0 0 transparent;
}

/* IE6 ì „ìš© */
* html #sidemenu ul li a{
    letter-spacing: -1px;
    padding-left: 0px;
    text-indent: 23px;
}

#sidemenu ul li a.active, #sidemenu ul li a:hover {
    color:#ffffff;
	background: url("/images/cybr/left_menu/sub_menu_on.gif") no-repeat scroll 0 0 transparent;
}

#sidemenu ul li ul{
    list-style:none outside none;
    margin-left: 15px;
    margin-bottom:10px;
    padding: 0;
    width:154px;
}

/* IE6 ì „ìš© */
* html #sidemenu ul li ul{
    margin-left: 15px;
    margin-bottom: -5px;
}

/* IE7 ì „ìš© */
*:first-child+html #sidemenu ul li ul{
    margin-left: 0px;
    margin-bottom: -5px;
}

#sidemenu ul li ul li {
    height: 22px;
    margin: 0;
    padding: 0;
}

#sidemenu ul li ul li a {
    list-style:none outside none;
    width: 160px;
    height: 15px;
    line-height: 15px;
    margin: 0;
    padding-top: 5px;
    padding-left: 15px;
    text-indent: 8px;
    float: right;
    text-align: left;
    color: #5c5c5c;
    letter-spacing: -1px;
    font-size: 1em;
    text-decoration: none;
    font-family: Arial,sans-serif;
    font-weight: normal;
    background: url("/images/sub/leftmenu_sub_line.gif") no-repeat scroll 0 0 transparent;
} 

/* IE6 ì „ìš© */
* html #sidemenu ul li ul li a {
    padding-left: 0;
    letter-spacing: -2px;
    text-indent: 23px;
}

/* IE7 ì „ìš© */
*:first-child+html #sidemenu ul li ul li a {
    padding-left: 0;
    letter-spacing: -2px;
    text-indent: 23px;
}

#sidemenu ul li ul li a.active, #sidemenu ul li ul li a:hover{
    color: #54677a;
    font-weight: bold;
    background: url("/images/sub/leftmenu_sub_line.gif") no-repeat scroll 0 0 transparent;
}



/* ìš°ì¸¡ ì„œë¸Œ ì»¨í…ì¸  */

#content {
	width: 764px;
	float: right;
	padding-top: 7px;
	margin-bottom: 20px;
}

/* content(ë‚´ìš©_ì „ì²´ê²€ìƒ‰ìš©) */

#content_01 {
    width: 958px;
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
}


/* ******* sub_title ******* */

.sub_title {
	width: 764px;
	height: 41px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	background: url("/images/cybr/sub/con_title_bg.gif") no-repeat left top;
}

.sub_title h1 {
	float: left;
	height: 25px;
	margin-top: 12px;
	text-decoration: none;
	text-align: left;
	text-indent: 13px;
	color: #262626;
	font-size: 1.4em;
	text-decoration: none;
	font-family: AppleGothic,sans-serif;
	font-weight: bold;
}

.sub_title h2 {
	float: right;
	margin-top: 12px;
	text-decoration: none;
	text-align: right;
	color: #969696;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

.sub_title h2 a {
	color: #326cc6;
	font-weight: bold;
	text-decoration: none;
}

.img_home {
	vertical-align: middle;
	margin-right: 3px;
}

/* ******* sub_title(ì „ì²´ê²€ìƒ‰ìš©) ******* */

.sub_title_01 {
	width: 958px;
	height: 41px;
	float: left;
	margin-top: 3px;
	margin-bottom: 10px;
	background: url("/images/cybr/sub/con_title_bg.gif") no-repeat left top;
}

.sub_title_01 h1 {
	float: left;
	height: 25px;
	margin-top: 12px;
	text-decoration: none;
	text-align: left;
	text-indent: 13px;
	color: #262626;
	font-size: 1.4em;
	text-decoration: none;
	font-family: AppleGothic,sans-serif;
	font-weight: bold;
}

.sub_title_01 h2 {
	float: right;
	margin-top: 12px;
	text-decoration: none;
	text-align: right;
	color: #969696;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
}

.sub_title_01 h2 a {
	color: #326cc6;
	font-weight: bold;
	text-decoration: none;
}

.img_home {
	vertical-align: middle;
	margin-right: 3px;
}


/* ******* Contents_board ******* */

.board {
	clear:both;
	margin:0 auto;
	width:100%;
	margin-top: 5px;
}

.board .s_title_01 {
	color: #373737;
	font-size:small;
	background:url("/images/icon/bullet_01.gif") no-repeat 0 50%;
	margin:0 auto;
	padding:0 0 0 15px;
	margin-bottom:2px;
	width:100%;
}

.board .infomenu {
	clear:both;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	position: relative;
}

.board .left {
	float: left;
	padding: 0px;
}

.board .right {
	float: right;
	margin-bottom: 2px;
}

.board .right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.board .right ul li {
	float: left;
}

.board .right ul li img {
}


/* Contents_board_01 */

.board_01 {
	clear: both;
	margin: 0 auto;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

.board_01 .s_title {
	color: #373737;
	font-size: small;
	background: url("/images/icon/bullet_01.gif") no-repeat 0 50%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 0 0 15px;
	margin-bottom: 2px;
	width: 100%;
}

.board_01 .infomenu {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	position: relative;
}

.board_01 .left {
	float: left;
	padding: 0px;
}

.board_01 .right {
	float: right;
	margin-bottom: 2px;
}

.board_01 .right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.board_01 .right ul li {
	float: left;
}

.board_01 .right ul li img {
}



/* Table_ê²Œì‹œíŒ */

#table_box {
	width:764px;
	float:left;
	margin-top: 0;
	margin-bottom:15px;
}

#table_box table.basic {
	border-top:2px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	border-collapse:collapse;
	width:764px;
}

#table_box table.basic caption {display:none;}

#table_box table.basic th{
	padding:5px 0 5px 0;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	font-size:small;
	color:#5f5f5f;
	background-color:#f3f1eb;
	border-bottom:1px solid #cec7b3;
}

#table_box table.basic td{
	padding:4px 0 4px 0;
	line-height:15px;
	text-align:center;
	font-size:small;
	color:#737379;
	border-bottom:1px solid #dbd5c4;
}

#table_box table.basic td.he{
	padding:15px 0 15px 0;
}

#table_box table.basic td.subject{
	text-align:left;
	text-indent: 10px;
	white-space:normal;
}

#table_box table.basic td.subject a{
	list-style:none outside none;
	white-space:normal;
	text-decoration:none;
}

#table_box table.basic td.subject a.active, #table_box table.basic td.subject a:hover {
	color:#fe6b00;
}

#table_box table.basic td.subject_center{
	text-align:center;
	white-space:normal;
}

#table_box table.basic td.subject_center a{
	list-style:none outside none;
	white-space:normal;
	text-decoration:none;
}

#table_box table.basic td.subject_center a.active, #table_box table.basic td.subject_center a:hover {
	color:#fe6b00;
}

/* Table_ê²Œì‹œíŒ(ì„ , ìŠ¤í¬ë¡¤) */

#table_box01 {
	width:722px;
	height:300px;
	overflow-y:scroll;
	overflow-x:hidden;
	float:left;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	margin: 0;
}

#table_box01 table.basic {
	border-top:2px solid #b5b5b5;
	border-bottom:1px solid #b5b5b5;
	border-collapse:collapse;
	width:722px;
}

#table_box01 table.basic caption {display:none;}

#table_box01 table.basic th{
	padding:5px 0 5px 0;
	line-height:15px;
	text-align:center;
	font-weight:bold;
	font-size:small;
	color:#5f5f5f;
	background-color:#f3f1eb;
	border-bottom:1px solid #cec7b3;
}

#table_box01 table.basic td{
	padding:4px 0 4px 0;
	line-height:15px;
	text-align:center;
	font-size:small;
	color:#737379;
	border-bottom:1px solid #dbd5c4;
}

#table_box01 table.basic td.subject{
	text-align:left;
	text-indent: 10px;
	white-space:normal;
}

#table_box01 table.basic td.subject a{
	list-style:none outside none;
	white-space:normal;
	text-decoration:none;
}

#table_box01 table.basic td.subject a.active, #table_box01 table.basic td.subject a:hover {
	color:#fe6b00;
}

#table_box01 table.basic td.subject_center{
	text-align:center;
	white-space:normal;
}

#table_box01 table.basic td.subject_center a{
	list-style:none outside none;
	white-space:normal;
	text-decoration:none;
}

#table_box01 table.basic td.subject_center a.active, #table_box01 table.basic td.subject_center a:hover {
	color:#fe6b00;
}


/* ê²Œì‹œíŒ_íŽ˜ì´ì§€ë²ˆí˜¸ */

table.page_navi {
	border-collapse:collapse;
	border-width:0;
	clear:both;
	margin:0 auto;
	padding:0;
}

table.page_navi td {
	border-left:1px solid #DDDDDD;
	padding:0;
}

table.page_navi td span {
	background:none repeat scroll 0 0 transparent;
	display:inline-block;
	height:13px;
	line-height:13px;
	padding:2px 6px;
}

table.page_navi td a {
	background:none repeat scroll 0 0 transparent;
	color:#445577 !important;
	display:inline-block;
	height:13px;
	line-height:13px;
	padding:2px 6px;
	text-decoration:none;
}

table.page_navi td a:hover {
	background-color:transparent;
}

table.page_navi td.active a, table.page_navi td a.active {
	color:#FF0033 !important;
	font-weight:normal;
	text-decoration:none;
}
table.page_navi td.pfirst {
	border:0 none;
}
table.page_navi td.pfirst a {
	background:url("/images/cybr/btn/btn_left02.gif") no-repeat scroll 0 40% transparent;
	padding-left:14px;
}
table.page_navi td.pprev a {
	background:url("/images/cybr/btn/btn_left01.gif") no-repeat scroll 0 40% transparent;
	padding-left:12px;
}
table.page_navi td.pnext a {
	background:url("/images/cybr/btn/btn_right01.gif") no-repeat scroll 100% 40% transparent;
	padding-right:12px;
}
table.page_navi td.plast a {
	background:url("/images/cybr/btn/btn_right02.gif") no-repeat scroll 100% 40% transparent;
	padding-right:14px;
}
table.page_navi td.pfirst span {
	background:url("/images/cybr/btn/btn_left02.gif") no-repeat scroll 0 40% transparent;
	padding-left:14px;
}
table.page_navi td.pprev span {
	background:url("/images/cybr/btn/btn_left01.gif") no-repeat scroll 0 40% transparent;
	padding-left:12px;
}
table.page_navi td.pnext span {
	background:url("/images/cybr/btn/btn_right01.gif") no-repeat scroll 100% 40% transparent;
	padding-right:12px;
}
table.page_navi td.plast span {
	background:url("/images/cybr/btn/btn_right02.gif") no-repeat scroll 100% 40% transparent;
	padding-right:14px;
}
table.page_navi tr.img td {
	background:url("/images/cybr/btn/page_sep.gif") no-repeat scroll 0 40% transparent;
	border:0 none;
	padding:0 0 0 6px;
}
table.page_navi tr.img td.pfirst, table.page_navi tr.img td.pprev, table.page_navi tr.img td.pnext, table.page_navi tr.img td.plast {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	padding:0 3px;
}
table.page_navi tr.img td.pfirst a, table.page_navi tr.img td.pprev a, table.page_navi tr.img td.pnext a, table.page_navi tr.img td.plast a {
	background:none repeat scroll 0 0 transparent;
	height:auto;
	padding:0;
}
table.page_navi tr.img td.pfirst a:hover, table.page_navi tr.img td.pprev a:hover, table.page_navi tr.img td.pnext a:hover, table.page_navi tr.img td.plast a:hover {
	background:none repeat scroll 0 0 transparent;
}
table.page_navi tr.img td img {
	vertical-align:middle;
}
* html table.page_navi tr.img td img {
	margin:0 0 3px;
}
table.page_navi tr.img td.first {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	padding:0;
}
table.page_navi tr.img td.last {
}
table.page_navi tr.img td.pfirst img {
	height:9px;
	width:9px;
}
table.page_navi tr.img td.pprev img {
	height:9px;
	width:9px;
}
table.page_navi tr.img td.pnext img {
	height:9px;
	width:9px;
}
table.page_navi tr.img td.plast img {
	height:9px;
	width:9px;
}


/* search_box */


#search_box{
	width: 764px;
	float:left;
	text-align: center;
	border:1px solid #ffffff;
	margin: 20px 0 15px 0;
} 

#search_box .box_center{
	width: 400px;
	border:1px solid #d7d7d7;
	background-color:#f3f1f1;
	padding:10px 50px;
	margin: 0 auto;
}

#search_box .box_center01{
	width: 550px;
	border:1px solid #d7d7d7;
	background-color:#f3f1f1;
	padding:10px 50px;
	margin: 0 auto;
}


#search_box .basic{
	margin: 0 auto;
	width:400px;

}

#search_box .basic th{
	text-align:left;
}

#search_box .basic td{
}

.center{
	text-align:center;
}

.btn {
	margin-left: 4px;
	vertical-align: middle;
}

.select_01 {
	margin-right: 3px;
	vertical-align: middle;
}


/* search_box(ì „ì²´ê²€ìƒ‰ìš©) */


#search_box_all{
    width: 960px;
    float:left;
    text-align: center;
    border:1px solid #ffffff;
    margin: 20px 0 15px 0;
} 

#search_box_all .box_center{
    width: 400px;
    border:1px solid #d7d7d7;
    background-color:#f3f1f1;
    padding:10px 50px;
    margin: 0 auto;
}

#search_box_all .box_center01{
    width: 550px;
    border:1px solid #d7d7d7;
    background-color:#f3f1f1;
    padding:10px 50px;
    margin: 0 auto;
}


#search_box_all .basic{
    margin: 0 auto;
    width:400px;

}

#search_box_all .basic th{
    text-align:left;
}

#search_box_all .basic td{
}

.center{
    text-align:center;
}

.btn {
    margin-left: 4px;
    vertical-align: middle;
}

.select_01 {
    margin-right: 3px;
    vertical-align: middle;
}


/* ìƒì„¸ë³´ê¸° Table */

.board_viwe_box{
	position:relative;
	width:764px;
}

.board_viwe table {
	border-bottom:1px solid #d7d7d7;
	border-top:2px solid #b5b5b5;
	margin-top:1px;
	width:764px;
}

.board_viwe table p {
	font-size:11px;
	margin:0;
	padding-top:10px;
}

.board_viwe table th {
	background:none repeat scroll 0 0 #f3f1f1;
	border-bottom:1px solid #E2E2E2;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	text-align:left;
	color: #5f5f5f;
}

.board_viwe table .th_bg {
	background:none repeat scroll 0 0 #f3f1f1;
	border-bottom:1px solid #E2E2E2;
	font-weight:lighter;
	color:#636368;
	padding:5px 5px 5px 15px;
	text-align:left;
}

.board_viwe table .td_border {
	background:none repeat scroll 0 0;
	border-right:1px solid #E2E2E2;
	font-weight:lighter;
	padding:5px 10px 5px 10px;
	vertical-align:baseline;
}

.board_viwe table td {
	border-bottom:1px solid #E2E2E2;
	padding:5px 10px 5px 10px;
}

.board_viwe table strong {
	font-weight:bold;
	color:#747f85;
}

/* ìƒì„¸ë³´ê¸° Table_01 */

.board_viwe_box01{
	float:right;
	margin-right: 40px;
	width:530px;
}

.board_viwe01 table {
	margin-top:1px;
	width:530px;
}

.board_viwe01 table p {
	font-size:11px;
	margin:0;
	padding-top:10px;
}

.board_viwe01 table th {
	font-weight:bold;
	padding:5px 5px 5px 15px;
	text-align:left;
	color: #5f5f5f;
}

.board_viwe01 table .th_bg {
	font-weight:lighter;
	color:#636368;
	padding:5px 5px 5px 15px;
	text-align:left;
}

.board_viwe01 table .td_border {
	background:none repeat scroll 0 0;
	font-weight:lighter;
	padding:5px 10px 5px 10px;
	vertical-align:baseline;
}

.board_viwe01 table td {
	padding:5px 10px 5px 10px;
	text-align:left;
}

.board_viwe01 table strong {
	font-weight:bold;
	color:#747f85;
}


/* ìƒì„¸ê²€ìƒ‰ table_02 */

.board_viwe_box02{
	position:relative;
	width:764px;
}

.board_viwe02 table {
	margin-top:1px;
	width:764px;
}

.board_viwe02 table p {
	font-size:11px;
	margin:0;
	padding-top:10px;
}

.board_viwe02 table th {
	background: #ededed;
	border-bottom:3px solid #ffffff;
	border-right:3px solid #ffffff;
	font-weight:bold;
	padding:5px 5px 5px 20px;
	text-align:left;
	color: #5f5f5f;
}

.board_viwe02 table .th_bg {
	background:none repeat scroll 0 0 #d7d7d7;
	border-bottom:1px solid #E2E2E2;
	font-weight:lighter;
	color:#636368;
	padding:10px 5px 10px 15px;
	text-align:left;
}

.board_viwe02 table .td_border {
	background:none repeat scroll 0 0;
	border-right:1px solid #E2E2E2;
	font-weight:lighter;
	padding:5px 10px 5px 10px;
	vertical-align:baseline;
}

.board_viwe02 table td {
	background: #f7f7f7;
	border-bottom:3px solid #ffffff;
	padding:10px 10px 10px 20px;
}

.board_viwe02 table td ul {
	float: left
	margin: 0;
	padding: 0;
}


.board_viwe02 table td li {
	margin-bottom: 5px;
	list-style: none outside none;
	padding: 0;
}

.board_viwe02 table td li {
	float: left;
	color: #696969;
}

.board_viwe02 table td li strong {
	color: #262626;
}

.board_viwe02 table strong {
	font-weight:bold;
	color:#747f85;
}

.board_viwe02 table td .checkbox {
	margin-left: 30px;
}

/* 110809_ì¶”ê°€_ìƒì„¸ë³´ê¸° Table_03 */

.board_viwe_box03 {
    position:relative;
    width:745px;
    margin-bottom: 20px;
}

.board_viwe03 table {
    border-bottom:1px solid #d7d7d7;
    border-top:2px solid #b5b5b5;
    margin-top:1px;
    width:745px;
}

.board_viwe03 table p {
    font-size:11px;
    margin:0;
    padding-top:10px;
}

.board_viwe03 table th {
    background:none repeat scroll 0 0 #f3f1f1;
    border-bottom:1px solid #E2E2E2;
    font-weight:bold;
    padding:5px 5px 5px 15px;
    text-align:left;
    color: #5f5f5f;
}

.board_viwe03 table .th_bg {
    background:none repeat scroll 0 0 #f3f1f1;
    border-bottom:1px solid #E2E2E2;
    font-weight:lighter;
    color:#636368;
    padding:5px 5px 5px 15px;
    text-align:left;
}

.board_viwe03 table .td_border {
    background:none repeat scroll 0 0;
    border-right:1px solid #E2E2E2;
    font-weight:lighter;
    padding:5px 10px 5px 10px;
    vertical-align:baseline;
}

.board_viwe03 table td {
    border-bottom:1px solid #E2E2E2;
    padding:5px 10px 5px 10px;
}

.board_viwe03 table strong {
    font-weight:bold;
    color:#747f85;
}



/* 110809_ì¶”ê°€_ìƒì„¸ë³´ê¸° Table_04 */

.board_viwe_box04{
	position:relative;
	width:764px;
}

.board_viwe04 table {
	border-bottom:1px solid #d7d7d7;
	border-top:2px solid #b5b5b5;
	margin-top:1px;
	width:764px;
}

.board_viwe04 table p {
	font-size:11px;
	margin:0;
	padding-top:10px;
}

.board_viwe04 table th {
	background:none repeat scroll 0 0 #f3f1f1;
	border-bottom:1px solid #E2E2E2;
	font-weight:bold;
	padding:5px 5px 5px 25px;
	text-align:left;
	color: #5f5f5f;
}

.board_viwe04 table .th_bg {
	background:none repeat scroll 0 0 #f3f1f1;
	border-bottom:1px solid #E2E2E2;
	font-weight:lighter;
	color:#636368;
	padding:5px 5px 5px 15px;
	text-align:left;
}

.board_viwe04 table .td_border {
	background:none repeat scroll 0 0;
	border-right:1px solid #E2E2E2;
	font-weight:lighter;
	padding:5px 10px 5px 10px;
	vertical-align:baseline;
}

.board_viwe04 table td {
	border-bottom:1px solid #E2E2E2;
	padding:5px 10px 5px 20px;
}

.board_viwe04 table td ul.link_list {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.board_viwe04 table td ul.link_list li {
	list-style: none outside none;
	line-height: 22px;
}

.board_viwe04 table td ul.link_list li a {
    margin: 0;
    padding: 0;
    color: #747474;
    text-decoration: none;
    list-style: none outside none;
}

.board_viwe04 table td ul.link_list li a:hover {
    color:#1764db;
}

.board_viwe04 table strong {
	font-weight:bold;
	color:#747f85;
}



/* ê¸°ëŠ¥ë¶„ë¥˜ ë¦¬ìŠ¤íŠ¸ ìƒìœ„ í…Œì´ë¸” */

.board_viwe_box03{
    position:relative;
    width:764px;
    margin-bottom: 20px;
}

.board_viwe03 table {
    border-bottom:1px solid #d7d7d7;
    border-top:2px solid #b5b5b5;
    margin-top:1px;
    width:764px;
}

.board_viwe03 table p {
    font-size:11px;
    margin:0;
    padding-top:10px;
}

.board_viwe03 table th {
    background:none repeat scroll 0 0 #f3f1f1;
    border-bottom:1px solid #E2E2E2;
    font-weight:bold;
    padding:5px 5px 5px 15px;
    text-align:left;
    color: #5f5f5f;
}

.board_viwe03 table .th_bg {
    background:none repeat scroll 0 0 #f3f1f1;
    border-bottom:1px solid #E2E2E2;
    font-weight:lighter;
    color:#636368;
    padding:5px 5px 5px 15px;
    text-align:left;
}

.board_viwe03 table .td_border {
    background:none repeat scroll 0 0;
    border-right:1px solid #E2E2E2;
    font-weight:lighter;
    padding:5px 10px 5px 10px;
    vertical-align:baseline;
}

.board_viwe03 table td {
    border-bottom:1px solid #E2E2E2;
    padding:5px 10px 5px 10px;
}

.board_viwe03 table strong {
    font-weight:bold;
    color:#747f85;
}



/* tap ë©”ë‰´ */

.tabnavi_01{
	width: 724px;
	height: 25px;
	float:left;
	font-size:12px;
	margin-top: 30px;
	margin-bottom:5px;
	background:url("/images/common/tapmenu_bg.gif") repeat-x ;
}

.tabnavi_01 ul {
	float:left;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
}

.tabnavi_01 li {
	margin-right:1px;
	padding:0;
	float:left;
	background:url("/images/common/tab_right.gif") no-repeat right top;
}

.tabnavi_01 li a {
	display:block;
	float:left;
	background:url("/images/common/tab_left.gif") no-repeat left top;
	text-decoration:none;
	line-height:25px;
	padding:5px;
	text-align:center;
	padding:1px 10px 0;
	color:#73828d;
}

.tabnavi_01 li.tab_on {
	margin-right:1px;
	padding:0;
	float:left;
	background:url("/images/common/tab_right_on.gif") no-repeat right top;
}

.tabnavi_01 li.tab_on a {
	display:block;
	float:left;
	background:url("/images/common/tab_left_on.gif") no-repeat left top;
	text-decoration:none;
	line-height:25px;
	padding:5px;
	text-align:center;
	padding:1px 10px 0;
	color:#22547a;
	font-weight:bold;
}


/* ë²„íŠ¼ ë“¤ì–´ê°ˆ ìžë¦¬ */

.bottom {
	float: right;
	margin: 10px 0 30px 0;
}

.bottom ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.bottom ul li {
	float: left;
}

.bottom ul li img {
	margin-left: 5px;
}



/* ì„œë¸Œ ì¼„í…ì¸  ì´ë¯¸ì§€ */

#subconimg {
	width: 764px;
}



/* ì—°í˜_tab */

#tab_bg {
	clear: both;
	width: 764px;
	height: 26px;
	background:url("/images/cybr/sub/history_tabmenu03_bg.gif") repeat-x;
	margin-bottom: 30px;
}

#tab_bg ul {
	float: left
	width: 764px;
	height: 48px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


#tab_bg li {
	margin: 0;
	padding: 0;
}

#tab_bg li {
	float: left;
}

#tab_bg li a{
	
}

#tab_bg li img {
	margin-right: 1px;
}



/* ì—°í˜_ì—°ë„ë³„ì—°í˜ */

#history {
	margin: auto;
	width: 730px;
}

#history ul {
	width: 730px;
	list-style: none outside none;
}

#history ul li {
    margin: 0;
    padding: 0;
    width: 730px;
}

#history ul li.line {
	clear: both;
    margin-bottom: 10px;
    padding-top: 15px;
    width: 730px;
	border-top: 1px solid #e0e0e0;
}

#history ul li ul {
    clear: both;
    width: 730px;
}

#history ul li ul li {
    float: left;
	margin-bottom: 10px;
}

#history ul li ul li.date_01 {
    float: left;
    padding: 0 0 5px;
    width: 56px;
}

#history ul li ul li.date_02 {
    float: left;
    padding: 2px 30px 5px 0;
    width: 100px;
	text-align: right;
	font-weight:bold;
	color: #8a98af;
}

#history ul li ul li.date_03 {
    float: left;
    line-height: 1.2em;
    padding: 4px 10px 5px 0;
    text-align: justify;
    width: 530px;
}

#history ul li ul li.date_03 p {
    margin-bottom: 5px;
}

#history ul li ul li.date_04 {
    float: left;
    padding: 0 9px 5px 70px;
	text-align: right;
	font-weight:bold;
	color: #8a98af;
}




/* ê´€ë ¨ê·œì • */

#organ {
	float: left;
	width: 764px;
}

#organ .button {
	float: left;
	width: 764px;
	text-align: right;
}

#organ .fulltext {
	float: left;
	width: 764px;
	text-align: left;
}

#organ .fulltext h4 {
	color: #000000;
}

#organ .fulltext h4.blue {
	color: #0042aa;
	margin-bottom: 15px;
}

#organ .fulltext h4.gray {
	color: #8c8c8c;
	margin-bottom: 15px;
}

#organ .fulltext ul {
	float: left
	width: 764px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}


#organ .fulltext li {
	margin-bottom: 20px;
	padding: 0;
}

#organ .fulltext li {
	float: left;
	color: #696969;
}

#organ .fulltext li strong {
	color: #262626;
}



/* ******* ì˜¨ë¼ì¸ì „ì‹œ ******* */

#exhibition {
	float: left;
    width: 750px;
}

#exhibition #exh_box{
    width: 750px;
    float: left;
    margin-bottom:20px;
}

#exhibition #exh_box h1{
    height: 26px;
    line-height: 26px;
    width: 750px;
    padding: 0 6px;
    text-decoration: none;
    text-align: left;
    text-indent: 10px;
    color: #005baa;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
    background: #e8e8e8;
}

* html #exhibition #exh_box h1{
    height: 13px;
    line-height: 13px;
    padding: 7px 0 6px 0;
}

#exhibition #exh_box .photo_box{
    float: left;
    width: 166px;
    height: 119px;
    margin-top: 13px;
    background:url(/images/cybr/sub/exh_photo_bg.gif) no-repeat left bottom;
}

#exhibition #exh_box .photo_img{
    width: 148px;
    height: 105px;
    margin-top: 5px;
    margin-left: 9px;
}

#exhibition #exh_box .textbox {
    float: right;
    width: 545px;/* 
    height: 110px; */
    margin-top: 13px;
    margin-right: 10px;
}

#exhibition #exh_box .textbox p{
    height: 26px;
    width: 545px;
    text-decoration: none;
    text-align: left;
    color: #666666;
    font-size: 1em;
    text-decoration: none;
}

#exhibition #exh_box .textbox p a{
    list-style:none outside none;
    white-space:normal;
    text-decoration:none;
    color:#f45600;
}

#exhibition #exh_box .textbox p.mar{
    margin-top: 10px;
}

#exhibition #exh_box .textbox .strok{
    width: 545px;
    border-bottom: 1px dotted #cccccc;
}



/* search_box01(ì—´ëžŒì‹ ì²­, My Archives) */

#search_box01{
    float: left;
    padding:10px 15px 10px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
    border:1px solid #d7dadd;
    background-color:#f1f2f4;
}

#search_box01 .basic{
    width:732px;
    float:left;
}

/* IE6 ì „ìš© */
* html #search_box01 .basic {
     width:732px;
}

#search_box01 .basic th{
    text-align:left;
    color: #5f5f5f;
}

#search_box01 .basic td{
    padding:1px;
}



/* Contents_board_01 */

.board_01 {
    clear:both;
    margin:0 auto;
    width:100%;
    margin-top: 5px;
    margin-bottom: 20px;
}

.board_01 .s_title {
    color: #373737;
    font-size:small;
    background:url("/images/icon/bullet_01.gif") no-repeat 0 50%;
    margin:0 auto;
    margin-top:10px;
    padding:0 0 0 15px;
    margin-bottom:2px;
    width:100%;
}

.board_01 .infomenu {
    clear:both;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
    position: relative;
}

.board_01 .left {
    float: left;
    padding: 0px;
}

.board_01 .right {
    float: right;
    margin-bottom: 2px;
    margin-right: 1px;
}

.board_01 .right ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.board_01 .right ul li {
    float: left;
}

.board_01 .right ul li img {
}


/* Table_ê²Œì‹œíŒ(ì „ì²´ê²€ìƒ‰_ê²Œì‹œíŒìš©) */

#table_box_all {
    width:958px;
    float:left;
    margin-top: 0;
    margin-bottom:15px;
}

#table_box_all table.basic {
    border-top:2px solid #b5b5b5;
    border-bottom:1px solid #b5b5b5;
    border-collapse:collapse;
    width:958px;
}

#table_box_all table.basic caption {display:none;}

#table_box_all table.basic th{
    padding:5px 0 5px 0;
    line-height:15px;
    text-align:center;
    font-weight:bold;
    font-size:small;
    color:#5f5f5f;
    background-color:#f3f1eb;
    border-bottom:1px solid #cec7b3;
}

#table_box_all table.basic td{
    padding:4px 0 4px 0;
    line-height:15px;
    text-align:center;
    font-size:small;
    color:#737379;
    border-bottom:1px solid #dbd5c4;
}

#table_box_all table.basic td.subject{
    text-align:left;
    text-indent: 10px;
    white-space:normal;
}

#table_box_all table.basic td.subject a{
    list-style:none outside none;
    white-space:normal;
    text-decoration:none;
}

#table_box_all table.basic td.subject a.active, #table_box_all table.basic td.subject a:hover {
    color:#fe6b00;
}

#table_box_all table.basic td.subject_center{
    text-align:center;
    white-space:normal;
}

#table_box_all table.basic td.subject_center a{
    list-style:none outside none;
    white-space:normal;
    text-decoration:none;
}

#table_box_all table.basic td.subject_center a.active, #table_box_all table.basic td.subject_center a:hover {
    color:#fe6b00;
}



/* ì‚¬ì´íŠ¸ë§µ */

#sitemap_wrap {
	float: left;
    padding-top: 30px;
    width: 764px;
}

#sitemap_wrap ul.sitemap {
    border-bottom: 1px solid #C1C8CE;
    float: left;
    margin: 0 40px 50px 50px;
    padding-bottom: 10px;
    padding-top: 0;
    width: 155px;
}

#sitemap_wrap ul.sitemap li {
	list-style: none;
}

#sitemap_wrap ul.sitemap li ul li {
    color: #33608E;
    letter-spacing: -1px;
    margin-left: 0;
    padding-bottom: 1px;
    padding-left: 25px;
    padding-top: 13px;
    text-align: left;
	list-style: none;
	height: 10px;
    line-height: 10px;
}

#sitemap_wrap ul.sitemap li ul li {
    background: url("/images/cybr/icon/bullet_05.gif") no-repeat scroll 10px 14px transparent;
}

#sitemap_wrap ul.sitemap li ul li a {
    color: #666666;
    text-decoration: none;
}

#sitemap_wrap ul.sitemap li ul li a:hover {
    color: #D97F00;
    text-decoration: none;
}





/* 20170402_상단메뉴 */

.nav {float:right;width:693px;}
.nav li {float:left;}
.nav li a { min-height:45px; color:#000; display:block; font-size:14px; font-weight:bold; padding:20px 25px;}
.nav li.on a, .nav li a:hover {color:#0086d1; font-weight:bold; text-decoration:none;}

.nav_depth01 {display:none; width:100%; margin:0px 0 0 0; padding:0px 0 0 0; position:absolute; left:280px; top:45px; z-index:850;}
.nav_depth01 li {float:left;padding:0}
.nav_depth01 li a {color:#444 !important; font-size:12px; font-weight: normal !important; line-height: 10px; text-align:left;padding:0 10px;}
.nav_depth01 li a:hover {color:#03161d !important; text-decoration:none;}
.nav_depth01 li a span{color:#fca26c; font-size:10px; font-weight:bold; padding:0 0 0 3px; letter-spacing:-0.5px;}

.nav_depth02 {display:none; width:100%; margin:0px 0 0 0; padding:0px 0 0 0; position:absolute; left:355px; top:45px; z-index:850;}
.nav_depth02 li {float:left;padding:0}
.nav_depth02 li a {color:#444 !important; font-size:12px; font-weight: normal !important; line-height: 10px; text-align:left;padding:0 10px;}
.nav_depth02 li a:hover {color:#03161d !important; text-decoration:none;}
.nav_depth02 li a span{color:#fca26c; font-size:10px; font-weight:bold; padding:0 0 0 3px; letter-spacing:-0.5px;}

.nav_depth03 {display:none; width:100%; margin:0px 0 0 0; padding:0px 0 0 0; position:absolute; left:460px; top:45px; z-index:850;}
.nav_depth03 li {float:left;padding:0}
.nav_depth03 li a {color:#444 !important; font-size:12px; font-weight: normal !important; line-height: 10px; text-align:left;padding:0 10px;}
.nav_depth03 li a:hover {color:#03161d !important; text-decoration:none;}
.nav_depth03 li a span{color:#fca26c; font-size:10px; font-weight:bold; padding:0 0 0 3px; letter-spacing:-0.5px;}

.nav_depth04 {display:none; width:100%; margin:0px 0 0 0; padding:0px 0 0 0; position:absolute; left:588px; top:45px; z-index:850;}
.nav_depth04 li {float:left;padding:0}
.nav_depth04 li a {color:#444 !important; font-size:12px; font-weight: normal !important; line-height: 10px; text-align:left;padding:0 10px;}
.nav_depth04 li a:hover {color:#03161d !important; text-decoration:none;}
.nav_depth04 li a span{color:#fca26c; font-size:10px; font-weight:bold; padding:0 0 0 3px; letter-spacing:-0.5px;}

.nav_depth05 {/*display:none;*/ width:100%; margin:0px 0 0 0; padding:0px 0 0 0; position:absolute; left:527px; top:45px; z-index:850;}
.nav_depth05 li {float:left;padding:0}
.nav_depth05 li a {color:#444 !important; font-size:12px; font-weight: normal !important; line-height: 10px; text-align:left;padding:0 10px;}
.nav_depth05 li a:hover {color:#03161d !important; text-decoration:none;}
.nav_depth05 li a span{color:#fca26c; font-size:10px; font-weight:bold; padding:0 0 0 3px; letter-spacing:-0.5px;}

.nav li.sitemap a{color:#959595;}



/* 20170402_이용안내 */

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
h2.title{padding-left:15px;color:#195abf;font-size:14px;background:url('../images/cybr/main/bullet.gif') no-repeat left center;}
.guide_txt{color:#002b7a;font-size:13px;font-weight:bold;}
dl.guide dt{float:left;font-weight:bold;color:#1c1c1c;}
dl.guide dd{float:left;color:#1c1c1c;padding-left:5px;}