﻿/* BASE TAGS Default Css*/
/* HTML */
html {
	font-style: normal;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* BODY */
body {
	font-style: normal;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* FORM */
form {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
/*img */
img {
	border: 0;
}
/* OTHER TAGS */
/* TABLE */
table, td {
	font-weight: normal;
}
/* HR */
hr {
	height: 1px;
	border: 0px;
	border-top: Solid 1px #BBD7DD;
	display: block;
	width: 200px;
}
/*H*/
/*게시판제목*/
h1 {
	margin: 0px!important;
	padding: 0px!important;
	font-size: 195%!important;
	font-weight: normal!important;
	letter-spacing: 101%;
}
h2 {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: lighter;
	font-size: 210%;
}
/*게시물제목*/
h3 {
	font-weight: lighter;
	font-size: 170%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
}
/*본문title*/
h4 {
	font-weight: bold;
	font-size: 130%;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
/*list*/
ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 2px;
}
ul.list {
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 13px;
}
li {
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}
/* P */
p {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
	line-height: 180%;
}
/* PRE */
pre {
	margin-top: 23px;
	margin-bottom: 23px;
	font-family: Courier New;
	font-size: 13px;
	padding: 20px;
	color: #000000;
	background-color: #FFFFFF;
}
/* TEXTAREA */
textarea, select, input {
	font-size: 11px;
	font-family: Tahoma, Arial;
}
textarea, select {
	background-color: #FFFFFF;
}
/* INPUT */
/* DIV */
/* SPAN */
/* A */
a:link, a:visited, a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* OTHER */
/* Etc */
.SpaceW0 {
	width: 0px;
}
.SpaceW1 {
	width: 1px;
}
.SpaceW5 {
	width: 5px;
}
.SpaceW10 {
	width: 10px;
}
.SpaceW20 {
	width: 20px;
}
.SpaceH0 {
	height: 0px;
}
.SpaceH2 {
	height: 2px;
}
.SpaceH5 {
	height: 5px;
}
.SpaceH10 {
	height: 10px;
}
.SpaceH15 {
	height: 15px;
}
.AlignCenter,.NtAlignCenter {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
	vertical-align: bottom;
}
.AlignRight2 {
	text-align: right;
}
.pngstyle {
	border: 0;
	tmp: expression(fixPng(this));
}
.fc
{
    margin-left:auto;
    margin-right:auto;
}
.hidden
{
    visibility:hidden;
}

/*Etc*/
.wpEtcTitle
{
	padding:70px 5px 6px 5px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #e1e1e1;
	color:#999999;
}
.wpEtcTable 
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
	padding-bottom: 0px;
	padding-top:15px;
}

.wpEtcLeft
{
	padding: 3px 20px 3px 10px;
	text-align: left;
}
.wpEtcRight
{
	padding: 3px 5px 3px 5px;
	text-align: left;
	font-weight:bold;
	color:#575757;
}
.wpEtcTxt
{
	padding: 3px 25px 3px 25px;
    font-weight:bold;
}
.wpEtcBtn
{
    padding: 10px 10px 5px 5px;    
	cursor: hand;
}
.wpEtcInput, input.wpEtcInput,.wpEtcInputWarning, input.wpEtcInputWarning
{
    width:130px;
    height:15px;
    text-align:left;    
}
.bold
{
    font-weight:bold;
}
.wpEtcBottom
{
	padding: 12px 5px 12px 5px;
	text-align:center;
	border-top: 1px solid #e1e1e1;
}
.wpLoading
{
    background: url(../Images/Info/Hourglass.png);
    background-repeat:no-repeat;
    background-size:16px 16px;
    padding:0px 2px 2px 24px;
    color: #575757;   
}
.wpInfo
{
    background: url(../Images/Info/Warning.png);
    background-repeat:no-repeat;
    background-size:16px 16px;
    padding:0px 2px 2px 24px;
    color: #da3025;
}
.ubCustomerLink
{
    width:530px;
}