@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body {
	font-family: "맑은고딕","Malgun Gothic",serif;
}

#header_wrap {
	margin:0;
	padding:0;
	height:10px;
	background-color:#100964;
}

#navigator {
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0;
	background-image: url(../images/sub_background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:auto;
}

#navigator .sub {
	width:1000px;
	height:120px;
	margin:0 auto;
}

#navigator .sub .logo {
	width:300px;
	height:120px;
	float:left;
}

#navigator .sub .logo img {
	padding:25px 22.5px 25px 22.5px;
}

#navigator .sub .menu {
	width:700px;
	height:120px;
	float:left;
}

#navigator .sub .menu .login {
	font-size:11px;
	height:20px;
	padding:0 0 0 640px;
}

#navigator .sub .menu .sub_menu {
	height:100px;
	padding:0 0 0 150px;
}

#navigator .sub .menu .sub_menu img {
	padding:60px 20px 5px 20px;
}

#content {
	width:1000px;
	margin:0 auto;
}

#content .sub_nav {
	width:300px;
	float:left;
}

#content .sub_nav .nav img {
	padding:25px 62.5px 25px 62.5px; 
}

#content .sub_nav .list {
	width:300px;
}

#content .sub_nav .list p {
	padding:0 0 0 100px;
	font-size:14px;
	line-height:30px;
}

#content .sub_content {
	width:700px;
	float:left;
	padding:50px 0 50px 0;
	height:800px;
}

#content .sub_content .img_content .sub_img_content {
	width:230px;
	float:left;	
}

#content table {
	font-size:12px;
	border-spacing:0px;
	border-style:none;
	padding:0px;
}


table th.a01 {
	height:30px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	background-color:#dcdcdc;
}

table th.a02 {
	height:30px;
	border-bottom:1px solid #dcdcdc;
	background-color:#dcdcdc;
}

table td.a01 {
	height:30px;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
}

table td.a02 {
	height:30px;
	border-bottom:1px solid #dcdcdc;
}

#footer_wrap {
	margin:0 auto;
	width:100%;
	height:120px;
	background-color:#e8e9e3;
}

#footer_wrap .sub {
	width:1000px;
	height:120px;
	margin:0 auto;
}

#footer_wrap .sub .sub_title {
	width:300px; 
	height:120px;
	float:left;
}

#footer_wrap .sub .sub_title img {
	padding:50px 70px 50px 70px;
}

#footer_wrap .sub .sub_article {
	height:120px;
	float:left;
}

#footer_wrap .sub .sub_article img {
	padding:32.5px 0 32.5px 100px;
}

.clear {
	clear:both;
}

a {
	text-decoration:none;
	color:black;
}

a:hover{
	text-decoration:none;
	color:black;
}

#zoom_img {text-align:center; margin-bottom:15px;}
.thumb {overflow:hidden;}
.thumb li {width:25%; float:left; text-align:center;}
.thumb li a {border:1px solid #555; overflow:hidden;}
.thumb li a,
.thumb li a img {width:150px; height:100px; display:block;}
.thumb li.on a {border:2px solid #a52323; width:148px; height:98px;}
.thumb li.on a img {margin:-1px 0 0 -1px;}
 
.white_content { 
	display: none; 
	position: absolute; 
	top: 30px; 
	left: 60%; 
	width: 300px; 
	height: 200px; 
	padding: 5px; 
	z-index:1002; 
	overflow: auto; 
}

.well {
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}

input.span3, textarea.span3, .uneditable-input.span3 {
    width: 210px;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    padding: 4px;
}

:-moz-placeholder {
    color: #999999;
}

.span3 {
    width: 220px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
}

label, input, button, select, textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
input, textarea, .uneditable-input {
    margin-left: 0;
}
input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    margin: 0;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button.btn, input.btn[type="submit"] {
}

.btn {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #E6E6E6 #E6E6E6 #B3B3B3;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.btn:hover {
    -moz-transition: background-position 0.1s linear 0s;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
}
.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}