/**
 *  ezibbs mobile service
 *  @author : sue
 *  @create : 2011-02-28
 *  @modify :
 */

/**
 *========================================================================
 *Tag Reset
 *========================================================================
 */
h1, h2, h3, h4, h5,
dl, dt, dd, ul, li, ol,
th, td, p, blockquote,
form, fieldset, legend,
body, input {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	position:relative;
	height:auto !important;
	min-height:100%;
	min-width: 320px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.25em;
	color: #666666;
	font-family: AppleGothic, sans-serif, Dotum;
	-webkit-user-select: policy;
	-webkit-text-size-adjust: none;
	-webkit-transform-style: preserve-3d;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
img, fieldset {
	border:0 none;
}
img {
	vertical-align: middle;
}
li {
	list-style: none;
}
hr {
	display: none;
}
caption, legend {
	z-index:-1;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
address {
	font-style: normal;
}
hr {
	display:none;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link, a:hover, a:active {
	text-decoration: none;
}
a:active {
	outline: none;
}
button {
	cursor: pointer;
}
em {
	font-style: normal;
}
input[type="text"] {
	-webkit-text-size-adjust: 150%;
}
input[type="password"] {
	-webkit-text-size-adjust: 150%;
}
/**
 *========================================================================
 *Common (°øÅë)
 *========================================================================
 */
/* display type */
.d-block {
	display: block;
}
.d-inline {
	display: inline;
}
/* float fixed, float clear */
.fclear:after {
	content: "";
	display: block;
	clear: both;
}
.cb {
	clear: both;
	font: 0/0 Arial;
}
/* image replacement */
.ir *,
.blind {
	z-index:-1;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* radius */
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* ´õº¸±â ¹öÆ° */
.btn-more-view {
	margin-top: 30px;
	text-align: center;
}
.btn-more-view button {
	width: 100%;
	padding: 6px 0;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-type01 button {
	color: #fffffa;
	text-shadow: 1px 1px 0 #555;
	border: 1px solid #888;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#a6a6a6));
	background: -moz-linear-gradient(top,  #bebebe,  #9f9e9e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bebebe', endColorstr='#a6a6a6');
}
/**
 *========================================================================
 *intro - ÀÎÆ®·Î(pc¹öÀü, ¸ð¹ÙÀÏ¹öÀü ¼±ÅÃ)
 *========================================================================
 */
#introWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 350px;
	background: #1f5ada;
}
#introWrapper .pc-version,
#introWrapper .mobile-version {
	position: absolute;
	left: 0;
}
#introWrapper .pc-version:before,
#introWrapper .pc-version:after,
#introWrapper .mobile-version:after,
#introWrapper a.version-link {
	position: absolute;
	display: block;
	left: 50%;
	background: url(./bg/bg_intro_03.png) no-repeat;
}
#introWrapper .pc-version:before,
#introWrapper .pc-version:after,
#introWrapper .mobile-version:after {
	content: "";
}
#introWrapper a.version-link {
	overflow: hidden;
	top: 50%;
	width: 82px;
	height: 42px;
	margin-left: -40px;
	text-indent: -9999px;
}
	/* pc version */
	#introWrapper .pc-version {
		top: 0;
		bottom: 50%;
		width: 100%;
		background: #242424;
	}
	#introWrapper .pc-version:before {
		bottom: 0;
		top: 100%;
		margin-top: -47px;
		margin-left: -71px;
		width: 142px;
		height: 93px;
		background-position: 0 bottom;
	}
	#introWrapper .pc-version:after {
		top: 50%;
		margin-top: -56px;
		margin-left: -75px;
		width: 151px;
		height: 52px;
		background-position: 0px -52px;
	}
	#introWrapper .pc-version a.version-link {
		margin-top: 5px;
		background-position: -151px -52px;
	}
	/* mobile version */
	#introWrapper .mobile-version {
		top: 50%;
		bottom: 0;
		width: 100%;
	}
	#introWrapper .mobile-version:after {
		top: 50%;
		margin-top: -46px;
		margin-left: -75px;
		width: 151px;
		height: 52px;
		background-position: 0 0;
	}
	#introWrapper .mobile-version a.version-link {
		margin-top: 15px;
		background-position: -151px 0;
	}
/*
========================================================================
Detail - header, footer, search , contentWrap
========================================================================
*/
/* header */
#header {
	padding-top: 7px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6dce5;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e5eaf1));
	background: -moz-linear-gradient(top,  #fff,  #e5eaf1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eff2f6', endColorstr='#e5eaf1');
}
#header .header-cont {
	position: relative;
	height: 40px;
}
#header h1,
#header .my-link {
	position: absolute;
}
#header h1 a,
#header .my-link li a {
	display: block;
	width: 100%;
	height: 100%;
}
#header h1 {
	left: 10px;
	top: 0;
	width: 150px;
	height: 40px;
}
#header h1 a img {
	vertical-align: top;
}
/* »ó´Ü my link  */
	#header .my-link {
		right: 10px;
		top: 4px;
		height: 35px;
	}
	#header .my-link li {
		overflow: hidden;
		float: left;
		width: 48px;
		height: 100%;
		text-indent: -9999px;
		background: url(../images/bg_mylink.png) no-repeat;
	}
	#header .my-link li.category {
		background-position: 0 0;
	}
	#header .my-link li.about {
		background-position: -48px 0;
	}
	/* search */
	#searchSection {
		position: relative;
		height: 34px;
		padding: 0 52px 0 0;
		margin: 5px 10px 0;
	}
	#searchSection .keyword-wrap {
		display: block;
		height: 23px;
		padding: 5px 10px 0 30px;
		border: 3px solid #1f5ada;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
		background: #fff url(../images/icon_search.gif) no-repeat 8px 7px;
	}
	#searchSection .keyword-wrap #keyword {
		border: 0 none;
		width: 100%;
		height: 18px;
		line-height: 18px;
		outline: none;
		vertical-align: top;
		-webkit-appearance: none;
	}
	#searchSection .btn-submit {
		position: absolute;
		right: 0;
		top: 0;
		width: 52px;
		height: 34px;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		font-family: AppleGothic, sans-serif, Dotum;
		border: 0 none;
		text-shadow: 1px 1px 0 #000f6a;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
		background: #848584;
		background: url(../images/bg_header_search.gif) repeat-x 0 0;
	}
	#header .search-result {
		text-align: right;
		font-size: 11px;
		margin-top: 10px;
		margin-right: 10px;
	}
	#header .search-result .result-txt {
		position: relative;
		display: inline-block;
		padding-left: 8px;
			color: #838383;
	}
	#header .search-result .result-txt:after {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 2px;
		height: 2px;
		background: #838383;

	}
	#header .search-result .result-txt strong.effect {
		font-family: Helvetica;
		color: #1f5ada;
		font-size: 12px;
	}

/* pc¹öÀü, ¹®ÀÇÇÏ±â */
#contentWrap .version {
	text-align: right;
	margin-top: 20px;
}
#contentWrap .version li {
	position: relative;
	display: inline;
	margin-left: 15px;
	padding-left: 15px;
}
#contentWrap .version li:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background: #c6cedb;
}
#contentWrap .version li:first-child:after {
	display: none;
}
#contentWrap .version li a {
	color: #696969;
	font-weight: bold;
}

/* foot ad */
.foot-ad {
	position: absolute;
	width:100%;
	height: 43px;
	bottom: 0;
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: url(./bg/bg_foot_ad.gif) repeat 0 0;
}
.foot-ad a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 100%;
	background: url(./banner/foot_banner01.gif) no-repeat 50% 50%;
}

/* contentWrap */
#contentWrap {
    margin: 0;
    padding: 0;
	padding-bottom: 10px;
}

/*
========================================================================
Detail - index (¸ÞÀÎ)
========================================================================
*/
#contentWrap.index {
	color: #333;
}
#contentWrap.index h2 {
	margin-top: 20px;
	font-family: Helvetica;
	font-weight: normal;
	text-align: left;
	font-size: 1.5em;
	padding-left: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	background: url(../images/bg_index_title_bull.gif) no-repeat 5px 50%;
	border-bottom: 2px solid #EDCCCC;
}

	/* Index Board List Only ***************** */
	#contentWrap.index .board-list ul {
		margin-top: 10px;
	}
	#contentWrap.index .board-list ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#contentWrap.index .board-list li {
		padding: 3px 2px;
		margin: 0;
		border: 0 none;
		line-height: 140%;
		border-bottom: 1px solid #EDEDED;
	}

	/* Index Board List Only ***************** */
	#contentWrap.index .g-list ul {
		margin-top: 10px;
	}
	#contentWrap.index .g-list ul:after {
		content: "";
		display: block;
		clear: both;
	}
	#contentWrap.index .g-list li {
		position: relative;
		float: left;
		width: 33.3%;
		padding: 0;
		margin: 0;
		border: 0 none;
		min-height: 105px;
	}
		/* dl align, padding */
		#contentWrap.index .g-list li dl {
			position: relative;
			padding: 0 8px;
			margin-left: auto;
			margin-right: auto;
		}
		/* horizontal last-child hide */
		#contentWrap.index .g-list li:last-child {
			display: none;
		}
		/* thumb img */
		#contentWrap.index .g-list li dl .thumb-img {
			position: relative;
			width: 100%;
			height: 105px;
		}
		/* thumb img */
		#contentWrap.index .g-list dl .thumb-img img {
			width: 100%;
			height: 100%;
			vertical-align: top;
		}
		/* pname */
		#contentWrap.index .g-list li dl .pname {
			overflow: hidden;
			width: 100%;
			margin-top: 10px;
			padding-bottom: 10px;
			color: #666;
			font-size: 12px;
			line-height: 1.25;
			text-align: center;
			word-wrap: break-word;
			word-break: keep-all;
		}
		/* link */
		#contentWrap.index .g-list dl dd.link-view {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}
		#contentWrap.index .g-list dl dd.link-view a {
			overflow: hidden;
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9999px;
		}

	/* ÀÎ±â Ä«Å×°í¸® Ãß°¡ 2010-06-16 */
	#contentWrap.index #categoryList {
		position: relative;
	}
		/* ´õº¸±â */
		#contentWrap.index #categoryList .btn-more {
			position: absolute;
			right: 5px;
			top: 0;
			display: block;
			padding: 2px 15px 2px 5px;
			font-size: 11px;
			letter-spacing: -1px;
			color: #525252;
			border: 1px solid #d3d3d3;
		}
		#contentWrap.index #categoryList .btn-more:after {
			content: "";
			display: block;
			position: absolute;
			right: 5px;
			top: 50%;
			width: 5px;
			height: 4px;
			margin-top: -2px;
			background: url(./bull/bull_more_view.gif) no-repeat 0 0;
		}
		/* ¸®½ºÆ® */
		#contentWrap.index #categoryList .list {
			margin-top: 5px;
		}
		#contentWrap.index #categoryList .list:after {
			content: "";
			display: block;
			clear: both;
		}
		#contentWrap.index #categoryList .list li {
			float: left;
			width: 50%;
			padding-top: 5px;
		}
		#contentWrap.index #categoryList .list li a {
			position: relative;
			display: block;
			height: 27px;
			padding: 0 5px;
			margin-right: 5px;
			line-height: 27px;
			color: #5685b1;
			font-size: 11px;
			letter-spacing: -1px;
			text-align: right;
			border: 1px solid #d5dce7;
		}
		#contentWrap.index #categoryList .list li a:before {
			content: "";
			display: block;
			position: absolute;
			left: 5px;
			top: 50%;
			width: 32px;
			background: url(./bg/bg_index_category_list.png) no-repeat;
		}
		#contentWrap.index #categoryList .list li.woman a:before {
			height: 25px;
			margin-top: -13px;
			background-position: 0 0;
		}
		#contentWrap.index #categoryList .list li.man a:before {
			height: 25px;
			margin-top: -12px;
			background-position: 0 -25px;
		}
		#contentWrap.index #categoryList .list li.mobile a:before {
			height: 16px;
			margin-top: -8px;
			background-position: 0 -50px;
		}
		#contentWrap.index #categoryList .list li.fashion a:before {
			height: 19px;
			margin-top: -9px;
			background-position: 0 -66px;
		}
		#contentWrap.index #categoryList .list li.sport a:before {
			height: 21px;
			margin-top: -10px;
			background-position: 0 -84px;
		}
		#contentWrap.index #categoryList .list li.baby a:before {
			height: 24px;
			margin-top: -12px;
			background-position: 0 -105px;
		}

/**
 *========================================================================
 *Detail - category (Ä«Å×°í¸®)
 *========================================================================
 */
#contentWrap.category {
	margin-top: 10px;
}
#contentWrap.category .cate-list {
	border-top: 1px solid #e7e7e7;
}
#contentWrap.category .cate-list:after {
	content: "";
	display: block;
	clear: both;
}
#contentWrap.category .cate-list li {
	padding-right: 10px;
	border-bottom: 1px solid #e7e7e7;
}
#contentWrap.category .cate-list li a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
	text-transform: capitalize;
	background: url(./bull/bull_category_list.gif) no-repeat right 50%;
}
#contentWrap.category .cate-list li a span {
	color: #ffbe0b;
	font-weight: bold;
	font-size: 10px;
	font-family: Tahoma;
}
#contentWrap.category .cate-list li a span:before {
	content: "[";
}
#contentWrap.category .cate-list li a span:after {
	content: "]";
}

/*
========================================================================
Detail - about (¼Ò°³)
========================================================================
*/
#contentWrap.about {
	margin-top: 35px;
}
#contentWrap.about .tit01,
#contentWrap.about .tit02 {
	overflow: hidden;
}
#contentWrap.about .tit01 span,
#contentWrap.about .tit02 span {
	visibility: hidden;
}
#contentWrap.about .txt-cont01-01,
#contentWrap.about .txt-cont01-02,
#contentWrap.about .txt-cont01-03,
#contentWrap.about .txt-cont02-01,
#contentWrap.about .txt-cont02-02,
#contentWrap.about .txt-cont02-03 {
	margin-top: 15px;
	font-size: 11px;
	color: #7d99b0;
}
#contentWrap.about .tit01 {
	width: 119px;
	height: 25px;
	background: url(./stit_about01.gif) no-repeat 0 0;
}
#contentWrap.about .tit02 {
	width: 220px;
	height: 36px;
	margin-top: 35px;
	background: url(./stit_about02.gif) no-repeat 0 0;
}

#contentWrap.about .txt-cont02-03 {
	padding-right: 150px;
	min-height: 150px;
	background: url(./img_about_bg01.gif) no-repeat right 0;
}


/*
========================================================================
Detail - inquiry (¹®ÀÇ)
========================================================================
*/
#contentWrap.inquiry {
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
}
#contentWrap.inquiry h2 {
	margin-top: 20px;
	font-family: Helvetica;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	font-weight: bold;
	background: url(./bg/bg_index_title_bull.gif) no-repeat 0 50%;
}
#contentWrap.inquiry .txt-list {
	margin-left: 5px;
}
#contentWrap.inquiry .txt-list p {
	position: relative;
	padding: 25px 0 25px 15px;
	color: #808080;
	font-weight: bold;
	line-height: 1.5;
	background: url(./bg/bg_index_title_left.gif) repeat-x  0 0;
	background: url(./bg/bg_index_title_left.gif) no-repeat left bottom,
				url(./bg/bg_index_title_right.gif) no-repeat right bottom,
				url(./bg/bg_index_title_mdl.gif) repeat-x 0 bottom;
}
#contentWrap.inquiry .txt-list p span,
#contentWrap.inquiry .txt-list p a {
	color: #454545;
	font-family: Tahoma;
}
#contentWrap.inquiry .txt-list p em {
	font-weight: normal;
}
#contentWrap.inquiry .txt-list p:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-width: 3px 0 3px 3px;
	border-style:solid;
	border-color:transparent #57585a;
}
#contentWrap.inquiry .txt-list p.txt01 {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 13px;
	background: none;
}
#contentWrap.inquiry .txt-list p.txt01:before,
#contentWrap.inquiry .txt-list p.txt02:before {
	display: none;
}
#contentWrap.inquiry .txt-list p.txt02 {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}

#footer {
    text-align: center;
    background-color: #ececec;
    border-top: 1px solid #CCCCCC;
    line-height: 150%;
    padding: 15px;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}
.btn-f { cursor: pointer; background-color: #ffffff; border: 1px solid #ccc; padding: 0 10px; height: 28px; font-weight: bold; color: #a0a0a0; }
.btn-r { cursor: pointer; background-color: #f96010; border: 1px solid #f96010; padding: 0 10px; height: 28px; font-weight: bold; color: #ffffff; }

/** ±Ûº¸±â **/
.view-title {
    padding: 5px 3px;
    text-align: left;
    background-color: #ececec;
	font-weight: bold;
}
.view-write {
    height: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.view-write .view-write-name {
    float: left;
    padding: 3px 5px;
}
.view-write .view-write-date {
    float: right;
    padding: 3px 5px;
    border-left: 1px solid #CCCCCC;
}
.view-cont {
    padding: 5px 3px;
    text-align: left;
}


.view-cont img {
	vertical-align: middle;
	min-width: 220px;
	width: 95% !important;
	height: inherit !important;
	margin:1px;
}



