﻿@charset "utf-8";

@import url("index.css");
@import url("contents.css");

@import url("sub01.css");
@import url("sub03.css");
/*
@import url("sub02.css");
@import url("sub04.css");*/
@import url("sub05.css");

@import url("board.css");


/* 전체적인 타입  */

html { overflow: scroll; overflow-x: auto;}

* {margin:0;padding:0; font-family:돋움, Tahoma, Geneva, sans-serif; line-height:18px; letter-spacing:0; font-size:12px;}

body, table, tr, td, select, textarea { font-size:11px; line-height:150%; color:#666; }


input { font-size:12px; color:#707070; }

body { background:url(../images/bg_header.jpg) no-repeat top center; }

em,cite,address,dfn,var {font-style:normal; }

dl,ul,ol,li{ list-style:none; margin-left:0px;}

/*input, textarea, file { font-size:12px; vertical-align:middle; border: expression(( this.type=='checkbox'||this.type=='radio')?'':'1 solid #a6b5bc'); }*/
input, textarea, file { font-size:12px; vertical-align:middle; line-height:14px;}

select { font-size:12px; vertical-align:middle;  }

a { text-decoration:none; color:#707070;}

a:hover, a:active, a:focus { text-decoration:underline;}

/* For Screen Reader */
legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

/* 스타일없을시 보여지는 것 */
hr, h2, caption, address {display:none;}
.display { display:none; }

/* 테이블기본셋팅 */
table{border-collapse:collapse;border-spacing:0; }


/* 이미지 테두리0 */
img { border:0; vertical-align:middle; }

/* 링크점선 없애기(탭키활용불가능-클라이언트가원하는경우이외에는사용하지말것)
a { selector-dummy : expression(this.hideFocus=true);} */


/*  모든레이어나타내기-코딩용
div {border: #ff0000 1px solid;} */

/* 상단 검색 */
div#search-form {position:relative; width:330px; height:35px; background:url("/kor/images/bg_search.gif") no-repeat;}
div#search-form span input {vertical-align:top;}
div#search-form span.field {position:relative; float:left; display:block; width:255px;}
div#search-form input#google-search-input {position:absolute; top:5px; left:5px; width:239px; padding:3px; height:18px; border:none; font-size:12pt;}
div#search-form span.button {position:relative; float:right; display:block; width:75px;}
div#search-form span.button input {height:35px; border:none;}

a,area {blr:expression(this.onFocus=this.blur())}
:focus { -moz-outline-style:none;}
