﻿/* ------------------------------공통------------------------------ */
body
{
    font-family:"굴림체";
    font-size:9pt;
    color:#414141;
    margin:0px;
}
a:link    {text-decoration:none ; color:#414141;}
a:visited {text-decoration:none ; color:#414141;}
a:active  {text-decoration:none ; color:#ff7800;}
a:hover   {text-decoration:none ; color:#ff7800;}
table
{
    font-family:"굴림체";
    font-size:9pt;
    border:0px solid;
    border-collapse:collapse;
    border-spacing:0px;
}
td
{
    text-decoration:none;
    word-break:break-all;
    padding:0px;
    margin:0px;    
}
img
{
    border-width:0px;
    border-style:none;
}
input, select
{
    font-family:굴림체;
    font-size:10pt;
    color:#414141;
    padding:1px 1px 0px 0px;
}
textarea
{
    font-family:굴림체;
    font-size:10pt;
    color:#414141;
    padding:1px;
    line-height:13px;
}
/* ------------------------------메뉴------------------------------ */
div.menu_top
{
    display:none;
    position:absolute;
}
div.menu_item
{
    visibility:hidden;
    display:none;
    position:absolute;
    left:0px;
    top:0px;
}
td.menu_text
{
    padding-left:6px;
    padding-right:6px;
    text-align:left;
    white-space:nowrap;
}
/* ----------------------------메인화면---------------------------- */
.main_notice
{
    table-layout:fixed;
}
.main_notice td
{
    margin:0px;
    padding:3px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.main_table th
{
    margin:0px;
    padding:9px 2px 6px 2px;
    font-size:11px;
    font-family:"굴림";
    color:#385e7d;
    font-weight:lighter;
    border-bottom:1px #b6c7d3 solid;
}
.main_table td
{
    margin:0px;
    padding:6px 2px 4px 2px;
    border-bottom:1px #b6c7d3 solid;
}
.black
{
    color:#414141;
}
.gunsul
{
    background-image:url(../images/Main/gunsu_bg.gif); 
    background-repeat:repeat-x; 
    color:#5a97d8;
    padding:2px 0px 0px 0px;
}
.gunsul a:link    {text-decoration:none ; color:#5a97d8;}
.gunsul a:visited {text-decoration:none ; color:#5a97d8;}
.gunsul a:active  {text-decoration:none ; color:#ff7800;}
.gunsul a:hover   {text-decoration:none ; color:#ff7800;}

.gunsur
{
    background-image:url(../images/Main/gunsu_bg.gif); 
    background-repeat:repeat-x; 
    color:#5a97d8;
    padding:2px 0px 0px 0px;
    text-align:right;
}
/* -----------------------------Content---------------------------- */
div.content
{
    padding:12px 0px 0px 32px;
}
div.popup
{
    padding:12px 0px 0px 12px;
}
/* ------------------------------상단------------------------------ */
.user
{
    font-family:"굴림";
    font-size:11px;
    color:#4b4b4b;
    text-align:right;
    padding:15 0 0 0;
    height:41px;
}
.top_btn
{
    text-align:center;
    width:285px;
    padding:10 0 0 0;
}
.menu
{
    padding-right:10px;
    height:26px;
    text-align:right;
    vertical-align:bottom;
}
/* -----------------------------타이틀----------------------------- */
.title
{
    border-bottom:3px solid #3273d5;
}
.title_bar
{
    border-bottom:1px solid #3273d5;
}
.title_btn
{
    text-align:right;
    vertical-align:bottom;
    padding-bottom:1px;
 }
.title_popup_btn
{
    text-align:right;
    vertical-align:bottom;
    padding-bottom:3px;
}
/* ---------------------------검색테이블--------------------------- */
.search_ne
{
    border-top:1px solid #C7C7C7;
    border-bottom:0px solid #C7C7C7 !important;
    border-right:1px solid #C7C7C7;
    padding:3px 9px 2px 9px;
    font-weight:bold;
}
.search td
{
    border-top:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    padding:3px 9px 2px 9px;       
}
.search input
{
    padding:2px;
    height:expression((this.type=='text' || this.type=='file') ? '12' : '');
    border:expression((this.type=='text' || this.type=='file') ? '1pt solid #C7C7C7' : '');
}
.search_th
{
    border-top:1px solid #b8cfe5;
    border-bottom:1px solid #b8cfe5;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    background:#E7EFF7;
    padding:3px 9px 2px 9px;
    text-align:center;
    font-weight:bold;
}
.search_es
{
    border-top:1px solid #b8cfe5;
    border-bottom:1px solid #b8cfe5;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    background:#E7EFF7;
    padding:3px 9px 2px 9px;
    background-position:top right;
    background-repeat:no-repeat;
    background-image:url('../images/Icon/icEssential.gif');
    text-align:center;
    font-weight:bold;
}
.searchbtn
{
    background:#ebebeb;   
    width:70px;    
    text-align:center;
    table-layout:fixed;
    vertical-align:middle;
}
.bigsearchbtn
{
    background:#ebebeb;
    vertical-align:top;
    width:70px;
    text-align:center;
    table-layout:fixed;
    vertical-align:middle;    
}
/* ---------------------------입력테이블--------------------------- */
.form td
{
    border-top:1px solid #C7C7C7;
    border-bottom:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    padding:3px 9px 2px 9px;
    height:20px;
}
.form input
{
    padding:2px;
    height:expression((this.type=='text' || this.type=='password' || this.type=='file') ? '12' : '');
    border:expression((this.type=='text' || this.type=='password' || this.type=='file') ? '1pt solid #C7C7C7' : '');
}
.form_th
{
    border-top:1px solid #b8cfe5;
    border-bottom:1px solid #b8cfe5;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    background:#E7EFF7;
    padding:3px 9px 2px 9px;
    text-align:center;
}
.form_th2
{
    border-top:1px solid #b8cfe5;
    border-bottom:1px solid #b8cfe5;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    background:#F7FCEC;
    padding:3px 9px 2px 9px;
    text-align:center;
}
.form_es
{
    border-top:1px solid #b8cfe5;
    border-bottom:1px solid #b8cfe5;
    border-right:1px solid #C7C7C7;
    border-left:1px solid #C7C7C7;
    background:#E7EFF7;
    padding:3px 9px 2px 9px;
    background-position:top right;
    background-repeat:no-repeat;
    background-image:url('../Images/Icon/icEssential.gif');
    text-align:center;
}
.form_box
{
    border:1px solid #b8cfe5;
}
.form_box2
{
    border:1px solid #b8cfe5;
    text-align:right;
}

/* ---------------------------목록테이블--------------------------- */
.list
{
    border-top:2px solid #3b89d4;
}
/* ---------------------------숨김테이블--------------------------- */
.hid
{
    border:0px solid;
    border-collapse:collapse;
    border-spacing:0px;
    padding:0px;
    margin:0px;
}
.hid td
{
    border:0px solid;
    padding:0px;
    margin:0px;
}
.hid input
{
    padding:0px;
    margin:0px;
}
/* ---------------------------파일업로드--------------------------- */
div.fileinputs
{
    position:relative;
}
div.fakefile
{
    position:absolute;
    z-index:1;
}
div.fakefile input
{
    padding:0px;
}

input.file
{
    position:relative;
    -moz-opacity:0 ;
    filter:alpha(opacity:0);
    opacity:0;
    z-index:2;
}
.mark
{
    position:absolute;
    left:30px;
    top:0px;
    height:600px;
    width:1px;
    border-bottom:1px solid #A31515;
}
/* ----------------------------입력박스---------------------------- */
.readOnly
{
    background-color:#f5f5f5;
}
.readOnlyNoBox
{
    background-color: #FFFFFF;
	border-top:0px solid #b8cfe5;
    border-bottom:0px solid #b8cfe5;
    border-right:0px solid #C7C7C7;
    border-left:0px solid #C7C7C7;  
}
.readOnlyRight
{
    background-color:#f5f5f5;
    text-align:right;
}
.alignRight
{
    text-align:right;
}
.alignCenter
{
    text-align:center;
}
.spanRight
{
    text-align:right;
    display:block;
}
.readOnlyCenter
{
    background-color:#f5f5f5;
    text-align:center;
}
/* -----------------------------로그인----------------------------- */
.login
{
    background-image:url(../Images/Login/loginbg.gif);
    background-repeat:repeat-x;
    height:100%;
}
.login_table
{
    background-image:url(../Images/Login/loginbg2.gif);
    background-repeat:no-repeat;
    width:100%;
}
.login_form td
{
    padding:0px 3px 0px 3px;
}
.login_fla
{
    table-layout:fixed;
    width:513px;
    height:399px;
    vertical-align:top
}
.login_slo
{
    padding-left:337px;
    vertical-align:bottom;
    height:145px;
}
/* ----------------------------제품목록---------------------------- */
.protitle
{
    border-bot:2px solid #3b89d4;
    color:#393939;
    font-weight:bold;
}
.prolist
{
    border-top:2px solid #3b89d4;
    padding: 15px 0px 15px 0px;
}
.prodetail th
{
    border:1px solid #c3cfd5;
    padding: 6px 2px 4px 2px;
    font-weight:lighter;
    background:#E7EFF7;
    color:#404040;
}
.prodetail td
{
    border:1px solid #c3cfd5;
    padding: 4px 3px 2px 3px;
    color:#404040;
    text-align:center;
}
.prodetaillist
{
    border-bottom:1px solid #3b89d4;
    padding: 0px 0px 5px 0px;
}
.proimg
{
    border:1px solid #c3cfd5;
}
/* ------------------------------Tab------------------------------- */
#tabs1 {
    float:left;
    width:100%;
    background:#ffffff;
    line-height:normal;
    border-bottom:1px solid #BCD2E6;
}
#tabs1 li {
    display:inline;
    margin:0;
    padding:0;
}
#tabs1 a {
    float:left;
    background:url("../Images/Common/tab1_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#tabs1 a span {
    float:left;
    display:block;
    background:url("../Images/Common/tab1_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#627EB7;
    cursor:hand;
}
#tabs1 #current a 
{
    background-position:0% -42px;
}
#tabs1 #current a span
{
    background-position:100% -42px;
}
/* ---------------------------마이페이지--------------------------- */
.mypage th
{
    border-bottom:1px solid #abc6d6;
	height:38px;
}
.mypage td
{
    border-bottom:1px solid #abc6d6;
	padding: 7px 20px 7px 20px;
}
.mypage input
{
    padding:2px;
    height:12;
    border:1pt solid #C7C7C7;
}
/* ---------------------------곡선페이지--------------------------- */
.curvepage th
{
    border-bottom:1px solid #abc6d6;
	height:38px;
	text-align:left;
}
.curvepage td
{
    border-bottom:1px solid #abc6d6;
	padding: 7px 20px 7px 20px;
}
.curvepage input
{
    padding:2px;
    height:12;
    border:1pt solid #C7C7C7;
}
/*AutoComplete flyout */
.autocomplete_completionListElement 
{  
    margin : 0px!important;
    background-color : inherit;
    color : windowtext;
    border : buttonshadow;
    border-width : 1px;
    border-style : solid;
    cursor : 'default';
    overflow : auto;
    height : 200px;
    text-align : left; 
    list-style-type : none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}
/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}



/* calendar View 날짜 스타일*/
.calendar
{
	padding-top:6px;
	padding-right:6px;
	padding-left:6px;
}


/* table안에 그림 정렬*/
.tableA {
    width: auto;
    height: 1px;
    margin: auto;
    text-align: center;
}