/************************************************************

 Font Awesome

************************************************************/

@import url('font-awesome.min.css');


/************************************************************

 base

************************************************************/
hr{border-bottom: 0px; border-top: 1px solid #eaeaea;}

.f16{font-size: 16px;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.text-danger{color: #e0103c;}
.text-primary{color: #2f73bc !important;}

.table-responsive{
	min-height : .01%;
	overflow-x : auto;
	margin-bottom: 15px;
}
.table-responsive table{
	width: 100%;
}
table.table-bordered tbody th,
table.table-bordered tbody td,
table.table-striped tbody th,
table.table-striped tbody td{
	border-bottom: 1px solid #eaeaea;
}
table.table-hover tbody tr:hover td,
table.table-hover tbody tr:hover th{
	background: #f7f7f7;
}
@media (max-width: 768px){
	.table-responsive{
		margin-bottom: 15px;
		border: 1px solid #eaeaea;
	}
	.table-responsive table{
		margin-bottom: 0px !important;
	}
	.table-responsive table th,
	.table-responsive table td{
		white-space: nowrap;
	}
}

select.form-inline{
	height: 34px;
	padding: 0 5px;
	font-family: "Nanum Gothic" !important;
	vertical-align: middle;
	line-height: 34px;
}
input.form-control{
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 5px;
	vertical-align: middle;
	
}

.ji-search-btn{
	margin: 0px;
	padding: 0px 10px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-align: center;
}
.ji-search-btn i.fa{
	margin: 0 !important;
}

.label-danger{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: #6e97c9;
	color: #fff;
	border-radius: 15px;
}
.label-default{
	font:normal normal normal 14px/1 FontAwesome;
}
.label-default:before{
	content: "\f0a9";
}

.text-muted{
	color: #777;
	font-weight: normal;
	
}

/************************************************************

 shop List

************************************************************/


.jicommerce-list_wrap ul{margin: 0; padding: 0 0 30px 0;}

.jicommerce-list_wrap ul li{
	list-style: none;margin: 0;padding: 0;float: left;width: 33.33%; margin-bottom: 30px;
	-webkit-transition: all 1.00s ease;
	-moz-transition: all 1.00s ease;
	transition: all 1.00s ease;
}
.jicommerce-list_wrap ul.pro-uniq li{
	width: 100% !important;
}

.jicommerce-list_wrap ul li .jicommerce-list_con{
	padding: 15px 15px 20px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	margin: 0px 5px;
	border: 1px solid transparent;
	border-top: 1px solid #efefef;
	border-radius: 4px;
	transition-property : border;
	transition-duration : 1s;
}
.jicommerce-list_wrap ul li .jicommerce-list_con:hover,
.jicommerce-list_wrap ul li .jicommerce-list_con:focus{
	border: 1px solid #2f73bc;
}
.jicommerce-list_wrap ul li .jicommerce-list_con a{
	display: block;
	padding: 0px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 10px;
	text-align: center;
}
.jicommerce-list_wrap ul li .jicommerce-list_con h6{
	margin-bottom: 3px;
}
.jicommerce-list_wrap ul li .jicommerce-list_con h6 a{
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.jicommerce-list_wrap ul li .jicommerce-list_con .desc{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 11px;
}
.jicommerce-list_wrap ul li .jicommerce-list_con p{margin-bottom: 3px;}
.jicommerce-list_wrap ul li .jicommerce-list_con p.sale_place{
	font-size: 14px; text-align: center; color: #2f73bc;
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
	margin-top: 3px;
}
.jicommerce-list_wrap ul li .jicommerce-list_con span.real_place{text-decoration: line-through; color: #777; font-size: 12px;}
.jicommerce-list_wrap .jicommerce-thumnail{width: 100%;}
.jicommerce-list_wrap ul li:hover .jicommerce-thumnail{}
.jicommerce-sort{list-style: none; margin: 5px 0 0 0; padding: 0;}
.jicommerce-sort li{list-style: none; float: left; margin-right: 10px; color: #777;}
.jicommerce-sort li a{color: #999; font-size: 12px;}
.jicommerce-sort li.active a{color: #333; text-decoration: underline;}
.jicommerce-pageing{text-align: center; border-top: 1px solid #eee;}
.jicommerce-pageing a{display: inline-block;}

.jicommerce-list_wrap .shop-icons{
	min-height: 22px;
	display: block;
	text-align: center;
}

@media (max-width: 1200px){
	.jicommerce-list_wrap ul li{width: 33.333%;}
	
}
@media (max-width: 1024px){
	.jicommerce-list_wrap ul li{width: 33.333%;}
	
}
@media (max-width: 768px){
	.jicommerce-list_wrap ul li{width: 50%;}
	
}
@media (max-width: 480px){
	.jicommerce-list_wrap ul li{width: 100%;}
	
}




/************************************************************

 shop View

************************************************************/
.ji-breadcrumbs{
	display: block;
	background: #f2f4f5;
	font-size: 13px;
	padding: 10px 15px;
	color: #555;
	margin-bottom: 30px;
}
.ji-breadcrumbs a{
	color: #555;
}
.jicommerce-product_view{list-style: none; margin: 0 0 30px 0 !important; padding: 0 0 20px 0;}
.jicommerce-product_view .product-title{font-weight: bold;}
.jicommerce-product_view li{float: left; width: 50%; list-style: none; margin: 0;}

.jicommerce-product_view code{margin-top: 5px;}
.jicommerce-product_view dl{overflow: hidden; margin:0 0 5px 0; width: 100%;}

.jicommerce-product_view dl dt,
.jicommerce-product_view dl dd{float: left; padding: 3px 0;}
.jicommerce-product_view dl dt{width: 20%; color: #333;}
.jicommerce-product_view dl dd{width: 80%; color: #333;}
.jicommerce-product_view dl dd .ji_prod_real_price{
	font-weight: bold;
	font-size: 24px;
	color: #2f73bc;
}
.jicommerce-product_view dl dd .ji_prod_price{
	text-decoration: line-through;
	padding-right: 10px;
	color: #999;
}
.jicommerce-product_view dl dd #total_price{
	color: #e0103c;
}

.jicommerce-product_view dl h4{margin: 0;}
.jicommerce-product_view dl.last h4{font-size: 24px; color: #d2322d;}
.jicommerce-product_view dl label{margin-top: 7px;}
.jicommerce-product_view hr{margin: 10px 0;border-left-width: 0px;}

.jicommerce-product_view .ji-prod_opt{
	margin: 15px 0;
}

.jicommerce-product_view table.ji_option{
	width: 100%;
	border: 0;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.jicommerce-product_view table.ji_option td,
.jicommerce-product_view table.ji_option th{
	border: 0;
	padding: 0 0 15px;
}
.jicommerce-product_view table.ji_option td.nobottom{
	width: 20%;
	color: #333;
}
.jicommerce-product_view table.ji_option td{
	width: 80%;
}
.jicommerce-product_view table.ji_option select{
	height: 34px;
	padding: 0 5px;
	width: 100% !important;
	font-family: "Nanum Gothic" !important;
}

.jicommerce-product_view .ji-prod_opt dt{
	padding-top: 12px;
}
.jicommerce-product_view .ji-prod_opt dl.totals{
	border-top: 1px solid #eaeaea;
	margin-top: 8px;
	padding-top: 10px;
}
.jicommerce-product_view .ji-prod_opt dl.totals dt{
	padding-top: 5px;
}
.jicommerce-product_view .ji-prod_opt .quantity{
	border: 3px solid #eaeaea;
	display: inline-block;
	background: #fff;
}
.jicommerce-product_view .quantity input.form-control{
	height: 34px;
	line-height: 34px;
	padding: 0 10px !important;
	border-top: 0px;
	border-bottom: 0px;
	border-radius: 0;
	width: 58px;
	text-align: center;
}
.jicommerce-product_view .quantity a{
	width: 30px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.jicommerce-product_view .quantity a#btn_minus{
	padding-left: 5px;
}
.jicommerce-product_view .quantity a#btn_plus{
	width: 35px;
}

.jicommerce-product_view .ji-short{
	padding: 10px 0;
	font-size: 12px;
}

.jicommerce-product_view .btns{
	padding-top: 10px;
}
.jicommerce-product_view .btns .dt-btn{
	font-family: "Nanum Gothic" !important;
	margin-right: 0px !important;
}
.jicommerce-product_view .btns .dt-btn .fa{
	margin-right: 0px;
}

.jicommerce-product_img{
	border-top: 1px solid #f0f0f0;
	margin-right: 50px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background: #fff;
	margin-bottom: 30px;
}
.jicommerce-product_img .thums-img{
	padding: 10px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.jicommerce-product_img img#display_img{width: 100%; border-radius: 5px; vertical-align: middle;}
.jicommerce-thum_list{
	text-align: center; margin: 0; padding: 10px 0 10px; 
	border-top: 1px solid #eaeaea;
	position: relative;	
}

.jicommerce-thum_list .thum_prev,
.jicommerce-thum_list .thum_next{
	position: absolute;
	top: 10px;
	width: 30px;
	height: 102px;
	line-height: 102px;
	font-size: 40px;
	z-index: 4;
}

.jicommerce-thum_list .thum_prev{
	left: 0px;
}
.jicommerce-thum_list .thum_next{
	right: 0px;
}

.jicommerce-thum_list .jicommerce-thum_block{
	width: 324px;
	height: 102px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.jicommerce-thum_list .jicommerce-thum_block .jicommerce-thum_slid{
	position: absolute;
	width: 100%;
	top: 0px; left: 0px;
	z-index: 3;
}

.jicommerce-thum_list span{
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	float: left;
	margin: 0 3px;
}
.jicommerce-thum_list img{width: 100%; text-align: center; cursor: pointer;}

.jicommerce_tabs{
	margin: 0 0 30px 0 !important;
	padding: 0px;
	list-style: none !important;
	height: 35px;
	border-bottom: 1px solid #eaeaea;
	
}
.jicommerce_tabs li{
	float: left;
	background: #eaeaea;
	height: 35px;
	line-height: 35px;
	padding: 0;
	color: #555;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: 25%;
	text-align: center;
	font-weight: bold;
}
.jicommerce_tabs li:hover,
.jicommerce_tabs li:focus{
	background: #eaeaea;
}

.jicommerce_tabs li a{
	display: block;
	border-left: 1px solid #fff;
	color: #555;
}
.jicommerce_tabs li:first-child a{
	border-left: 0px;
}
.jicommerce_tabs li.active{
	background: #2f73bc;
	border-bottom: 1px solid #2f73bc;
	position: relative;
}
.jicommerce_tabs li.active:after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent;
	border-top-color: #2f73bc;
	bottom: -21px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.jicommerce_tabs li.active a{
	color: #fff;
	font-weight: bold;
}

.product_details{
	padding-bottom: 30px;
}


table.table{
	border-top: 2px solid #222;
}
table.table thead th{
	border-bottom: 1px solid #343434;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
	color: #333;
}
table.table th,
table.table td{
	border-top: 0px;
}
table.table .text-center{
	text-align: center;
}
table.table tbody th,
table.table tbody td{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 13px;
}

.ps-board_search{
	margin-top: 15px;
}

.ji-pagenavi{
	text-align: center;
}
.ji-pagenavi a{
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
.ji-pagenavi a.active{
	background: #2f73bc;
	border-color: #2f73bc;
	color: #fff;
}

@media (max-width: 768px){
	.content ul.jicommerce-product_view{
		margin: 0 0 10px 0; 
	}
	.jicommerce-product_view li{width: 100%;}
	.jicommerce-product_img{
		margin-right: 0px;
	}
	.jicommerce_tabs li{
		width: 25%;
		padding: 0;
		text-align: center;
		margin-right: 0px;
	}
	.jicommerce_tabs li a{
		font-size: 20px;
	}
	.jicommerce_tabs li a span{
		display: none;
	}
	.jicommerce_tabs li.active:after{
		left:0;
	    right:0;
	    margin-left:auto;
	    margin-right:auto;
	}
	
}




.jicommerce-search_list_form{padding: 15px;}
.jicommerce-search_list_form label{width: 100px;}


.jicommerce-product_view_btn{padding-top: 15px;}
.jicommerce-product_view_btn a{display: inline-block; text-align: center; width: 30.3%;}
.jicommerce-table{width: 100%; border: 1px solid #ccc;}
.jicommerce-table th{background: #eaeaea; border-bottom: 2px solid #ddd;}
.jicommerce-table th,
.jicommerce-table td{padding: 5px 10px; border-left: 1px solid #ddd;}
.jicommerce-table td{border-bottom: 1px solid #ddd; vertical-align: top;}
.jicommerce-table_left{width: 100%; border: 1px solid #ddd;}
.jicommerce-table_left th{background: #f9f9f9; border-right: 1px solid #ddd; width: 20%; border-left: 1px solid #ddd;}
.jicommerce-table_left th:first-child{
	border-left: 0px;
	color: #333 !important;
}
.jicommerce-table_left th,
.jicommerce-table_left td{padding: 10px; border-bottom: 1px solid #ddd; vertical-align: middle;}
.jicommerce-table th:first-child,
.jicommerce-table td:first-child{ border-left: 0px solid #ddd;}
.jicommerce-cart_all{
	background: #fafafa;
	text-align: right;
	padding: 15px;
	border: 1px solid #eaeaea;
}

.jicommerce-cart_all .total_product_price{
	font-weight: bold;
	color: #2f73bc;
}
.jicommerce-cart_all .total_order_price{
	font-weight: bold;
	color: #e0103c;
}

.jicommerce-cart_btn_area{text-align: center; padding-top: 25px; margin-top: 25px; margin-bottom: 30px;}
.jicommerce-cart_btn_area a{display: inline-block; margin: 0px 15px;cursor: pointer;}
.jicommerce-cart_step{padding: 0 0 15px 0; margin: 0 0 25px 0 !important; list-style: none; background: #fafafa; padding-top: 15px; border-radius: 5px; border: 1px solid #eaeaea; border-bottom-width: 2px;}
.jicommerce-cart_step li{float: left; width: 25%; text-align: center; list-style: none; margin: 0; color: #aaa; font-size: 14px;}
.jicommerce-cart_step li span{display: block; border-left: 1px dotted #ddd;}
.jicommerce-cart_step li span.active{color: #333; font-weight: 700;}
.jicommerce-cart_step li:first-child span{border: 0px;}
.jicommerce-no_member_login{width: 500px; margin: 15px auto 0; border: 1px solid #ddd; padding: 10px 30px 20px 30px;}
@media (max-width: 768px){
	.jicommerce-no_member_login{
		width: 80%;
		margin: 0 auto;
	}
}
.jicommerce-no_member_login h3{border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.jicommerce-no_member_login ul{list-style: none; margin: 0; padding: 15px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.jicommerce-no_member_login ul label{display: inline-block; *display: inline; zoom: 1; width: 100px;}

.jicommerce-cart_product_list{overflow: hidden; margin: 0;}
.jicommerce-cart_product_list dt,
.jicommerce-cart_product_list dd{float: left;}
.jicommerce-cart_product_list dt{width: 20%;}
.jicommerce-cart_product_list dd{width: 80%;}

.jicommerce-cart_product_list dt img{width: 90%; height: auto; border: 1px solid #eaeaea;}
.jicommerce-cart_product_list dd a{font-size: 14px; padding-top: 10px; display: block;}
.jicommerce-cart_product_list dd p{font-size: 12px; color: #777;}

.jicommerce-list_top{margin-bottom: 15px;}
.jicommerce-list_top .jicommerce-total_product{float: left; text-transform: uppercase;}
.jicommerce-list_top .jicommerce-total_product span{color: #d9534f;}
.jicommerce-list_top .jicommerce-sort{float: right;}

#jicommerce-popup_wrap{width: 640px; margin: 0 auto; font-size:12px;}
#jicommerce-popup_wrap.jicommerce-coupon-wrap{width: 580px;}
#jicommerce-popup_wrap .f11{font-size: 12px; color: #777;}

#jicommerce-popup_wrap table.table{
width: 100%; font-size: 12px; border: 1px solid #ddd;
border-spacing: 0px;
border-collapse: separate;
}
#jicommerce-popup_wrap table.table th,
#jicommerce-popup_wrap table.table td{padding: 7px 10px; border-bottom: 1px solid #ddd;}
#jicommerce-popup_wrap table.table th{width: 20%; background: #eaeaea; border-right: 1px solid #ddd;}
#jicommerce-popup_wrap table.table td{width: 30%;}

#jicommerce-popup_wrap table.table2 td{width: 80%;}
#jicommerce-popup_wrap table.table3 thead th{border-bottom-width: 2px;}
#jicommerce-popup_wrap table.table3 tbody td{border-left: 1px solid #ddd; vertical-align: top;}
#jicommerce-popup_wrap table.table3 tbody td:first-child{border-left: 0px;}

#jicommerce-popup_wrap .receipt_info_box{padding: 15px 0;}

#jicommerce-popup_wrap .btn_area{text-align: center; margin-top: 15px;}
#jicommerce-popup_wrap .btn_area a{
display: inline-block;
*display: inline;
zoom: 1;
background: #fff;
border: 1px solid #ccc; height: 30px; line-height: 30px; padding: 0 15px;
color: #333;
text-decoration: none;
}
#jicommerce-popup_wrap .btn_area a.btn-danger{
background: #d2322d;
border-color: #ac2925;
color: #fff;
}

.jicommerce-post-title{margin: 0; padding: 10px 0; font-size: 18px;}

.jicommerce-post-tab{list-style: none; margin: 0; padding: 0; height: 40px;border-bottom: 1px solid #ddd; padding-left: 15px;}
.jicommerce-post-tab li{float: left; height: 40px;}
.jicommerce-post-tab li a{display: block; height: 40px;line-height: 45px; padding: 0px 20px; color: #777; text-decoration: none; font-size: 12px;}
.jicommerce-post-tab li a.active{
border: 1px solid #ddd;
border-bottom: 0px;
background: #fff;
font-weight: bold;
color: #333;

}

.jicommerce-post-search input[type="text"]{
padding: 5px;
margin: 0 5px;
}
.jicommerce-post-search input[type="submit"]{
background: #d2322d;
color: #fff;
border: 1px solid #d2322d;
padding: 5px 15px;
}

.jicommerce-post-search .noti{
text-align: center;
font-size: 12px; color: #777;
}
.jicommerce-post-search .gray_block{
width: 80%; border: 1px solid #ddd; margin: 0 auto;
padding: 5%;
background: #fafafa;
text-align: center;
font-size: 12px;
}

.jicommerce-post-search .zipcode_result{
color: #333;
font-size: 14px;
}
.jicommerce-post-search .zipcode_result a{font-weight: bold; color: #333; text-decoration: none;}
.jicommerce-post-search .zipcode_result a:hover{text-decoration: underline; color: #d2322d;}

.jicommerce-post-search .area-select{ font-size: 12px;}



.clearfix{zoom:1;}
.clearfix:after{
content: "";
display: block;
clear: both;
}

.order_finish_ment{
	border:5px solid #eaeaea; margin-bottom: 30px; background: #fafafa;
	padding: 20px; text-align: center;
	color: #555;
	font-weight: 700; font-size: 18px;
}

.nobottom {
	  border:none;
}

input.jicommerce_searchbox{
	width: 140px !important;
	margin-right: 5px;
}

dl.nomem-search{width: 100%; margin-bottom: 10px;}
dl.nomem-search input{width: 100%;}
dl.nomem-search dt,
dl.nomem-search dd{
	float: left;
}
dl.nomem-search dt{
	width: 30%;
	padding-top: 5px;
}
dl.nomem-search dd{
	width: 70%;
}


.ji-board-write{
	padding: 10px 0;
	margin-top: 15px;
}
.ji-write_form{
	padding: 15px;
	border:1px solid #eaeaea;
	background: #fafafa;
}
.ji-write_form .mce-stack-layout{
	background: #f5f5f5;
	border-top:1px solid #dedede;
}
.ji-write_form .mce-toolbar{
	background: none;
}
.ji-write_form .mce-edit-area{
	
	border:1px solid #dedede;
	border-top:0px solid #dedede;
}


