﻿@charset "utf-8";
/****************************************************************************
* 업무 그룹명 :
* 설       명 : 공통화면 css파일
* 작   성  자 : 정은주
* 작   성  일 : 2009.09.04
* copyright ⓒ Thinkmarine Co., Ltd. All rights reserved.
****************************************************************************/

/****************************************************************************
* 기본 HTML 태그 : 소스 전체에 적용
****************************************************************************/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(common2.css);

/* Layout Selector */
html {height:100%;}
body {background:url(../Img/bg_body.gif) center bottom repeat-y;}
#wrap {width:100%; background:url(../Img/bg_header.jpg) center top no-repeat;}
#header {width:960px; height:100px; margin:0 auto; margin-top:0px; }
#container {width:960px; margin:0 auto;}
#container #content {width:960px; margin:0 auto;}
#footer {width:100%; height:90px; clear:both; background:#FFF url(../Img/bg_footer.gif) left top repeat-x;}
#footer .footerContent {width:960px; margin:0px auto;}
#footer .footerGnb {padding:20px 0 12px 0; z-index:100;}
#footer .footerGnb ul li {display:inline; margin-top:20px; margin-right:10px; padding-right:10px; background:url(../Image/bg_footerGnb_line.gif) right top no-repeat; font-size:12px;}
#footer .footerGnb .listEnd{background:url(../Img/bg_footerGnb_line.gif) -100px top no-repeat; border-right:0px; margin-right:0;}
.cert {width:960px; margin:0px auto; text-align:right; position:absolute; margin-top:-10px;}

.spot {}
.snb {width:200px; min-height:600px; float:left;}
.colgroup {width:760px; min-height:600px; float:left; background:#FFF;}
.path {text-align:left; margin-top:20px; margin-left:25px; display:block;}
.article {width:700px; margin:0 auto; margin-top:20px; margin-bottom:25px;}
.article2 {width:670px; margin:0 auto; margin-top:20px; margin-bottom:25px;} /*20091110 신규추가*/
.aside {float:right; margin-left:8px;}

/* Content */
.article {font-size:12px; line-height:18px; color:#5e686e;}
.article p {margin-bottom:18px; text-align:justify;}
.subTitle {font-weight:bold; margin-bottom:0px; color:#3e6c9a; display:block; padding-left:35px; margin-top:10px;}
.description {margin-bottom:0px; display:block; padding-left:35px;}
.list01 {padding-left:35px; padding-top:20px; padding-bottom:20px;}
.list01 li {background:url(../Img/icon_dot01.gif) 8px 3px no-repeat; text-indent:18px;}
li.icon_none {background:#FFF; text-indent:18px;}
.article img {margin-left:0px;}
.article img.none {margin-left:0px;}
.capture {margin:10px 0;}
.downlaod {width:670px; height:92px; margin-left:45px; margin-bottom:30px; background:url(../Img/bg_inquiry.gif) left top no-repeat;} /*20091112 신규추가*/
.downlaod img {margin-left:205px; margin-top:10px; border:0;}
.downlaod2 {width:670px; height:92px; margin-left:0px; margin-top:30px; background:url(../Img/bg_inquiry.gif) left top no-repeat;} /*20091112 신규추가*/
.downlaod2 img {margin-left:205px; margin-top:10px; border:0;} 



.crew_03_table {border-collapse:collapse;font-family:"돋움"; font-size:12px; color:#666; line-height:150%}
.crew_03_table td{padding:3px; border:1px #CCCCCC solid; }
.crew_03_table th{background:#D5F0FB; color:#165083; padding:5px}
.crew_03_li{list-style:disc !important}