@charset "euc-kr";

@import url("board.css");
@import url("layout.css");
@import url("other.css");
@import url("about.css");
@import url("introduction.css");
@import url("product.css");
@import url("membership.css");

/* reset */
body {
	width:100%;
	height:100%;
    padding:0;
    margin:0;
    color:#000;
    font-family:"µ¸¿ò";
    font-size:12px;
	background:url(../images/common/tbg.jpg) no-repeat left top;
}
div, p, ol, ul, li, img, a, form, span, iframe, dl, dt, dd {
    margin:0px;
    padding:0px;
    font-family:"µ¸¿ò";
}
h1, h2, h3, h4, h5, h6 {
	display:none;
}
ul, ol { 
    list-style:none;
}
table, th, td {
    margin:0;
    padding:0;
    font-size:9pt;
    border-collapse:collapse;
}
select, input, textarea {
	font-size:12px;
	color:#000;
    font-family:"µ¸¿ò", AppleGothic, sans-serif;
	border:1px solid #c1c1c1;
	vertical-align:middle;
} 
input.image { 
	border:none; 
}
input.srh_input { 
	width:300px; 
	height:20px; 
	background:#fff; 
	padding:2px;
	font-size:12pt;
	font-weight:bold;
	border:none; 
}
fieldset {
    margin:0px;
    padding:0px;
    border:none;
}
legend {
	display:none;
}
a:link, a:visited, a:active {
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline !important;
}
img    {
    border:0px;
    font-size:0px;
}
hr {
	display:none;
}
.cboth {
	clear:both;
}

.font_red { color:#f3000b;}
.font_blue { color:#0056f3;}
.font_bold { font-weight:bold;}

.textcen { text-align:center; }

.pt5 { padding-top:5px; }
.pr5 { padding-right:5px; }
.pb5 { padding-bottom:5px; }
.pl5 { padding-left:5px; }

.pt10 { padding-top:10px; }
.pr10 { padding-right:10px; }
.pb10 { padding-bottom:10px; }
.pl10 { padding-left:10px; }

.mt5 { margin-top:5px; }
.mr5 { margin-right:5px; }
.mb5 { margin-bottom:5px; }
.ml5 { margin-left:5px; }

.mt10 { margin-top:10px; }
.mr10 { margin-right:10px; }
.mb10 { margin-bottom:10px; }
.ml10 { margin-left:10px; }

/* //reset */