<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
*/

/* =========================================================
list
========================================================= */
#list {
	clear: both;
	margin-bottom: 15px;
}
#list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
/* -----------------------------------------------
2 column
----------------------------------------------- */
#list .box {
	float: left;
	width: 50%;
}
#list .box .left {
	margin-right: 5px;
}
#list .box .right {
	margin-left: 5px;
}
/* -----------------------------------------------
loop parts
----------------------------------------------- */
#list .box dl {
	text-align: left;
	background: url(/img/common/ib/bg_line.gif) repeat-x 0 0;
	border: 1px solid #e6eae6;
	padding: 8px 8px 6px 8px;
	margin-bottom: 10px;
}
#list .box dt {
	margin: 7px 0 0 0;
}
#list .box dt .category {
	float: left;
	color: #ffffff;
	background-color: #336699;
	padding: 3px 12px;
}
#list .box dt .date {
	float: right;
	color: #666666;
	margin-top: 3px;
}
#list .box dt .new {
	float: right;
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 1px;
	padding-left: 24px;
	margin-top: 3px;
}
#list .box dd {
	clear: both;
	padding-top: 9px;
}
#list .box dd .world-area {
	color: #333;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#list .box dd h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 126%;
	padding: 0 0 8px 0;
}
#list .box dd .thumb {
	float: right;
	margin: 0 0 10px 10px;
}
#list .box dd .thumb img.medium {
	border: 1px solid #f7f6f5;
	background-color: #ffffff;
	padding: 1px;
	max-width: 120px;
	max-height: 90px;
}
#list .box dd .thumb img.medium:hover {
	border: 1px solid #ffcc00;
	background-color: #ffffff;
}
#list .box dd p {
	line-height: 137%;
	margin: 0 0 5px 0;
}
#list .box dd .detail {
	clear: both;
	text-align: right;
	margin-bottom: 5px;
}
#list .box dd .detail a {
	display: inline-block;
	color: #ffffff;
	background-color: #3b77b2;
	border-radius: 2px;
	white-space: nowrap;
	padding: 4px 8px;
}
#list .box dd .detail a:hover {
	background-color: #ffcc00;
}
#list .box dd .contact ul {
	list-style-type: none;
	color: #666666;
	line-height: 126%;
	vertical-align: middle;
	border-top: 1px dotted #efefef;
	padding: 4px 0 0 0;
	margin: 0;
	width: 100%;
}
#list .box dd .contact ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
#list .box dd .contact li {
	float: left;
	margin: 0 8px 0 0;
}
#list .box dd .contact li span {
	color: #999999;
	margin-right: 3px;
}
#list .box dd .contact li a {
	color: #666666;
}
#list .box dd .contact li a:hover {
	color: #37a34a;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#list .tag {
	overflow: hidden;
	margin: 8px 0 4px;
}
#list .tag .tag-box {
	font-size: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
#list .tag a {
	display: inline-block;
	color: #5c89b5;
	font-size: 12px;
	line-height: 1;
	vertical-align: bottom;
	border: 1px solid #b5cbd6;
	border-radius: 2px;
	background-color: #f7f8fa;
	padding: 3px 5px;
	margin: 0 4px 0 0;
}
#list .tag a:hover {
	color: #37a34a;
}</pre></body></html>