@charset "utf-8";
/**
* OLYM Cascading Style Sheets
* File Name : default.css
* Description : (주)지알엠 기본 스타일시트
* Author : Web business Team / Choi Hyun Mi
* Email : designtj@olymcompnay.com
* Date : 2010.08.19
* Update : 2010.08.19
* Copyright(c) 2010 OLYM Communications. All Rights Reserved.
*/

body {
  font-size:0.75em;
  font-family:"돋움", "돋움체";
  line-height:1.2em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding:0;
  margin:0;
}
ol, ul, li {
  list-style:none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:normal;
  font-size:100%;
}
form, fieldset, img {
  border:0;
}
address, caption, em {
  font-weight:normal;
  font-style:normal;
}
/* anchor - 지정순서 link, visited, hover, active */
a {
  text-decoration : none;
  font-size:0.9em;
  letter-spacing:-0.1em;
  color:#727476;
}
a:link, a:visited {
  color : #727476;
  text-decoration:none;
}
a:hover, a:active {
  color:#fd7a19;
  text-decoration:underline;
}
/* 숨김영역 */
#accessibility, .skip, hr, legend {
  position:absolute;
  width:0;
  height:0;
  font-size:0;
  line-height:0;
  overflow:hidden;
  visibility:hidden;
}
/* Layout Selector */
html, body {
  height: 100%;
}
#wrap {
  width:100%;
  height:100%;
}
#header {
  width:100%;
  height:220px;
  position:relative;
  z-index:102;
}
#lnb {
  width:100%;
  height:106px;
  margin:0 auto;
  position:absolute;
  z-index:103;
}
/* margin으로 container 높이100% 만듬 */
#container {
  width:100%;
  position:relative;
  margin:0 auto;
}
/* IE Hack */
*html #container {
  height:100%;
}
#footer {
  width:100%;
  height:180px;
  background:url(/template/design/com/bg_footer.jpg) repeat-x;
  position:relative;
  margin:0 auto;
}
#sitemap {
  z-index:1000;
  position:relative;
  width:980px;
  margin:0 auto;
}
#sitemap_ov {
  z-index:1001;
  display:none;
  position:absolute;
  top:72px;
  height:250px;
}
#spot {
  width:100%;
  height:89px;
  position:absolute;
  z-index:1;
  left:0;
  top:-115px;

}
/* padding으로 contents-box 원래높이 지정 */
#contents_box {
  top:59px;
  width:980px;
  margin:0 auto 59px auto;
  position:relative;
  background:url(/template/design/com/bg_snb.jpg) repeat-y;
  z-index:50;
}
#snb {
  width:280px;
  float:left;
  position:relative;
  z-index:100;
}
#contents {
  width:700px;
  float:left;
  position:relative;
  top:-30px;
  padding-bottom:30px;
}
.space {
  clear: both;
  display: block;
  float: none;
  font-size: 0 !important;
  height: 0;
  line-height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}
#snb ul {
  padding:20px 0 0 25px;
}
#snb li {
  padding:24px 20px 11px 28px;
  border-bottom:1px solid #ececec;
  width:152px;
}
#snb .li_bottom {
  padding:24px 20px 11px 28px;
  border-bottom:0px solid #ececec;
  width:152px;
}
.stle {
  float:left;
  width:700px;
  height:135px;
  position:relative;
}
.stle h2 {
  padding:35px 0 8px 0;
}
.stle li {
  float:left;
  color:#82a039;
  font-size:0.95em;
}
.stle li a {
  color:#82a039;
  font-size:0.95em;
}
.stle li a:hover {
  color:#8d95a3;
  font-size:0.95em;
  text-decoration:underline;
}
.footer_box {
  width:960px;
  margin:0 auto;
  position:relative;
  background:url(/template/design/com/bg_footer_sub.jpg) no-repeat;
  padding:43px 0 0 20px;
}
.btn_footer1 {
  position:relative;
  width:960px;
}
.btn_footer1 li {
  float:left;
  padding-left:21px;
  background:url(/template/design/com/bg_footer_btn.jpg) no-repeat 10px top;
}
.btn_footer1 .li_left {
  float:left;
  padding-left:0;
  background:none;
}
.btn_footer1 .btn_top {
  float:right;
  background:none;
  padding-right:12px;
}
.p_address {
  clear:both;
  padding:21px 0 18px 0;
}
.p_mail {
  clear:both;
  padding-bottom:7px;
}
.btn_footer2 {
  position:relative;
  width:960px;
}
.btn_footer2 li {
  float:left;
}
