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

/* =========================================================
detail
========================================================= */
#detail {
	word-wrap: break-word;
	word-break: break-all;
}
/* =========================================================
premier
========================================================= */
/* -----------------------------------------------
reset
----------------------------------------------- */
#premier .picture {
	float: right;
	margin: 0;
	padding: 0 0 15px 15px;
}
#premier .picture .picbox {
	border-bottom: 2px solid #e6eae6;
	margin-bottom: 10px;
}
/* -----------------------------------------------
no image
----------------------------------------------- */
#premier .picture .picbox .noimg {
	background-image: url(/img/common/cf/noimg_detail.png);
}
/* -----------------------------------------------
photos
----------------------------------------------- */
#premier #detail .photos {
	text-align: center;
	border-top: 1px solid #e6eae6;
	border-bottom: 1px solid #e6eae6;
	padding: 5px 0;
	margin-bottom: 10px;
}
#premier #detail .photos &gt;.thumbnail {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 2px 4px 2px 0;
}
#premier #detail .photos &gt; div:last-of-type {
	margin: 2px 0 2px 0;
}
#premier #detail .photos &gt; .thumbnail img {
	vertical-align: middle;
	border: 1px solid #ffffff;
	padding: 1px;
}
#premier #detail .photos &gt; .thumbnail img:hover {
	border: 1px solid #ffcc00;
}
#premier #detail .photos .thumbnail img.small,
#premier #detail .photos .thumbnail img.medium {
	max-width: 114px;
	max-height: 86px;
}
/* -----------------------------------------------
download link / file name
----------------------------------------------- */
#premier #detail .photos .doc-thumb {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 0;
	margin: 2px 4px 2px 0;
	border: 1px solid #f7f7f7;
}
#premier #detail .photos .doc-thumb:hover {
	border: 1px solid #ffcc00;
}
#premier #detail .photos .doc-thumb img {
	vertical-align: middle;
	padding: 1px;
}
#premier #detail .photos .doc-thumb img.small,
#premier #detail .photos .doc-thumb img.medium {
	max-width: 79px;
	max-height: 59px;
}
#premier #detail .photos .thumbnail .exmedia-download {
	position: absolute;
	bottom: -1px;
	left: -1px;
	cursor: pointer;
}
#premier #detail .photos .thumbnail .exmedia-download .label span {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	line-height: 100%;
	background-color: #aaaaaa;
	border: 1px solid #f7f7f7;
	border-radius: 0 2px 2px 0;
	padding: 4px;
}
#premier #detail .photos .thumbnail:hover .exmedia-download .label span {
	background-color: #ffcc00;
	border: 1px solid #ffcc00;
}
/* -----------------------------------------------
coupon old version
----------------------------------------------- */
/*
#detail .coupon {
	clear: both;
}
#detail .coupon .frame {
	font-size: 12px;
	text-align: left;
	border: 1px #c9c9c4 dotted;
	padding: 1px;
}
#detail .coupon .wrap {
	background: url(/img/common/cf/coupon_bg.gif) repeat 0 0;
	padding: 3px;
}
#detail .coupon .container {
	background-color: #ffffff;
	padding: 4px 6px;
}
#detail .coupon .container p {
	line-height: 137%;
	background: url(/img/common/cf/coupon_icon.gif) no-repeat 0 0;
	padding: 16px 0 0 6px;
	margin: 0 0 4px -6px;
}
#detail .coupon .container p span {
	color: #ed6d46;
	margin: 0 0 0 4px;
}
#detail .coupon .container .exp {
	color: #666666;
}
#detail .coupon .container .exp span {
	color: #999999;
	margin-right: 4px;
}
#detail .coupon .container .code {
	text-align: center;
	margin: 5px;
}
#detail .coupon .container ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}
#detail .coupon .container li.name {
	font-weight: bold;
	margin-bottom: 3px;
}
#detail .coupon .container li.addr {
	margin-bottom: 2px;
}
#detail .coupon .print {
	text-align: center;
	margin: 10px 0 0 0;
}
#detail .coupon .print a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ffffff;
	font-size: 12px;
	background-color: #fccd57;
	border-radius: 3px;
	padding: 3px 10px 1px 10px;
}
#detail .coupon .print a:hover {
	background-color: #ffcc00;
}
*/
/* -----------------------------------------------
coupon new version
----------------------------------------------- */
#detail .coupon {
	clear: both;
}
#detail .coupon .frame {
	text-align: left;
}
#detail .coupon .wrap {
	background: url(/img/common/cf/coupon_pattern.gif) repeat 0 0;
	padding: 4px;
}
#detail .coupon .container {
	background-color: #ffffff;
	padding: 6px;
}
#detail .coupon .container .type {
	text-align: center;
	font-size: 12px;
	line-height: 126%;
	color: #ffffff;
	background-color: #ffd261;
	padding: 2px 5px 1px;
	margin-bottom: 5px;
}
#detail .coupon .container p {
	font-size: 13px;
	font-weight: bold;
	line-height: 137%;
	color: #665a1a;
	margin-bottom: 8px;
}
#detail .coupon .container p span {
	font-weight: normal;
	color: #ed6d46;
	margin: 0 0 0 4px;
}
#detail .coupon .container .exp {
	color: #666666;
}
#detail .coupon .container .exp span {
	color: #999999;
	margin-right: 4px;
}
#detail .coupon .container .code {
	text-align: center;
	margin: 5px;
}
#detail .coupon .container ul {
	list-style-type: none;
	padding: 10px 0 0 0;
	margin: 0;
}
#detail .coupon .container li.name {
	font-weight: bold;
	margin-bottom: 3px;
}
#detail .coupon .container li.addr {
	margin-bottom: 2px;
}
#detail .coupon .print {
	text-align: center;
	margin: 10px 0 0 0;
}
#detail .coupon .print a {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ",Meiryo;
	color: #ffffff;
	font-size: 12px;
	background-color: #fccd57;
	border-radius: 3px;
	padding: 3px 10px 1px 10px;
}
#detail .coupon .print a:hover {
	background-color: #ffcc00;
}
/* -----------------------------------------------
world area
----------------------------------------------- */
#premier #detail .panel {
	text-align: right;
	margin: -16px 0 14px 0;
}
#premier #detail .world-area {
	font-weight: bold;
	margin-bottom: 8px;
}
/* -----------------------------------------------
article
----------------------------------------------- */
#premier #detail .title {
	border-top: 2px solid #90ac1a;
	border-bottom: 1px dashed #90ac1a;
}
/* -----------------------------------------------
tag
----------------------------------------------- */
#premier #detail .tag a {
	color: #90ac1a;
	border: 1px solid #d0d6b5;
	background-color: #fafaf7;
}
#premier #detail .tag a:hover {
	color: #ff9933;
}
/* -----------------------------------------------
contact
----------------------------------------------- */
#premier #detail .contact {
	border-top: 1px dashed #90ac1a;
	border-bottom: 1px dashed #90ac1a;
}
#premier #detail .contact dt {
	color: #417038;
}
/* -----------------------------------------------
footer
----------------------------------------------- */
#premier #detail .footer .top dt {
	background-image: url(/img/common/cf/icon_service_small.png);
}</pre></body></html>