﻿@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 {}
#wrap {width:100%; background:#FFF url(../Img/bg_header.jpg) center top no-repeat;}
#header {width:960px; height:100px; margin:0 auto; margin-top:0px; }
#container {width:100%; margin:0 auto; background:#FFFFFF;}
#container #content {width:960px; margin:0 auto; padding-top:0px; padding-bottom:0px;}
#footer {width:100%; height:90px; clear:both; background:#f2f2f2 url(../Img/bg_footer.gif) left bottom 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(../Image/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:230px; min-height:600px; float:left;}
.colgroup {width:700px; min-height:600px; margin-top:0px; float:left; background:#FFFFFF}
.path {text-align:left; margin-top:30px;}
.article {width:700px; margin-top:10px;}
.aside {float:left; 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;}
.article img {margin-left:0px;}
.article .title {margin-bottom:0px; display:block;}

/* Sitemap */
.sitemap {padding-top:50px; margin-left:80px; width:546px;}
* + html .sitemap {margin-top:50px; margin-left:80px; width:0px;}
