/* 상단 띠배너 */

.top-slide-banner-wrap {
    display: none;
}

.top-slide-banner-wrap a.btn-close {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-slide-banner-wrap a.btn-close img {
    width: 11px;
    height: auto;
}

/* 상단 */

#header_wrap header {
    position: relative;
}

#header_wrap header .header_box {
    border-bottom: 1px solid #ececec;
}

#header_wrap header .header_box .left_menu {
    left: 0;
}

#header_wrap header .header_box .side_menu {
    padding: 21.5px 12px 21.5px 12px;
}

#header_wrap header .header_box .h_logo {
    width: 155px;
    padding: 18px 0px;
}

#header_wrap header .header_box .right_menu {
    right: 0;
}

#header_wrap header .header_box .cart {
    padding: 21px 10px 19px 7px;
}

#header_wrap header .header_box .cart span {
    width: 19px;
    height: 21px;
    background: url(../img/icon/icon-cart.png) no-repeat;
    background-size: 100% auto;
}

#header_wrap header .header_box .cart_count {
    top: 11px;
    right: -1px;    
    font-size: 10.5px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0;
}

#header_wrap header .header_box .top_search {
    padding: 22px 12px 22px 7px;
}

#header_wrap header .header_box .top_search span {
    width: 18px;
    height: 17px;
    background: url(../img/icon/icon-search.png) no-repeat;
    background-size: 100% auto;
}

.header-category {
    border-bottom: 1px solid #ececec;
    position: relative;
}

.header-category:after {
    content: "";
    display: block;
    width: 24px;
    height: 43px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/bg/bg-gradient.png) no-repeat right center;
    background-size: 100% auto;    
    z-index: 10;
}

.header-category ul li {
    width: auto;
    margin-right: 27px;
    height: auto;
}

.header-category ul li:first-child {
    margin-left: 12px;
}

.header-category ul li:last-child {
    margin-right: 12px;
}

.header-category ul li a {
    font-size: 13px;
    color: #2f2f2f;
    display: inline-block;
    line-height: 42px;    
}

/* 공통 상품폼 */

.basic-product .goods_prd_item2.list_num_2 {
    margin-bottom: 15px;
}

.basic-product ._goods_display_main .main_prd_list {
    padding: 0px 6px;
}

.basic-product .goods_prd_item2 .goods_prd_item2_box {
    padding: 0px 6px;
}

.basic-product .goods_prd_item2 .goods_prd_img .img_box .img img {
    border: none;
}

.basic-product .goods_prd_item2 .goods_prd_content .goods_info_list li.prd_name {
    font-size: 14px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 5px;
}

.basic-product .goods_prd_item2 .goods_prd_content .goods_info_list li.short_des {
    font-size: 11.7px;
    color: #7f7f7f;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
    margin-bottom: 8px;
}

.basic-product .goods_prd_item2 .goods_prd_content .goods_info_list li.fixed_price {
    display: inline-block;
    vertical-align: middle;
    font-size: 11.7px;
    color: #7f7f7f;
    margin-right: 4px;
}

.basic-product .goods_prd_item2 .goods_prd_content .goods_info_list li.price {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #212121;
    font-weight: bold;
}

.basic-product .goods_prd_item2 .goods_prd_content .goods_prd_icon {
    margin-top: 10px;
    line-height: 1;
}


/* 분류페이지 */
.goods_list_category {
	display:none;
}

.goods_list_recom .recmd-prd-wrap {
	padding-bottom:40px;
}

.goods_list_recom .recmd-prd-wrap .relist-pager {
	text-align:center;
}

.goods_list_recom .recmd-prd-wrap .relist-pager {
	padding-top:25px;
}

.goods_list_recom .recmd-prd-wrap .relist-pager span {
	background:#fff;
	border:1px solid #3d3d3d;
}

.goods_list_recom .recmd-prd-wrap .relist-pager span.swiper-pagination-bullet-active{
	background:#3d3d3d;
}


/* 상세페이지 */
.related-prd-wrap {
	padding-bottom:25px;
	margin:0 12px;
}

.related-prd-wrap .relist-pager2 {
	text-align:center;
}

.related-prd-wrap .relist-pager2 span {
	background:#fff;
	border:1px solid #3d3d3d;
}

.related-prd-wrap .relist-pager2 span.swiper-pagination-bullet-active{
	background:#3d3d3d;
}


.related-prd-wrap .goods_prd_item2 .goods_prd_img .img_box .img img{
	border:0;
}

.goods_view .detail_btm_tab_menu_box {
	border-top:1px solid #999;
	height:51px;
}
.goods_view .detail_btm_tab_menu_box .detail_btm_tab_menu ul li.selected {
	border-color:#283c8f;
}

.goods_view .detail_btm_tab_menu_box .detail_btm_tab_menu ul li a span{
	display:inline;
	color:#283c8f;
}

.detail_cart_btn {
	background:#3d3d3d;
	border-color:#3d3d3d;
	color:#fff;
}

.detail_order_btn {
	background:#283c8f;
	border-color:#283c8f;
}


/* 좌측 */
.login_box {
	margin: 0 12px;
}

.login_box .nav_login {
	font-size:0;
	margin:15px 0px 10px;
}

.login_box .nav_login ul li {
	display:inline-block;
}

.login_box .nav_login ul li:nth-child(1) a{
	margin-right:5px;
	border-color:#283c8f;
	background:#283c8f;
	color:#fff;
}

.login_box .nav_login ul li a {
	font-size:14px;
	color:#7f7f7f;
	display:block;
	padding:8px 15px;
	border:1px solid #7f7f7f;
	border-radius:50px;
	text-align:center;
	line-height:1;
}

.login_box .login_txt {
	font-size: 13px;
    color: #666;
    padding: 10px 0;
}

/* 하단 */
#footer{
	margin:0px;
	border-top:1px solid #eee;
}

#footer.footer .ft_menu{
	border-bottom:1px solid #eee;
	font-size:0;
	padding:0 12px;
}

#footer.footer .ft_menu li{
	width: 19%;
    height: 39px;
	display:inline-block;
	text-align:center;
}

#footer.footer .ft_menu li:nth-child(1){
	width:9%;
}

#footer.footer .ft_menu li:nth-child(4){
	width:34%;
}

#footer.footer .ft_menu a{
	font-size: 12px;
	color: #1f1f1f;
	line-height: 39px;
}

#footer.footer .cs_wrap{
	padding:0 6px;
}

#footer.footer .cs_wrap .box_wrap{
	width: 50%;
	float: left;
	font-size: 11px;
	color:#555;
    line-height: 18px;
}

#footer.footer .cs_wrap .box_wrap h3{
	font-size: 12px;
	color: #0a0a0a;
	margin-bottom: 15px;
}

#footer.footer .cs_wrap .box_wrap div{
	text-align: left;
	margin: 28px 6px 15px;
	min-height:141px;
}
#footer.footer .cs_wrap .box_wrap a{
	display:block;
	text-align:center;
	font-size:11px;
	color:#333;
	border:1px solid #333;
	box-sizing:border-box;
	line-height:1;
	padding:12px 0;
	margin:0 6px;
}
#footer.footer .cs_wrap .box_wrap .tel_num{
	font-size: 19px;
    font-weight: 600;
	color:#0a0a0a;
	margin-bottom: 7px;
}

#footer.footer .ft_info_area{
    color: #555555;
    padding: 20px 35px;
	font-size: 11px;
	border-top:1px solid #eee;
	margin-top:25px;
	text-align:center;
}

#footer.footer .ft_info_area .ft_sns {
	padding-bottom:15px;
}

#footer.footer .ft_info_area .ft_sns li{
	display:inline-block;
	padding: 0 7px;
}

#footer.footer .ft_info_area .ft_sns li:nth-child(1) img {
	/* width:14px; */
	height:auto;
}

#footer.footer .ft_info_area .ft_sns li:nth-child(2) img {
	/* width:10px; */
	height:auto;
}

#footer.footer .ft_info_area .ft_sns li:nth-child(3) img {
	width:11px;
	height:auto;
}

#footer.footer .ft_info_area .ft_sns li:nth-child(4) img {
	width:10px;
	height:auto;
}
#footer.footer .ft_info_area .ft_sns li a {display:inline-block;}

#footer.footer .ft_info_area .copyright {
    margin-top: 10px;
}

@media all and (max-width : 356px) {
	#footer.footer .cs_wrap .box_wrap div {
		min-height: 177px;
	}
}