@charset "UTF-8";

#container{
	padding-bottom:10px;
}

.container-in>.row{
	margin-bottom:60px;
}

.row .col{
	width:530px;
	float:left;
}

.row .col-left{
	margin-right:40px;
}

#quick{
	margin-top:-20px;
}

/* time-sale & beauty-product */

.beauty-product .inner img{
	display:block;
	width:528px;
	height:219px;
	border:1px solid #d8e4ea;
}

.time-sale{
	
}

.time-sale .inner{
	border:1px solid #ddd;
}

.time-item>*{
	width:98%;
	padding-right:2%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.time-item strong{
	display:block;
	margin-bottom:3px;
	line-height:100%;
	color:#333;
	font-size:22px;
}

.time-sale .obj{
	float:left;
	display:block;
	margin-right:12px;
	width:260px;
	height:219px;
}

.time-sale .col{
	float:left;
	width:256px;
	padding-top:27px;
}

.time-sale .btn-more{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:8px;
	border:1px solid #ddd;
	margin:13px 0 12px;
	font-family:'돋움',dotum;
	font-size:11px;
	color:#8c8b8b;
	line-height:100%;
}

.time-sale .btn-more i{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:6px;
	height:7px;
	margin:-1px 0 0 10px;
	background:url(../images/bg/bg_more.gif) no-repeat;
	vertical-align:middle;
}

*:first-child+html .time-sale .btn-more i{
	vertical-align:top;
	margin-top:1px;
}

.time-remain{
	
}

.time-remain p{
	color:#555;
	font-size:13px;
	font-weight:600;
}

.time-remain p span{
	font-weight:600;
	font-size:13px;
	color:#e85e98;
}

.countdown{
	margin:8px 0 3px;
}

/* best-item */

.best-item-area{
	position:relative;
}

.best-item{
	position:relative;
	margin:0 45px;
	width:1008px;
	height:300px;
	overflow:hidden;
}

.best-item .list{
	position:absolute;
	top:0;
	left:0;
}

.best-item .list li{
	float:left;
	margin-right:20px;
	width:237px;
}

.best-item .list li>img{
	display:block;
	width:237px;
	height:200px;
}

.best-item-area .btn{
	display:block;
	width:16px;
	height:22px;
	background:url(../images/btn/btn_rolling02.png) no-repeat;
	position:absolute;
	top:50%;
	margin-top:-11px;
	text-indent:-9999px;
}

.best-item-area .prev{
	left:0;
}

.best-item-area .next{
	background-position:-16px 0;
	right:0;
}

.dc{
	display:block;
}

/* best-review */

.best-review{
	
}

.best-review .list{
	padding-top:10px;
}

.best-review .mg-bot{
	margin-bottom:20px;
}

.best-review li{
	overflow:hidden;
}

.best-review li:hover b,
.best-review li:active b,
.best-review li:focus b,
.best-review li:hover .cont,
.best-review li:active .cont,
.best-review li:focus .cont{
	text-decoration:underline;
}

.best-review a{
	
}

.best-review .obj{
	float:left;
	display:block;
	width:141px;
	height:93px;
	border:1px solid #ddd;
	margin-right:20px;
}

.best-review .col{
	width:295px;
	float:left;
}

.best-review b{
	display:block;
	color:#424242;
	font-weight:600;
	font-size:14px;
}

.best-review .cont{
	display:block;
	margin:5px 0 12px;
	width:270px;
}

.best-review .info{
	color:#adadad;
	font-weight:600;
	font-size:11px;
}

.best-review .info i{
	font-weight:normal;
}

/* 이벤트 */

.event .inner{
	position:relative;
}

/*메인 비주얼*/

.main-visual{
	position:relative;
	width:100%;
	height:414px;
	margin-bottom:50px;
	background:#f3f4f6;
	border-bottom:1px solid #ddd;
}

.main-visual>a{
	position:absolute;
	top:50%;
	margin-top:-16px;
	display:block;
	width:22px;
	height:33px;
	background:url(../images/btn/btn_rolling01.png) no-repeat;
	text-indent:-9999px;
}

.main-visual>.bx-prev{
	left:10px;
}

.main-visual>.bx-next{
	background-position:-22px 0;
	right:10px;
}

/*카운트다운*/

.dash {
	/* width: 30px; */
	height: 28px;
	background:url(../images/bg/bg_dash.gif) 4px 6px no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.dash.days_dash{
	padding-left:0;
	margin-left:0;
	background:none;
}

.dash .digit {
	font:normal 20px "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	position: relative;
	border:1px solid #ddd;
}

.dash .digit.mg-right{
	margin-right:3px;
}

.dash_title {
	display: none;
}