@charset "utf-8";
/* 구글 웹폰트 */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* CSS Document */

@import url('common.css');
html {
	margin:0px;
	padding:0px;
	height:100%;
	overflow:scroll;
}
body { text-decoration:none; 
    font-family: 'Nanum Gothic', "돋움","돋움체", Arial; font-size:13px; color:#4b4b4b; line-height:23px;
	background-image:url(../images/bg_top.gif);  
	background-repeat:repeat-x; 
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
	
td {
	text-decoration:none;
	border:0;
	margin:0;
	}
	
form, ul, li, div, h1, h2, h3, h5, h6, th, span, fieldset {
	border:0;
	margin:0;
	padding:0;
	
}

html, body, input, select, textarea {
	margin:0;
	padding:0;
}
input, select {
	vertical-align:middle;
	margin-bottom:3px;
}

/*크롬 input, textarea, button에 파란색 테두리 제거 */ 
input:focus {
  outline: none;
}

ul, ol, li {
	list-style:none;
}
li img {
	vertical-align:top;
}
img {
	border:0px;
}
img.disblock {
	display:block;
}

.line {
    clear:both;
    height:1px;
	background-color:#e7e7e7;
	margin-bottom:35px;

}

/*----------------------------------------------------------------------
							
------------------------------------------------------------------------*/

#wrap {
	width:100%;
	position:relative;
	min-height:100%;
}
/*----------------------------------------------------------------------
							header
------------------------------------------------------------------------*/

#header {
    position:relative;
	width:100%;
	height:93px;
/*	background-image:url(../images/bg_top.gif);*/
	z-index:999999;
/*	z-index:999999999999999999999999999999999;*/
    border-bottom:2px solid #003f31; /* 주메뉴 하단 라인색 지정 */
}
.Menubar{
	width:1000px;
	height:94px;
	margin:auto;
}
.topMenu {
	position:absolute;
	width:320px;
	margin-left:710px;
	top:5px;
}
.topMenu ul li {
	float:left;
}
.logo {
    position:absolute;
	margin-top:25px;
}

.menu {
    position:absolute;
	width:100%;
	top:0px;
	left:0px;
	text-align:center;
}


/*----------------------------------------------------------------------
							main
------------------------------------------------------------------------*/


#mian_open_menu_img {
	width:166px;
	height:166px;
	margin-bottom:0px;
	background-image:url(../images/mian_open_menu_img.png);
	overflow:hidden;
	border:0px #e5e5e5 solid;
}

#mContent { position:relative;
	width:1000px;
	margin:auto;
	margin-top:35px;
	padding-bottom:135px;
	overflow:hidden;
}

.m1 {
    float:left;
	width:330px;
	border-right:0px #e5e5e5 solid;
}

.m2 { 
    float:left;
	width:330px;
	margin-left:40px;
}

.m3 {
    float:left;
	width:260px;
	margin-left:40px;
}
.m3 ul li {
    float:left;
	margin-left:12px;
}
.m3 ul li:first-child {margin-left:0; }

.mLine {
    clear:both;
    height:1px;
	background-color:#e5e5e5;
	margin-bottom:25px;
}

.mq { position:absolute; top:676px; left:50%; width:124px; margin-left:512px;}

/*----------------------------------------------------------------------
							footer
------------------------------------------------------------------------*/
#footer  {
	clear:both;
    position: absolute; 
	bottom:0; 
	width:100%;
	height:;
	margin-top:; 
	padding:20px 0;
	background:#f8f8f8;
	border-top:1px #ececec solid;
}
.footer_copy {
    width:1000px;
    margin:auto;
	margin-top:;	
}
.footer_copy ul li {
    float:left;
	margin-right:100px;
/*    margin:auto;		*/
}
.footer_copy ul li img { padding-top:15px; }

.footer_text {
    font-size:12px;
	color:#737373;
	line-height:20px;
	margin-top:;
	
}


/*----------------------------------------------------------------------
							sub
------------------------------------------------------------------------*/

#sContent {
    position:relative;
	width:100%; padding-bottom:135px;
	overflow:hidden;
}

.object {
    width:1000px;
    margin:20px auto;
    position:relative;
}

.snb_BG {
    float:left;
	width:200px;
	margin-right:40px;
	margin-bottom:40px;
	overflow:hidden;
}
.snb {
	width:200px;
	margin-bottom:25px;
	color:#; font-family: 'Nanum Gothic', "돋움","돋움체", Arial; 

}
/* .snb  #tit {background:url(../images/sm_tit.gif); height:35px; margin-top:10px; margin-bottom:20px; padding-left:5px;} */
.snb  #tit {background:url(../images/sm_tit.gif); height:63px; margin-top:9px; margin-bottom:13px; padding-left:5px;}
.snb .tit1 {font-size:16px; color: #888888; font-weight: 700; bold;line-height:25px;letter-spacing:0px}
.snb .tit2 {font-size:32px; color: #232e59; font-weight: 700; bold;line-height:35px;letter-spacing:-1px}
.snb .tit3 {font-size:29px; color: #303030; font-weight: 700; bold;line-height:35px;letter-spacing:-1px}

.snb  #sm { margin-top:12px; overflow:hidden;}
.snb  #sm li {float:left; height:40px; width:200px; background-color:#fff; margin-top:0px; border-bottom:1px #eaeaea solid;}
.snb  #sm li a{ line-height:40px;font-family: 'Nanum Gothic'; color: #454545; font-size: 14px; font-weight:600; display:block;padding-left:23px; background:url(../images/bg_subnav_off.gif) right no-repeat}
.snb  #sm li a:hover{ line-height:40px;font-family: 'Nanum Gothic'; color: #454545; background-color:#eeeeee; font-size: 14px; font-weight:600; display:block;padding-left:23px; background:url(../images/bg_subnav_over.gif) right no-repeat}

.snb  #sm li.on a{ color:#fff; background-color:;background:url(../images/bg_subnav_on.gif) right no-repeat}

.subb {
	width:200px;
}

.sc {
    float:left;
	width:760px;
	margin-top:4px;

}
.titbar{ margin-bottom:10px; width:760px; height:56px; border-top:0px solid #e6e6e6; border-bottom:1px solid #e6e6e6;	color:#;  }
.titbar > .tit{float:left; color:#313131;font-weight:700;font-size:27px;letter-spacing:0px; line-height:50px; background }
.titbar > .tit2{color:#6e6e6e;font-weight:;font-size:18px;letter-spacing:0px; line-height:30px; text-align:center;}
.titbar > .root{float:right; padding-top:20px; padding-right:5px;}

.substance {
	width:760px;
	margin-top:20px;
	margin-bottom:150px;
	overflow:hidden;
}

.History {
    width:760px;
	clear:both;
}
.History ul li {
	float:left;
	margin-right:15px;
	margin-top:15px;
	
}

.License {
    width:760px;
	margin-bottom:35px;
}
.License .tit {
    font-size:18px; color: #2c4379; font-weight:600;
}
.License .Box {
    clear:both;
    width:718px;
	border:1px solid #e0e1e2;
	background:#fafafa;
	padding:20px;
}
.License .img {
    width:100%;
}
.License .img ul li {
    display: inline;
	margin-left:15px;
}	
.License .img ul li:first-child {
    margin-left:0;
}

.section1 {
    clear:both;
    width:760px;
	margin-bottom:35px;
	overflow:hidden;
}

.titBox {
    float:left;
    width:365px;
	margin-left:30px;
	overflow:hidden;
}
.titBox:first-child {
	margin-left:0px;
}
.titBox > .tit {
    font-size:18px; color: #2c4379; font-weight:600; margin-bottom:5px; padding-top:10px; text-align:center;
	background:url(../images/bg_tit.gif) no-repeat center ;
	height:40px;
}
.titBox .box {
    width:323px;
	border-left:1px solid #e0e1e2;
	border-right:1px solid #e0e1e2;
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #e0e1e2;
	background:#fafafa;
	padding:20px;
}

.sitemap_box {
    float:left;
    width:186px;
	margin-left:5px;
	overflow:hidden;
}
.sitemap_box:first-child {
	margin-left:0px;
}
.sitemap_box > .tit {
    font-size:18px; color: #2c4379; font-weight:600;
	height:35px;
}
.sitemap_box .box {
    width:160px;
	border-left:1px solid #e0e1e2;
	border-right:1px solid #e0e1e2;
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #e0e1e2;
	background:#fafafa;
	padding:10px 3px;
}

#Box {
    width:708px;
	border:1px solid #e0e1e2;
	background:#fafafa;
	padding:15px 25px;
	overflow:hidden;
	margin-bottom:25px;
}
.Box50 {
    width:335px;
	border-left:1px solid #e0e1e2;
	border-right:1px solid #e0e1e2;
	border-top:1px solid #4f4f4f;
	border-bottom:1px solid #e0e1e2;
	background:#fff;
	padding:15px 15px;
	overflow:hidden;
	margin-bottom:25px;
}

.recruitTop {
    float:left;
    width:220px;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}
.recruitTop:first-child {
	margin-left:0px;
}
.recruitTop ul li {
    text-align:center;
}


/* 공통 */

.common_list li{ list-style-image:url(); list-style-type:disc; list-style-position:outside; margin-left:25px; line-height:22px;} /* list-style-type:disc; */

.common_list2 { margin-top:30px; overflow:hidden;}
.common_list2 ul { float:left; margin-right:10px;}
.common_list2 ul:last-child { margin-right:0;}
.common_list2 ul li.txt { background:#797979; margin-top:1px; padding:8px 0; font-size:1.2em; font-weight:600; color:#fff; text-align:center;}
.common_list2 ul li.txt1 { background:#2666bd; margin-top:1px; padding:8px 0; font-size:1.2em; font-weight:600; color:#fff; text-align:center;}
.common_list2 ul li.txt2 { background:#009ad0; margin-top:1px; padding:8px 0; font-size:1.2em; font-weight:600; color:#fff; text-align:center;}

.common_list3 { margin-top:30px; overflow:hidden;}
.common_list3 ul { float:left; margin-right:10px; width:246.3px;}
.common_list3 ul:last-child { margin-right:0;}
.common_list3 ul li.txt { background:#797979; margin-top:1px; padding:8px 0; font-size:1.1em; font-weight:600; color:#fff; text-align:center;}
.common_list3 ul li img{ width:100%;}

.common_list4 { margin-top:30px; overflow:hidden;}
.common_list4 ul { float:left; margin-right:10px; width:182.5px;}
.common_list4 ul:last-child { margin-right:0;}
.common_list4 ul li.txt { background:#797979; margin-top:1px; padding:8px 0; font-size:1.1em; font-weight:600; color:#fff; text-align:center;}
.common_list4 ul li img{ width:100%;}

.common_list5 { margin-top:30px; overflow:hidden;}
.common_list5 ul { float:left; margin-right:10px; width:144px;}
.common_list5 ul:last-child { margin-right:0;}
.common_list5 ul li.txt { background:#797979; margin-top:1px; padding:8px 0; font-size:1.1em; font-weight:600; color:#fff; text-align:center;}
.common_list5 ul li img{ width:100%;}



/* 오시는 길 약도 */
.map { margin-top:20px;}
.map .addr {}
.map .addr ul li strong { float:left; width:60px;}

.map .traffic { margin-top:10px; overflow:hidden;} 
.map .traffic li { float:left; margin-right:10px; } 
.map .traffic li strong { width:60px;}
.map .traffic li ul { display:table; }
.map .traffic li ul li { display:table-cell; vertical-align:middle; }
.map .traffic li ul li span { display:block; font-weight:600;}
.map .traffic li ul li img { margin-right:;}


/* 사업분야 메인 */
.common_business { float:left; margin:1.5%; width:30.333%; overflow:hidden;}
.common_business ul { margin-bottom:10px;}
.common_business .pic { text-align:center; }
.common_business strong { display:block; margin:15px 0 10px; padding-bottom:10px; border-bottom:1px solid #dadada; font-size:1.4em; color:#2666bd; text-align:center;}



/*----------------------------------------------------------------------
							Tab Style
------------------------------------------------------------------------*/
.tab{
	border-bottom:1px #3a69a9 solid;
	height:36px;
	margin-top:24px;
	margin-bottom:10px;
}
.tab li{
	float:left;
	height:35px;
	position:relative;
	margin-right:3px;
	padding-right:20px;
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	background:url(../images/tab_bg.gif) repeat-x;
}
.tab li.over{
	background:url(../images/tab_bg_over.gif) repeat-x;
	border:1px #3a69a9 solid;	
}
.tab a{
	display:block;
	height:35px;	
	padding:7px 20px 10px 20px;
	background:url(../images/tab_bullet.png) no-repeat right 12px;
	font-size:14px;
	font-weight:600;
}
.tab a.over{
	background:url(../images/tab_bullet_over.png) no-repeat right 15px;
	color:#fff !important;
	height:35px;
}

.tab a:hover{
	color:#333;
	height:35px;
}

/*----------------------------------------------------------------------
							탭메뉴
------------------------------------------------------------------------*/

#tabmenu{  position:relative;overflow:hidden; color:#646464; font-weight:bold; background-color:#; width:1000px; margin:auto; }
#tabmenu ul li,#tabmenu ul li a{  }
#tabmenu ul li{float:left;line-height:40px; width:100px; height:40px; margin-left:7px; border:1px #dfdfdf solid;}
#tabmenu ul li:first-child{margin-left:0;}
#tabmenu ul li a{display:inline-block;width:100px; text-align:center; background-position: 100% 0;cursor:pointer;text-decoration:none !important}
#tabmenu ul li a:hover{color:#2a3977;background:#f4f4f4; height:;}
#tabmenu ul li.on{ background:#224f8d; width:102px;border:1px #224f8d solid;}
#tabmenu ul li.on a{color:#fff;background:#224f8d; border:0px #224f8d solid;}



/* 테이블표 */
.tb1 { color: #393939; font-size:; font-weight:400; width:100%; border-top:0px #e55f5f solid; padding:0; margin-top:0; border-spacing:0;border-collapse:collapse;word-break:keep-all;}
.tb1 caption {color: #5c5c5c; font-size: 1.0em ; margin-bottom:5px; line-height:20px; font-weight:500; background:url(../images/dot_title.png) no-repeat 0px 9px; padding-left:22px; text-align:left; }
.tb1 th{ color: #0e3c79; background:#eaf3ff; border:1px #cbcbcb solid; padding:10px 13px; font-size:1.0em; font-weight:600; line-height:1.5em; letter-spacing:0.5px; text-align:center; }
.tb1 th.bg1{ background:#ed1c90; font-size:1.6em; font-weight:600; color:#fff073; letter-spacing:0px; padding:12px 15px;}
.tb1 th.bg2{ background:#2ba9c9; font-size:1.4em; color:#fff;}
.tb1 th.bg3{ background:#ed1c90; font-size:1.0em; color:#fff;}
.tb1 th.bg4{ background:#41bc84; font-size:1.4em; color:#fff;}
.tb1 th:first-child{ border-left:0;}
.tb1 th:last-child{ border-right:0px #cbcbcb solid;;}
.tb1 td{border:1px #cbcbcb solid; padding:10px 13px;; font-size:1.0em; font-weight:400; line-height:1.8em; letter-spacing:0.5px; text-align:; }
.tb1 td:first-child{border-left:0 }
.tb1 td:last-child{border-right:0 }
.tb1 td.center{ text-align:center; }
.tb1 td.bg1{ background:#fff6e3; padding:15px 25px; font-size:1.2em; font-weight:500; color:#15347d; line-height:1.7em; }
.tb1 td .bg2{ font-size:1.0em;  font-weight:400; color: #323232; margin-left:2%;}
.tb1 td.bg3{ background:#fff6e3; border-bottom:1px #cbcbcb solid; font-size:1.2em; font-weight:500; color: #1e1e1e; line-height:1.7em; padding:15px 25px; margin-top:10px;}
.tb1 td a { color:#393939; }
.tb1 td a:hover { color:#ed1c90;}
.tb1 td li{ margin:5px 0;}
.tb1 thead {background:#f9f9f9; color:#006666; font-size:1.0em; font-weight:;}
