/* BASIC css start */
.displaynone {
	display: none !important;
}

body.eMobilePopup {
	overflow: hidden;
	position: fixed;
}

.ec-base-label {
	display: inline-block;
	margin-right: 5px;
}

.ec-base-label img {
	vertical-align: middle;
}

.gridContainer .gridItem {
	min-width: 0;
}

.ec-solution-box {
	padding: 20px;
	border: 5px solid #e8e8e8;
	color: #404040;
}

.ec-solution-box.gHalf {
	position: relative;
	padding: 20px 0;
}

.ec-solution-box.gHalf:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
}

.ec-solution-box.typeBg {
	background-color: #fbfafa;
}

.ec-solution-box.typeThin {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-solution-box.typeThinBg {
	border-width: 1px;
	border-color: #d7d5d5;
	background-color: #fbfafa;
}

.ec-solution-box.typeThinBg > .agree {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.ec-solution-box.typeThinBg > .agree p {
	padding: 0 0 17px;
}

.ec-solution-box.typeMember {
	padding: 0;
}

.ec-solution-box.typeMember .information {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-solution-box.typeMember .information > .title,
.ec-solution-box.typeMember .information > .thumbnail {
	display: table-cell;
	padding: 0 15px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

.ec-solution-box.typeMember .information > .title {
	vertical-align: middle;
}

.ec-solution-box.typeMember .information > .thumbnail img {
	max-width: 70px;
}

.ec-solution-box.typeMember .information .description {
	display: table-cell;
	padding: 0 10px;
	width: auto;
	line-height: 1.5em;
	border-left: 1px solid #e8e8e8;
	vertical-align: middle;
}

.ec-solution-box.typeMember.gMessage {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-solution-box .message {
	display: block;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #e8e7e7;
}

.ec-solution-box.typeProduct {
	display: table;
	table-layout: fixed;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-solution-box.typeProduct .thumbnail,
.ec-solution-box.typeProduct .information {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}

.ec-solution-box.typeProduct .thumbnail {
	width: 100px;
}

.ec-solution-box.typeProduct .thumbnail img {
	max-width: 90px;
	border: 1px solid #d7d5d5;
}

.ec-solution-box.typeProduct .information {
	padding-left: 0;
}

.ec-solution-button {
	padding: 10px 0;
	text-align: center;
}

.ec-solution-button.justify {
	position: relative;
}

.ec-solution-button:after {
	display: block;
	content: "";
	clear: both;
}

.ec-solution-button .gLeft {
	float: left;
	text-align: left;
}

.ec-solution-button .gRight {
	float: right;
	text-align: right;
}

.ec-solution-button.justify .gLeft {
	position: absolute;
	left: 0;
}

.ec-solution-button.justify .gRight {
	position: absolute;
	right: 0;
}

.ec-solution-button .text {
	margin: 0 6px 0 10px;
	color: #353535;
	line-height: 24px;
}

.ec-solution-button.typeBorder {
	margin-top: -1px;
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
}

.ec-solution-button.typeBG {
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
	background: #fbfafa;
}

.ec-solution-layer li {
	list-style: none;
}

.ec-solution-layer table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.ec-solution-layer caption {
	display: none;
}

.ec-solution-layer h1,
.ec-solution-layer h3 {
	margin: 0;
}

.ec-solution-layer {
	position: absolute;
	z-index: 100;
	border: 1px solid #757575;
	background: #fff;
}

.ec-solution-layer .header {
	padding: 7px 35px 7px 19px;
	color: #fff;
	background: #495164;
}

.ec-solution-layer .header > h1,
.ec-solution-layer .header > h3 {
	font-size: 14px;
	line-height: 1.5;
}

.ec-solution-layer .content {
	padding: 20px;
	font-size: 12px;
}

.ec-solution-layer div.ec-solution-help {
	margin-top: 0;
}

.ec-solution-layer .ec-solution-button {
	padding: 9px;
	border-top: 1px solid #d7d5d5;
	text-align: center;
	background: #fbfafa;
}

.ec-solution-layer .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px;
	cursor: pointer;
}

.ec-solution-layer .ec-solution-table table [id*="Msg"].error {
	color: #f00;
}

#popup .ec-solution-layer {
	position: relative;
	border: 0;
}

#popup .ec-solution-layer .header {
	padding: 12px 35px 12px 19px;
}

#popup .ec-solution-layer .close {
	top: 5px;
}

.ec-solution-layer .content > .ec-solution-table table:first-child {
	margin-top: 0;
}

.ec-solution-layer .ec-solution-table table {
	line-height: 1.4;
}

.ec-solution-layer .ec-solution-table thead th {
	padding: 9px 0 8px;
}

.ec-solution-layer .ec-solution-table tbody th {
	padding: 9px 0 8px 10px;
}

.ec-solution-layer .ec-solution-table td {
	padding: 9px 10px 8px;
}

.ec-solution-layer .ec-solution-table.typeWrite td {
	padding: 5px 10px 4px;
}

.ec-solution-layer .ec-solution-table.typeList tfoot td {
	padding: 10px 10px 12px;
}

.ec-solution-layer .ec-solution-table.typeBorder tfoot td {
	padding: 10px 10px 12px;
}

.ec-solution-table table {
	position: relative;
	margin: 10px 0 0;
	border: 1px solid #d7d5d5;
	border-top-color: #fff;
	color: #fff;
	line-height: 1.5;
}

.ec-solution-table.gLayoutFixed table {
	table-layout: fixed;
}

.ec-solution-table.gLayoutFixed .gLayoutAuto table {
	table-layout: auto;
}

.ec-solution-table table:before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d5d5;
}

.ec-solution-table thead th {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	font-weight: normal;
	background: #fbfafa;
}

.ec-solution-table tbody th {
	padding: 11px 0 10px 18px;
	border: 1px solid #dfdfdf;
	border-bottom-width: 0;
	color: #353535;
	text-align: left;
	font-weight: normal;
	background-color: #fbfafa;
}

.ec-solution-table th:first-child {
	border-left: 0;
}

.ec-solution-table td {
	padding: 11px 10px 10px;
	border-top: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
}

.ec-solution-table td.clear {
	padding: 0 !important;
	border: 0 !important;
}

.ec-solution-table.typeWrite td {
	padding: 8px 10px 7px;
}

.ec-solution-table.typeList table {
	border-top-color: #d7d5d5;
}

.ec-solution-table.typeList table:before {
	display: none;
}

.ec-solution-table.typeList td {
	padding: 8px 10px 7px;
}

.ec-solution-table.typeList tfoot td {
	padding: 15px 10px 17px;
	background: #fbfafa;
}

.ec-solution-table .message {
	border: 1px solid #d7d5d5;
	padding: 50px 0;
	text-align: center;
	color: #757575;
	font-weight: bold;
}

.ec-solution-table table + .message {
	margin: -1px 0 0;
}

.ec-solution-table table td.message {
	padding: 50px 0;
}

.ec-solution-table .scroll .message {
	border: 0;
}

.ec-solution-table.typeList .head td {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	text-align: center;
	background: #fbfafa;
}

.ec-solution-table.typeList .head td:first-child {
	border-left: 0;
}

.ec-solution-table.typeList .scroll {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 185px;
	min-height: 100px;
	border: 1px solid #d7d5d5;
	border-top-width: 0;
	margin-top: -1px;
}

.ec-solution-table.typeList .scroll table {
	border: 0;
	margin: 0;
}

.ec-solution-table.typeList .scroll table:before {
	display: none;
}

.ec-solution-table.typeList .scroll .message {
	border: 0;
}

.ec-solution-table thead.blind,
.ec-solution-table thead.blind th {
	display: none;
}

.ec-solution-table thead.blind + tbody tr:first-child th,
.ec-solution-table thead.blind + tbody tr:first-child td {
	border-top-width: 0;
}

.ec-solution-table.typeList.gLine table {
	border-width: 0;
	border-bottom-width: 1px;
}

.ec-solution-table.typeClear table:before {
	display: none;
}

.ec-solution-table.typeClear table,
.ec-solution-table.typeClear th,
.ec-solution-table.typeClear td {
	border: 0 none;
	background: none;
}

.ec-solution-table.typeClear th {
	font-weight: bold;
}

.ec-solution-table.gBorder td {
	border-left: 1px solid #dfdfdf;
}

.ec-solution-table.gBorder td:first-child {
	border-left: 0;
}

.ec-solution-table .left {
	text-align: left;
}

.ec-solution-table .center {
	text-align: center;
}

.ec-solution-table .right {
	text-align: right;
}

.ec-solution-table.typeList .center td,
.ec-solution-table.typeList td.center {
	padding-left: 0;
	padding-right: 0;
}

.ec-solution-table.typeList .center td.left {
	padding-left: 10px;
}

.ec-solution-table.typeList .center td.right {
	padding-right: 10px;
}

.ec-solution-table .top th,
.ec-solution-table th.top,
.ec-solution-table .top td,
.ec-solution-table td.top {
	vertical-align: top;
}

.ec-solution-table .middle th,
.ec-solution-table th.middle,
.ec-solution-table .middle td,
.ec-solution-table td.middle {
	vertical-align: middle;
}

.ec-solution-table img {
	vertical-align: middle;
}

@media print {
	.ec-solution-table table:before {
		display: none;
	}
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body,
code {
	font: 0.75em Verdana, Dotum, AppleGothic, sans-serif;
	color: #353535;
	background: #fff;
}

body {
	margin: 0 auto;
}

body#popup {
	min-width: 0;
}

li {
	list-style: none;
}

img,
fieldset {
	border: none;
	vertical-align: top;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	display: none;
}

th,
td {
	border: 0;
	vertical-align: top;
}

input,
select,
textarea {
	font-size: 100%;
	font-family: "µ¸¿ò", Dotum;
	color: #353535;
	vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
	width: 13px;
	height: 13px;
	border: 0;
}

input[type=text],
input[type=password] {
	height: 18px;
	line-height: 20px;
	padding: 2px 4px;
	border: 1px solid #d5d5d5;
	color: #353535;
	font-size: 12px;
}

input[type=radio] + label,
input[type=checkbox] + label {
	margin: 0 4px 0 2px;
}

select {
	height: 24px;
	border: 1px solid #d5d5d5;
}

textarea {
	padding: 5px 6px;
	border: 1px solid #d5d5d5;
	line-height: 1.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c1c1c1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c1c1c1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #c1c1c1;
	opacity: 1;
}

legend {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
}

button {
	overflow: visible;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}

hr.layout {
	display: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.objHidden {
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
	height: 0;
	width: 0;
}

table tr.radioType input,
span.noBorder input {
	border: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 3px 0 0 !important;
	vertical-align: middle !important;
	background: none !important;
}

#content_CONTAINER table,
#bi_inquire_content_CONTAINER table {
	border: 0;
	margin: 0 0 -1px;
}

#content_CONTAINER table:before,
#bi_inquire_content_CONTAINER table:before {
	display: none;
}

#content_CONTAINER td,
#bi_inquire_content_CONTAINER td {
	width: auto !important;
	padding: 0;
}

table.nneditor-table {
	width: auto !important;
}

.gLabel {
	display: inline-block;
}

.gLabel label {
	margin-right: 20px;
	line-height: 22px;
}

.fWidthFull input[type=text] {
	width: 100%;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
}

.fWidthFull textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
}

.fList.typeHor .gLabel {
	margin-right: 20px;
}

.fList.typeVer .gLabel {
	display: block;
}

#progressPaybarBackground {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#progressPaybarView {
	position: absolute;
	z-index: 100;
	top: 160px;
	left: 20px;
	width: 471px;
	font-size: 12px;
}

#progressPaybarView .box {
	height: 180px;
}

#progressPaybarView .box .graph {
	padding: 15px 0 0 0;
	text-align: center;
}

#progressPaybarView .box .graph span {
	display: block;
	text-align: center;
	margin: 20px 0;
}

#progressPaybarView .box .txt {
	text-align: center;
	padding: 15px 0 0;
	color: #555555;
}

div.layerProgress {
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	background-color: #999;
}

#skipNavigation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
}

#skipNavigation p,
#skipNavigation ul,
#skipNavigation ul li {
	height: 0;
}

#skipNavigation p a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

#skipNavigation p a:focus,
#skipNavigation p a:hover,
#skipNavigation p a:active {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #c4122f;
	color: #fff;
	z-index: 100;
}

.displaynone {
	display: none;
}

.dimmed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#header .inner {
	position: relative;
	width: 1218px;
	margin: 0 auto;
	*zoom: 1;
}

#header .inner:after {
	content: "";
	display: block;
	clear: both;
}

#header .topArea {
	height: 112px;
	padding: 83px 0 0;
	text-align: center;
	*zoom: 1;
}

#header .topArea:after {
	content: "";
	display: block;
	clear: both;
}

#header .special {
	float: left;
	border-left: 1px solid #d8d8d8;
}

#header .special li {
	float: left;
}

#header .special a {
	display: block;
	height: 20px;
	padding: 16px 15px 9px;
	border-right: 1px solid #d8d8d8;
	color: #353535;
	text-decoration: none;
}

#header .special a:hover {
	color: #008bcc;
	padding-bottom: 7px;
	border-bottom: 2px solid #008bcc;
}

#header .link {
	position: absolute;
	left: 0;
	top: 0;
	height: 35px;
	line-height: 35px;
}

#header .link > a,
#header .link > span {
	float: left;
}

#header .link > a {
	margin: 0 9px 0 0;
	padding: 0 10px 0 0;
	color: #666;
	text-decoration: none;
}

#header .link > span img {
	vertical-align: middle;
}

#header .link .xans-layout-bookmark span {
	padding-left: 17px;
}

#wrap {
	position: relative;
	width: 1460px;
	margin: 27px auto 0;
}

#container {
	width: 1218px;
	margin: 0 auto;
	*zoom: 1;
}

#container:after {
	content: "";
	display: block;
	clear: both;
}

#sidebar {
	float: left;
	width: 180px;
}

#sidebar .banner {
	padding: 0 0 20px;
	border-bottom: 1px solid #e8e8e8;
}

#sidebar .banner p a {
	display: block;
}

#contents .visual img {
	max-width: 100%;
}

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
}

#quick {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
}

#quick .banner a {
	display: block;
	margin: 15px 0 0;
}

#footer .inner {
	overflow: hidden;
	position: relative;
	width: 1218px;
	margin: 40px auto 0;
	*zoom: 1;
}

#boardArea {
	overflow: hidden;
	margin: 50px 0 0;
	border-top: 1px solid #d8d8d8;
}

#bannerArea {
	margin: 22px 0 0;
}

#bannerArea h2 {
	margin: 0 0 16px;
	font-weight: normal;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.path {
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	*zoom: 1;
}

.path span {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	white-space: nowrap;
	text-indent: 100%;
}

.path ol {
	float: right;
}

.path li {
	float: left;
	padding: 0 0 0 12px;
	margin: 0 0 0 8px;
	color: #757575;
}

.path li:first-child {
	background: none;
}

.path li a {
	color: #757575;
}

.path li strong,
.path li strong a {
	color: #2e2e2e;
}

.titleArea ul {
	padding: 5px 0;
	color: #939393;
	line-height: 18px;
}

.titleArea ul li {
	padding: 0 0 0 9px;
}

.boardMain {
	overflow: hidden;
	*zoom: 1;
}

.boardMain td img {
	vertical-align: middle;
	margin: 1px;
}

.boardMain .board {
	position: relative;
	margin: 0 0 65px;
}

.boardMain .leftArea {
	float: left;
	width: 50%;
}

.boardMain .leftArea .board {
	margin: 0 23px 65px 0;
}

.boardMain .rightArea {
	float: right;
	width: 50%;
}

.boardMain .rightArea .board {
	margin: 0 0 65px 23px;
}

.boardMain .board h3 {
	margin: 0 0 13px;
	height: 28px;
	font-size: 16px;
	color: #2e2e2e;
	border-bottom: 2px solid #626672;
}

.boardMain .board .more {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
}

.boardMain .board .ec-base-table.typeList td {
	color: #a4a4a4;
}

.boardMain .board .ec-base-table.typeList td.title a,
.boardMain .board .ec-base-table.typeList td.title a:hover {
	color: #4f4f4f;
}

.boardMain .board .galleryList {
	overflow: hidden;
}

.boardMain .board .galleryList ul {
	overflow: hidden;
	margin: 0 -10px;
}

.boardMain .board .galleryList li {
	float: left;
	position: relative;
	width: 20%;
	padding: 0 0 12px 0;
	word-break: break-all;
}

.boardMain .board .galleryList li span {
	display: block;
	margin: 0 10px;
	font-size: 11px;
	color: #a4a4a4;
}

.boardMain .board .galleryList li .imgLink,
.boardMain .board .galleryList li .imgLink:hover {
	display: block;
	margin: 0 10px 5px;
	font-size: 12px;
}

.boardMain .board .galleryList li .imgLink img {
	width: 100%;
	max-height: 110px;
	border: 1px solid #ededed;
}

#modalBackpanel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
}

#modalContainer {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 10001;
	width: 975px;
	height: 720px;
	border: 1px solid #333;
	background: #fff;
}

#modalContainer #modalContent {
	width: 100%;
	height: 100%;
}

.txtInfo {
	color: #707070;
}

.txtWarn {
	color: #f76560;
}

.txtEm {
	color: #008bcc;
}

.txtDel,
.strike,
.discount {
	text-decoration: line-through;
	font-weight: normal;
}

.strike strong,
.discount strong {
	font-weight: normal;
}

.txtNormal {
	font-weight: normal;
	font-style: normal;
}

.txtNum {
	font-size: 11px;
	color: #939393;
}

.txt11 {
	font-size: 11px;
}

.txt12 {
	font-size: 12px;
}

.txt14 {
	font-size: 14px;
}

.txt16 {
	font-size: 16px;
}

.txt18 {
	font-size: 18px;
	letter-spacing: -1px;
}

.txtIcon {
	font-size: 12px;
	font-style: normal;
}

.txtBreak {
	word-break: break-all;
	word-wrap: break-word;
}

html:lang(ja) .txt11,
html:lang(zh) .txt11,
html:lang(zh-tw) .txt11 {
	font-size: 12px;
}

.gBlank5 {
	display: block;
	margin-top: 5px;
}

.gBlank10 {
	display: block;
	margin-top: 10px;
}

.gBlank20 {
	display: block;
	margin-top: 20px;
}

.gBlank30 {
	display: block;
	margin-top: 30px;
}

.gIndent10 {
	margin-left: 10px;
}

.gIndent20 {
	margin-left: 20px;
}

.gSpace10 {
	margin-right: 10px;
}

.gSpace20 {
	margin-right: 20px;
}

.gMerge {
	position: relative;
	z-index: 1;
	margin-top: -1px;
}

.ec-base-qty {
	position: relative;
	display: inline-block;
	width: 50px;
	margin: 0 1px 0 0;
	text-align: left;
}

.ec-base-qty input[type="text"] {
	width: 22px;
	height: 23px;
	padding: 0 0 0 5px;
	line-height: 25px;
	border: 1px solid #d4d8d9;
	border-radius: 3px 0 0 3px;
}

.ec-base-qty .up {
	position: absolute;
	left: 27px;
	top: 0;
}

.ec-base-qty .down {
	position: absolute;
	left: 27px;
	bottom: 0;
}

.ec-base-chk {
	display: inline-block;
	position: relative;
	margin: 0 8px 0 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
	cursor: pointer;
}

.ec-base-chk input {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.ec-base-chk .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ec-base-chk input:checked + .checkbox {
	background-position: -34px 0;
}

.ec-base-tooltip {
	display: none;
	z-index: 2;
	position: absolute;
	top: 24px;
	padding: 15px;
	border: 1px solid #565960;
	background: #fff;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.ec-base-tooltip h3 {
	margin: 0 0 8px;
	padding: 0 10px;
	font-size: 12px;
	border-bottom: 0;
}

.ec-base-tooltip h3 + p {
	margin: 0 5px 10px;
}

.ec-base-tooltip h4 {
	margin: 15px 10px 8px 5px;
	font-size: 12px;
}

.ec-base-tooltip h4:before {
	display: inline-block;
	content: "";
	margin: 0 5px 0 0;
	width: 3px;
	height: 3px;
	background: #666;
	vertical-align: middle;
}

.ec-base-tooltip .btnClose {
	position: absolute;
	right: 14px;
	top: 14px;
}

.ec-base-tooltip .edge {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: -6px;
	display: block;
	margin: 0 0 0 -5px;
	width: 10px;
	height: 6px;
}

.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: solid transparent;
}

.ec-base-tooltip .edge:before {
	margin: 1px 0 0;
	border-bottom-color: #565960;
	border-width: 0 5px 5px 5px;
}

.ec-base-tooltip .edge:after {
	left: 1px;
	margin: 2px 0 0;
	border-bottom-color: #fff;
	border-width: 0 4px 4px 4px;
}

.ec-base-tooltip table th,
.ec-base-tooltip table td {
	padding: 8px 10px 7px 10px;
	border: 1px solid #e8e8e8;
	line-height: 1.5em;
}

.ec-base-tooltip table th {
	padding-right: 0;
	background: #fbf9fa;
}

.ec-base-tooltip table thead th {
	text-align: center;
}

.ec-base-tooltip table tbody th {
	text-align: left;
}

.ec-base-tooltip table .left {
	text-align: left;
}

.ec-base-tooltip table .center {
	text-align: center;
}

.ec-base-tooltip table .right {
	text-align: right;
}

.ec-base-tooltip table .info {
	padding: 0;
	color: #757575;
}

.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before {
	display: inline-block;
	content: "";
	margin: 0 3px 0 0;
	width: 4px;
	height: 1px;
	background: #757575;
	vertical-align: middle;
}

.ec-base-tooltip .info {
	padding: 10px 10px 0;
	margin: 5px 0 0;
}

.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet {
	margin: 8px 10px;
}

.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before {
	display: inline-block;
	content: "";
	margin: -3px 3px 0 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-left-color: #333;
	border-width: 2px 0 2px 2px;
	vertical-align: middle;
}

.ec-base-tooltip ul.bullet li {
	line-height: 1.5em;
}

.ec-base-tooltip .txtEm {
	color: #008bcc;
}

.ec-base-tooltip .txtWarn {
	color: #f65b54;
}

.ec-base-tooltip.typeUpper {
	top: auto;
	bottom: 34px;
}

.ec-base-tooltip.typeUpper .edge {
	top: auto;
	bottom: -6px;
}

.ec-base-tooltip.typeUpper .edge:before {
	margin: 0 0 -5px;
	border-top-color: #565960;
	border-width: 5px 5px 0 5px;
}

.ec-base-tooltip.typeUpper .edge:after {
	left: 1px;
	margin: 0 0 -4px;
	border-top-color: #fff;
	border-width: 4px 4px 0 4px;
}

span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li {
	margin: 2px 9px;
	padding: 1px 0 1px 20px;
	line-height: 1.4;
}

div.ec-base-help {
	margin: 20px 0;
	border: 1px solid #d6d4d4;
	line-height: 18px;
}

div.ec-base-help > h2,
div.ec-base-help > h3 {
	padding: 9px 0 6px 10px;
	border-bottom: 1px solid #e8e7e7;
	color: #101010;
	font-size: 12px;
	background: #fbfbfb;
}

div.ec-base-help .inner {
	padding: 0 9px 12px;
}

div.ec-base-help h4 {
	margin: 22px 0 -4px;
	color: #404040;
	font-size: 12px;
	font-weight: normal;
}

div.ec-base-help h4:first-child {
	margin-top: 13px;
}

div.ec-base-help p {
	margin: 15px 0 0 10px;
	color: #707070;
}

div.ec-base-help ul,
div.ec-base-help ol {
	margin: 15px 0 0 11px;
}

div.ec-base-help li {
	color: #707070;
}

div.ec-base-help ol li {
	padding: 0 0 0 25px;
}

div.ec-base-help ol .item1 {
	background-position: -484px 0;
}

div.ec-base-help ol .item2 {
	background-position: -434px -100px;
}

div.ec-base-help ol .item3 {
	background-position: -384px -200px;
}

div.ec-base-help ol .item4 {
	background-position: -334px -300px;
}

div.ec-base-help ol .item5 {
	background-position: -284px -400px;
}

div.ec-base-help ol .item6 {
	background-position: -234px -500px;
}

div.ec-base-help ol .item7 {
	background-position: -184px -600px;
}

div.ec-base-help ol .item8 {
	background-position: -134px -700px;
}

div.ec-base-help ol .item9 {
	background-position: -84px -800px;
}

div.ec-base-help ol .item10 {
	background-position: -34px -900px;
}

div.ec-base-help ul li {
	padding: 0 0 0 11px;
}

div.ec-base-help > h2,
div.ec-base-help > h3 {
	padding: 14px 0 12px 14px;
	background: #fff;
	font-size: 13px
}

div.ec-base-help h4:first-child,
div.ec-base-help h4 {
	margin: 15px 10px -4px
}

div.ec-base-help .inner {
	padding: 0 9px 20px
}

.ec-base-product {
	margin: 22px 0 0;
}

.ec-base-product .title {
	margin: 0 0 17px;
}

.ec-base-product .title h2 {
	font-weight: normal;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.ec-base-product .title h3 {
	font-weight: normal;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.ec-base-product img {
	vertical-align: middle;
}

.ec-base-product a[href^='/product/detail.html'] > img {
	border: 1px solid #ececec;
}

.ec-base-product .prdList {
	display: table;
	width: 100%;
	min-width: 756px;
	margin: -20px 0 0;
	font-size: 0;
	line-height: 0;
}

.ec-base-product .prdList > li {
	position: relative;
	display: inline-block;
	margin: 30px 0 20px;
	color: #757575;
	vertical-align: top;
}

.ec-base-product .prdList .chk {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 0 10px;
}

.ec-base-product .prdList .thumbnail {
	position: relative;
	margin: 10px 7px;
	text-align: center;
}

.ec-base-product .prdList .thumbnail .prdImg {
	position: relative;
}

.ec-base-product .prdList .thumbnail a img {
	max-width: 100%;
	box-sizing: border-box;
}

.ec-base-product .prdList .thumbnail .wish {
	position: absolute;
	right: 3px;
	bottom: 4px;
	z-index: 1;
	cursor: pointer;
}

.ec-base-product .prdList .thumbnail .prdIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
	margin: 10px 0 0;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .icon:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-product .prdList .thumbnail .promotion {
	float: left;
	margin: 0 0 4px;
	text-align: left;
}

.ec-base-product .prdList .thumbnail .promotion img {
	margin: 0 4px 0 0;
}

.ec-base-product .prdList .thumbnail .button {
	float: right;
	margin: 0 0 4px;
}

.ec-base-product .prdList .thumbnail .button img {
	cursor: pointer;
}

.ec-base-product .prdList .thumbnail .button .option {
	display: inline;
	position: relative;
}

.ec-base-product .prdList .thumbnail .button .likeButton {
	display: inline-block;
	margin: 0 5px;
}

.ec-base-product .prdList .thumbnail .button .likeButton button {
	font-family: verdana;
	color: #9a9a9a;
	letter-spacing: -1px;
	background: none;
}

.ec-base-product .prdList .thumbnail .button .likeButton button img {
	margin-bottom: 0;
	vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton button strong {
	height: 16px;
	vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton.selected button {
	color: #353535;
}

.ec-base-product .prdList .description {
	margin: 0 auto;
	padding: 0 7px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.ec-base-product .prdList .description .name {
	display: block;
	text-align: left font-weight:normal;
}

.ec-base-product .prdList .description .name a {
	color: #2e2e2e;
}

.ec-base-product .prdList .description .mileage {
	display: block;
}

.ec-base-product .prdList .description span.grid {
	display: block;
}

.ec-base-product ul.grid2 > li {
	width: 50%;
}

.ec-base-product ul.grid3 > li {
	width: 33.33%;
}

.ec-base-product ul.grid4 > li {
	width: 25%;
}

.ec-base-product ul.grid5 > li {
	width: 20%;
}

.ec-base-product ul.grid3 > li .color {
	max-width: 230px;
}

.ec-base-product ul.grid4 > li .color {
	max-width: 190px;
}

.ec-base-product ul.grid5 > li .color {
	max-width: 130px;
}

.ec-base-product ul.grid2 li:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-product ul.grid2 li .thumbnail {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0;
}

.ec-base-product ul.grid2 li .description {
	float: left;
	width: 247px;
	padding: 0 20px;
}

.ec-base-product ul.grid2 li .description .chk {
	position: static;
	text-align: left;
}

.ec-base-product .spec {
	margin: 0;
}

.ec-base-product .spec li {
	text-align: left;
}

.ec-base-product .spec li .title {
	font-weight: normal;
	vertical-align: top;
}

.ec-base-product .spec li .title span {
	vertical-align: top;
}

.ec-base-product .spec li .color {
	overflow: hidden;
	display: inline-block;
	margin: 3px 0 0 0;
}

.ec-base-product .spec li .chips {
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 2px 2px 0;
	border: 1px solid #e3e3e3;
	font-size: 0;
	line-height: 0;
}

.ec-base-product .discountPeriod {
	display: inline-block;
	z-index: 10;
	position: relative;
	width: 55px;
	height: 19px;
	vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod {
	left: 50%;
	top: 26px;
	width: 247px;
	margin: 0 0 0 -124px;
}

.ec-base-product .layerDiscountPeriod strong.title {
	display: block;
	margin: 0 0 12px;
	padding: 0 35px 0 0;
	font-weight: bold;
	color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p {
	margin: 2px 0 0;
	font-size: 11px;
	line-height: 16px;
	color: #757575;
	letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
	font-weight: normal;
	font-size: 12px;
	color: #2e2e2e;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
	font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
	position: relative;
	display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
	display: inline-block;
	float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
	z-index: 11;
	display: block;
	margin: 0 0 0 -170px;
	width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
	width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
	padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
	position: relative;
	display: inline-block;
}

.differentialShipping {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 17px;
	z-index: 100;
	width: 350px;
	margin: 0 0 0 -176px;
}

.differentialShipping h3.title {
	margin: 0;
	height: 35px;
	padding: 0 35px 0 19px;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	background: #495164;
}

.differentialShipping .content {
	padding: 12px 18px 14px 18px;
	border: 1px solid #757575;
	border-top: 0;
	text-align: center;
	background: #fff;
}

.differentialShipping .close {
	position: absolute;
	right: 14px;
	top: 12px;
}

.differentialShipping .close img {
	cursor: pointer;
}

.differentialShipping .content ul {
	color: #757575;
	line-height: 25px;
}

.differentialShipping .content li {
	overflow: hidden;
}

.differentialShipping .content li strong {
	float: left;
	font-weight: normal;
}

.differentialShipping .content li span {
	float: right;
	color: #2e2e2e;
}

.differentialShipping .content .info {
	margin: 7px 0 0;
	padding: 7px 0 0;
	border-top: 1px dotted #b0b1b3;
	color: #80aeef;
	text-align: right;
}

.ec-product-bgLT {
	background-position: left top;
}

.ec-product-bgLC {
	background-position: left center;
}

.ec-product-bgLB {
	background-position: left bottom;
}

.ec-product-bgRT {
	background-position: right top;
}

.ec-product-bgRC {
	background-position: right center;
}

.ec-product-bgRB {
	background-position: right bottom;
}

.ec-product-bgCT {
	background-position: center top;
}

.ec-product-bgCC {
	background-position: center center;
}

.ec-product-bgCB {
	background-position: center bottom;
}

.ec-base-product {
	
	width: 1280px;
	margin: 0 auto 
}

.ec-base-product .title {
	margin: 0 0 17px;
}

.ec-base-product .title h2 {
	font-weight: normal;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.ec-base-product .title h3 {
	font-weight: normal;
	font-size: 20px;
	color: #2e2e2e;
	text-align: center;
}

.ec-base-product img {
	vertical-align: middle;
}

.ec-base-product a[href^='/product/detail.html'] > img {
	border: 1px solid #ececec;
}

.ec-base-product .prdList {
	display: table;
	width: 100%;
	min-width: 756px;
	max-width: 1512px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

.ec-base-product .prdList > li {
	position: relative;
	display: inline-block;
	margin: 0 0 50px;
	color: #757575;
	vertical-align: top;
}

.ec-base-product .prdList .chk {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	display: block;
	margin: 0 0 10px;
}

.ec-base-product .prdList .thumbnail {
	position: relative;
	margin: 0 15px 15px;
	text-align: center;
}

.ec-base-product .prdList .thumbnail .prdImg {
	position: relative;
}

.ec-base-product .prdList .thumbnail .prdImg > a > img {
	width: 100%;
	box-sizing: border-box
}

.ec-base-product .prdList .thumbnail .wish {
	position: absolute;
	right: 3px;
	bottom: 4px;
	z-index: 1;
	cursor: pointer;
}

.ec-base-product .prdList .thumbnail .prdIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .icon {
	margin: 0;
	vertical-align: middle;
	padding: 0;
	width: 100%;
	border: 0
}

.ec-base-product .prdList .thumbnail .icon:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-product .prdList .thumbnail .promotion {
	float: left;
	margin: 0 0 4px;
	text-align: left;
}

.ec-base-product .prdList .thumbnail .promotion img {
	margin: 0 4px 0 0;
}

.ec-base-product .prdList .thumbnail .button {
	float: left;
	margin: 0;
}

.ec-base-product .prdList .thumbnail .button img {
	cursor: pointer;
}

.ec-base-product .prdList .thumbnail .button .option {
	display: inline-block;
	float: left
}

.ec-base-product .prdList .thumbnail .button .option .xans-product-optionpreview .prdOption {
	left: 50%;
	margin: 0 0 0 -150px;
	top: 32px
}

.ec-base-product .prdList .thumbnail .button .option a {
	display: inline;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	width: 37px;
	height: auto;
	text-align: center;
	display: inline-block;
	float: left;
	line-height: 33px;
	transition: all 0.4s
}

.ec-base-product .prdList .thumbnail .button .option a:hover {
	background: rgba(255, 255, 255, 0.9)
}

.ec-base-product .prdList .thumbnail .button > span {
	background: rgba(255, 255, 255, 0.5);
	width: 37px;
	height: auto;
	text-align: center;
	display: inline-block;
	float: left;
	;
	transition: all 0.4s
}

.ec-base-product .prdList .thumbnail .button > span:hover {
	background: rgba(255, 255, 255, 0.9)
}

.ec-base-product .prdList .thumbnail .button .likeButton {
	display: inline-block;
	margin: 0 5px;
}

.ec-base-product .prdList .thumbnail .button .likeButton button {
	font-family: verdana;
	color: #9a9a9a;
	letter-spacing: -1px;
	background: none;
}

.ec-base-product .prdList .thumbnail .button .likeButton button img {
	margin-bottom: 0;
	vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton button strong {
	height: 16px;
	vertical-align: middle;
}

.ec-base-product .prdList .thumbnail .button .likeButton.selected button {
	color: #353535;
}

.ec-base-product .prdList .description {
	margin: 0 auto;
	padding: 0 15px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	position: relative;
}

.ec-base-product .prdList .description .name {
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
	letter-spacing: 1.5px
}

.ec-base-product .prdList .description .name a {
	color: #2e2e2e;
}

.ec-base-product .prdList .description .mileage {
	display: block;
}

.ec-base-product .prdList .description span.grid {
	display: block;
}

.ec-base-product .prdList .promotion {
	text-align: center;
	margin: 6px 0 0;
}

.ec-base-product .prdList .icon {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.ec-base-product .prdList .option {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer
}

.ec-base-product .prdList .button img {
	vertical-align: middle;
	margin-right: 6px;
	cursor: pointer
}

.ec-base-product .prdList .likeButton {
	float: right;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	width: 51px;
	height: auto;
	transition: all 0.4s
}

.ec-base-product .prdList .likeButton:hover {
	background: rgba(255, 255, 255, 0.9)
}

.ec-base-product .prdList .likeButton button {
	background: none;
	color: #999
}

.ec-base-product .prdList .likeButton.selected button {
	color: #333;
}

.ec-base-product .prdList .likeButton strong {
	position: absolute;
	top: 0;
	right: 9px;
	line-height: 34px
}

.ec-base-product .prdList li:hover .icon {
	opacity: 1;
	transition: all 1s
}

.ec-base-product ul.grid2 > li {
	width: 50%;
}

.ec-base-product ul.grid3 > li {
	width: 33.33%;
}

.ec-base-product ul.grid4 > li {
	width: 25%;
}

.ec-base-product ul.grid5 > li {
	width: 20%;
}

.ec-base-product ul.grid3 > li .color {
	max-width: 230px;
}

.ec-base-product ul.grid4 > li .color {
	max-width: 190px;
}

.ec-base-product ul.grid5 > li .color {
	max-width: 130px;
}

.ec-base-product ul.grid2 li:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-product ul.grid2 li .thumbnail {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0;
}

.ec-base-product ul.grid2 li .description {
	float: left;
	width: 247px;
	padding: 0 20px;
}

.ec-base-product ul.grid2 li .description .chk {
	position: static;
	text-align: left;
}

.ec-base-product .spec {
	margin: 0;
	padding: 0
}

.ec-base-product .spec li {
	text-align: center;
	padding: 2px 0;
	letter-spacing: 1px
}

.ec-base-product .spec li .title {
	font-weight: normal;
	vertical-align: top;
}

.ec-base-product .spec li .title span {
	vertical-align: top;
}

.ec-base-product .spec li .color {
	overflow: hidden;
	display: inline-block;
	margin: 0;
	background: #fff;
	padding: 4px 0;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 26%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 26%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 1) 26%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.ec-base-product .spec li .chips {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 0 0 4px;
	border: 1px solid #ccc;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
}

.recommend_wrap .ec-base-product .spec li .color {
	background: #f5f5f5;
	background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 1%, rgba(245, 245, 245, 1) 26%);
	background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, rgba(245, 245, 245, 0) 1%, rgba(245, 245, 245, 1) 26%);
	background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(245, 245, 245, 1) 26%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.ec-base-product .prdList .thumbnail .over {
	display: block;
	opacity: 0;
	bottom: -5%;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.7s
}

.ec-base-product .prdList .thumbnail:hover .over {
	opacity: 1;
	bottom: 0;
	transition: all 0.2s;
}

.week_best .prdList > li {
	margin: 0 0 6px
}

.week_best .prdList .thumbnail {
	margin: 0 6px 6px;
	overflow: hidden
}

.week_best .prdList .thumbnail .prdImg a {
	display: block;
	position: relative
}

.week_best .prdList .thumbnail .prdImg a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	transition: all 0.5s
}

.week_best .prdList .thumbnail:hover .prdImg a:after {
	opacity: 1;
	transition: all 0.5s
}

.week_best .prdList .description {
	padding: 18px 15px
}

.week_best .prdList .description .name {
	text-align: center;
	border: 0;
	margin: 0;
	padding: 2px 0
}

.week_best .spec li {
	text-align: center
}

.week_best .color_chips {
	padding: 0 0 2px
}

.week_best .color_chips .color {
	max-width: none !important;
	width: 100%
}

.week_best .color_chips .color span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 2px 0;
	border: 1px solid #555;
	border-radius: 100%;
	font-size: 0;
	line-height: 0;
}

.ec-base-paginate {
	margin: 30px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.ec-base-paginate ol {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	*margin: 0;
}

.ec-base-paginate li {
	display: inline-block;
	margin: 0 0 0 -1px;
	border: 1px solid #d7d5d5;
	font-size: 12px;
	color: #757575;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.ec-base-paginate li:first-child {
	margin-left: 0;
}

.ec-base-paginate img {
	vertical-align: top;
}

.ec-base-paginate li a {
	display: block;
	width: 33px;
	padding: 9px 0;
	font-weight: bold;
	color: #939393;
	line-height: 14px;
	background: #fff;
}

.ec-base-paginate li a:hover {
	text-decoration: none;
	background: #f0f2f2;
}

.ec-base-paginate li a.this {
	padding-bottom: 6px;
	border-bottom: 3px solid #495164;
	color: #495164;
}

.ec-base-paginate a.nolink {
	cursor: default;
}

.ec-base-paginate.typeSub ol {
	margin: 0 15px;
	vertical-align: middle;
}

.ec-base-paginate.typeSub li {
	font-size: 12px;
	border: 0;
}

.ec-base-paginate.typeSub img {
	vertical-align: middle;
}

.ec-base-paginate.typeSub li a {
	width: auto;
	margin: 0 5px 0;
	padding: 2px;
	color: #353535;
	background: none;
}

.ec-base-paginate.typeSub li a.this {
	color: #008bcc;
	text-decoration: underline;
	border: 0;
}

.ec-base-paginate.typeSub .first {
	margin-right: 3px;
}

.ec-base-paginate.typeSub .last {
	margin-left: 3px;
}

.ec-base-paginate li {
	border: 0;
	margin: 0 3px
}

.ec-base-paginate li a {
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 24px;
	color: #555;
	font-weight: normal;
	border-radius: 100%
}

.ec-base-paginate li a.this {
	padding: 0;
	border: 0;
	color: #222;
	background: #eee;
	font-weight: 600
}

.ec-base-paginate > a > img {
	display: none
}

.ec-base-paginate > a {
	width: 24px;
	height: 24px;
	display: inline-block
}

.ec-base-paginate > a.first {
	background: url(/design/yoonbling/PC/img/btn_page_first.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate > a.pre {
	background: url(/design/yoonbling/PC/img/btn_page_prev.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate > a.next {
	background: url(/design/yoonbling/PC/img/btn_page_next.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate > a.last {
	background: url(/design/yoonbling/PC/img/btn_page_last.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate ol {
	margin: 0 15px
}

.ec-base-paginate.typeSub li {
	border: 0;
	margin: 0 3px
}

.ec-base-paginate.typeSub li a {
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 24px;
	color: #555;
	font-weight: normal;
	border-radius: 100%
}

.ec-base-paginate.typeSub li a.this {
	padding: 0;
	border: 0;
	color: #222;
	background: #eee;
	font-weight: 600
}

.ec-base-paginate.typeSub > a > img {
	display: none
}

.ec-base-paginate.typeSub > a {
	width: 24px;
	height: 24px;
	display: inline-block
}

.ec-base-paginate.typeSub > a.first {
	background: url(/design/yoonbling/PC/img/btn_page_first.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate.typeSub > a.pre {
	background: url(/design/yoonbling/PC/img/btn_page_prev.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate.typeSub > a.next {
	background: url(/design/yoonbling/PC/img/btn_page_next.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate.typeSub > a.last {
	background: url(/design/yoonbling/PC/img/btn_page_last.png) no-repeat center;
	font-size:0;
	text-indent:-999999px;
}

.ec-base-paginate.typeSub ol {
	margin: 0 15px;
	vertical-align: top;
}

.ec-base-paginate.typeSub li a.this {
	text-decoration: none
}

.ec-base-tab {
	position: relative;
}

.ec-base-tab .menu {
	margin: 0 0 20px;
	border: 1px solid #cbcdce;
	border-bottom-color: #202020;
	border-left: 0;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ec-base-tab .menu:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-tab .menu li {
	float: left;
	border-left: 1px solid #cbcdce;
	background: #f2f2f2;
}

.ec-base-tab .menu li a {
	display: block;
	min-width: 187px;
	margin: 0 0 0 -1px;
	padding: 12px 5px 11px;
	border-right: 1px solid #cbcdce;
	color: #707070;
	text-decoration: none;
	outline: 0;
	text-align: center;
	background: #f2f2f2;
}

.ec-base-tab .menu li:first-child a {
	margin-left: 0;
}

.ec-base-tab .menu li.selected a {
	position: relative;
	top: -1px;
	left: -2px;
	margin: 0 0 -1px;
	border: 1px solid #202020;
	border-bottom: 0;
	color: #fff;
	font-weight: bold;
	background: #4a5164;
}

.ec-base-tab .menu li.selected:first-child a {
	left: -1px;
}

.ec-base-tab > .right {
	position: absolute;
	top: 8px;
	right: 10px;
	line-height: 24px;
	color: #909090;
}

.ec-base-tab.typeLight .menu li.selected a {
	margin: 0 0 -2px;
	border-bottom: 1px solid #fff;
	color: #404040;
	background: #fff;
}

.ec-base-tab[class*="grid"] .menu {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ec-base-tab[class*="grid"] .menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.ec-base-tab[class*="grid"] .menu li a {
	display: inline-block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 11px 0;
	border: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected {
	position: relative;
	top: 0;
	right: -1px;
	border: 1px solid #292929;
	border-bottom: 0;
	background: #4a5164;
}

.ec-base-tab[class*="grid"] .menu li:first-child.selected {
	right: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected a {
	position: static;
	background: none;
}

.ec-base-tab.grid2 .menu li {
	width: 50.5%;
}

.ec-base-tab.grid3 .menu li {
	width: 34%;
}

.ec-base-tab.grid4 .menu li {
	width: 25.5%;
}

.ec-base-tab.grid5 .menu li {
	width: 20.5%;
}

.ec-base-tab.grid6 .menu li {
	width: 17%;
}

.ec-base-tab.grid7 .menu li {
	width: 14.8%;
	width: 15% \0/;
}

.ec-base-tab.grid7 .menu li:first-child {
	width: 13% \0/;
}

.ec-base-button {
	padding: 10px 0;
	text-align: center;
}

.ec-base-button.justify {
	position: relative;
}

.ec-base-button:after {
	display: block;
	content: "";
	clear: both;
}

.ec-base-button .gLeft {
	float: left;
	text-align: left;
}

.ec-base-button .gRight {
	float: right;
	text-align: right;
}

.ec-base-button.justify .gLeft {
	position: absolute;
	left: 0;
}

.ec-base-button.justify .gRight {
	position: absolute;
	right: 0;
}

.ec-base-button .text {
	margin: 0 6px 0 10px;
	color: #353535;
	line-height: 24px;
}

.ec-base-button.typeBorder {
	margin-top: -1px;
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
}

.ec-base-button.typeBG {
	padding: 10px 20px;
	border: 1px solid #d7d5d5;
	background: #fbfafa;
}

.ec-base-box {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	border: 5px solid #e8e8e8;
	color: #404040;
}

.ec-base-box.gHalf {
	position: relative;
	padding: 20px 0;
}

.ec-base-box.gHalf:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
}

.ec-base-box.typeBg {
	background-color: #fbfafa;
}

.ec-base-box.typeThin {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-base-box.typeThinBg {
	border-width: 1px;
	border-color: #d7d5d5;
	background-color: #fbfafa;
}

.ec-base-box.typeThinBg > .agree {
	padding: 20px;
	border: 1px solid #e6e6e6;
	background: #fff;
}

.ec-base-box.typeThinBg > .agree p {
	padding: 0 0 17px;
}

.ec-base-box.typeMember {
	padding: 0;
}

.ec-base-box.typeMember .information {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-base-box.typeMember .information > .title,
.ec-base-box.typeMember .information > .thumbnail {
	display: table-cell;
	padding: 0 15px;
	width: 70px;
	text-align: center;
	vertical-align: middle;
}

.ec-base-box.typeMember .information > .title {
	vertical-align: middle;
}

.ec-base-box.typeMember .information > .thumbnail img {
	max-width: 70px;
}

.ec-base-box.typeMember .information .description {
	display: table-cell;
	padding: 0 10px;
	width: auto;
	line-height: 1.5em;
	border-left: 1px solid #e8e8e8;
	vertical-align: middle;
}

.ec-base-box.typeMember.gMessage {
	border-width: 1px;
	border-color: #d7d5d5;
}

.ec-base-box .message {
	display: block;
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #e8e7e7;
}

.ec-base-box.typeProduct {
	display: table;
	table-layout: fixed;
	padding: 15px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-base-box.typeProduct .thumbnail,
.ec-base-box.typeProduct .information {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}

.ec-base-box.typeProduct .thumbnail {
	width: 100px;
}

.ec-base-box.typeProduct .thumbnail img {
	max-width: 90px;
	border: 1px solid #d7d5d5;
}

.ec-base-box.typeProduct .information {
	padding-left: 0;
}

.ec-base-box.typeThinBg {
	background: #fff
}

.ec-base-table table {
	position: relative;
	margin: 10px 0 0;
	border: 1px solid #d7d5d5;
	border-top: 0;
	color: #fff;
	line-height: 1.5;
}

.ec-base-table.gLayoutFixed table {
	table-layout: fixed;
}

.ec-base-table.gLayoutFixed .gLayoutAuto table {
	table-layout: auto;
}

.ec-base-table table:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: #d7d5d5;
}

.ec-base-table thead th {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	font-weight: normal;
	background: #fbfafa;
}

.ec-base-table tbody th {
	padding: 11px 0 10px 18px;
	border: 1px solid #dfdfdf;
	color: #353535;
	text-align: left;
	font-weight: normal;
	background-color: #fbfafa;
}

.ec-base-table th {
	word-break: break-all;
	word-wrap: break-word;
}

.ec-base-table th:first-child {
	border-left: 0;
}

.ec-base-table td {
	padding: 11px 10px 10px;
	border-top: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}

.ec-base-table td.clear {
	padding: 0 !important;
	border: 0 !important;
}

.ec-base-table.typeWrite td {
	padding: 8px 10px 7px;
}

.ec-base-table.typeWrite img {
	max-width: 100% !important;
	height: auto !important;
}

.ec-base-table.typeList table {
	border-top: 1px solid #d7d5d5;
}

.ec-base-table.typeList table:before {
	display: none;
}

.ec-base-table.typeList td {
	padding: 8px 10px 7px;
}

.ec-base-table.typeList tfoot td {
	padding: 15px 10px 17px;
	background: #fbfafa;
}

.ec-base-table .message {
	border: 1px solid #d7d5d5;
	padding: 50px 0;
	text-align: center;
	color: #757575;
	font-weight: bold;
}

.ec-base-table table + .message {
	margin: -1px 0 0;
}

.ec-base-table table td.message {
	padding: 50px 0;
}

.ec-base-table .scroll .message {
	border: 0;
}

.ec-base-table.typeList .head td {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #353535;
	vertical-align: middle;
	text-align: center;
	background: #fbfafa;
}

.ec-base-table.typeList .head td:first-child {
	border-left: 0;
}

.ec-base-table.typeList .scroll {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 185px;
	min-height: 100px;
	border: 1px solid #d7d5d5;
	border-top-width: 0;
	margin-top: -1px;
}

.ec-base-table.typeList .scroll table {
	border: 0;
	margin: 0;
}

.ec-base-table.typeList .scroll table:before {
	display: none;
}

.ec-base-table.typeList .scroll .message {
	border: 0;
}

.ec-base-table thead.blind,
.ec-base-table thead.blind th {
	display: none;
}

.ec-base-table thead.blind + tbody tr:first-child th,
.ec-base-table thead.blind + tbody tr:first-child td {
	border-top-width: 0;
}

.ec-base-table.typeList.gLine table {
	border-width: 0;
	border-bottom-width: 1px;
}

.ec-base-table.typeClear table:before {
	display: none;
}

.ec-base-table.typeClear table,
.ec-base-table.typeClear th,
.ec-base-table.typeClear td {
	border: 0 none;
	background: none;
}

.ec-base-table.typeClear th {
	font-weight: bold;
}

.ec-base-table.gBorder td {
	border-left: 1px solid #dfdfdf;
}

.ec-base-table.gBorder td:first-child {
	border-left: 0;
}

.ec-base-table.gBorder td.gClearLine {
	border-left: 0;
}

.ec-base-table.typeList.gBorder tbody td {
	border-color: #eee;
}

.ec-base-table .left {
	text-align: left;
}

.ec-base-table .center {
	text-align: center;
}

.ec-base-table .right {
	text-align: right;
}

.ec-base-table.typeList .center td,
.ec-base-table.typeList td.center {
	padding-left: 0;
	padding-right: 0;
}

.ec-base-table.typeList .center td.left {
	padding-left: 10px;
}

.ec-base-table.typeList .center td.right {
	padding-right: 10px;
}

.ec-base-table .top th,
.ec-base-table th.top,
.ec-base-table .top td,
.ec-base-table td.top {
	vertical-align: top;
}

.ec-base-table .middle th,
.ec-base-table th.middle,
.ec-base-table .middle td,
.ec-base-table td.middle {
	vertical-align: middle;
}

.ec-base-table img {
	vertical-align: middle;
}

@media print {
	.ec-base-table table:before {
		display: none;
	}
}

.ec-base-table thead th,
.ec-base-table tbody th {
	background: #fff;
	border-left: 0;
	color: #222
}

.ec-base-table thead th {
	padding: 16px 0;
	font-size: 13px
}

.ec-base-table td {
	font-size: 13px;
	padding: 16px 10px
}

.ec-base-table.typeList table {
	border-top: 2px solid #222
}

.ec-base-table.typeList td {
	padding: 16px 10px
}

.ec-base-table.typeList td {
	padding: 14px 10px
}

.ec-base-table.typeList tfoot td {
	background: #f5f5f5
}

.ec-base-table table {
	border-right: 0;
	border-left: 0
}

.ec-base-table table:before {
	display: none
}

.join_tb tbody {
	border-top: 2px solid #222
}

.ec-base-table.gBorder td {
	border-left: 0
}

.ec-base-desc {
	overflow: hidden;
	text-align: left;
}

.ec-base-desc:after {
	content: "";
	display: block;
	claer: both;
}

.ec-base-desc dt,
.ec-base-desc .term {
	float: left;
	width: 100px;
	margin: 0 0 2px;
	padding: 0 4px 0 0;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
	font-weight: normal;
}

.ec-base-desc dd,
.ec-base-desc .desc {
	display: block;
	margin: 0 0 2px;
	padding: 0 5px 0 100px;
	min-height: 22px;
	line-height: 22px;
	word-wrap: break-word;
	word-break: break-all;
}

.ec-base-desc dd:after,
.ec-base-desc .desc:after {
	content: "";
	display: block;
	clear: left;
}

.ec-base-desc.gSmall dt,
.ec-base-desc.gSmall .term {
	width: 30%;
}

.ec-base-desc.gSmall dd,
.ec-base-desc.gSmall .desc {
	padding-left: 30%;
}

.ec-base-desc.gMedium dt,
.ec-base-desc.gMedium .term {
	width: 40%;
}

.ec-base-desc.gMedium dd,
.ec-base-desc.gMedium .desc {
	padding-left: 40%;
}

.ec-base-desc.gLarge dt,
.ec-base-desc.gLarge .term {
	width: 50%;
}

.ec-base-desc.gLarge dd,
.ec-base-desc.gLarge .desc {
	padding: 0 0 0 50%;
}

.ec-base-desc.centerDT dt,
.ec-base-desc.centerDD dd,
.ec-base-desc.centerDT .term,
.ec-base-desc.centerDD .desc,
.ec-base-desc.center,
.ec-base-desc .center {
	text-align: center;
}

.ec-base-desc.rightDT dt,
.ec-base-desc.rightDD dd,
.ec-base-desc.rightDT .term,
.ec-base-desc.rightDD .desc,
.ec-base-desc.right,
.ec-base-desc .right {
	text-align: right;
}

.ec-base-desc.rightDD dd,
.ec-base-desc.rightDD .desc {
	padding-right: 0;
}

.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term {
	padding: 0 4px 0 10px;
}

.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term {
	padding: 0 4px 0 6px;
}

body#JD-MAIN,
body#JD-COMMON {
	min-width: 1100px
}

* {
	padding: 0;
	margin: 0;
	font-family: 'Lato', 'Nanum Gothic', sans-serif;
	font-size: 12px
}

textarea {
	resize: none
}

.contents {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.contents_detail {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 50px
}

.contents:after,
.contents:before {
	content: "";
	display: block;
	clear: both;
	zoom: 1;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#JD-COMMON .contents {
	padding-top: 165px;
	width:1280px
}

.contents.wide {
	width: 1280px;

}

#JD-COMMON .contents.wide {
	padding-top: 120px
}

#JD-COMMON .contents.lookbook_detail {
	width: 1280px;
	padding: 0
}

.path {
	display: none
}

.titleArea {
	margin: 0 auto 90px;
	text-align: center
}

.titleArea h2 {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 20px;
	letter-spacing: 3px;
	color: #222;
	line-height: 28px
}

.titleArea > p {
	width: 100%;
	color: #888
}

.ec-base-box {
	border: 1px solid #ccc;
	background: #fafafa
}

.titHeader {
	padding: 0 0 30px
}

.tit_common {
	margin: 0 auto 50px;
	text-align: center
}

.tit_common span {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 30px;
	letter-spacing: 3px;
	color: #222;
	line-height: 28px
}

.tit_common.sub span {
	font-size: 30px;
	font-weight: 600;
	color: #222
}

.relation .tit_common {
	margin-left: 400px
}

.relation .tit_common span {
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	min-width: 420px;
	height: 32px;
	font-size: 14px;
	letter-spacing: 3px;
	color: #222;
	line-height: 28px;
	background: #fff;
	top: -15px;
	border-bottom: 1px solid;
}

.iconBox {
	display: block;
	text-align: center;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 100%;
	background: #ededed;
	padding: 8px 0
}

.iconBox span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
	padding: 0 15px
}

.iconBox span:first-child {
	margin-left: 0
}

.iconBox span.option {
	margin-right: 20px
}

.list_common > li:hover .iconBox {
	opacity: 1;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-khtml-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease
}

.list_normal {
	position: relative;
	max-width: 1512px;
	margin: 0 auto 30px
}

.list_normal.lookbook {
	width: 1230px
}

.list_cate_sub {
	text-align: center;
	padding: 5px 10px 0
}

.list_cate_sub li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.list_cate_sub li a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 10px;
	color: #555;
	font-size: 14px;
	position: relative
}

.list_cate_sub li a:before {
	content: "#";
	display: inline-block;
	margin: 0 4px 0 0
}

.cate_list_top {
	margin-bottom: 65px;
}

.cate_list_top .list_over {
	overflow: hidden;
}

.cate_list_top .list_over li {
	float: left
}

.cate_list_top .list_over li .inWrap {
	padding: 0 5px;
}

.cate_list_top .list_over.list_type4 li {
	width: 25%
}

.cate_list_top .list_over.list_type5 li {
	width: 20%
}

.cate_list_top .list_over.list_type6 li {
	width: 16.5%
}

.cate_list_top .thumb {
	position: relative;
}

.cate_list_top .thumb .img img {
	width: 100%
}

.cate_list_top .over {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #999;
	background: rgba(0, 0, 0, 0.6);
}

.cate_list_top .list_over li:hover .over {
	display: block;
}

.cate_list_top .list_over li .over span {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.cate_list_top .txtWrap {
	position: absolute;
	left: 0;
	top: 140px;
	width: 86%;
	padding: 0 7%;
}

.cate_list_top .txtWrap .name {
	margin-bottom: 4px;
	width: 100%;
	text-align: center;
}

.cate_list_top .txtWrap .opt {
	width: 100%;
	text-align: center
}

.cate_list_top .txtWrap .opt_txt {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.6
}

.cate_list_top .best_icon,
.cate_list_top .new_icon {
	position: absolute;
	left: 8px;
	top: 8px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #fff;
	font-size: 10px;
	color: #333;
	padding: 0 5px;
}

.prd_align {
	padding: 15px 15px 50px
}

.prd_align:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1
}

.prd_align .prd_count {
	float: left;
	font-size: 14px;
	color: #555;
	line-height: 28px
}

.prd_align .prd_count strong {
	font-weight: 600;
	color: #222
}

.prd_align .align_opt {
	float: right;
	overflow: hidden;
}

.prd_align .align_opt li {
	float: left;
	margin-left: 10px
}

.prd_align .align_opt li a {
	font-size: 11px;
	color: #999
}

.prd_align .align_opt .sort {
	color: #666
}

.list_paging {
	margin-bottom: 80px !important;
}

.location {
	position: relative;
	padding-top: 66px;
}

.location li a {
	font-size: 11px;
	color: #999;
}

.common_tabWrap {
	margin-bottom: 60px;
}

.common_tab {
	height: 48px;
	border-bottom: 1px solid #ddd
}

.common_tab:after {
	content: "";
	display: block;
	clear: both;
	zoom: 1
}

.common_tab li {
	float: left
}

.common_tab li a {
	display: block;
	min-width: 210px;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	font-size: 14px;
	color: #555;
	line-height: 49px;
	text-align: center;
	margin: -1px -1px 0 0
}

.common_tab li:first-child a {
	border-left-color: #ddd
}

.common_tab li.selected a {
	height: 48px;
	border-top: 2px solid #222;
	border-bottom: 0;
	color: #222;
	font-weight: 600;
	background: #fff;
}

.xans-mall-faq .common_tab {
	margin: 0 0 20px
}

.xans-mall-faq .common_tab li a {
	min-width: 134px
}

.btn_sbmWrap {
	padding: 30px 0 50px;
	text-align: center
}

.btn_sbm {
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 180px;
	height: 52px;
	background: #222;
	font-size: 13px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	border: 1px solid #222;
}

.btn_sbm.normal {
	background: #fff;
	color: #222;
	border-color: #ccc
}

.btn_sbm + .btn_sbm {
	margin-left: 5px
}

.btn_small {
	display: inline-block;
	zoom: 1;
	*display: inline;
	min-width: 26px;
	height: 16px;
	padding: 0 8px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
	vertical-align: middle
}

.btn_small.gray {
	background: #444;
	border-color: #444;
	color: #fff
}

.btn_small.black {
	background: #222;
	border-color: #222;
	color: #fff
}

.btn_small + .btn_small {
	margin-left: 5px
}

.btn_normal {
	display: inline-block;
	zoom: 1;
	*display: inline;
	min-width: 74px;
	height: 22px;
	padding: 0 5px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 11px;
	line-height: 22px;
	color: #777;
}

.btn_normal.black {
	background-color: #111;
	border-color: #111;
	color: #fff
}

.btn_normal.gray {
	background-color: #444;
	border-color: #444;
	color: #fff
}

.btn_normal.gray2 {
	background-color: #666;
	border-color: #666;
	color: #fff
}

.btn_normal.big {
	min-width: 104px;
	height: 34px;
	line-height: 34px
}

.btn_normal + .btn_normal {
	margin-top: 4px
}

.gLeft .btn_normal + .btn_normal,
.gRight .btn_normal + .btn_normal,
.justify .btn_normal + .btn_normal {
	margin-top: 0
}

.prd_main .thumb {
	display: block;
	position: relative;
}

.prd_main .thumb img.on {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.xans-product-additional div.board p.nodata {
	color: #555
}

#JD-COMMON .multishopList {
	display: none
}

a:hover {
	text-decoration: none !important
}











.headerTop .menu_mem > li > a i {
	font-size: 22px;
	margin-top: 2px
}

.headerTop .menu_mem > li .join_p {
	padding: 2px 5px 2px 3px;
	background: #555;
	border-radius: 3px;
	color: #fff;
	font-size: 9px
}

.headerTop .menu_mem > li .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 53px;
	border: 1px solid #777;
	background: #fff;
	padding: 10px 0
}

.headerTop .menu_mem > li:hover .sub {
	display: block
}

.headerTop .menu_mem > li .sub li a {
	display: block;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	padding: 0 15px 0 10px
}

.headerTop .menu_mem > li .sub li a span {
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #333;
	letter-spacing: 1px
}

.headerTop .menu_mem > li .sub li a:hover span:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background: #333;
}

.headerTop .menu_mem > li.btn_search a:after {
	display: none
}

.headerTop .menu_mem > li > a > span {
	display: inline-block;
	position: relative;
	font-size: 11px;
	color: #333;
	letter-spacing: 1px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-khtml-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease
}

.headerTop .menu_mem > li > a > span #xans_myshop_basket_cnt {
	background: #555;
	padding: 1px 4px 2px;
	border-radius: 3px;
	color: #fff
}

.headerTop .menu_mem .count {
	position: absolute;
	right: 3px;
	top: 0;
	display: inline-block;
	min-width: 13px;
	height: 13px;
	line-height: 13px;
	padding: 0 1px;
	box-sizing: border-box;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #000;
	border-radius: 8px;
}

.headerTop .menu_mem .count span {
	font-size: 10px;
	font-weight: normal
}

.headerTop .section_right {
	position: absolute;
	right: 30px;
	top: 0
}

.headerTop .section_right .member {
	float: left
}

.btnAttend {
	float: left;
	display: inline-block;
	width: 100px;
	overflow: hidden
}

.btnAttend > a {
	margin-top: -10px
}

.headerTop .logo {
	float: left;
	height: 100%;
	box-sizing: border-box;
	padding: 13px 0 0 30px
}

.headerTop .logo a > span {
	display: none;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 24px;
	color: #000
}

.headerTop .gnb {
	white-space: nowrap;
	margin-left: 170px;
	text-align: left
}

.headerTop .gnb > li {
	position: relative;
	display: inline-block;
	height: 82px
}

.headerTop .gnb > li > a {
	display: block;
	height: 82px;
	line-height: 82px;
	font-size: 11px;
	color: #333;
	padding: 0 17px;
	letter-spacing: 1px
}

.headerTop .gnb > li > div {
	display: none;
	position: absolute;
	left: 50%;
	top: 82px;
	min-width: 140px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0;
	margin: 0 0 0 -70px;
	border-top: 2px solid #000
}

.headerTop .gnb > li:hover > div {
	display: block
}

.headerTop .gnb > li > div:after {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000
}

.headerTop .gnb > li > div > ul > li {
	position: relative;
	padding: 0;
}

.headerTop .gnb > li > div > ul > li > a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 11px;
	color: #fff;
	padding: 0 16px;
	box-sizing: border-box
}

.headerTop .gnb > li > div > ul > li:hover > a {
	background: rgba(0, 0, 0, 0.5)
}

.headerTop .gnb > li > div > ul > li > div {
	position: absolute;
	left: 100%;
	top: 0;
	width: auto;
	border: 0;
	background: rgba(0, 0, 0, 0.55)
}

.headerTop .gnb > li > div > ul > li > div > ul > li {
	border: 0;
	padding: 0
}

.headerTop .gnb > li > div > ul > li > div > ul > li > a {
	display: block;
	border: 0;
	padding: 0 16px;
	height: 36px;
	line-height: 36px;
	font-size: 11px;
	color: #fff
}

.headerTop .gnb > li > div > ul > li > div > ul > li > a:hover {
	background: rgba(0, 0, 0, 0.5)
}

.headerTop .gnb > li.community li div {
	display: none
}

.xans-layout-multishoplist.list {
	float: left;
	position: relative;
	z-index: 10;
	height: 41px;
	margin: 0 0 0 6px;
}

.xans-layout-multishoplist.list .toggle {
	display: block;
	height: 41px;
	padding: 0 0 0 10px;
	color: #757575;
	line-height: 42px;
	font-size: 12px;
}

.xans-layout-multishoplist.list .toggle span {
	padding: 0 20px 0 2px;
}

.xans-layout-multishoplist.list .toggle span > img {
	vertical-align: middle;
	margin: -1px 2px 0 0
}

.xans-layout-multishoplist.list > ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	overflow: auto;
	width: 248px;
	border: 1px solid #d5d5d5;
	background: #fff;
}

.xans-layout-multishoplist.list > ul li {
	position: relative;
	display: block;
	height: 39px;
	margin: -1px 0 0;
	border-top: 1px solid #d5d5d5;
	line-height: 39px;
}

.xans-layout-multishoplist.list > ul li a {
	display: block;
	overflow: hidden;
	padding: 0 62px 0 48px;
	color: #353535;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
}

.xans-layout-multishoplist.list > ul li a img {
	position: absolute;
	left: 10px;
	top: 9px;
}

.xans-layout-multishoplist.list > ul li a .name {
	display: inline;
	background: none
}

.xans-layout-multishoplist.list > ul li a .name strong {
	font-weight: normal;
}

.xans-layout-multishoplist.list > ul li a .unit {
	display: inline;
	position: absolute;
	width: auto;
	left: auto;
	right: 38px;
	line-height: 40px;
	top: 0;
	font-size: 11px;
	color: #757575;
	background: none
}

.xans-layout-multishoplist.list.show > ul {
	display: block;
}

.xans-layout-multishoplist.thumb {
	float: left;
	margin: 8px 0 0 20px
}

.xans-layout-multishoplist.thumb > ul {
	overflow: hidden;
}

.xans-layout-multishoplist.thumb > ul li {
	float: left;
	width: 32px;
	margin: 0 4px 0 0;
}

.xans-layout-multishoplist.thumb > ul li a {
	text-decoration: none;
}

.xans-layout-multishoplist .multiOption a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #666;
}

.xans-layout-multishoplist .multiOption a:hover {
	text-decoration: none;
}

.xans-layout-multishoplist .multiOption .ship,
.xans-layout-multishoplist .multiOption .language {
	margin: 0 15px 0 0;
}

.xans-layout-multishoplist .multiOption .language img {
	margin: 0 6px 0 1px;
}

.right_panel {
	position: fixed;
	right: -420px;
	top: 0;
	height: 100%;
	padding: 0 40px;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	border-left: 1px solid #ddd;
	z-index: 100
}

.right_panel .inwrap {
	width: 320px;
	padding: 60px 0 40px
}

.right_panel .btn_close_right {
	position: absolute;
	display: inline-block;
	right: 40px;
	top: 20px
}

.right_panel .btn_close_right i {
	font-size: 30px;
	color: #000
}

.right_menu {
	padding-top: 60px;
	margin-bottom: 30px
}

.right_menu ul li {
	text-align: center;
}

.right_menu ul li a {
	font-size: 12px;
	color: #000;
	display: inline-block;
	height: 24px;
	line-height: 24px;
}

.right_menu ul li em {
	display: inline-block;
	margin-left: 3px;
	font-style: normal;
	color: #999
}

.section_txt {
	text-align: center;
	margin-bottom: 30px
}

.section_txt .tit {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px
}

.section_txt .strong {
	font-size: 12px;
	color: #000;
	font-weight: 600;
	margin-bottom: 8px
}

.section_txt .txt {
	font-size: 12px;
	color: #777;
	line-height: 1.6
}

.foot_menu {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 30px;
}

.foot_menu li {
	display: inline-block;
}

.foot_menu li a {
	font-size: 11px;
	color: #777;
}

.foot_menu li + li {
	margin-left: 10px;
}

p.copy {
	text-align: center;
	color: #777
}

li {
	list-style: none;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	display: none;
}

h1,
h3 {
	margin: 0;
}

.ec-base-layer {
	position: absolute;
	z-index: 100;
	border: 1px solid #757575;
	background: #fff;
}

.ec-base-layer .header {
	padding: 7px 35px 7px 19px;
	color: #fff;
	background: #495164;
}

.ec-base-layer .header > h1,
.ec-base-layer .header > h3 {
	font-size: 14px;
	line-height: 1.5;
}

.ec-base-layer .content {
	padding: 20px;
	font-size: 12px;
}

.ec-base-layer div.ec-base-help {
	margin-top: 0;
}

.ec-base-layer .ec-base-button {
	padding: 9px;
	border-top: 1px solid #d7d5d5;
	text-align: center;
	background: #fbfafa;
}

.ec-base-layer .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 11px 20px;
	cursor: pointer;
}

#popup .ec-base-layer {
	position: relative;
	border: 0;
}

#popup .ec-base-layer .header {
	padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
	top: 5px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
	margin-top: 0;
}

.ec-base-layer .ec-base-table table {
	line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
	padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
	padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
	padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
	padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
	padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
	padding: 10px 10px 12px;
}

.xans-layout-multishopshipping {
	display: none;
}

.xans-layout-multishopshipping .worldshipLayer {
	top: 303px;
	left: 50%;
	width: 448px;
	margin: 0 0 0 -225px;
}

.xans-layout-multishopshipping .worldshipLayer .content {
	padding: 153px 20px 30px;
	line-height: 1.8;
}

.xans-layout-multishopshipping .worldshipLayer .content .desc {
	display: block;
	margin: 4px 0 14px;
}

.xans-layout-multishopshipping .worldshipLayer .select {
	margin: 10px 0 0;
}

.xans-layout-multishopshipping .worldshipLayer .select select {
	width: 100%;
}

.xans-layout-conversionpc {
	background: #fff;
	padding: 45px;
	text-align: center;
}

.xans-layout-conversionpc a {
	margin: 20px;
	padding: 20px 40px 20px 110px;
	font-size: 68px;
	color: #63666e;
	text-decoration: none;
	text-align: center;
	border: 4px solid #9d9db0;
	border-radius: 10px;
}

body.ec-board-body {
	overflow: hidden;
}

.reviewArea {
	color: #2e2e2e;
}

.reviewArea .btnArea {
	padding: 15px 0 30px;
	border-top: 1px solid #e0e0e0;
	text-align: center;
}

.reviewArea .btnMore {
	width: 100%;
	padding: 12px 0;
	margin: 25px 0;
	border: 1px solid #dcdcdc;
	border-right-color: #c9c9c9;
	border-bottom-color: #c9c9c9;
	outline: 0;
	font-size: 12px;
	background: #f8f8f8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .btnMore > span {
	padding: 0 18px 0 0;
}

.reviewArea .checkDesign {
	position: relative;
	display: inline-block;
	padding: 0 0 0 29px;
	vertical-align: middle;
	cursor: pointer;
}

.reviewArea .checkDesign input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.reviewArea .checkDesign label {
	margin: 0;
	cursor: pointer;
}

.reviewArea .loadingBar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.reviewArea .loadingBar p {
	overflow: hidden;
	position: absolute;
	left: -120%;
	font-size: 0;
	line-height: 0;
	text-indent: 120%;
	white-space: nowrap;
}

.reviewArea .loadingBar img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
}

.reviewArea .ec-board-grade {
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.reviewArea .ec-board-grade .blind {
	overflow: hidden;
	position: absolute;
	left: -120%;
	text-indent: 120%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.reviewArea .ec-board-grade .point {
	overflow: hidden;
	display: inline-block;
}

.reviewArea .ec-board-grade .point .inner {
	display: block;
	height: 100%;
	border: 0;
	outline: 0;
	font-size: 0;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.reviewArea .ec-board-grade .point.left {
	margin: 0 0 0 1px;
}

.reviewArea .ec-board-grade .point.right {
	margin: 0 1px 0 0;
}

.reviewArea .ec-board-grade .point.on .inner,
.reviewArea .ec-board-grade .point.hover .inner {
	background-position: 0 0;
}

.reviewArea .ec-board-grade.small {}

.reviewArea .ec-board-star.small .point {
	width: 8px;
	height: 15px;
}

.reviewArea .ec-board-star.small .point .inner {
	width: 15px;
}

.reviewArea .ec-board-star.small .point.right .inner {
	margin: 0 0 0 -8px;
}

.reviewArea .ec-board-heart.small .point {
	width: 8px;
	height: 13px;
}

.reviewArea .ec-board-heart.small .point .inner {
	width: 16px;
}

.reviewArea .ec-board-heart.small .point.right .inner {
	margin: 0 0 0 -8px;
}

.reviewArea .ec-board-grade.medium {}

.reviewArea .ec-board-star.medium .point {
	width: 10px;
	height: 20px;
}

.reviewArea .ec-board-star.medium .point .inner {
	width: 20px;
}

.reviewArea .ec-board-star.medium .point.right .inner {
	margin: 0 0 0 -10px;
}

.reviewArea .ec-board-heart.medium .point {
	width: 9px;
	height: 18px;
}

.reviewArea .ec-board-heart.medium .point .inner {
	width: 18px;
}

.reviewArea .ec-board-heart.medium .point.right .inner {
	margin: 0 0 0 -9px;
}

.reviewArea .ec-board-grade.large {}

.reviewArea .ec-board-star.large .point {
	width: 14px;
	height: 27px;
}

.reviewArea .ec-board-star.large .point .inner {
	width: 28px;
}

.reviewArea .ec-board-star.large .point.right .inner {
	margin: 0 0 0 -14px;
}

.reviewArea .ec-board-heart.large .point {
	width: 13px;
	height: 22px;
}

.reviewArea .ec-board-heart.large .point .inner {
	width: 26px;
}

.reviewArea .ec-board-heart.large .point.right .inner {
	margin: 0 0 0 -13px;
}

.reviewArea .ec-board-grade .pair {
	display: inline-block;
	cursor: pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.reviewArea .ec-board-grade .pair.selected {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.reviewArea .reviewTitle .title {
	margin: 0 auto 80px;
	text-align: center;
	padding: 0;
	border: 0;
	min-height: auto;
}

.reviewArea .reviewTitle .title h2 {
	position: relative;
	font-size: 30px;
	height: auto;
	border: 0;
	letter-spacing: 3px;
	color: #222;
	line-height: 28px;
	top: auto;
	padding: 0;
	background: none;
}

.reviewArea .reviewTitle .title p {
	padding: 18px 0 0;
	display: block;
	margin: 0;
	color: #888;
}

.reviewArea .reviewTitle .imgArea {
	margin: 0 0 20px;
	text-align: center;
}

.reviewArea .reviewTitle + .ec-base-button {
	padding: 0;
	margin-bottom: -10px;
}

.reviewArea .reviewState {
	padding: 18px 30px;
	border: 5px solid #e8e8e8;
	font-size: 13px;
}

.reviewArea .reviewState .identify {
	font-size: 16px;
	color: #106aff;
}

.reviewArea .reviewState dl,
.reviewArea .reviewState dt,
.reviewArea .reviewState dd,
.reviewArea .reviewState .description {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .reviewState dl {
	margin: 0 0 0 50px;
	line-height: 18px;
	color: #434343;
}

.reviewArea .reviewState dd {
	font-weight: bold;
}

.reviewArea .reviewState dd:before {
	display: inline-block;
	content: "";
	margin: 0 9px 0 5px;
	width: 1px;
	height: 9px;
	background: #d1d1d1;
}

.reviewArea .reviewState .description {
	margin: 0 0 0 15px;
}

.reviewArea .reviewState .description strong {
	color: #106aff;
}

.reviewArea .reviewSearch {
	position: relative;
	margin: 20px 0 0;
	padding: 12px 400px 12px 20px;
	border: 1px solid #d7d5d5;
	font-family: Gulim;
	line-height: 0;
}

.reviewArea .reviewSearch .sorting li {
	display: inline-block;
	vertical-align: top;
	line-height: 14px;
}

.reviewArea .reviewSearch .sorting li.selected {
	font-weight: bold;
}

.reviewArea .reviewSearch .sorting li:before {
	display: inline-block;
	content: "";
	margin: 0 15px 0 12px;
	width: 1px;
	height: 11px;
	vertical-align: -1px;
	background: #d6d6d6;
}

.reviewArea .reviewSearch .sorting li:first-child:before {
	display: none;
}

.reviewArea .reviewSearch .ctrl {
	position: absolute;
	top: 5px;
	right: 0;
}

.reviewArea .reviewSearch .ctrl label {
	margin: 0 17px 0 0;
	line-height: 28px;
	vertical-align: middle;
}

.reviewArea .reviewSearch .ctrl .search {
	position: relative;
	display: inline-block;
	height: 26px;
	width: 125px;
	margin: 0 0 0 5px;
	border: 1px solid #d7d5d5;
	padding: 0 30px 0 6px;
	vertical-align: middle;
}

.reviewArea .reviewSearch .ctrl .keyword {
	width: 100%;
	height: 100%;
	outline: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewSearch .ctrl .btnSearch {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 26px;
	overflow: hidden;
	text-indent: 120%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
	outline: 0;
	background: 0;
}

.reviewArea .reviewSearch .ctrl .btnSearch:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 17px;
	height: 17px;
	margin: -9px 0 0;
}

.reviewArea .searchArea {
	position: relative;
	margin: 20px 0 0;
}

.reviewArea .reviewSearch + .searchArea,
.reviewArea .reviewCategory.displaynone + .searchArea {
	margin-top: 64px;
}

.reviewArea .searchArea .btnOpen {
	position: absolute;
	top: -39px;
	right: 0;
	display: inline-block;
	padding: 0 22px 0 0;
	outline: 0;
	font-family: Gulim;
	font-size: 12px;
	line-height: 14px;
	color: #2e2e2e;
	text-align: right;
	background: 0;
}

.reviewArea .searchArea .btnOpen:before {
	position: absolute;
	top: 50%;
	right: 8px;
	display: block;
	content: "";
	width: 7px;
	height: 5px;
	margin: -3px 0 0;
}

.reviewArea .searchList {
	display: none;
	padding: 0 20px 0 30px;
	border: 1px solid #d7d5d5;
	background: #f5f6f8;
}

.reviewArea .searchList table {
	table-layout: fixed;
}

.reviewArea .searchList th {
	padding: 16px 0 14px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .searchList th:before {
	display: inline-block;
	margin: -3px 5px 0 0;
	vertical-align: middle;
	content: "";
	width: 2px;
	height: 2px;
	background: #6a6a6a;
}

.reviewArea .searchList td {
	border-top: 1px solid #e0e0e0;
	padding: 15px 5px;
}

.reviewArea .searchList tr:first-child td {
	border-top: 0;
}

.reviewArea .searchList td .item {
	margin: -15px 0 0 -50px;
}

.reviewArea .searchList td .label {
	display: inline-block;
	margin: 15px 0 0 50px;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .reviewCategory {
	margin: 20px;
}

.reviewArea .reviewCategory p {
	padding: 0 0 0 7px;
}

.reviewArea .reviewCategory .category .ec-board-list-category {
	margin: 0 4px 0 0;
	width: 150px;
}

.reviewArea .reviewCategory .category .ec-board-list-category[data-category-depth="1"] {
	margin-left: 7px;
}

.reviewArea .reviewList > ul {
	position: relative;
	margin: 16px 0 0 7px;
	*zoom: 1;
}

.reviewArea .reviewList > ul:after {
	display: block;
	content: "";
	clear: both;
}

.reviewArea .reviewList > ul .grid {
	float: left;
	border: 1px solid #e5e4e4;
	border-top-color: #f6f6f6;
	border-bottom-color: #cccaca;
	width: 25%;
	min-height: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 0 1px #e5e4e4;
	-webkit-box-shadow: 0 0 1px #e5e4e4;
	-moz-box-shadow: 0 0 1px #e5e4e4;
}

.reviewArea .reviewList > ul .grid:hover {
	border-color: #f66560;
}

.reviewArea .reviewList .reviewInfo {
	padding: 20px 20px 10px;
}

.reviewArea .reviewList .prdOption {
	margin: 0 0 8px;
}

.reviewArea .reviewList .reviewImg {
	position: relative;
	margin: 0 0 6px;
	min-height: 40px;
}

.reviewArea .reviewList .reviewImg .reviewThumb {
	display: block;
	width: 100%;
	text-align: center;
}

.reviewArea .reviewList .reviewImg .reviewThumb img {
	max-width: 100%;
	height: auto;
}

.reviewArea .reviewList .reviewImg .gradeLayer {
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}

.reviewArea .reviewList .reviewImg:hover > .gradeLayer {
	display: block;
}

.reviewArea .reviewList .reviewImg .gradeLayer .gradeBg {
	width: 100%;
	height: 40px;
	background: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.reviewArea .reviewList .reviewImg .gradeLayer .ec-board-grade {
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.reviewArea .reviewList .reviewImg .gradeLayer .ec-board-grade.ec-board-star {
	padding: 10px 0 11px;
}

.reviewArea .reviewList .reviewImg .gradeLayer .ec-board-grade.ec-board-heart {
	padding: 14px 0 8px;
}

.reviewArea .reviewList .reviewInfo .icon img {
	margin: 3px 0 0;
}

.reviewArea .reviewList .reviewInfo .summary {
	text-decoration: none;
	color: #434343;
}

.reviewArea .reviewList .reviewInfo .summary .heading {
	display: inline-block;
	font-weight: normal;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .reviewList .reviewInfo .summary .info {
	display: block;
	margin: 20px 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ededed;
	line-height: 16px;
}

.reviewArea .reviewList .reviewInfo .summary .date {
	margin: 0 0 0 7px;
	color: #afafaf;
	font-size: 10px;
}

.reviewArea .reviewList .reviewInfo .community {
	*zoom: 1;
}

.reviewArea .reviewList .reviewInfo .community:after {
	display: block;
	content: "";
	clear: both;
}

.reviewArea .reviewList .reviewInfo .community .comment {
	display: inline-block;
	margin: 7px 0 0;
	color: #858484;
	text-decoration: underline;
}

.reviewArea .reviewList .reviewInfo .community .count {
	color: #444;
}

.reviewArea .reviewList .reviewInfo .community .social {
	position: relative;
	float: right;
}

.reviewArea .reviewList .reviewInfo .community .social > button {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer {
	display: none;
	z-index: 3;
	position: absolute;
	bottom: 100%;
	left: 23px;
	width: 139px;
	border: 1px solid #5b5b5b;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer li {
	padding: 10px 15px;
	border-top: 1px dotted #e8e8e8;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer li:first-child {
	border-top: 0;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer li img {
	vertical-align: middle;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer li a {
	color: #353535;
}

.reviewArea .reviewList .reviewInfo .community .shareLayer .edge {
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 11px;
	height: 6px;
}

.reviewArea .reviewList .prdInfo {
	position: relative;
	padding: 8px 15px 8px 65px;
	border-top: 1px solid #e8e8e8;
	font-size: 11px;
	color: #848484;
	background: #f2f2f2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewList .prdInfo .reviewThumb {
	position: absolute;
	top: 8px;
	left: 15px;
}

.reviewArea .reviewList .prdInfo .reviewThumb img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.reviewArea .reviewList .prdInfo .heading {
	display: inline-block;
	margin: 3px 0 0;
}

.reviewArea .reviewList .prdInfo .heading strong {
	font-weight: normal;
	color: #6b6b6b;
}

.reviewArea .reviewList .prdInfo .info {
	margin: 6px 0 0;
}

.reviewArea .reviewList .prdInfo .info dl,
.reviewArea .reviewList .prdInfo .info dt,
.reviewArea .reviewList .prdInfo .info dd {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .reviewList .prdInfo .info dl {
	margin: 0 20px 0 0;
	line-height: 16px;
	color: #858484;
}

.reviewArea .reviewList .prdInfo .info dd {
	font-weight: bold;
	color: #444;
}

.reviewArea .loading {
	margin: 48px 0;
	text-align: center;
}

.reviewArea .ec-base-paginate li a {
	min-width: 25px;
	width: auto;
	padding: 9px 4px;
}

.reviewArea .ec-base-paginate li a.this {
	border-bottom-color: #f76e69;
	color: #f76e69;
}

.reviewArea .reviewListEmpty {
	padding: 48px 0;
	margin: 20px 0 0;
	text-align: center;
}

.reviewArea #ec-board-review-write .dimmed {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

.reviewArea .reviewLayer {
	z-index: 1000;
	position: absolute;
	top: 196px;
	left: 50%;
	width: 600px;
	min-height: 100px;
	margin: 0 0 0 -300px;
	font-family: Gulim;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 7px 7px 15px #3e3e3e;
	-webkit-box-shadow: 7px 7px 15px #3e3e3e;
	-moz-box-shadow: 7px 7px 15px #3e3e3e;
}

.reviewArea .reviewLayer img.figure {
	width: 100%;
	height: 100%;
}

.reviewArea .reviewLayer > h2 {
	overflow: hidden;
	position: absolute;
	left: -120%;
	font-size: 0;
	line-height: 0;
	text-indent: 120%;
	white-space: nowrap;
}

.reviewArea .reviewLayer .content {
	padding: 15px 40px 9px;
}

.reviewArea .reviewLayer .prdInfo {
	overflow: hidden;
	padding: 15px 0 15px 130px;
	border-bottom: 1px dotted #cdcdcd;
	*zoom: 1;
}

.reviewArea .reviewLayer .prdInfo .reviewThumb {
	float: left;
	margin: 0 0 0 -125px;
}

.reviewArea .reviewLayer .prdInfo .reviewThumb img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
}

.reviewArea .reviewLayer .prdInfo .summary {
	margin: 6px 0 0;
}

.reviewArea .reviewLayer .prdInfo .heading {
	display: inline-block;
	margin: 7px 0 4px;
	font-size: 14px;
	color: #2e2e2e;
}

.reviewArea .reviewLayer .prdInfo .price {
	margin: 0 0 14px;
	font-weight: bold;
	font-family: verdana;
	font-size: 14px;
	color: #008bcc;
}

.reviewArea .reviewLayer .prdInfo .info dl,
.reviewArea .reviewLayer .prdInfo .info dt,
.reviewArea .reviewLayer .prdInfo .info dd {
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.reviewArea .reviewLayer .prdInfo .info dl {
	margin: 0 0 0 20px;
	line-height: 16px;
	color: #858484;
}

.reviewArea .reviewLayer .prdInfo .info dl:first-child {
	margin-left: 0;
}

.reviewArea .reviewLayer .prdInfo .info dd {
	font-weight: bold;
	color: #444;
}

.reviewArea .reviewLayer .prdInfo .info .btnOther {
	display: inline-block;
	margin: 0 0 0 30px;
	vertical-align: middle;
}

.reviewArea .reviewLayer .ec-board-grade {
	margin: 20px 0;
}

.reviewArea .reviewLayer .attachList {
	overflow: hidden;
	margin: 20px 0;
	*zoom: 1;
}

.reviewArea .reviewLayer .attachList ul {
	float: left;
}

.reviewArea .reviewLayer .attachList.empty ul {
	display: none;
}

.reviewArea .reviewLayer .attachList li {
	position: relative;
	float: left;
	margin: 0 0 0 5px;
	width: 100px;
	height: 100px;
	border: 1px solid #e0e0e0;
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: 0;
}

.reviewArea .reviewLayer .attachList li:first-child {
	margin-left: 0;
}

.reviewArea .reviewLayer .attachList li .btnDelete {
	z-index: 1;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 21px;
	height: 21px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .reviewLayer .attachList .btnAdd {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}

.reviewArea .reviewLayer .attachList .btnAddEmpty {
	display: none;
	position: relative;
	width: 100%;
	height: 50px;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewLayer .attachList.empty .btnAddEmpty {
	display: block;
}

.reviewArea .reviewLayer .attachList .ec-board-review-write-input-hidden {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	outline: 0;
	max-width: 100%;
}

.reviewArea .reviewLayer .addItem {
	border: 1px solid #e0e0e0;
	padding: 8px 0;
}

.reviewArea .reviewLayer .addItem table {
	table-layout: fixed;
}

.reviewArea .reviewLayer .addItem th {
	position: relative;
	padding: 5px 8px 7px 20px;
	vertical-align: top;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .reviewLayer .addItem th:after {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #c6c6c6;
}

.reviewArea .reviewLayer .addItem td {
	padding: 2px 10px 3px 25px;
	vertical-align: middle;
	line-height: 18px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .reviewLayer .addItem td select {
	width: 100%;
}

.reviewArea .reviewLayer .addItem td input[type="text"] {
	width: 100%;
	height: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewLayer .contentWarp {
	position: relative;
	margin: 25px 12px 19px;
	font-size: 12px;
	line-height: 22px;
	font-family: "µ¸¿ò", Dotum;
}

.reviewArea .reviewLayer .contentWarp .hashTag {
	display: inline;
	padding: 3px 0;
	background: #d9ecff;
}

.reviewArea .reviewLayer .contentBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
	color: transparent;
	color: #fff\9;
}

.reviewArea .reviewLayer .contentWrite {
	overflow: hidden;
	position: relative;
	width: 100%;
	min-height: 100px;
	padding: 0;
	border: 0;
	color: #434343;
	resize: none;
	font-size: 12px;
	line-height: 22px;
	outline: 0;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.reviewArea .reviewLayer .btnHash {
	color: #106aff;
}

.reviewArea .reviewLayer .recommend {
	position: relative;
	overflow: hidden;
	padding: 0 0 0 83px;
	border-top: 1px solid #e0e0e0;
	*zoom: 1;
}

.reviewArea .reviewLayer .recommend h3 {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 0 15px;
	font-size: 12px;
	color: #434343;
}

.reviewArea .reviewLayer .recommend h3:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	margin: -6px 0 0;
	background: #cfcfcf;
}

.reviewArea .reviewLayer .recommend .tags {
	display: inline-block;
	padding: 6px 0;
	margin: 9px 0;
	width: 100%;
	white-space: nowrap;
	*display: inline;
	*zoom: 1;
}

.reviewArea .reviewLayer .recommend .tags.move {
	cursor: move;
}

.reviewArea .reviewLayer .recommend .btnHash {
	margin: 0 0 0 12px;
}

.reviewArea .reviewLayer .postSns {
	margin: 0 0 15px;
	line-height: 21px;
}

.reviewArea .reviewLayer .postSns h3 {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	margin: 0 15px 0 0;
	font-size: 12px;
	color: #434343;
}

.reviewArea .reviewLayer .postSns h3:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	margin: -6px 0 0;
	background: #cfcfcf;
}

.reviewArea .reviewLayer .displaynone + .postSns {
	border-top: 1px solid #e0e0e0;
	padding: 15px 0 0;
}

.reviewArea .reviewLayer .noMember {
	padding: 20px 15px;
	border-top: 1px dotted #e0e0e0;
	color: #434343;
}

.reviewArea .reviewLayer .noMember h3 {
	margin: 18px 0 7px;
	font-size: 12px;
}

.reviewArea .reviewLayer .noMember h3:first-child {
	margin-top: 0;
}

.reviewArea .reviewLayer .noMember .termArea {
	position: relative;
}

.reviewArea .reviewLayer .noMember .termArea .term {
	display: none;
	width: 100%;
	max-width: 100%;
	height: 85px;
	padding: 12px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	margin: 10px 0 0;
}

.reviewArea .reviewLayer .noMember .termArea.selected .term {
	display: block;
}

.reviewArea .reviewLayer .noMember .termArea .term::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.reviewArea .reviewLayer .noMember .termArea .term::-webkit-scrollbar-button {
	display: none;
}

.reviewArea .reviewLayer .noMember .termArea .term::-webkit-scrollbar-thumb {
	border: 0;
	border-radius: 10px;
	background: #ccc;
}

.reviewArea .reviewLayer .noMember .btnFold {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 12px;
	color: #434343;
	outline: 0;
	background: transparent;
}

.reviewArea .reviewLayer .noMember .btnFold:after {
	display: inline-block;
	content: "";
	width: 9px;
	height: 5px;
	margin: -2px 0 0 3px;
	vertical-align: middle;
}

.reviewArea .reviewLayer .noMember .selected .btnFold:after {
	background-position: 0 -50px;
}

.reviewArea .reviewLayer .wordCount {
	margin: 10px 5px;
	text-align: right;
	color: #858484;
}

.reviewArea .reviewLayer .wordCount .blind {
	overflow: hidden;
	position: absolute;
	left: -120%;
	text-indent: 120%;
	white-space: nowrap;
	font-size: 0;
	line-height: 0;
}

.reviewArea .reviewLayer .close {
	position: absolute;
	top: -32px;
	right: 0;
	color: #2e2e2e;
	font-size: 13px;
}

.reviewArea .reviewLayer .close .btnClose {
	width: 22px;
	height: 22px;
	vertical-align: middle;
	outline: 0;
	font-size: 0;
	line-height: 0;
}

.reviewArea .reviewLayer .close .today {
	margin: 0 10px 0 0;
}

.reviewArea .reviewLayer .close .today input {
	margin: -2px 3px 0 0;
}

.reviewArea .instagramReview .login {
	margin: 30px auto;
	width: 222px;
	text-align: center;
}

.reviewArea .instagramReview .login .input {
	margin: 28px 0 0;
	text-align: left;
}

.reviewArea .instagramReview .login .input label {
	display: block;
}

.reviewArea .instagramReview .login .input input {
	width: 100%;
	border: 1px solid #d9d9d9;
	margin: 0 0 2px;
	height: 34px;
	padding: 8px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.reviewArea .instagramReview .login .input input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #fff inset;
}

.reviewArea .instagramReview .guide {
	margin: 0 0 10px;
	text-align: center;
	font-family: "±¼¸²", Gulim;
}

.reviewArea .instagramReview .snsName {
	color: #106aff;
}

.reviewArea .instagramReview .info {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.reviewArea .instagramReview .thumbnail {
	display: table-cell;
	width: 84px;
	vertical-align: top;
}

.reviewArea .instagramReview .thumbnail img {
	border: 1px solid #d9d9d9;
	width: 73px;
	height: 73px;
}

.reviewArea .instagramReview .ec-base-box {
	display: table-cell;
	width: auto;
	padding: 9px;
	vertical-align: middle;
}

.reviewArea .instagramReview .ec-base-box textarea {
	border: 0;
	width: 100%;
	max-width: 100%;
	outline: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .otherSelect .header {
	padding: 0 0 0 19px;
	height: 45px;
	background: #495164;
}

.reviewArea .otherSelect .header h1 {
	font-size: 14px;
	color: #fff;
	line-height: 45px;
}

.reviewArea .otherSelect .content {
	padding: 18px 20px 20px;
	border-top: 1px solid #e8e8e8;
}

.reviewArea .otherSelect .btnArea {
	padding: 9px 0 10px;
	border-top: 1px solid #d7d5d5;
	background: #fbfafa;
}

.reviewArea .otherSelect .boardArea {
	border: 1px solid #d7d5d5;
	color: #353535;
	line-height: 1.5;
}

.reviewArea .otherSelect .boardArea table .product {
	width: 302px;
}

.reviewArea .otherSelect .boardArea table .order {
	width: 138px;
}

.reviewArea .otherSelect .boardArea table .select {
	width: auto;
}

.reviewArea .otherSelect .boardArea .boardListHead table {
	table-layout: fixed;
	border-bottom: 1px solid #e9e9e9;
}

.reviewArea .otherSelect .boardArea .boardListHead th {
	padding: 11px 0 10px;
	border-left: 1px solid #e9e9e9;
	font-weight: normal;
	background: #fbfafa;
}

.reviewArea .otherSelect .boardArea .boardListHead th:first-child {
	border-left: 0;
}

.reviewArea .otherSelect .boardArea .boardListBody {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 434px;
	min-height: 100px;
	*padding: 0 17px 0 0;
}

.reviewArea .otherSelect .boardArea .boardListBody table {
	table-layout: fixed;
}

.reviewArea .otherSelect .boardArea .boardListBody tr:first-child td {
	border-top: 0;
}

.reviewArea .otherSelect .boardArea .boardListBody td {
	padding: 10px 0;
	border-top: 1px solid #e9e9e9;
	text-align: center;
	vertical-align: middle;
}

.reviewArea .otherSelect .boardArea .boardListBody .product {
	text-align: left;
}

.reviewArea .otherSelect .boardArea .boardListBody .prdInfo {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.reviewArea .otherSelect .boardArea .boardListBody .reviewThumb {
	display: table-cell;
	width: 100px;
	padding: 0 0 0 10px;
	vertical-align: middle;
}

.reviewArea .otherSelect .boardArea .boardListBody .reviewThumb img {
	width: 78px;
	border: 1px solid #d6d6d6;
}

.reviewArea .otherSelect .boardArea .boardListBody .summary {
	display: table-cell;
	width: auto;
	vertical-align: middle;
}

.reviewArea .otherSelect .boardArea .boardListBody .summary .heading {
	display: inline-block;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .otherSelect .boardArea .boardListBody .empty {
	padding: 100px 0;
	text-align: center;
}

.reviewArea .otherSelect .paginate {
	margin: 20px 0 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.reviewArea .otherSelect .paginate p {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .otherSelect .paginate ol {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .otherSelect .paginate li {
	display: inline-block;
	margin: 0 0 0 -1px;
	border: 1px solid #d7d5d5;
	font-size: 12px;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .otherSelect .paginate li:first-child {
	margin-left: 0;
}

.reviewArea .otherSelect .paginate img {
	vertical-align: top;
}

.reviewArea .otherSelect .paginate li a {
	display: block;
	width: 33px;
	padding: 9px 0;
	font-weight: bold;
	color: #353535;
	line-height: 14px;
	background: #fff;
}

.reviewArea .otherSelect .paginate li a:hover {
	text-decoration: none;
	background: #f0f2f2;
}

.reviewArea .otherSelect .paginate li a.this {
	padding-bottom: 6px;
	border-bottom: 3px solid #008bcc;
	color: #008bcc;
}

.reviewArea .otherSelect .paginate a.nolink {
	cursor: default;
}

.reviewArea .reviewLayer.typeLead {
	border: 1px solid #6b6b6b;
	box-shadow: 0px 1px 6px #d4d4d4;
	-webkit-box-shadow: 0px 1px 6px #d4d4d4;
	-moz-box-shadow: 0px 1px 6px #d4d4d4;
}

.reviewArea .reviewLayer.typeLead .benefitInfo {
	padding: 27px 0;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #515763;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

.reviewArea .reviewLayer.typeLead .benefitInfo .name {
	color: #9ec3ff;
}

.reviewArea .reviewLayer.typeLead .possible {
	overflow: hidden;
	position: relative;
	padding: 15px 0 0;
	border-bottom: 1px dotted #cdcdcd;
}

.reviewArea .reviewLayer.typeLead .possible h3 {
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: Dotum;
	vertical-align: middle;
	font-size: 14px;
	color: #2e2e2e;
	*display: inline;
	*zoom: 1;
}

.reviewArea .reviewLayer.typeLead .possible .count {
	vertical-align: middle;
}

.reviewArea .reviewLayer.typeLead .possible .count strong {
	color: #f6635f;
}

.reviewArea .reviewLayer.typeLead .possible ul {
	overflow: hidden;
	margin: 10px 0 15px;
	height: 75px;
	width: 1000px;
	*zoom: 1;
}

.reviewArea .reviewLayer.typeLead .possible ul li {
	float: left;
	margin: 0 0 0 5px;
	width: 75px;
	height: 75px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewLayer.typeLead .possible ul li:first-child {
	margin-left: 0;
}

.reviewArea .reviewLayer.typeLead .possible ul li a {
	position: relative;
	display: block;
	height: 100%;
}

.reviewArea .reviewLayer.typeLead .possible ul li a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	background: #f1f1f1;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.reviewArea .reviewLayer.typeLead .possible ul li.selected {
	border: 3px solid #f6635f;
}

.reviewArea .reviewLayer.typeLead .possible ul li.selected a:after,
.reviewArea .reviewLayer.typeLead .possible ul li.nothumb a:after {
	display: none;
}

.reviewArea .reviewLayer.typeLead .possible .paging button {
	position: absolute;
	bottom: 15px;
	width: 21px;
	height: 75px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .reviewLayer.typeLead .possible .paging .btnPrev {
	left: 0;
}

.reviewArea .reviewLayer.typeLead .possible .paging .btnNext {
	right: 0;
}

.reviewArea #ec-board-review-read {
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.reviewArea #ec-board-review-read .dimmed {
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.reviewArea #ec-board-review-read .reviewWrap {
	position: absolute;
	z-index: 1001;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.reviewArea .reviewLayer.typeRead {
	position: static;
	top: auto;
	left: auto;
	width: 900px;
	margin: 34px auto 40px;
	background: #515763;
	*zoom: 1;
}

.reviewArea .reviewLayer.typeRead:after {
	display: block;
	content: "";
	clear: both;
}

.reviewArea .reviewContent {
	float: left;
	width: 560px;
	min-height: 750px;
	padding: 10px 25px 30px;
	background: #fff;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}

.reviewArea .reviewLayer.typeRead .prdInfo {
	border: 0;
	margin: 0 0 10px;
}

.reviewArea .reviewLayer.typeRead .close {
	top: 15px;
	right: 15px;
}

.reviewArea .reviewContent .mileage {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 10px;
	padding: 15px 20px;
	border: 1px solid #e0e0e0;
	line-height: 24px;
	background: #fafafa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewContent .mileage .name {
	display: table-cell;
	width: 103px;
	vertical-align: top;
}

.reviewArea .reviewContent .mileage .desc {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.reviewArea .reviewContent .mileage .desc span {
	display: inline-block;
	margin: 0 27px 0 0;
}

.reviewArea .reviewContent .mileage .name img,
.reviewArea .reviewContent .mileage .desc img,
.reviewArea .reviewContent .mileage .desc label,
.reviewArea .reviewContent .mileage .desc strong {
	vertical-align: middle;
}

.reviewArea .reviewContent .mileage .btnGive {
	display: table-cell;
	width: 82px;
	vertical-align: top;
}

.reviewArea .reviewContent .mileage .desc .date {
	display: inline-block;
	color: #858484;
	font-size: 10px;
	font-family: verdana;
}

.reviewArea .reviewContent .mileage .desc .date:before {
	display: inline-block;
	content: "";
	margin: 0 9px;
	width: 1px;
	height: 11px;
	vertical-align: -2px;
	background: #cfcfda;
}

.reviewArea .reviewContent .view {
	text-align: center;
}

.reviewArea .reviewContent .view .text {
	margin: 25px 0 20px;
	text-align: left;
	line-height: 18px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .reviewContent .view img {
	max-width: 560px;
	height: auto;
	margin: 5px 0 0;
}

.reviewArea .reviewContent .social {
	position: relative;
	width: 96px;
	margin: 30px auto;
	text-align: center;
}

.reviewArea .reviewContent .social > button {
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .reviewContent .social > button:first-child {
	margin-left: 0;
}

.reviewArea .reviewContent .shareLayer {
	display: none;
	z-index: 3;
	position: absolute;
	bottom: 100%;
	left: 47px;
	width: 139px;
	border: 1px solid #5b5b5b;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.reviewArea .reviewContent .shareLayer li {
	padding: 10px 15px;
	border-top: 1px dotted #e8e8e8;
}

.reviewArea .reviewContent .shareLayer li:first-child {
	border-top: 0;
}

.reviewArea .reviewContent .shareLayer li img {
	vertical-align: middle;
}

.reviewArea .reviewContent .shareLayer li a {
	color: #353535;
}

.reviewArea .reviewContent .shareLayer .edge {
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 11px;
	height: 6px;
}

.reviewArea .reviewContent .miniButton {
	overflow: hidden;
	margin: 10px 0;
	line-height: 24px;
	text-align: right;
	*zoom: 1;
}

.reviewArea .reviewContent .miniButton .left {
	float: left;
}

.reviewArea .reviewContent .commentWrite {
	padding: 16px 15px;
	border: 1px solid #c1c1c1;
	background: #fafafa;
}

.reviewArea .reviewContent .commentWrite.noRight {
	border-left: 0;
	border-right: 0;
}

.reviewArea .reviewContent .commentWrite .count {
	margin: 0 0 0 6px;
}

.reviewArea .reviewContent .commentWrite .count strong {
	color: #f65b56;
}

.reviewArea .reviewContent .writeForm {
	position: relative;
	margin: 7px 0 0;
	padding: 0 90px 0 0;
}

.reviewArea .reviewContent .writeForm textarea {
	max-width: 100%;
	width: 100%;
	height: 65px;
	border-top-color: #c5c5c5;
	border-left-color: #c5c5c5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .reviewContent .writeForm .btnSubmit,
.reviewArea .reviewContent .writeForm .btnModify {
	position: absolute;
	top: 0;
	right: 0;
}

.reviewArea .reviewContent .commentList ul li {
	position: relative;
	border-bottom: 1px solid #d7d5d5;
	padding: 20px 16px 20px 22px;
}

.reviewArea .reviewContent .commentList .summary {
	margin: 0 0 15px;
}

.reviewArea .reviewContent .commentList .comment {
	font-family: Dotum;
	line-height: 18px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .reviewContent .commentList .summary .date {
	display: inline-block;
	vertical-align: top;
	color: #858484;
	font-size: 10px;
	font-family: verdana;
}

.reviewArea .reviewContent .commentList .summary .date:before {
	display: inline-block;
	content: "";
	margin: 0 9px;
	width: 1px;
	height: 11px;
	vertical-align: -2px;
	background: #cfcfda;
}

.reviewArea .reviewContent .commentList .button {
	position: absolute;
	top: 16px;
	right: 16px;
}

.reviewArea .reviewContent .commentList .button .btnComment {
	width: 19px;
	height: 19px;
	margin: 0 0 0 3px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .reviewContent .commentList .button .btnComment:first-child {
	margin-left: 0;
}

.reviewArea .reviewContent .commentList .button .btnComment.cancel {
	width: 22px;
	height: 21px;
}

.reviewArea .reviewContent .commentList .btnMore {
	margin: 25px 0 0;
}

.reviewArea .reviewContent .commentListEmpty {
	padding: 40px 0;
	border-bottom: 1px solid #d7d5d5;
	text-align: center;
}

.reviewArea .fixedBar {
	float: left;
	width: 290px;
}

.reviewArea .writerInfo {
	position: fixed;
	width: 240px;
	padding: 54px 25px 0;
}

.reviewArea .writerInfo .writer {
	border-bottom: 2px solid #7f8490;
	padding: 0 0 10px;
	text-align: center;
	font-size: 13px;
	font-family: Dotum;
	color: #fff;
}

.reviewArea .writerInfo .writer > a {
	font-size: 16px;
	font-family: Gulim;
	color: #fff;
}

.reviewArea .writerInfo .writer > img {
	display: inline-block;
	margin: -4px 6px 0 0;
	vertical-align: middle;
}

.reviewArea .writerInfo .info {
	margin: 20px 0 60px;
}

.reviewArea .writerInfo .info dl {
	margin: 16px 0 0;
	font-family: Dotum, Verdana;
	font-size: 0;
	line-height: 0;
}

.reviewArea .writerInfo .info dl:first-child {
	margin-top: 0;
}

.reviewArea .writerInfo .info dt {
	position: relative;
	display: inline-block;
	width: 100px;
	padding: 0 0 0 7px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	color: #acb5c6;
	*display: inline;
	*zoom: 1;
}

.reviewArea .writerInfo .info dt:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: "";
	width: 2px;
	height: 2px;
	background: #c8cdd2;
}

.reviewArea .writerInfo .info dd {
	position: relative;
	display: inline-block;
	padding: 0 0 0 7px;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	color: #fff;
	*display: inline;
	*zoom: 1;
}

.reviewArea .writerInfo .info dd:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #687184;
}

.reviewArea .writerInfo .heading {
	padding: 0 0 10px;
	margin: 30px 0 10px;
	border-bottom: 1px dotted #7f8490;
	font-weight: normal;
	font-family: Dotum;
	font-size: 13px;
	color: #acb5c6;
}

.reviewArea .writerInfo .heading a {
	font-family: Dotum;
	font-size: 13px;
	color: #acb5c6;
}

.reviewArea .writerInfo .heading a:hover {
	text-decoration: none;
}

.reviewArea .writerInfo .heading strong {
	font-weight: bold;
	color: #fff;
}

.reviewArea .writerInfo .otherList {
	overflow: hidden;
	padding: 0 4px;
	*zoom: 1;
}

.reviewArea .writerInfo .otherList li {
	float: left;
	border: 1px solid #717784;
	width: 75px;
	height: 75px;
	margin: 0 0 0 3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .writerInfo .otherList li:first-child {
	margin-left: 0;
}

.reviewArea .writerInfo .recently {
	margin: 0 0 0 -11px;
}

.reviewArea .writerInfo .hashTag {
	display: inline-block;
	margin: 0 0 10px 15px;
	word-break: break-all;
	word-wrap: break-word;
	color: #9ec3ff;
	font-size: 13px;
	font-family: Dotum;
}

.reviewArea .writerInfo .empty {
	padding: 20px 0 35px;
	text-align: center;
	color: #acb5c6;
	font-size: 11px;
}

.reviewArea #ec-board-zoom .dimmed {
	z-index: 1002;
	background: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.reviewArea .zoomLayer {
	z-index: 1003;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reviewArea .zoomLayer img.figure {
	width: 100%;
	height: 100%;
}

.reviewArea .zoomLayer > h2 {
	overflow: hidden;
	position: absolute;
	left: -120%;
	font-size: 0;
	line-height: 0;
	text-indent: 120%;
	white-space: nowrap;
}

.reviewArea .zoomLayer .imgView {
	position: fixed;
	top: 72px;
	left: 50%;
	bottom: 72px;
	width: 820px;
	margin: 0 0 0 -410px;
}

.reviewArea .zoomLayer .imgView .slides {
	height: 100%;
}

.reviewArea .zoomLayer .imgView .slides li {
	position: relative;
	height: 100%;
}

.reviewArea .zoomLayer .imgView img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}

.reviewArea .zoomLayer .imgView .paging button {
	position: absolute;
	top: 0;
	width: 60px;
	height: 100%;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .zoomLayer .imgView .paging .btnPrev {
	left: 0;
}

.reviewArea .zoomLayer .imgView .paging .btnNext {
	right: 0;
	background-position: -155px 50%;
}

.reviewArea .zoomLayer .reviewThumb {
	position: fixed;
	top: 0;
	right: 20px;
	width: 75px;
	height: 100%;
	display: table;
	table-layout: fixed;
	text-align: center;
}

.reviewArea .zoomLayer .reviewThumb .thumbList {
	display: table-cell;
	vertical-align: middle;
}

.reviewArea .zoomLayer .thumbList .count {
	margin: 0 0 10px;
	font-family: verdana;
	color: #797979;
	font-weight: bold;
}

.reviewArea .zoomLayer .thumbList .count strong {
	color: #c9c9c9;
}

.reviewArea .zoomLayer .thumbList ul li {
	margin: 5px 0 0;
	width: 75px;
	height: 75px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .zoomLayer .thumbList ul li:first-child {
	margin-top: 0;
}

.reviewArea .zoomLayer .thumbList ul li a {
	position: relative;
	display: block;
	height: 100%;
}

.reviewArea .zoomLayer .thumbList ul li a:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	background: #f1f1f1;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.reviewArea .zoomLayer .thumbList ul li.selected {
	border: 3px solid #f65b56;
}

.reviewArea .zoomLayer .thumbList ul li.selected a:after {
	display: none;
}

.reviewArea .zoomLayer .btnClose {
	position: fixed;
	top: 30px;
	right: 35px;
	width: 30px;
	height: 30px;
	outline: 0;
	font-size: 0;
	line-height: 0;
}

.reviewArea #zoomfakeScroll .scroll-content-x {
	padding-bottom: 15px;
}

.reviewArea #zoomfakeScroll .scroll-content-y {
	padding-right: 15px;
}

.reviewArea #zoomfakeScroll .scroll-track {
	width: 10px;
	height: 10px;
	background: #d5d5d5;
}

.reviewArea #zoomfakeScroll .scroll-track-x {
	left: 0;
	bottom: 0;
	display: none !important;
}

.reviewArea #zoomfakeScroll .scroll-track-y {
	right: 0;
	top: 0;
}

.reviewArea #zoomfakeScroll .scroll-neutralzone {
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #d5d5d5;
}

.reviewArea #zoomfakeScroll .scroll-bar {
	width: 10px;
	height: 10px;
	background: #000;
}

.reviewArea #zoomfakeScroll .scroll-bar.active {
	background: #fff;
}

.reviewArea #zoomfakeScroll .scroll-arrow {
	width: 10px;
	height: 10px;
	background: #000;
}

.reviewArea #zoomfakeScroll .scroll-arrow:active {
	background: #fff;
}

.reviewArea #zoomfakeScroll .scroll-arrow-left {
	left: 0;
	top: 0;
	margin-right: 1px;
}

.reviewArea #zoomfakeScroll .scroll-arrow-right {
	right: 0;
	top: 0;
	margin-left: 1px;
}

.reviewArea #zoomfakeScroll .scroll-arrow-up {
	left: 0;
	top: 0;
	margin-bottom: 1px;
}

.reviewArea #zoomfakeScroll .scroll-arrow-down {
	left: 0;
	bottom: 0;
	margin-top: 1px;
}

.reviewArea #zoomfakeScroll {
	width: 89px;
	max-height: 635px;
}

.reviewArea #zoomfakeScroll .scroll-content {
	padding-right: 0;
	*padding-right: 0;
}

.reviewArea #zoomfakeScroll .scroll-track {
	margin: 13px 2px;
	width: 4px;
	height: 4px;
	background: #d0d0d0;
}

.reviewArea #zoomfakeScroll .scroll-arrow {
	width: 8px;
	height: 5px;
	left: -2px;
	background: transparent;
}

.reviewArea #zoomfakeScroll .scroll-arrow-up {
	top: -12px;
}

.reviewArea #zoomfakeScroll .scroll-arrow-down {
	bottom: -12px;
}

.reviewArea #zoomfakeScroll .scroll-bar {
	left: -1px;
	width: 6px;
	height: 6px;
	margin: -6px 0;
	background: #9d9e9f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.reviewArea #zoomfakeScroll .scroll-bar .inner {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.reviewArea #zoomfakeScroll .scroll-bar.active {
	background: #7a8599;
}

.reviewArea #zoomfakeScroll .scroll-bar.active .inner {
	background: #484e5e;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.reviewArea.alarm {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}

.reviewArea.alarm .btnAlarm {
	display: inline-block;
	width: 13px;
	height: 15px;
	padding: 2px 7px;
}

.reviewArea.alarm .btnAlarm .count {
	position: absolute;
	top: -5px;
	left: 12px;
	width: 17px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}

.reviewArea #ec-board-review-notice {
	display: none;
	z-index: 100;
	position: absolute;
	top: 20px;
	left: -17px;
	width: 393px;
	padding: 0 0 2px;
	border: 1px solid #5b5b5b;
	line-height: 18px;
	text-align: right;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 0 1px #5b5b5b;
	-webkit-box-shadow: 0 0 1px #5b5b5b;
	-moz-box-shadow: 0 0 1px #5b5b5b;
}

.reviewArea #ec-board-review-notice h2 {
	float: left;
	padding: 15px 18px 0;
	text-align: left;
	color: #353535;
	font-size: 14px;
}

.reviewArea #ec-board-review-notice .delete {
	display: inline-block;
	padding: 12px 12px 15px;
}

.reviewArea #ec-board-review-notice .list {
	clear: both;
	border-top: 1px solid #d7d5d5;
	max-height: 377px;
	overflow: hidden;
	overflow-y: auto;
	text-align: left;
	background: #f5f5f5;
}

.reviewArea #ec-board-review-notice .list li {
	padding: 13px 15px 13px 67px;
	border-top: 1px dotted #e8e8e8;
	color: #939393;
	font-size: 13px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 25px 50%;
}

.reviewArea #ec-board-review-notice .list li:first-child {
	border-top: 0;
}

.reviewArea #ec-board-review-notice .list li.unread {
	background-color: transparent;
}

.reviewArea #ec-board-review-notice .list li .item {
	font-size: 11px;
}

.reviewArea #ec-board-review-notice .list li .date {
	display: inline-block;
	font-size: 11px;
}

.reviewArea #ec-board-review-notice .list li .date:before {
	display: inline-block;
	content: "";
	margin: 0 9px;
	width: 1px;
	height: 9px;
	background: #c7c7c7;
}

.reviewArea #ec-board-review-notice .list li .message {
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	color: #939393;
}

.reviewArea #ec-board-review-notice .list li.unread .item,
.reviewArea #ec-board-review-notice .list li.unread .message {
	color: #353535;
}

.reviewArea #ec-board-review-notice .list .guide {
	padding: 40px 0;
	border-top: 1px dotted #e8e8e8;
	color: #353535;
	text-align: center;
	font-size: 13px;
	background-color: #fff;
}

.reviewArea #ec-board-review-notice .list .empty {
	padding: 116px 0;
	text-align: center;
	font-size: 13px;
}

.reviewArea #noticefakeScroll .scroll-content {
	padding-right: 0;
	*padding-right: 0;
}

.reviewArea #noticefakeScroll .scroll-content-x {
	padding-bottom: 15px;
}

.reviewArea #noticefakeScroll .scroll-content-y {
	padding-right: 15px;
}

.reviewArea #noticefakeScroll .scroll-track {
	margin: 22px 10px 0 0;
	width: 4px;
	height: 4px;
	background: #d0d0d0;
}

.reviewArea #noticefakeScroll .scroll-track-x {
	left: 0;
	bottom: 0;
	display: none !important;
}

.reviewArea #noticefakeScroll .scroll-track-y {
	right: 0;
	top: 0;
}

.reviewArea #noticefakeScroll .scroll-neutralzone {
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: #d5d5d5;
}

.reviewArea #noticefakeScroll .scroll-arrow {
	width: 8px;
	height: 5px;
	left: -2px;
	background: transparent;
}

.reviewArea #noticefakeScroll .scroll-arrow-up {
	margin-bottom: 1px;
	top: -12px;
}

.reviewArea #noticefakeScroll .scroll-arrow-down {
	margin-top: 1px;
	bottom: -12px;
}

.reviewArea #noticefakeScroll .scroll-bar {
	left: -1px;
	width: 6px;
	height: 6px;
	margin: -6px 0;
	background: #9d9e9f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.reviewArea #noticefakeScroll .scroll-bar .inner {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
}

.reviewArea #noticefakeScroll .scroll-bar.active {
	background: #7a8599;
}

.reviewArea #noticefakeScroll .scroll-bar.active .inner {
	background: #484e5e;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.reviewArea .gradeArea {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #dadada;
}

.reviewArea .gradeArea .empty {
	text-align: center;
	padding: 28px 0;
	line-height: 18px;
}

.reviewArea .gradeArea img.figure {
	width: 100%;
	height: 100%;
}

.reviewArea .gradeArea .status {
	display: table-cell;
	width: 186px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
}

.reviewArea .gradeArea .status h3 {
	font-size: 12px;
	font-weight: normal;
}

.reviewArea .gradeArea .status .score {
	font-size: 32px;
	line-height: 32px;
	color: #3f3f3f;
}

.reviewArea .gradeArea .status .ec-board-grade {
	margin: 5px 0 0;
}

.reviewArea .gradeArea .status .desc {
	margin: 9px 0 0;
}

.reviewArea .gradeArea .thumbList {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 15px;
	border-left: 1px solid #dadada;
}

.reviewArea .gradeArea .thumbList ul {
	overflow: hidden;
	height: 75px;
	*zoom: 1;
}

.reviewArea .gradeArea .thumbList ul li {
	float: left;
	margin: 0 0 0 5px;
	width: 75px;
	height: 75px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .gradeArea .thumbList ul li:first-child {
	margin-left: 0;
}

.reviewArea .gradeArea .thumbList ul li:hover {
	border-color: #f66560;
	border-width: 2px;
}

.reviewArea .gradeArea .thumbList ul li a {
	position: relative;
	display: block;
	height: 100%;
}

.reviewArea .gradeArea .thumbList .inner {
	position: relative;
	overflow: hidden;
}

.reviewArea .gradeArea .thumbList .paging button {
	position: absolute;
	top: 0;
	width: 21px;
	height: 75px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .gradeArea .thumbList .paging .btnPrev {
	left: 0;
}

.reviewArea .gradeArea .thumbList .paging .btnNext {
	right: 0;
}

.reviewArea .xans-smartreview-dispdetailreview .btnArea {
	padding: 0;
	border: 0;
	margin: 15px 0 30px;
	text-align: right;
}

.imgArea .reviewArea .gradeArea {
	width: 346px;
	margin: 20px auto 30px;
	overflow: hidden;
}

.imgArea .reviewArea .gradeArea .status {
	width: 101px;
}

.imgArea .reviewArea .gradeArea .status .score {
	font-size: 30px;
	line-height: 30px;
	font-family: arial;
}

.imgArea .reviewArea .gradeArea .thumbList {
	padding: 10px 15px;
}

.imgArea .reviewArea .gradeArea .thumbList ul {
	width: 1000px;
}

.myshop_menu .shopMain.review {
	background-size: 90px;
	-webkit-background-size: 90px;
	-moz-background-size: 90px;
}

.reviewArea .boardList {
	margin: 20px 0 0;
	border-bottom: 1px solid #d5d5d5;
}

.reviewArea .boardList > ul > li {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #d5d5d5;
}

.reviewArea .boardList .prdInfo {
	display: table-cell;
	width: 75px;
	padding: 20px 15px 0;
	border-right: 1px solid #e8e8e8;
	font-size: 11px;
	color: #848484;
	vertical-align: top;
	background: #f5f5f5;
}

.reviewArea .boardList .prdInfo .reviewThumb {
	text-align: center;
}

.reviewArea .boardList .prdInfo .reviewThumb img {
	border: 1px solid #d6d6d6;
	width: 73px;
	height: 73px;
	border-radius: 38px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
}

.reviewArea .boardList .prdInfo .info {
	display: table;
	margin: 10px auto;
	line-height: 16px;
	color: #858484;
}

.reviewArea .boardList .prdInfo .info dt,
.reviewArea .boardList .prdInfo .info dd {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.reviewArea .boardList .prdInfo .info dd {
	font-weight: bold;
	color: #444;
}

.reviewArea .boardList .reviewInfo {
	position: relative;
	display: table-cell;
	width: auto;
	padding: 0 0 0 30px;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .btnToggle {
	position: absolute;
	bottom: 23px;
	right: 0;
	padding: 0 14px 0 0;
	outline: 0;
	font-family: "µ¸¿ò", Dotum;
	letter-spacing: -1px;
	font-size: 12px;
	color: #858484;
}

.reviewArea .boardList .reviewInfo .btnToggle:hover {
	color: #f65b54;
}

.reviewArea .boardList .reviewInfo.selected .btnToggle {
	color: #f65b54;
}

.reviewArea .boardList .reviewInfo > .summary {
	position: relative;
	padding: 20px 270px 20px 0;
}

.reviewArea .boardList .reviewInfo.selected > .summary {
	padding-right: 0;
}

.reviewArea .boardList .reviewInfo > .summary .product {
	margin: 0 0 10px;
	font-family: "±¼¸²", Gulim;
}

.reviewArea .boardList .reviewInfo > .summary .product strong {
	font-size: 14px;
}

.reviewArea .boardList .reviewInfo .writer {
	margin: 6px 0 0;
}

.reviewArea .boardList .reviewInfo .writer .ec-board-grade {
	display: inline-block;
	vertical-align: middle;
}

.reviewArea .boardList .reviewInfo .writer .ec-board-grade:after {
	display: inline-block;
	content: "";
	margin: 3px 12px 0 14px;
	width: 1px;
	height: 11px;
	vertical-align: top;
	background: #d1d1d1;
}

.reviewArea .boardList .reviewInfo .writer .ec-board-grade.ec-board-heart:after {
	margin-top: 0;
}

.reviewArea .boardList .reviewInfo .writer img {
	vertical-align: middle;
}

.reviewArea .boardList .reviewInfo .writer .info,
.reviewArea .boardList .reviewInfo .writer .info dl,
.reviewArea .boardList .reviewInfo .writer .info dt,
.reviewArea .boardList .reviewInfo .writer .info dd {
	display: inline-block;
}

.reviewArea .boardList .reviewInfo .writer .info dl {
	margin: 0 0 0 17px;
	color: #818181;
	font-size: 11px;
}

.reviewArea .boardList .reviewInfo .simple {
	padding: 0 270px 15px 0;
}

.reviewArea .boardList .reviewInfo.selected .simple {
	display: none;
}

.reviewArea .boardList .reviewInfo .simple .prdOption {
	margin: -11px 0 8px;
}

.reviewArea .boardList .reviewInfo .simple .thumbList {
	position: absolute;
	top: 20px;
	right: 0;
}

.reviewArea .boardList .reviewInfo .simple .thumbList > ul {
	overflow: hidden;
	width: 233px;
	height: 45px;
	text-align: right;
	font-size: 0;
	line-height: 0;
}

.reviewArea .boardList .reviewInfo .simple .thumbList > ul > li {
	display: inline-block;
	margin: 0 0 0 2px;
	width: 45px;
	height: 45px;
	border: 1px solid #dbdbdb;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .boardList .reviewInfo .simple .thumbList > ul > li:first-child {
	margin-left: 0;
}

.reviewArea .boardList .reviewInfo .simple .thumbList > ul > li a {
	display: block;
	height: 100%;
}

.reviewArea .boardList .reviewInfo .simple .thumbList img.figure {
	width: 100%;
	height: 100%;
}

.reviewArea .boardList .reviewInfo .simple .heading {
	display: inline-block;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .boardList .reviewInfo .simple .icon img {
	margin: 3px 0 0;
}

.reviewArea .boardList .reviewInfo .community {
	margin: 15px 0 0;
}

.reviewArea .boardList .reviewInfo .community .comment {
	display: inline-block;
	min-width: 88px;
	margin: 7px 0 0;
}

.reviewArea .boardList .reviewInfo .community .comment a {
	color: #858484;
}

.reviewArea .boardList .reviewInfo .community .count {
	color: #444;
}

.reviewArea .boardList .reviewInfo .community .social {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .community .social > button {
	width: 30px;
	height: 30px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .boardList .reviewInfo .community .shareLayer {
	display: none;
	z-index: 3;
	position: absolute;
	bottom: 100%;
	left: 23px;
	width: 139px;
	border: 1px solid #5b5b5b;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.reviewArea .boardList .reviewInfo .community .shareLayer li {
	padding: 10px 15px;
	border-top: 1px dotted #e8e8e8;
}

.reviewArea .boardList .reviewInfo .community .shareLayer li:first-child {
	border-top: 0;
}

.reviewArea .boardList .reviewInfo .community .shareLayer li img {
	vertical-align: middle;
}

.reviewArea .boardList .reviewInfo .community .shareLayer li a {
	color: #353535;
}

.reviewArea .boardList .reviewInfo .community .shareLayer .edge {
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 11px;
	height: 6px;
}

.reviewArea .boardList .reviewInfo .detail {
	display: none;
	padding: 0 0 70px;
}

.reviewArea .boardList .reviewInfo.selected .detail {
	display: block;
}

.reviewArea .boardList .reviewInfo .detail .btnHash {
	color: #106aff;
}

.reviewArea .boardList .reviewInfo .detail .mileage {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	line-height: 24px;
	background: #fafafa;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .boardList .reviewInfo .detail .mileage .name {
	display: table-cell;
	width: 103px;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .detail .mileage .desc {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .detail .mileage .desc .label {
	display: inline-block;
	margin: 0 27px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .mileage .name img,
.reviewArea .boardList .reviewInfo .detail .mileage .desc img,
.reviewArea .boardList .reviewInfo .detail .mileage .desc label,
.reviewArea .boardList .reviewInfo .detail .mileage .desc strong {
	vertical-align: middle;
}

.reviewArea .boardList .reviewInfo .detail .mileage .btnGive {
	display: table-cell;
	width: 82px;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .detail .mileage .desc .date {
	display: inline-block;
	color: #858484;
	font-size: 10px;
	font-family: verdana;
}

.reviewArea .boardList .reviewInfo .detail .mileage .desc .date:before {
	display: inline-block;
	content: "";
	margin: 0 9px;
	width: 1px;
	height: 11px;
	vertical-align: -2px;
	background: #cfcfda;
}

.reviewArea .boardList .reviewInfo .detail .addItem {
	border: 1px solid #e0e0e0;
	padding: 8px 0;
	margin: 0 0 20px;
}

.reviewArea .boardList .reviewInfo .detail .addItem table {
	table-layout: fixed;
}

.reviewArea .boardList .reviewInfo .detail .addItem th {
	position: relative;
	padding: 3px 8px 3px 20px;
	vertical-align: top;
	line-height: 24px;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
}

.reviewArea .boardList .reviewInfo .detail .addItem th:after {
	position: absolute;
	top: 9px;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background: #c6c6c6;
}

.reviewArea .boardList .reviewInfo .detail .addItem td {
	padding: 3px 10px 3px 25px;
	vertical-align: top;
	line-height: 24px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .boardList .reviewInfo .detail .addItem td select {
	width: 100%;
}

.reviewArea .boardList .reviewInfo .detail .addItem td input[type="text"] {
	width: 100%;
	height: 24px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .boardList .reviewInfo .detail .view {
	text-align: center;
}

.reviewArea .boardList .reviewInfo .detail .view .text {
	margin: 0 0 20px;
	text-align: left;
	line-height: 18px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .boardList .reviewInfo .detail .view .text img {
	margin: 3px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .view img {
	max-width: 560px;
	height: auto;
	margin: 5px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .recently {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 20px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .recently h3 {
	position: relative;
	display: table-cell;
	width: 158px;
	font-size: 12px;
	color: #434343;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .detail .recently h3:after {
	position: absolute;
	top: 2px;
	right: 3px;
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background: #cfcfcf;
}

.reviewArea .boardList .reviewInfo .detail .recently .tags {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

.reviewArea .boardList .reviewInfo .detail .recently .btnHash {
	display: inline-block;
	margin: 0 0 0 12px;
}

.reviewArea .boardList .reviewInfo .detail .recently .empty {
	margin: 0 0 0 12px;
}

.reviewArea .boardList .reviewInfo .detail .social {
	position: relative;
	width: 96px;
	margin: 30px auto 15px;
	text-align: center;
}

.reviewArea .boardList .reviewInfo .detail .social > button {
	width: 40px;
	height: 40px;
	margin: 0 0 0 8px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .boardList .reviewInfo .detail .social > button:first-child {
	margin-left: 0;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer {
	display: none;
	z-index: 3;
	position: absolute;
	bottom: 100%;
	left: 47px;
	width: 139px;
	border: 1px solid #5b5b5b;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer li {
	padding: 10px 15px;
	border-top: 1px dotted #e8e8e8;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer li:first-child {
	border-top: 0;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer li img {
	vertical-align: middle;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer li a {
	color: #353535;
}

.reviewArea .boardList .reviewInfo .detail .shareLayer .edge {
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 11px;
	height: 6px;
}

.reviewArea .boardList .reviewInfo .detail .miniButton {
	overflow: hidden;
	margin: 10px 0;
	line-height: 24px;
	text-align: right;
	*zoom: 1;
}

.reviewArea .boardList .reviewInfo .detail .miniButton .left {
	float: left;
}

.reviewArea .boardList .reviewInfo .detail .commentWrite {
	padding: 16px 15px;
	border: 1px solid #c1c1c1;
	background: #fafafa;
}

.reviewArea .boardList .reviewInfo .detail .commentWrite .count {
	margin: 0 0 0 6px;
}

.reviewArea .boardList .reviewInfo .detail .commentWrite .count strong {
	color: #f65b56;
}

.reviewArea .boardList .reviewInfo .detail .commentWrite.noRight {
	padding: 10px;
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	background: none;
}

.reviewArea .boardList .reviewInfo .detail .commentWrite.noRight .count {
	margin: 0;
}

.reviewArea .boardList .reviewInfo .detail .writeForm {
	position: relative;
	margin: 7px 0 0;
	padding: 0 90px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .writeForm textarea {
	max-width: 100%;
	width: 100%;
	height: 65px;
	border-top-color: #c5c5c5;
	border-left-color: #c5c5c5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.reviewArea .boardList .reviewInfo .detail .writeForm .btnSubmit,
.reviewArea .boardList .reviewInfo .detail .writeForm .btnModify {
	position: absolute;
	top: 0;
	right: 0;
}

.reviewArea .boardList .reviewInfo .detail .commentList ul li {
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 16px 20px 22px;
}

.reviewArea .boardList .reviewInfo .detail .commentList .summary {
	margin: 0 0 15px;
}

.reviewArea .boardList .reviewInfo .detail .commentList .comment {
	font-family: Dotum;
	line-height: 18px;
	word-break: keep-all;
	word-wrap: break-word;
}

.reviewArea .boardList .reviewInfo .detail .commentList .summary .date {
	display: inline-block;
	vertical-align: top;
	color: #858484;
	font-size: 10px;
	line-height: 15px;
	font-family: verdana;
}

.reviewArea .boardList .reviewInfo .detail .commentList .summary .date:before {
	display: inline-block;
	content: "";
	margin: 0 9px;
	width: 1px;
	height: 11px;
	vertical-align: -2px;
	background: #cfcfda;
}

.reviewArea .boardList .reviewInfo .detail .commentList .button {
	position: absolute;
	top: 16px;
	right: 16px;
}

.reviewArea .boardList .reviewInfo .detail .commentList .button .btnComment {
	width: 19px;
	height: 19px;
	margin: 0 0 0 3px;
	font-size: 0;
	line-height: 0;
	outline: 0;
}

.reviewArea .boardList .reviewInfo .detail .commentList .button .btnComment:first-child {
	margin-left: 0;
}

.reviewArea .boardList .reviewInfo .detail .commentList .button .btnComment.cancel {
	width: 22px;
	height: 21px;
}

.reviewArea .boardList .reviewInfo .detail .commentList .btnMore {
	margin: -1px 0 0;
}

.reviewArea .boardList .reviewInfo .detail .commentListEmpty {
	padding: 40px 0 0;
	text-align: center;
}

#prdReview .reviewArea .boardList {
	border-bottom-width: 0;
}

#prdReview .reviewArea .boardList .reviewInfo {
	padding: 0 30px;
}

#prdReview .reviewArea .boardList .reviewInfo > .summary,
#prdReview .reviewArea .boardList .reviewInfo .simple {
	padding-right: 330px;
}

#prdReview .reviewArea .boardList .reviewInfo.selected > .summary {
	padding-right: 0;
}

#prdReview .reviewArea .boardList .reviewInfo .simple .thumbList,
#prdReview .reviewArea .boardList .reviewInfo .btnToggle {
	right: 30px;
}

.reviewArea .prdOption {
	overflow: hidden;
	line-height: 20px;
	white-space: nowrap;
}

.reviewArea .prdOption .option {
	position: relative;
	display: inline-block;
	padding: 0 0 0 8px;
	font-size: 11px;
	color: #777;
	font-family: "±¼¸²", Gulim;
}

.reviewArea .prdOption .option:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 2px;
	height: 2px;
	background: #000;
}

.reviewArea .prdOption .set {}

.reviewArea .prdOption .set li {}

.reviewArea .prdOption .setName {
	position: relative;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0 0 10px;
	font-weight: normal;
	font-size: 12px;
	color: #434343;
	font-family: "µ¸¿ò", Dotum;
}

.reviewArea .prdOption .setName:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #434343;
}

.reviewArea .prdOption .set .option {
	margin: 0 0 0 10px;
}

.reviewArea .prdOption.typeSimple .setName,
.reviewArea .prdOption.typeSimple .etc {
	display: none;
}

.reviewArea .prdOption.typeSimple .set li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 21px;
}

.reviewArea .prdOption.typeSimple .set li:first-child,
.reviewArea .prdOption.typeSimple .set .option {
	margin-left: 0;
}

.reviewArea .prdOption .etcCount {
	position: relative;
	display: block;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #434343;
	font-family: "µ¸¿ò", Dotum;
}

.reviewArea .prdOption .etcCount:before {
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #434343;
}

/*[21.04.27][OHJ]Ãß°¡ CSS ÀÛ¾÷*/
.clearfix:after{display:block;clear:both;content:'';}
.fl{float:left;}
.fr{float:right;}

/* BASIC css end */

