@charset "utf-8";
/* -----------------------------
	COMMMON
-------------------------------- */
@import url(http://api.mobilis.co.kr/webfonts/css/?fontface=NanumGothicWeb);

* {
	padding: 0;
	margin: 0
}

html {
	overflow-y:scroll;
	font-family: dotum,돋움;
	font-size: 12px;
	color: #666
}

body {
	margin: 0;
	padding: 0
}

a {
	font-family: dotum,돋움;
	outline:none;
	letter-spacing:0;
	font-size: 12px
}

a:link {
	text-decoration: none;
	color: #333
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: underline;
	color:#ff45b8
}

table a {
	color: #666
}

ul,li {
	margin: 0;
	padding: 0;
	outline:none;
	letter-spacing:0;
	list-style: none
}

img {
	margin: 0;
	padding:0;
	border: 0px
}

hr {
	display: none
}

span {
	letter-spacing: 0;
	outline:none;
	letter-spacing:0
}

caption {
	display: none
}

/* -----------------------------
	텍스트광고
-------------------------------- */
.ad-text a {color: #666}
.ad-text a:hover {text-decoration: underline}


/* -----------------------------
	FLOAT 속성
-------------------------------- */
.flL {float: left}
.flR {float: right}
.clear {clear: both}


/* -----------------------------
	MARGIN - 마진속성
-------------------------------- */
.mt3 {margin-top: 3px}
.mt6 {margin-top: 6px}
.mt10 {margin-top: 10px}

.ml10 {margin-left: 10px}
.mb20 {margin-bottom: 20px}

/* -----------------------------
	FONTSTYLE - 폰트속성
-------------------------------- */
.fcPink {color: #fd00b6}

/* -----------------------------
	배너
-------------------------------- */
.banner {
	position: relative;
	overflow: hidden;
	clear:both
}

.banner .setup a {
	position: absolute;
	right: 20px;
	top: 5px;
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	text-decoration: none
}
.banner .setup2 a {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	display: block;
	font-size: 11px;
	text-align: center;
	text-decoration: none
}

/* -----------------------------
	BOX
------------------------------ */
.box {
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 10px 0
}
.box h4 {
	padding: 8px;
	border-bottom: 1px solid #dfdfdf
}
.st01 {
	border: 1px solid #dfdfdf
}
/* ---------------------------
	소호몰
--------------------------- */
.soho-mall {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	margin: 10px 0;
	padding: 20px
}
.soho-mall li {
	float: left;
	width: 70px
}
.soho-mall img {
	width: 70px
}