@charset "UTF-8";

/*
ko-KR
*/

/* common */
@import "/css/kor/common/seed.css";
@import "/css/kor/common/exmedia.css";
@import "/css/kor/common/enlarge.css";
@import "/css/kor/common/fan.css";

/* =========================================================
view-tab
========================================================= */
.view-tab li a {
	background-color: rgba(255,213,100,1);
}
.view-tab li a:hover {
	background-color: rgba(255,213,100,.8);
}
.view-tab li.on a {
	background-color: rgba(248,181,0,1);
}
.view-tab li.list a span {
	background-image: url(/img/common/bs/view_list.png);
}
.view-tab li.map a span {
	background-image: url(/img/common/bs/view_map.png);
}
.view-tab li.pic a span {
	background-image: url(/img/common/bs/view_pic.png);
}
.view-tab li.video a span {
	background-image: url(/img/common/bs/view_video.png);
}
/* =========================================================
common
========================================================= */

/* -----------------------------------------------
link color
----------------------------------------------- */

a:link {
	color: #d2691e;
}
a:visited {
	color: #d2691e;
}
a:hover {
	color: #00ac9a;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */
#side-left .menu h3 {
	border-top: 4px solid #f8b500;
	border-bottom: 1px solid #f8b500;
}
#side-left .menu div a {
	background-color: #f8b500;
}
#side-left .category li {
	background: url(/img/common/bs/left_nav_point.png) no-repeat 0 9px;
}
#side-left .category li.sell {
	background: url(/img/common/bs/left_nav_category_sell.png) no-repeat 0 8px;
}
#side-left .category li.buy {
	background: url(/img/common/bs/left_nav_category_buy.png) no-repeat 0 8px;
}
#side-left .category li.rent {
	background: url(/img/common/bs/left_nav_category_rent.png) no-repeat 0 8px;
}
#side-left .category li.borrow {
	background: url(/img/common/bs/left_nav_category_borrow.png) no-repeat 0 8px;
}
#side-left .category li.free {
	background: url(/img/common/bs/left_nav_category_free.png) no-repeat 0 8px;
}
#side-left .category li.exchange {
	background: url(/img/common/bs/left_nav_category_exchange.png) no-repeat 0 8px;
}
/* -----------------------------------------------
location
----------------------------------------------- */

.location h3 {
	background-color: #f8b500;
}
.location div {
	background: url(/img/common/bs/location_bg.png) no-repeat 100% 100%;
	height: 11px;
}
.location p {
	background: url(/img/common/bs/location_arrow.png) no-repeat 10px 0;
	height: 11px;
}

/* -----------------------------------------------
contents name
----------------------------------------------- */

#contents-name h2 a {
	display: block;
	background: url(/img/kor/bs/title.gif) no-repeat 0 0;
	width: 143px;
	height: 50px;
}

/* -----------------------------------------------
nodata reg
----------------------------------------------- */

#nodata div a {
	background-color: #f8b500;
}

/* -----------------------------------------------
pagination
----------------------------------------------- */

.paging .bg {
	background-color: #f8b500;
}

/* -----------------------------------------------
text ad
----------------------------------------------- */

#sidead li.textad {
	background-color: #fdf3d9;
}

/* -----------------------------------------------
category color
----------------------------------------------- */
.sell {
	background-color: #ef857d;
}
.buy {
	background-color: #68a9cf;
}
.rent {
	background-color: #67b5b7;
}
.borrow {
	background-color: #a688bd;
}
.free {
	background-color: #ff9966;
}
.exchange {
	background-color: #ffbf00;
}