.o-media {

}
.o-media:after {
	content: '';
	display: table;
	clear: both;
}
.o-media-img {
	float: left;
	margin-right: 1em;
}
.o-media-body {
	overflow: hidden;
}

.o-block-link:link {
	display: block;
	font-weight:600;
}



.category_color{
	color:#ff0707;
	
}

.category_weight{
	font-weight:bold;
	
}

.ani{
	animation-delay: 0.1s;
	
}


.ani1{
	 position: relative;
    display: inline-block;
    animation: gnbAni2 0.6s linear infinite;
	
}


.\31 \2F 1 { width: 100% }
.\31 \2F 2 { width: 50% }
.\31 \2F 3 { width: 33.33333% }
.\32 \2F 3 { width: 66.66666% }
.\31 \2F 4 { width: 25% }
.\32 \2F 4 { width: 50% }
.\33 \2F 4 { width: 75% }
.\31 \2F 5 { width: 20% }
.\32 \2F 5 { width: 40% }
.\33 \2F 5 { width: 60% }
.\34 \2F 5 { width: 80% }
.\31 \2F 6 { width: 16.666666668% }
.\32 \2F 6 { width: 33.333333333% }
.\33 \2F 6 { width: 50% }
.\34 \2F 6 { width: 66.666666666% }
.\35 \2F 6 { width: 83.333333334% }

.u-text-center {
	text-align: center;
}
.u-oneliner {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight:300;
}
.u-small {
	font-size: 1.00em;
}

.u-hide {
	display: none;
}
.u-block {
	display: block;
}

/**
 * from Open Color <https://yeun.github.io/open-color>
 */
.u-gray-0 { color: #f8f9fa; }
.u-gray-1 { color: #f1f3f5; }
.u-gray-2 { color: #e9ecef; }
.u-gray-3 { color: #dee2e6; }
.u-gray-4 { color: #ced4da; }
.u-gray-5 { color: #adb5bd; }
.u-gray-6 { color: #868e96; }
.u-gray-7 { color: #495057; }
.u-gray-8 { color: #343a40; }
.u-gray-9 { color: #212529; }

.u-clearfix:after {
	clear: both;
	content: '';
	display: table;
}

.top-bar {
	z-index: 95;
	top: 47px;
	left: 0;
	width: 100%;
	height: 45px;
	overflow: hidden;
	/* border-bottom: 4px solid #666; */
	/* box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.2); */
	background: rgba(255, 255, 255, 0.85);
}

.top-bar-menu {
	margin:0 auto;
    font-size: 0;

    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    display: flex;
	/*justify-content: center;*/
}



.color_cc{
	color: ff0000;
	
	
}
.top-bar.has-more-left:before,
.top-bar.has-more-right:after {
	position: fixed;
	content: '';
	width: 20px;
	height: 30px;
	top: 55px;
	background-size: 100% 100%;
}
.top-bar.has-more-left:before {
	left: 0;
	background-image: url(/m/images/fade-to-right.png);
}
.top-bar.has-more-right:after {
	right: 0;
	background-image: url(/m/images/fade-to-left.png);
}

.top-bar-menu {
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
}

#container.great-wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.top-bar-menu > li {
	display: inline-block;
	font-size: 11.5px;
	color:#191919;
}

.li_left{
padding-left:4%; 	
}







.top-bar .ani{
	display:block;

}


.top-bar .ani i:nth-child(1)
{
	animation-delay:0.1s;
	
}
.top-bar .ani i:nth-child(2)
{
	animation-delay:0.2s;
	
}
.top-bar .ani i:nth-child(3)
{
	animation-delay:0.3s;
	
}
.top-bar .ani i:nth-child(4)
{
	animation-delay:0.4s;
	
}
.top-bar .ani i:nth-child(5)
{
	animation-delay:0.5s;
	
}

.ani1 i{
	position:relative;
	display:inline-block;
	animation:gnbAni1 1s infinite;
}


.main .bx-wrapper {
	border: none;
	margin-bottom: 0;
}

.main .bx-viewport {
	padding-bottom: 0;
	/* height: 36rem !important; */
}

.main .bx-wrapper .bx-pager {
	bottom: 2em;
	padding-top: 0;
}

.main .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: transparent;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	opacity: 0.5;
}

.main .bx-wrapper .bx-pager.bx-default-pager a.active {
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.category-banners-wrapper {
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 0em;
}
.category-banners {
	margin-left: -1em;
}
.category-banners > li {
	font-size: 0.9em;
	display: inline-block;
	vertical-align: top;
	padding-top: 1em;
	padding-left: 1em;
	box-sizing: border-box;
	margin-bottom: 1em;
}
.category-banner-img {
	margin-bottom: 0.5em;
}
.category-banner-inner {
	line-height: 1.6;
}

.product-banners {
	margin-top: 0px !important;
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	background-color: #fff
}

.product-banners.is-overflown:after {
	display: block;
	height: 40px;
	width: 100%;
	background-image: url(/img/fold.png);
	background-repeat: repeat-x;
	content: '';
	position: absolute;
	bottom: 0px;
}

.product-banner-inner,
.product-banner-inner:link {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-decoration: none;
	color: inherit;
}
.product-banner-inner a {
	line-height: 1.6;
}

.product-banner-img {
	width: 100%;
	dislay: block;
	margin-bottom: 1em;
}
.product-banner-title {
	font-size: 2.2em;
	line-height:1.1em;
	margin-bottom: 0.7em;
	padding-top:30px;
}
.product-banner-info {
	font-size: 14px;
	color: #7b7b7b;
	text-align: justify;
	line-height:1.6em;
}
.product-banner-products {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 3em;
	font-size: 12px;
}
.product-banner-products li {
	padding-top: 10px;
	border-top: 1px solid #e7e7e7 !important;
}


.product-banner-products > * {
	margin-bottom: 1em;
}
.product-banner-price {
	color: #f1977d;
}
.product-banners-expand {
	cursor: pointer;
	background-color: #fff;
	width: 122px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	border: 2px solid #000;
}
.product-banners-expand:after {
	content: '';
	display: inline-block;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	background: url(/img/caret.svg) no-repeat;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


.sub-bar {
	z-index: 95;
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	padding-top: 10px;
}

.sub-bar.has-more-left:before,
.sub-bar.has-more-right:after {
	position: fixed;
	content: '';
	width: 20px;
	height: 30px;
	background-size: 100% 100%;
}

.sub-bar.has-more-left:before {
	left: 0;
	background-image: url(/m/images/fade-to-right.png);
}
.sub-bar.has-more-right:after {
	right: 0;
	background-image: url(/m/images/fade-to-left.png);
}

.sub-bar-menu {
	font-size: 0;
	height: 80px;
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
}

#container.great-wrapper {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.sub-bar-menu > li {
	display: inline-block;
	box-sizing: border-box;
	padding: 6px;
	background-color: #fff;
}

.sub-bar-menu > li img { display: none;}


.sub-bar-menu li .active {
	color:#000;
	font-weight:600;
	border-bottom:1px solid #000;
}

.sub-bar-menu li a{
	display: block;
	font-size: 11px;
	color: #a0a0a0;
	text-decoration: none;
	border-left: 0px solid #CCC !important;
}

select.search {
	border: 1px solid #ccc !important;
	background-color: #f8f8f8 !important;
}

.cate-search {
	border-top: 1px #ccc solid !important;
}


.best-item-title {
	    background-color: #fff !important;
		padding-top: 30px !important;
		border-top: 0px solid #e8e8e8 !important;
}

.badge-best {
		background: #FF9899 !important; border: 1px solid #FF9899 !important; font-size: 12px !important;
}

.sub-bar-menu2 li a {
	padding: 16px !important;
}

.sub-bar2 {
	background-color: #f8f8f8 !important;
	border-bottom: 16px solid #f8f8f8 !important;
	border-top: 1px solid #e8e8e8 !important;
}	


.banners-above-slides{
	width:100%;
}

.banners-above-slides li{
	width:100%;
}

.product-banner-inner-contents{
	padding:0 1em 2em 1em;
}


/* 태블릿 디스플레이에 적용될 스타일 */
@media (min-width: 541px) and (max-width:1299px){

	.banners-under-slides li{
		width:50%;
		margin:-1.5px;
		display:inline-block;
	}
	
	.product-banner{
		width:49.5%;
		display:inline-block;
		vertical-align:top;
		padding-bottom:10px;
	}
	
	.product-banner-products{
		width:100%;
	}
	
	.category-banners-wrapper li{
		width:33.3%;
	}
	
}

@media (max-width:540px){

	.prev img, .next img{
	width:9%;
	}
	
}

.prd_m_review {
	text-align:left;
	margin-top:8px;
}

.m-review-pname {
	font-size: 12px !important;
    line-height: -0.03em;
    color: #9E9E9E;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding-bottom:8px;
	padding-top:8px;
}

.prd_m_review dd {
	padding-bottom:8px;
}

.m-review-content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	word-wrap:break-word; 
	line-height: 1.5em;
	min-height: 1.5em;
	color:#585858;
	height:auto;
	padding-top:0;
	font-size:14px !important;
	font-weight:500;
	margin:8px 0 16px 0;
	
}

.m-review-date {
	font-size:12px !important;
	color:#9E9E9E;
}

.m-review-title {
	font-size:16px !important;
	max-height:3em;
	line-height:1.5em !important;
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
	padding-bottom:0 !important;
}

.m-btn_review {
	background-color: #313131;
	width: calc(50% - 8px);
    color: #fff;
    font-size: 20px;
	border:1px solid #333;
	font-family:'malgun gothic', '맑은고딕', sans-serif;
	font-weight:bold;
	height:51px;
}

.review_board_hd_pname {
	font-size: 12px;
    margin: 4px 0;
    color: #9E9E9E;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.review_board_hd_title {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    max-height: 2.4em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
}

.m-fontGray_666 {
	height: 8px;
    border-top: 2px solid #333;
    padding-top: 8px;
}

.p0 {
	padding:0 !important;
}

.sub-bar-menu2 > li {
	padding-bottom: 10px !important!
}

#bottom_menu{position:fixed;; bottom:0px; width:24px; height:100px; z-index:97; right:0;}

.main_category {
	width:100%;
}

.main_category_list {
	width:calc(100%/4) !important;
	float:left;
	text-align:center;
	padding-top:16px !important;
	padding-bottom:16px;
	font-size:13px !important;
}

.mini-couture-list {
	text-decoration:none;
	float:left;
	padding-right:1%;
}

.main_menu_collection {
	width:calc((100% - 8%)/4) !important;
	float:left;
	margin-right:2%;
}

.main_menu_collection > a > img {
	border-radius:50em;
	border:1px solid #CCC;
}

.col-3 {
	width:25% !important;
}

.float-left {
	float:left;
}

.txt-center {
	text-align:center;
}

.deco-none {
	text-decoration:none;
	background:none !important;
}

#category ul :after {
	content: "";
	display: block;
	clear: both;
}

.pd-top-10 {
	padding-top:10px;
}

.pd-bottom-10 {
	padding-bottom:10px;
}

.back-pink {
	background:#f8f8f8 !important;
	color:#191919 !important;
	font-weight:900;
	font-size:13px;
}

.border-top-bottom {
	/*border-bottom:1px solid #ffb6c2; 
	border-top:1px solid #ffb6c2; */
}

.back-grey {
	background:#f8f8f8 !important;
}

.m-bottom-20 {
	margin-bottom:20px;
}

.no-text-indent {
	text-indent:0 !important;
	display: flex;
}

.col-6 {
	width:50% !important;
}

.p-top-bottom {
	padding:4px 0;
}

script {
	display: none !important;
}
style {
	display: none !important;
}

.sub-bar-menu li .active { border-bottom: 1px solid #000 !important; }


