<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/picture.css";

/* =========================================================
enlarge window
========================================================= */
/* -----------------------------------------------
header
----------------------------------------------- */
.enlarge-picture .info .header {
	margin-bottom: 10px;
}
.enlarge-picture .info .header:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .header .date {
	float: right;
	color: #666666;
	margin: 5px 0 0 0;
}
.enlarge-picture .info .header .date .new {
	color: #ff3399;
	background: url(/img/common/common/icon_new.gif) no-repeat 0 2px;
	padding-left: 26px;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
.enlarge-picture .info .world-area {
	display: inline-block;
	color: #333;
	margin-right: 10px;
}
/* -----------------------------------------------
article
----------------------------------------------- */
.enlarge-picture .info .article {
	padding-bottom: 14px;
}
.enlarge-picture .info .article:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	height: 0;
	clear: both;
}
.enlarge-picture .info .article dt {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	line-height: 126%;
	margin-bottom: 8px;
}
.enlarge-picture .info .article dd p {
	line-height: 126%;
}
.enlarge-picture .info .review-preview {
	margin-bottom: 15px;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
.enlarge-picture .info .footer {
	clear: both;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.enlarge-picture .footer .left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.enlarge-picture .footer .left ul {
	list-style-type: none;
	line-height: 126%;
	padding: 0;
	margin: 0;
}
.enlarge-picture .footer .left li {
	float: left;
	color: #666666;
	margin: 0 8px 0 0;
}
.enlarge-picture .footer .left li a {
	color: #666666;
}
.enlarge-picture .footer .left li a:hover {
	color: #37a34a;
}
.enlarge-picture .footer .left li span {
	color: #999999;
	margin-right: 3px;
}
.enlarge-picture .footer .detail {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a {
	display: inline-block;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #88908a;
	font-weight: bold;
	line-height: 100%;
	border: 2px solid #88908a;
	border-radius: 3px;
	padding: 10px 20px 8px 20px;
	white-space: nowrap;
}
.enlarge-picture .footer .detail a:hover {
	color: #ffcc00;
	border: 2px solid #ffcc00;
}
</pre></body></html>