﻿@charset "utf-8";

@import url("common.css");
@import url("button.css");
@import url("layout.css");

html {
	height:100%;
	min-height:100%;
	}

body {
	min-width: 1000px;
	background:#f7f7f7;
	margin:0;
	padding:0;
	font-family:"돋움", "dotum";
	letter-spacing:-0.2px;
	font-size:13px;
	color:#727272;
	height:100%; !important
	min-height:100%;
	}
	

body.seedPop{
	min-width: 0 !important;
	}

input, select, textarea{
	font-family:"돋움", "dotum";
	font-size:12px;
	}
	
img {
	vertical-align:top;
	border:none;
	}

table {
	color:#727272;
	font-size:12px;
	border-spacing:0;
	border-collapse:collapse;
	word-break:break-all;
	margin:5px 0 15px 0;
	width:100%;
	}

a {
	/* word-wrap:expression( this.style.wordWrap="normal",this.hideFocus=true); */
	text-decoration:none;
	color:#656565;
	}

ul { list-style:none; padding:0; margin:0; }

iframe { background:none; border:none; }


﻿/* for html5 */ 
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary { 
display:block; 
}