<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*
ko-KR
*/

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

/* =========================================================
common
========================================================= */

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

a:link {
	color: #0085dd;
}
a:visited {
	color: #0085dd;
}
a:hover {
	color: #ffcc00;
}

/* -----------------------------------------------
left menu
----------------------------------------------- */

#side-left .menu h3 {
	border-top: 4px solid #666666;
	border-bottom: 1px solid #666666;
}
#side-left .menu div a {
	background-color: #666666;
}
#side-left .category {
	color: #999999;
}
#side-left .category li {
	background: url(/img/common/panel/left_nav_point.png) no-repeat 0 8px;
}
#side-left .activity {
	font-size: 12px;
	border-bottom: 1px solid #e6eae6;
	padding: 8px 0 17px 0;
	margin: -15px 0 25px 0;
}
#side-left .activity dt {
	color: #777;
	margin-bottom: 2px;
}

/* -----------------------------------------------
left menu / profile
----------------------------------------------- */

#side-left .profile {
	margin-bottom: 20px;
}
#side-left .profile .image {
	text-align: center;
	background-color: #666666;
	border-radius: 3px;
	padding: 20px 10px;
	margin-bottom: 2px;
}
#side-left .profile .image img {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	padding: 5px;
	max-width: 80px;
	max-height: 60px;
}
#side-left .profile .image img:hover {
	border: 1px solid #ffcc00;
}
#side-left .profile .uname a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	color: #ffffff;
	text-align: center;
	line-height: 100%;
	background-color: #666666;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 3px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	cursor: pointer;
	padding: 12px 5px 7px 5px;
}
#side-left .profile .uname a:hover {
	background-color: #ffcc00;
}

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

.pagination-bottom:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.paging .bg {
	background-color: #666666;
}
.paging li a:hover {
	color: #ffffff;
	background-color: #666;
}

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

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

/* =========================================================
name option
========================================================= */

.name-option {
	line-height: 126%;
}
.name-option .check {
	margin-bottom: 8px;
}
.name-option .check span {
	background-color: #fff785;
	padding: 2px 4px;
	margin-right: 5px;
}
.name-option ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.name-option ul li {
	padding: 1px 0;
}
.name-option ul li div {
	display: inline-block;
}
.name-option li input {
	vertical-align: middle;
}

/* =========================================================
nodata
========================================================= */

#nodata-panel {
	clear: both;
	margin: 20px 0;
}
#nodata-panel h3 {
	color: #ea5549;
	font-size: 15px;
	margin-bottom: 12px;
}
#nodata-panel p {
	line-height: 146%;
	margin-bottom: 10px;
}
#nodata-panel ul {
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 1.2em;
}
#nodata-panel li {
	margin-bottom: 5px;
}
</pre></body></html>