﻿@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);	
body {
	font-size: 9pt;
	line-height: 150%;
	background-color: #FFF;
	margin: 0px;
	font-family: "나눔바른고딕", "돋움", "굴림";
}
img {
	border: 0px currentColor; border-image: none; vertical-align: top; margin:0px;
}
ul {
	list-style: none;
	margin:0px
}
li {
	text-decoration: none;
}
a {
	border:none;
	outline: 0px; color: rgb(102, 102, 102); text-decoration: none;
}

a img { 
    border:none;
    vertical-align:bottom; 
}
/* 텍스트 시작 */

.article a{
	font-size: 10pt;
	line-height: 150%;
	background-color: #FFF;
	margin: 0px;
	font-family: "나눔바른고딕", "돋움", "굴림";
}

/* 텍스트 끝 */



/* 테이블 시작 */
table {
	table-layout:auto;
	margin-right: auto;
	margin-left: auto;
	border :1px solid #cccccc ;
	border-spacing:0px;
	border-collapse:collapse;
}

caption {
	font-family:"Nanum Barun Gothic", "돋움", "굴림";
	font-weight:600;
	font-size:14pt;
	text-align:left;
	padding-bottom:5px;
	letter-spacing:5px;
	color:#666;
}

thead {
    margin: -1px 0 0 -1px;
    width: 600px;
    display: table; 
    table-layout: fixed;
    position: absolute;
    background-color: #ffff1f;
}

th {
	padding:5px 5px;
	background: linear-gradient(to bottom, #444444, #aaa 50%, #444444);
	background-color: #444444;
	border-left:1px solid #bbb;
	font-family:"Nanum Barun Gothic", "돋움", "굴림";
	font-weight:600;
	font-size:12pt;
	letter-spacing:5px;
	color:#ffffff;
	
}
th a {color:#ffffff;}


td{
	padding:5px 5px;
	border-left:1px solid #dddddd;
	font-family:"Nanum Barun Gothic","돋움", "굴림";
	font-weight: 400;
	font-size:10pt;
	color:#333333;
	vertical-align: middle;
	
}
table tr th:first-child {border-left:0px solid #dddddd;}
table tr td:first-child {border-left:0px solid #dddddd;}


.slice_table,
.slice_table tr,
.slice_table tr td {
	border:10px;
	border-spacing:0px;
	padding:0;	
}
/* 테이블 끝 */

.head_text {
	margin:50px 0px 50px 0px;	
}

@media screen and (max-width:1000px){

}




#wrap {
	width: 100%;
	background-image: url(images/bg_sub_head.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
}
#wrap:after{
	content:'';
	display:block;
	clear:both;
}

#header {
	width: 100%;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
}



#header_fix {
	width: 1260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.logo {
	height: 55px;
}


/* 네비 시작 */
.navi {
	height: 55px;
}

/* 네비 끝 */
#center {
	width: 1260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_side.gif);
	background-repeat: repeat-y;
}


#sub_visual00 {
	width: 100%;
	height:204px;
	background: url(images/sub_visual00.jpg)   top center no-repeat #ffffff;
	background-repeat: repeat-x;
}

#side {
	height:100%;
	float: left;
	margin-top: 0px;
}

#side div{
	display:inline;
}

#contents_tit{
	margin-top: 49px;
}

#contents{
	float: right;
	width: 918px;
}

#footer {
	clear:both;
	width: 100%;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer_fix {
	width: 1260px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* 메인페이지 시작 */


/* 메인비주얼 롤링 시작 */
.main_visual {
	margin-bottom: 0px;
	position: relative;
}
.main_visual .shadow {
	background: url("../../images/main/shadow.png") repeat-x left top; left: 0px; top: 0px; width: 100%; height: 15px; position: absolute; 
}
.main_visual .img_01 {
	background: url("images/m_visual01.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .img_02 {
	background: url("images/m_visual02.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .img_03 {
	background: url("images/m_visual03.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .img_04 {
	background: url("images/m_visual04.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .img_05 {
	background: url("images/m_visual05.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .img_06 {
	background: url("images/m_visual06.jpg") no-repeat top rgb(214, 214, 214);width: 100%; height: 441px;
}
.main_visual .main_btn {
	margin: 0px auto 0px -500px; left: 50%; width: 1000px; text-align: center; bottom: 0px; position: absolute;   display:none;
}
.main_visual .main_btn .center {
	display: inline-block;
}
.main_visual .main_btn .btn {
	float: left;
}
/* 메인비주얼 롤링 끝 */

#m_center {
	
	width: 1222px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#m_info{
	margin-left:-42px
	
	
}

#m_center ul li{
	display:inline;
	float: left;
	margin: 0px;
}
#m_com{float: left;
	width:407px;
	margin: 0px;
}
#m_biz{float: left;
	width:407px;
	margin: 0px;
}
#m_notice{float: left;
	width:408px;
	margin: 0px;
}

/* 메인페이지 끝 */
