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

/*	=============================================================================

	### START	:	게시판 디자인

=============================================================================	*/

/*	====#	커뮤니티 게시판 목록 보기:::::텍스트 사용후기	#================================	*/
#review-board-list {}
#review-board-list .item-wrap {
	position: relative;
	padding: 10px 14px;
}

#review-board-list .item-wrap dl:before,
#review-board-list .item-wrap dl:after {
	content: "";
	display: table;
}

#review-board-list .item-wrap dl:after {
	clear: both;
}

#review-board-list .item-wrap dt {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	border: 1px solid #bfc2ca;
}

#review-board-list .item-wrap dt img {
	width: 100%;
	height: 100%;
}

#review-board-list .item-wrap dd.subject {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	height: 48px;
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

#review-board-list .item-wrap dd.link-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#review-board-list .item-wrap dd.link-view a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#review-board-list .title,
#gallery-list .title {
	background: #f1f1f1;
	overflow: hidden !important;
}

#review-board-list .title h3,
#gallery-list .title h3 {
	overflow: hidden !important;
	height: 50px !important;
	line-height: 53px;
	padding: 0 0 0 15px !important;
	margin: 0 !important;
	color: #538406;
	font-size: 15px !important;
	font-family: 'SCD-H';
	text-align: left !important;
	text-shadow: 1px 1px #ffffff !important;
}

#review-board-list .title .btns {
	position: absolute;
	top: 12px;
	right: 14px;
}

#review-board-list .search-wrap {
	position: relative;
	padding: 10px 14px;
	background-color: #fff;
}

#review-board-list .search-wrap .item-search {
	position: relative;
}

#review-board-list .search-wrap .item-search select {
	width: 70px !important;
	font-size: 0.75em !important;
}

#review-board-list .search-wrap .item-search label {
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	color: #000;
}

#review-board-list .search-wrap .item-search .wrap {
	position: relative;
	margin-left: 75px;
	padding-right: 60px;
}

#review-board-list .search-wrap .item-search .wrap input {
	width: 100%;
	height: 25px;
}

#review-board-list .search-wrap .item-search a.btn-gray-h25 {
	position: absolute;
	top: 0;
	right: 0;
}

#review-board-list .notice-bar,
#gallery-list .notice-bar {
	position: relative !important;
	padding: 7px 5px 7px 40px !important;
	background: #eff6e1 url('/design/sidmool/renew2022/ico/m_icon_notice.png') no-repeat !important;
	background-position: 8px center !important;
	background-size: 24px 24px !important;
	border-top: 1px solid #aac774 !important;
	border-bottom: 1px solid #FFFFFF !important;
	text-shadow: 1px 1px #FFFFFF !important;
}



#review-board-list .notice-bar dt,
#gallery-list .notice-bar dt {
	line-height: 14px;
	font-size: 0.80em;
	color: #202020;
	font-weight: bold;
}

#review-board-list .notice-bar dt strong,
#gallery-list .notice-bar dt strong {
	display: none;
	/* padding: 2px 4px;
		color: #fff; 
		font-size:11px; 
		background-color: #7e8593; 
		-webkit-border-radius: 4px !important; 
		border-radius: 4px !important; 
		-moz-background-clip: padding; 
		-webkit-background-clip: padding-box; 
		background-clip: padding-box; */
}

#review-board-list .notice-bar dd {
	margin-top: 3px;
	font-size: 0.75em;
	color: #777;
}

#review-board-list .reviews {
	border-top: 1px solid #BBBBBB;
}

#review-board-list .reviews &gt; ul &gt; li {
	position: relative;
	padding: 10px 14px;
	border-top: #FFFFFF !important;
	border-bottom: 1px solid #CDCDCD !important;
	list-style-type: none;
	text-shadow: 1px 1px #FFFFFF;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 40%, rgba(221, 221, 221, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(40%, rgba(243, 243, 243, 1)), color-stop(100%, rgba(221, 221, 221, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 40%, rgba(221, 221, 221, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 40%, rgba(221, 221, 221, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 40%, rgba(221, 221, 221, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(243, 243, 243, 1) 40%, rgba(221, 221, 221, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0);
}

#review-board-list .reviews &gt; ul &gt; li:after {
	clear: both;
}

#review-board-list .reviews &gt; ul &gt; li dl {
	position: relative;
}

#review-board-list .reviews &gt; ul &gt; li dl &gt; dt.item-name {
	padding-bottom: 4px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 11px;
	color: #808080;
}

#review-board-list .reviews &gt; ul &gt; li dl &gt; dt.item-name a {
	color: #808080;
}

#review-board-list .reviews &gt; ul &gt; li dl h4 {
	margin: 7px 0;
	color: #202020;
	font-size: 14px !important;
	letter-spacing: -0.065em !important;
	font-weight: bold;
}

#review-board-list .reviews &gt; ul &gt; li dl h4 img {
	vertical-align: -2px;
}

#review-board-list .reviews &gt; ul &gt; li dl h4 .cate {
	color: #239cdc;
}

#review-board-list .reviews &gt; ul &gt; li dl h4 .reply {
	color: #fd6d1e;
}

#review-board-list .reviews &gt; ul &gt; li dl h4 .original-del {
	font-weight: normal;
}

#review-board-list .reviews &gt; ul &gt; li dl .info {
	margin-top: 5px;
	font-size: .75em;
	color: #777;
}

#review-board-list .reviews &gt; ul &gt; li dl .info .btns {
	display: inline-block;
	margin-left: 10px;
}

#review-board-list .reviews &gt; ul &gt; li dl .info a {
	font-size: 1em;
}

#review-board-list .reviews &gt; ul &gt; li dl .info .id &gt; img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #DDDDDD;
	box-shadow: -1px 1px #999999;
	margin-right: 4px;
}

#review-board-list .reviews &gt; ul &gt; li dl .rating {
	margin-top: 5px;
	font-size: .75em;
	color: #777;
}

#review-board-list .reviews &gt; ul &gt; li dl .rating label {
	display: block;
}

#review-board-list .reviews &gt; ul &gt; li dl .icon {
	font-size: 10px;
	letter-spacing: normal;
	font-weight: bold;
	text-shadow: none;
	margin-top: 5px;
}

#review-board-list .reviews &gt; ul &gt; li dl .icon .gray {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #7e8593;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#review-board-list .reviews &gt; ul &gt; li dl .icon .blue {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #5cb7fa;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div dl .icon {
	position: relative;
	left: 0;
	bottom: 0;
}

#review-board-list .reviews &gt; ul &gt; li.use-image {}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div div.image {
	float: left;
	position: relative;
	width: 80px;
	z-index: 2;
}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div div.image img {
	width: 100%;
	height: auto;
}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div dl {
	position: relative;
	padding: 0 0 0 95px;
}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div dl:before,
#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div dl:after {
	content: "";
	display: table;
}

#review-board-list .reviews &gt; ul &gt; li.use-image &gt; div dl:after {
	clear: both;
}

#review-board-list .reviews &gt; ul &gt; li &gt; div.re1 {
	padding-left: 30px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 15px 12px;
	background-size: 10px 10px;
}

#review-board-list .reviews &gt; ul &gt; li &gt; div.re2 {
	padding-left: 40px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 25px 12px;
	background-size: 10px 10px;
}

#review-board-list .reviews &gt; ul &gt; li &gt; div.re3 {
	padding-left: 50px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 35px 12px;
	background-size: 10px 10px;
}

#review-board-list .reviews &gt; ul &gt; li &gt; div.re4 {
	padding-left: 60px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 45px 12px;
	background-size: 10px 10px;
}

#review-board-list .reviews &gt; ul &gt; li &gt; div.re5 {
	padding-left: 70px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 55px 12px;
	background-size: 10px 10px;
}

#review-board-list .reviews &gt; ul &gt; li .none-data {
	text-align: center;
}

#review-board-list .write-btn {
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
}

/*	====#	커뮤니티 게시판 목록 보기:::::포토 사용후기	#================================	*/
#gallery-list {
	margin-bottom: 20px;
}

#gallery-list .item-wrap {
	position: relative;
	padding: 10px 14px;
}

#gallery-list .item-wrap dl:before,
#gallery-list .item-wrap dl:after {
	content: "";
	display: table;
}

#gallery-list .item-wrap dl:after {
	clear: both;
}

#gallery-list .item-wrap dt {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	border: 1px solid #bfc2ca;
}

#gallery-list .item-wrap dt img {
	width: 100%;
	height: 100%;
}

#gallery-list .item-wrap dd.subject {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	height: 48px;
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

#gallery-list .item-wrap dd.link-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#gallery-list .item-wrap dd.link-view a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#gallery-list .title {	position: relative;}
#gallery-list .title .btns {
	position: absolute;
	top: 0;
	right: 14px;
}

#gallery-list .search-wrap {
	position: relative;
	padding: 10px 14px;
	background-color: #fff;
}

#gallery-list .search-wrap .item-search {
	position: relative;
}

#gallery-list .search-wrap .item-search select {
	width: 70px;
}

#gallery-list .search-wrap .item-search label {
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	color: #000;
	z-index: 1;
	font-size: .75em;
}

#gallery-list .search-wrap .item-search .wrap {
	position: relative;
	padding-left: 75px;
	padding-right: 60px;
}

#gallery-list .search-wrap .item-search .wrap input {
	width: 100%;
	height: 25px;
}

#gallery-list .search-wrap .item-search a.btn-gray-h25 {
	position: absolute;
	top: 0;
	right: 0;
}

#gallery-list .notice-bar dt {
	line-height: 1.5em;
	font-size: .75em;
	color: #000;
	font-weight: bold;
	float: left;
}

#gallery-list .notice-bar dt strong {
	padding: 2px 4px;
	color: #fff;
	font-size: 1em;
	background-color: #7e8593;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#gallery-list .notice-bar dd {
	margin-top: 5px;
	font-size: 11px;
	color: #777;
	text-align: right;
}

#gallery-list .notice-bar dl.loop-notice-dl {
	padding: 2px;
	border-bottom: 1px solid #bdc4c6;
}

#gallery-list .notice-bar dl.loop-notice-dl:last-child {
	border-bottom: 0px;
}

#gallery-list .items {}

#gallery-list .items ul {
	padding: 7px 0 0 7px;
	border-top: 1px solid #bdc4c6;
}

#gallery-list .items li {
	width: 50%;
	float: left;
	margin-bottom: 7px;
	list-style-type: none;
}

#gallery-list .items li.none-data-space {
	width: 100%;
}

#gallery-list .items li dl {
	position: relative;
	padding: 15px 4px;
	margin-right: 7px;
	min-height: 195px;
	max-height: 195px;

	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfd), to(#f0f0f0));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0 0 #0b0a08;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.07);
}

#gallery-list .items li dl .icon {
	font-size: .7em;
	margin-top: 5px;
}

#gallery-list .items li dl .icon .gray {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #7e8593;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#gallery-list .items li dl .icon .blue {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #5cb7fa;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#gallery-list .items li dt {
	padding: 0 10% 15px 10%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #DDD;
	text-align: center;
}

#gallery-list .items li dt img {
	width: 100%;
	max-width: 110px;
	height: auto;
	max-height: 175px;
	border: 1px solid #EEEEEE;
	border-radius: 6px 6px;
}

#gallery-list .items li dd {
	text-align: center;
}

#gallery-list .items li dd h5 {
	margin: 0;
	font-size: 0.75em;
	font-weight: bold;
	word-break: break-all;
	height: 30px;
	line-height: normal;
}

#gallery-list .items li dd span {
	color: #a4a4a4;
	font-size: 11px;
	word-break: break-word;
	line-height: 50%;
	display: block;
	margin-top:4px;
}

#gallery-list .items li dd span img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: -1px 1px #999999;
}
#gallery-list .items li dd span &gt; font { display: block; margin: 8px auto 0 auto;}

#gallery-list .items li dd.link-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#gallery-list .items li dd.link-view a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#gallery-list .write-btn {
	text-align: center;
	padding: 10px 0;
}

#gallery-list .none-data {
	text-align: center;
	margin: 15px 0;
}

/*	====#	세로형	#================================	*/
.items-wrap .items[data-type=vertical] &gt; li {
/*
	position: relative;
	text-align: left;
	margin-bottom: 0;
	padding: 12px 0;
	border-bottom: 1px solid #e3e3e3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfd), to(#f0f0f0));
	margin: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px 0 0 #0b0a08;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.07);
*/	
	position: relative;
	text-align: left;
	margin-bottom: 0;
	padding: 15px 10px;
	border-bottom: 1px solid #DDDDDD;
}

.items-wrap .items[data-type=vertical] &gt; li dl {
	position: relative;
	min-height: initial;
}

.items-wrap .items[data-type=vertical] &gt; li dl:before,
.items-wrap .items[data-type=vertical] &gt; li dl:after {
	content: "";
	display: table;
}

.items-wrap .items[data-type=vertical] &gt; li dl:after {
	clear: both;
}

.items-wrap .items[data-type=vertical] .thumb-img {
	float: left;
	margin: 0 0;
	width: 90px;
	height: auto;
}

.items-wrap .items[data-type=vertical] .thumb-img img {
	width: 100%;
	height: auto;
	max-height: none;
}

.items-wrap .items[data-type=vertical] .pname {
	font-size: 13px;
	letter-spacing: -0.035rem;
	font-weight: bold;
	margin: 0 0 5px 100px;
	color: #2d3125;
	width: auto;
	border-bottom: 1px solid #EEEEEE;
	padding: 0 0 5px 0;
	line-height: 125%;
	word-break: keep-all;
}

.items-wrap .items[data-type=vertical] .pname .blue-delivery {
	padding: 2px 5px;
	margin-right: 5px;
	font-size: .75em;
	background-color: #d1dff9;
	color: #6278b4;
	border: 1px solid #b6c4e7;
}

.items-wrap .items[data-type=vertical] .pname .red-delivery {
	padding: 2px 5px;
	margin-right: 5px;
	font-size: .75em;
	background-color: #f6d3d1;
	color: #956767;
	border: 1px solid #f1c3c3;
}

.items-wrap .items[data-type=vertical] .pname .gray-delivery {
	padding: 2px 5px;
	margin-right: 5px;
	font-size: .75em;
	background-color: #b6b6b6;
	color: #000000;
	border: 1px solid #8b8b8b;
}
.items-wrap .items[data-type=vertical] .price-info {
	margin: 8px 0 0 100px;
}
.items-wrap .items[data-type=vertical] .price-info .btn-type-02 {
	padding: 3px 6px;
}
.items-wrap .items[data-type=vertical] .price-info li {
	text-align: left;
	border: none;
	margin-left: 0;
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-size: 1em;
/*	text-shadow: 0 1px #FFF;*/
}

.items-wrap .items[data-type=vertical] .price-info li &gt; em {
	font-size: 11px;
}

.items-wrap .items .price-info .tit {
	margin-right: 5px;
	font-size: 11px;
}

.items-wrap .items .price-info .txt {
	font-size: 13px;
}

.items-wrap .items .price-info .original {
/*	letter-spacing: normal;*/
	font-size: 14px;
	color: #24741a;
}

.items-wrap .items .price-info .strike {
	text-decoration: line-through;
}

.items-wrap .items .price-info .discount {
	color: #000;
	font-weight: bold;
}
.price-info li.save_line { margin-top:8px !important;}
.items-wrap .items .price-info .save {
	font-size: 11px;
	letter-spacing: normal;
	font-style: normal;
	color: #999;
	float: right; 
	border-radius: 12px 12px;
	background: #F2F2F2;
	border: 1px solid #EAEAEA;
	padding: 0px 7px;
}
.items-wrap .items .price-info .save &gt; strong,
.items-wrap .items .price-info .save &gt; i { color:#62a100}

.items-wrap .items .price-info .review-count em {
	font-style: normal;
	font-size: smaller;
	letter-spacing: normal;
}

.items-wrap .items .price-info .txt-input {
	margin-bottom: 5px;
	text-align: center;
	line-height: 22px;
}

.items-wrap .items .price-info .option {
	font-size: 12px;
}

.items-wrap .items .price-info .option em {
	font-style: normal;
	color: #000;
}

.items-wrap .items[data-checkbok=on] .thumb-img {
	margin-left: 30px;
}

.items-wrap .items[data-checkbok=on] .checkbox {
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -5px;
}

.items-wrap .items[data-checkbok=on] .pname,
.items-wrap .items[data-checkbok=on] .price-info {
	margin-left: 135px;
}

.items-wrap .items[data-checkbok=on] .pname {
	width: auto;
	margin-right: 15px;
}

.items-wrap .items[data-checkbok=on] .link-view {
	left: 30px;
	width: 90%;
}

.items-wrap .items[data-checkbok=off] .link-view,
.items-wrap .items[data-checkbok=off] .checkbox {
	display: none;
	visibility: hidden;
}

.price-info ul &gt; li .btn-type-04 {
	padding: 3px 5px;
	font-size: 11px;
	border: 1px solid #AAAAAA;
}

/*	====#	타일형	#================================	*/
.items-wrap .items[data-type=tile] &gt; li {

	float: left;
	position: relative;
	width: 33.333%;
	overflow: hidden;
}

.items-wrap .items[data-type=tile] .pname {
	display: none;
	visibility: hidden;
}

.items-wrap .items[data-type=tile] .price {
	display: none;
	visibility: hidden;
}

.items-wrap .items[data-type=tile] .thumb-img {
	width: 100%;
	height: 100%;
}

.items-wrap .items[data-type=tile] .thumb-img img {
	position: absolute;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*	----#	가로형	#----	*/
.items-wrap .items[data-type=horizontal] &gt; li {
	float: left;
	position: relative;
	width: 33.333%;
}

.items-wrap .items[data-type=horizontal] .thumb-img {
	position: relative;
	overflow: hidden;
}

.items-wrap .items[data-type=horizontal] .thumb-img img {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 100%;
}

.items-wrap .items[data-type=horizontal] .pname {
	font-weight: normal;
	height: 17px;
	margin: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: clip;
}

.items-wrap .items[data-type=horizontal] .price-strike {
	line-height: 15px;
	font-weight: normal;
	text-decoration: line-through;
}

.items-wrap .items[data-type=horizontal] .price {
	line-height: 15px;
	font-weight: bold;
}

/*	====#	게시판 &amp; 리뷰 추가, 가이드 - 공통 사용 guide.html	#================================	*/
div.guide {
	position: relative;
	padding: 20px;
}

div.guide a {
	margin: 5px;
	text-align: center;
}

hr.line {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	height: 2px;
	padding: 0;
	margin: 0;
}

input.comm,
textarea.comm {
	-webkit-appearance: none;
	border: 1px solid #b5b5b5;
	padding: 0 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

span.stars {
	display: inline-block;
}

span.stars em {
	display: block;
}

span.stars-white {
	display: inline-block;
}

span.stars-white em {
	display: block;
}

span.stars em.star-1,
span.stars-white em.star-1 {
	width: 12px;
}

span.stars em.star-2,
span.stars-white em.star-2 {
	width: 24px;
}

span.stars em.star-3,
span.stars-white em.star-3 {
	width: 36px;
}

span.stars em.star-4,
span.stars-white em.star-4 {
	width: 48px;
}

span.stars em.star-5,
span.stars-white em.star-5 {
	width: 60px;
}

div.paging-new {
	position: relative;
	padding: 25px 0;
	text-align: center;
}

div.paging-new a {
	text-align: center;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	color: #727a8b;
	border: 1px solid #a9afbb;
	font-size: .75em;
	font-weight: bold;
	background-color: #fff;
}

div.paging-new a.now {
	border-color: #239cdc;
	color: #239cdc;
}

div.paging-new a.prev {
	width: 50px;
	text-indent: -9999px;
	background: #f4f4f4 url(//www.sidmool.com/images/d3/m_01/bull/paging_prev@2x.gif) no-repeat center center;
	background-size: 9px 13px;
}

div.paging-new a.next {
	width: 50px;
	text-indent: -9999px;
	background: #f4f4f4 url(//www.sidmool.com/images/d3/m_01/bull/paging_next@2x.gif) no-repeat center center;
	background-size: 9px 13px;
}

/*	====#	 비공개글-팝업 popups.html 	#================================	*/
.password {
	display: none;
	background-color: #fff;
	z-index: 101;
}

.password .head {
	position: relative;
	text-align: center;
}

.password .head h5 {
	padding: 10px 0;
	margin: 0;
	color: #000;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px solid #979797;
}

.password .head h5 img {
	vertical-align: top;
}

.password .head h5.orange {
	color: #f56e00;
}

.password .contents {
	position: relative;
	padding: 15px 0;
}

.password .contents p {
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

.password .contents .form-wrap {
	position: relative;
	padding: 20px;
}

.password .contents .form-wrap label {
	display: block;
	position: absolute;
	left: 25px;
	top: 25px;
	color: #000;
	font-size: .75em;
}

.password .contents .form-wrap .wrap {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}

.password .contents .form-wrap .wrap input {
	width: 100%;
	height: 25px;
}

.password .contents .form-wrap a.btn-gray-h25 {
	position: absolute;
	top: 20px;
	right: 20px;
}

.password .contents .form-wrap .btn-wrap {
	text-align: center;
	margin-top: 15px;
	font-size: .75em;
}

/*	====#	 상품화면-리뷰보드(게시판형리뷰) 	#================================	*/
#review-board-type {}

#review-board-type .item-wrap {
	position: relative;
	padding: 10px 14px;
}

#review-board-type .item-wrap dl:before,
#review-board-type .item-wrap dl:after {
	content: "";
	display: table;
}

#review-board-type .item-wrap dl:after {
	clear: both;
}

#review-board-type .item-wrap dt {
	float: left;
	position: relative;
	width: 48px;
	height: 48px;
	border: 1px solid #bfc2ca;
}

#review-board-type .item-wrap dt img {
	width: 100%;
	height: 100%;
}

#review-board-type .item-wrap dd.subject {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-left: 10px;
	height: 48px;
	font-size: .855em;
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px #FFF;
}

#review-board-type .item-wrap dd.link-view {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#review-board-type .item-wrap dd.link-view a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#review-board-type .title {
	position: relative;
/*	border-bottom: 1px solid #e1e1e1;	border-top: 1px solid #e1e1e1;*/
	overflow: hidden;
}

#review-board-type .title h3 {
	overflow: hidden;
	height: 50px;
	line-height: 53px;
	padding:0 0 0 15px;
	margin: 0 0;
	color: #538406;
	font-size: 15px;
	font-family: 'SCD-H';
	text-align: left;
	text-shadow: 1px 1px #ffffff;
	/* border-bottom: 1px solid #e1e1e1; border-top: 1px solid #fff; font-weight: 800; text-indent: 40px; */
}

#review-board-type .write-wrap {
	position: relative;
	padding: 10px;
}

#review-board-type .write-wrap ul {}

#review-board-type .write-wrap li {
	list-style-type: none;
}

#review-board-type .write-wrap li:first-child {
	margin-bottom: 5px;
}

#review-board-type .write-wrap input,
#review-board-type .write-wrap textarea {
	width: 100%;
	font-size: .75em;
}

#review-board-type .write-wrap textarea {
	height: 112px;
	padding: 3px;
}

#review-board-type .write-wrap input {
	height: 25px;
}

#review-board-type .write-wrap .txt {
	font-size: 90%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 12px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#review-board-type .write-wrap .txt.long {
	min-height: 200px;
	word-break: break-all;
}

#review-board-type .write-wrap .txt &gt; table {
	width: 100%;
}

#review-board-type .write-wrap .txt &gt; table img {
	width: 100%;
}

#review-board-type .write-wrap .txt dl {
	margin: 3px 0;
}

#review-board-type .write-wrap .txt dt {
	font-weight: bold;
	float: left;
	width: 80px;
	word-break: break-all;
}

#review-board-type .write-wrap .txt dd {
	margin-left: 80px;
	word-break: break-all;
}

#review-board-type .write-wrap .txt .thumbs {
	text-align: center;
	margin: 5px 0;
}

#review-board-type .write-wrap .txt .thumbs img {
	width: auto;
	height: auto;
	max-width: 95%;
}

#review-board-type .write-wrap li.other {
	position: relative;
	margin: 5px 0;
	font-size: .75em;
	color: #777;
}

#review-board-type .write-wrap li.other label {
	display: block;
	padding-right: 50px;
	padding-left: 65px;
}

#review-board-type .write-wrap li.other label span {
	position: absolute;
	left: 0;
	top: 5px;
}

#review-board-type .write-wrap li.other a {
	font-size: 1em;
	position: absolute;
	top: 0;
	right: -8px;
}

#review-board-type .write-wrap li.icons {
	margin: 5px 0;
	text-align: right;
}

#review-board-type .reviews {
	position: relative;
}

#review-board-type .reviews &gt; ul &gt; li {
	position: relative;
	background-color: #fbfbfb;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl {
	position: relative;
	padding: 12px 5px 5px 15px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl dd.up {
	position: absolute;
	top: 10px;
	right: 20px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl h4 {
	margin: 0;
	color: #202020;
	letter-spacing: -0.065em;
	font-size: 0.85em;
	font-weight: bold;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl h4 img {
	vertical-align: -2px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl h4 .cate {
	color: #239cdc;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .info {
	margin-top: 5px;
	font-size: 0.75em;
	color: #777;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .info span {
	letter-spacing: normal;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .info .btns {
	display: inline-block;
	margin-left: 10px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .info a {
	font-size: 1em;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .rating {
	display: none;
	margin-top: 5px;
	font-size: .75em;
	color: #777;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .rating label {
	display: block;
	margin-right: 10px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .rating label .MK_bscore_mark_inner {
	font-size: 1.25em;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .rating a {
	font-size: 1em;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .icon {
	font-size: .7em;
	margin-top: 5px;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .icon .gray {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #7e8593;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#review-board-type .reviews &gt; ul &gt; li &gt; dl .icon .blue {
	padding: 2px 2px;
	color: #fff;
	font-size: 1em;
	background-color: #5cb7fa;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

#review-board-type .reviews &gt; ul &gt; li &gt; .wrap {
	display: none;
	background-color: #f0f0f0;
}

#review-board-type .reviews &gt; ul &gt; li.now &gt; dl {
	border-bottom: 1px dotted #aeaeae;
}

#review-board-type .reviews &gt; ul &gt; li.now &gt; dl dd.up {
	display: none;
}

#review-board-type .reviews &gt; ul &gt; li.now &gt; dl .rating {
	display: block;
}

#review-board-type .reviews &gt; ul &gt; li.now &gt; .wrap {
	display: block;
}

#review-board-type .write-btn {
	border-top: 1px solid #DDDDDD;
	text-align: center;
	background: #f0f0f0;
	padding: 10px 0;
}

#review-board-type .write-btn .small-btns {
	padding-bottom: 10px;
	padding-left: 14px;
	text-align: left;
}

#review-board-type .relations {
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

#review-board-type .relations h5 {
	margin: 0;
	padding-bottom: 10px;
	text-indent: 10px;
	color: #707070;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px dotted #DDDDDD;
}

#review-board-type .relations .items {}

#review-board-type .relations .items li {
	float: left;
	width: 33.3%;
	list-style-type: none;
	text-align: center;
}

#review-board-type .relations .items li a {
	display: block;
	padding: 10px;
}

#review-board-type .relations .items li img {
	width: 80px;
	height: 80px;
	border: 1px solid #bfc2ca;
}

#review-board-type .reply-write {
	background: #f0f0f0;
	/* text-shadow:1px 1px #FFFFFF; */
	padding: 0 10px 10px 10px;
}

#review-board-type .reply-write h5 {
	margin: 0;
	padding: 10px 0 7px 0;
	text-indent: 10px;
	color: #707070;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}

#review-board-type .reply-write .w100-wrap {
	padding-right: 18px;
}

#review-board-type .reply-write .custom {
	padding-right: 70px;
}

#review-board-type .reply-write .custom a {
	position: absolute;
	top: 5px;
	right: 5px;
	text-indent: 0;
	font-size: 1em;
}

#review-board-type .reply-write table {
	border: 1px solid #DDD;
	margin: 0 auto 5px auto;
}

#review-board-type .reply-write th {
	color: #7f7f7f;
	background: #e5e5e5;
	text-indent: 0px;
	text-align: center;
}

#review-board-type .reply-write td {
	vertical-align: middle;
	background: #FFF;
	min-width: 70px;
}

#review-board-type .reply-write td ul.agree li a {
	position: absolute;
	right: 14px;
	top: 7px;
	font-size: 1em;
}

#review-board-type .reply-write input {
	vertical-align: middle;
	height: 25px;
}

#review-board-type .reply-write .sub-reviews {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 12px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 15px auto;
}

#review-board-type .reply-write .sub-reviews li {
	border-bottom: 1px dotted #e5e5e5;
	list-style-type: none;
	padding: 14px;
	background-color: #FFFFFF;
}

#review-board-type .reply-write .sub-reviews li:last-child {
	border-bottom: none;
}

#review-board-type .reply-write .sub-reviews .info {
	font-size: .75em;
	color: #538b01;
	font-weight: bold;
}

#review-board-type .reply-write .sub-reviews .info .btns {
	display: inline-block;
	margin-left: 10px;
}

#review-board-type .reply-write .sub-reviews .info a {
	font-size: 11px;
}

#review-board-type .reply-write .sub-reviews li p {
	margin-top: 5px;
	font-size: .80em;
	color: #303030;
}

#review-board-type .reply-write .sub-reviews li p.re {
	padding-left: 15px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 0 center;
	background-size: 10px 10px;
}

#review-board-type .board-list {
	position: relative;
}

#review-board-type .board-list li {
	padding: 10px 14px;
	font-size: .75em;
	border-top: 1px solid #e6e6e6;
}

#review-board-type .board-list li em {
	margin-left: 5px;
	font-style: normal;
	font-size: smaller;
}

#review-board-type .board-list li.re {
	padding-left: 30px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/review_re_dd@2x.gif) no-repeat 14px center;
	background-size: 10px 10px;
}

#review-board-type .board-list li.prev {
	padding-left: 30px;
	background: #FFFFFF url(//www.sidmool.com/images/d3/m_01/bull/board_list_prev@2x.gif) no-repeat 14px center;
	background-size: 12px 12px;
}

#review-board-type .board-list li.next {
	padding-left: 30px;
	background: #FFFFFF url(//www.sidmool.com/images/d3/m_01/bull/board_list_next@2x.gif) no-repeat 14px center;
	background-size: 12px 12px;
}

#review-board-type .board-list li.prev a,
#review-board-type .board-list li.next a {
	font-weight: bold;
}

#review-board-type .board-list li.list:last-child {
	border-bottom: 1px solid #E6E6E6;
}

/* =============================================================================
댓글의 댓글쓰기 레이어 팝업
========================================================================== */
#comment_reply_input .head {
	position: relative;
	text-align: center;
}

#comment_reply_input .head h5 {
	padding: 10px 0;
	margin: 0;
	color: #000;
	font-size: .75em;
	font-weight: bold;
	border-bottom: 1px solid #979797;
}

#comment_reply_input .head h5 img {
	vertical-align: top;
}

#comment_reply_input .head h5.orange {
	color: #f56e00;
}

#comment_reply_input .head a.close {
	position: absolute;
	top: 10px;
	right: 14px;
	display: block;
	text-indent: -9999px;
	background: url(//www.sidmool.com/images/d3/m_01/bull/btn_del_gray@2x.gif) no-repeat center center;
	background-size: 11px 11px;
}

#comment_reply_input .contents {
	position: relative;
	padding: 15px 0;
}

#comment_reply_input .contents p {
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

#comment_reply_input .contents .reply {
	padding: 0 20px;
}

#comment_reply_input .contents .reply li {
	list-style-type: none;
}

#comment_reply_input .contents .reply li dt {
	font-size: .75em;
	font-weight: bold;
	color: #000;
}

#comment_reply_input .contents .reply li dt span {
	font-size: smaller;
}

#comment_reply_input .contents .reply li dd {
	font-size: .75em;
	color: #a0a0a0;
}

#comment_reply_input .contents .form-wrap2 {
	padding: 5px 0;
}

#comment_reply_input .contents .form-wrap2 p {
	position: relative;
	padding: 0 20px;
	margin: 5px 0;
	padding-left: 80px;
	padding-right: 70px;
}

#comment_reply_input .contents .form-wrap2 p label {
	position: absolute;
	left: 20px;
	top: 5px;
}

#comment_reply_input .contents .form-wrap2 p:last-child {
	padding-right: 70px;
	padding-left: 20px;
}

#comment_reply_input .contents .form-wrap2 p:last-child a {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 1em;
}

#comment_reply_input .contents .form-wrap2 p input {
	width: 100%;
	height: 25px;
}

#comment_reply_input .contents .form-wrap2 .agree {
	color: #000;
	font-size: .75em;
	padding: 0 15px;
	list-style-type: none;
}

#comment_reply_input .contents .form-wrap2 .agree li {
	height: 25px;
}

#comment_reply_input .contents .form-wrap2 .agree li a {
	font-size: 1em;
}

#comment_reply_input .contents .form-wrap2 .secret {
	color: #000;
	font-size: .75em;
	padding: 0 15px;
	list-style-type: none;
}

#comment_reply_input .contents .btns {
	text-align: center;
	padding: 10px 0;
}

/*	--------------------------------------------------------------------------------
	###	END	:	게시판 디자인 공통
--------------------------------------------------------------------------------	*/
  </pre></body></html>