﻿@charset "utf-8";

/* 
 * 작성자 : 김민정
 * 작성일 : 2013-06-14
 * 이메일 : designshake@solva.co.kr
 */

/* reset */
html,body{margin:0;padding:0;height:100%;}
body{font:12px/1.5 georgia, "돋움", Dotum, "굴림", Gulim, Arial, sans-serif;background:url('../../images/Login_New_Images/bg_body.png');color:#767676;}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,tfoot,thead,th,td{margin:0;padding:0;}
input,textarea,select,td,th{font:12px/1.5 "돋움", Dotum, "굴림", Gulim, Arial, sans-serif;color:#767676;vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:collapse;}
ol,ul,li{list-style:none;}
hr, legend, caption, .hidden{position:absolute;left:-5000px;top:0;visibility:hidden;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%;}
caption{position:relative;}
img,fieldset{border:0 none;}
label,button{cursor:pointer;}
em,address{font-style:normal;}
a:link,a:visited{color:#767676;text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:underline;} 

/**** form ****/
.input_ins{ width:150px; height: 20px ; border:1px solid #BBBBBB; font-size: 12px;   color: #666666; background: #FFFFFF; line-height: 1.0;padding-right:5px;padding:3px 0px 0px 2px;}

/**** height ****/
.h_150 {height:270px;}

/**** align ****/
.align_center {text-align:center;}

/**** margin ****/
.m_t40 {padding-top:40px;}
.m_t60 {padding-top:60px;}

/**** div ****/
.div_tqms {width:400px; position:absolute; top:100px;left:0; background:yellow;}
.div_login {width:350px; height:90px; margin:0 auto; background:red; position:absolute; top:220px;left:25px;}
.div_notice {width:798px; height:34px; margin:0 auto;  padding-top:15px;}

/**** position ****/
.m_center {margin:0 auto;}

.bg_bar {background:url("../../images/Login_New_Images/bg_bar.jpg"); width:100%; height:800px;}
.back_tqms {background:url("../../images/Login_New_Images/background.jpg"); width:1200px; height:800px; margin:0 auto;}
.content_table {width:800px;  margin:0 auto;}
.pos_table {padding-top:150px; }