/*바이앤드*/

/**sub css**/
.sub_top{
	margin-top:60px;	
}
.sub_top h3{
	font-size:24px;
	margin-bottom:15px;
}




/**서브 타이틀**/
.main_title{
	text-align: center;
    padding: 100px 0 40px;
}
.main_title .sub_title{
	font-family:'noto-b';
	font-size:38px;
	color:#abcd05;
}
.sub_contents{
	padding-top:30px;
	padding-bottom:80px;
}
.sub_contents .intro_txt h5{
	font-size: 30px;
    font-family: 'noto-b';
	margin-bottom: 25px;
}
.sub_contents .intro_txt h5 span{
	color: #abcd05;
}
.sub_contents .intro_txt p.desc{
	font-size: 16px;
    line-height: 24px;
    font-family: 'noto-r';
}
.sub_contents .intro_txt p.desc span{
	font-size: 18px;
    line-height: 24px;
    font-family: 'noto-b';
	color:#fff;
	background:#abcd05;
	padding: 7px 10px;
    display: inline-block;
}

/*상품페이지카테고리*/
.product_category{
	text-align:center;
}
.product_category li{
	display:inline-block;
	height:70px;
	line-height:70px;
	margin-right:30px;
	cursor:pointer;
	color:#777;
}
.product_category li.on{
	font-weight:bold;
	color:#333;
}


/**창업문의**/
.consult_title{
	font-family:'noto-m';
	font-size:20px;
}
.consult_agree_box{
	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:16px;
	margin-bottom:15px;
	margin-top:20px;
	overflow-y:auto;
	height:200px;
}
.consult_agree_box h5{
	font-size:16px;
	font-family:'noto-m';
	margin-bottom:15px;
}
.consult_agree_box p{
	font-size:14px;
	line-height:24px;
	font-family:'noto-r';
	margin-bottom:15px;
}
.agree_chk_area{
	margin-top:15px;
}
.agree_chk_area input[type="checkbox"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: -9px;
    background: url(/images/btn/check_off_new.jpg) left top no-repeat;
    cursor: pointer;
}
.agree_chk_area input[type="checkbox"]:checked+label span {
    background: url(/images/btn/check_on_new.jpg) left top no-repeat;
}
.consult_table-form{
	border-top:2px solid #333;
	margin-top:68px;
}
.consult_table-form th{
	padding:10px;
	text-align:left;
	font-size:16px;
	border-bottom:1px solid #e8e8e8;
	font-family: 'noto-m';
}
.consult_table-form td{
	padding:10px;
	text-align:left;
	font-size:16px;
	border-bottom:1px solid #e8e8e8;
	font-family: 'noto-r';
}
.consult_table-form td input{
	height:50px;
	border:1px solid #e8e8e8;
	background:#fff;
	padding-left:10px;
	width:400px;
	box-sizing:border-box;
}
.consult_table-form textarea{
	border:1px solid #e8e8e8;
	background:#fff;
	padding:10px;
	font-family:'noto-r';
	font-size:15px;
	line-height:25px;
	box-sizing:border-box;
	resize:none;
	width:100%;
	height:180px;
}
.submit_button{
	padding-top:50px;
	text-align:center;
}
.submit_button input[type="button"] {
	background:#fff;
	width:250px;
	height:55px;
	line-height:55px;
	font-size:16px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.submit_button:hover input[type="button"]{
	background:#333;
	color:#fff;
}
.guide_text{
	text-align:center;
	margin-bottom: 50px;
}
.guide_text p{
	font-size: 20px;
    line-height: 30px;
    font-family: 'noto-r';
}
.guide_text span{
	font-size: 23px;
    line-height: 35px;
    position: relative;
    font-family: 'noto-m';
	color:#fff;
}
.guide_text span:after{
	position:absolute;
	bottom:0;
	left:0;
	background:#abcd05;
	width:100%;
	height:30px;
	content:'';
	z-index:-1;
}
.board_list table{
    width: 100%;
    table-layout: fixed;
}
.board_list thead th {
    border-top: 1px solid #1c2640;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 50px;
    padding: 4px 10px;
    font-size: 16px;
    background: #f7f7f7;
    font-family: noto-m;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-family:'noto-m';
}
.board_list tbody td {
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    word-break: keep-all;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	font-family:'noto-r';
}

/**매장소개**/
.shop_info{
	border-bottom: 1px solid #e8e8e8;
    padding-bottom: 50px;
}
.shop_info table{
	width:100%;
}
.shop_info table tr.info_tr td{
	border-top:2px solid #333;
}
.shop_info table td{
	padding:20px 16px;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	font-size:15px;
	line-height: 22px;
	color:#222;
	font-weight:normal;
	word-break: break-all;
    text-align: justify;
	width:800px;
}
.shop_info table td:nth-child(1){
	border-left:1px solid #e8e8e8;
}
.shop_info table td:nth-child(2n-1){
	background:#f4f5f5;
	width:250px;
	color:#676767;
	text-align:center;
	font-weight:bold;
}
.shop_info_detail{
	padding: 0 20px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.shop_info .shop_img{
	width:100%;
	text-align:center;
	margin:50px auto;
}
.shop_info .shop_text{
	font-size: 16px;
    line-height: 25px;
    text-align: center;
}
/**목록으로 가는 버튼**/
.backtobtn{
	padding:30px 0;
	text-align:right;
}
.backtobtn .btn_back{
	width: 150px;
    line-height: 40px;
    text-align: center;
    background-color: #abcd05;
    border: 1px solid #abcd05;
    color: #fff;
    margin-left: 2px;
    font-size: 13px;
	cursor:pointer;
}

/** 상품 상세 영역(goods_view) **/
/**/
.main_new_item{
	position: relative;
    float: left;
    width: 25%;
    height: auto;
    padding:0 5px;
	margin-bottom:15px;
    box-sizing: border-box;
}
.main_new_item.best_seller{
	height:388px;
}
.main_new_item  a{
	display:block;
	border:1px solid #e8e8e8;
	background: #fff;
	padding:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.main_new_figure {
	position:relative;
	height:202px;
	background:#fbfbfb;
	border-radius:5px;
	overflow:hidden;
}
.main_new_figure img {
	max-width:120%;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.main_new_item_content {
    padding: 10px 0;
	min-height:130px;
}
.main_new_item_name {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #111;
	margin-bottom: 4px;
	padding-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
	-webkit-box-orient: vertical;
}
.main_new_item_contry {
	height:20px;
}
.main_new_item_contry:after{
	display:block;
	clear:both;
	content:"";
}
.main_new_item_contry img {
	float:left;
	width:35px;
	height:20px;
}
.main_new_item_sale {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
	line-height: 22px;
	color: #d7000f;
}
.main_new_item_price {
	display: inline-block;
	margin:0 5px;
}
.ico_sale_txt2 {
	font-size: 20px;
	color: #ff9100;
	margin-top:5px;
	font-weight:bold;
}
.origin_price{
	color:#aaa;
	font-size:13px;
	text-decoration: line-through;
	display:inline-block;
}
p.main_new_item_tx {
	color:#808080;
    padding-top: 6px;
	padding-bottom:20px;
    font-size: 14px;
    line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.related_product .tab_container img{
	width:100%;
}

/**/
.goods_view_top{
	width:100%;
	padding:20px 0;
}
.goods_view_top:after {
    content: "";
    display: block;
    clear: both;
}
.goods_view_figure {
	position:relative;
	float:left;
	width:580px;
	height:580px;
	border:1px solid #ccc;
	box-sizing:border-box;
	overflow:hidden;
}
.goods_view_figure img {
	width:100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.goods_view_form {
	width:650px;
	float:left;
	margin-left:50px;
}
.goods_view_form h2 {
	font-size:20px;
	line-height:20px;
	color:#0d2228;
	margin:10px 0;
}
.goods_view_form p {
	font-size:14px;
	line-height:18px;
	color:#4c4c4c;
	margin-bottom:45px;
}
.goods_view_form_list {
	width:100%;
	margin-bottom:60px;
}
.goods_view_form_list table {
	width:100%;
	font-size:14px;
}
.goods_view_form_list tr {
	height:50px;
}
.goods_view_form_list th {
	text-align:left;
	padding-left:10px;
}
.goods_view_form_list td {
	text-align:left;
}
.table_list_border th,
.table_list_border td {
	border-bottom:1px solid #f6f6f6;
}
.amount:after {
	content:"";
	display:block;
	clear:both;
}
.op_price {
    float: left;
    width: 80px;
    margin: 5px 0;
}
.amount_cancle {
	float: left;
    width: 24px;
    height: 24px;
    background: #393939;
    box-sizing: border-box;
    padding: 2px;
}
.goods_view_total_price {
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:bold;
	margin-bottom:20px;
	text-align:right;
}
.goods_view_total_price span{
	color:#abcd05;
}
.goods_price {
	font-size:18px;
	line-height:18px;
}
.goods_view_form_button {
	width:100%;
}
span.h2_span {
    width: 20px;
    height: 5px;
    background: #000;
    display: block;
    margin-bottom: 8px;
}
select.list_select {
    width: 200px;
    height: 24px;
    color: #abaaaa;
    border-radius: 3px;
    padding-left: 10px;
}
.amount_plus,
.amount_count,
.amount_minus {
	float:left;
	font-size:13px;
}
.amount_plus,
.amount_minus {
	width:24px;
	height:24px;
	background:#dfdfe1;
	text-align:center;
	padding-top:5px;
	box-sizing:border-box;
	cursor: pointer;
}
.amount_count {
	width:40px;
	height:24px;
	text-align:center;
	padding-top:5px;
	box-sizing:border-box;
	border:1px solid #dfdfe1;
}


/**제품상세 구매버튼**/
.goods_button_cart {
	width:280px;
	height:50px;
	border:none;
	background-color:#abcd05;
	background-image: url(/images/icon/goods_button_cart_icon.png);
	background-repeat:no-repeat;
	background-size:25px;
	background-position:center left 80px;
	box-sizing:border-box;
	color:#fff;
	font-size:15px;
	cursor: pointer;
	text-align:left;
	padding-left:115px;
	margin-bottom:20px;
}
.goods_button_heart,
.goods_button_buy {
	width:140px;
	height:50px;
	border:1px solid #abcd05;
	background:#fff;
	box-sizing:border-box;
	color:#abcd05;
	font-size:15px;
	cursor: pointer;
}
.related_product_slide{
	padding-top:23px;
}
.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 47px;
    border-bottom: 1px solid #BFBFBF;
    border-left: 1px solid #bfbfbf;
    width: 100%;
	margin-bottom: 70px;
}
.goods_view_tab_on {
	height:47px!important;
}

ul.tabs li {
    width: 174px;
    float: left;
    margin: 0;
    padding: 0;
    height: 46px;
    line-height: 31px;
    border: 1px solid #bfbfbf;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #dfdfe1;
	border-bottom: none;
}
ul.tabs li a {
	text-decoration: none;
    color: #333;
    display: block;
    font-size: 12px;
    /* padding: 0 20px; */
    /* border: 1px solid #fff; */
    outline: none;
    /* margin: -1px; */
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 47px
}

.tabs .on{
	background-color:#fff;
}
ul:after{
	content:""; 
	display:block;
	clear:both;
}
ul.tabs li a:hover {
	background: #fff;
	transition:all 0.5s;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	margin-bottom:120px;
}
.tab_content2 {
	margin-bottom:70px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {}
.product_info on {
    background-color: #fff;
    height: 47px;
}
.review_title {
    font-size: 15px;
    font-weight: 600;
    color: #4d4b4c;
}
.title_text {
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 17px 0;
    position: relative;
    color: #999393;
}
.revie_table{
	border: 2px solid #333;
    border-right: 0;
    border-left: 0;
}
.revie_table thead tr{
	height: 64px;
    line-height: 64px;
    color:#535353;
    font-weight:bold;
}
.revie_table tbody td{
	border-bottom: 1px solid #ddd;
}
.revie_table th {
    border-bottom: 1px solid #ddd;
}
.revie_table tr {
	font-size: 12px;
    height: 64px;
    text-align: center;
}
.re_title{
	text-align: left;
}
.solt{
	position: absolute;
    top: 0;
    right: 0;
}
.solt select{
	color: #4c4c4c;
	max-width: 100%;
	height: 37px;
	width: 93px;
	padding: 8px 12px;
}
.review_write {
	text-align:right;
	margin:30px 0;
}
.review_write button{
	width:130px;
	height:32px;
	background:#abcd05;
	border:1px solid #abcd05;
	box-sizing:border-box;
	color:#fff;
	font-size:13px;
	line-height:13px;
	cursor:pointer;
}
.review_write a {
    line-height: 30px;
    width: 130px;
    text-align: center;
    background-color: #e90010;
    color: #fff;
    padding: 10px 30px;
}
.review_write a:last-child{
	margin-left:3px;
}
.container_warp{
	font-size:13px
}
#main_visual {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 48px;
}
#main_visual>.bx-wrapper {
	max-width:1050px!important;
}
.bx-pager.bx-default-pager {
    display: none;
}
#main_visual p {
    padding: 14px 12px 0px;
    font-size: 13px;
    font-weight: 600;
    color: #4d4c4a;
}
#main_visual p span{
	font-size: 13px;
    color: #4d4c4a;
    padding: 9px 0 23px;
    display: block;	
}
#main_visual li{
	border: 1px solid #dddddf;
    width: 201px;
    height: 300px;
	box-sizing:border-box;
}
.vphoto {
	width:100%;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
}
.vphoto img {
	width:100%;
}



/** 상품문의하기 영역**/
.wrtyepage_wrap {
	width:1050px;
	margin:0 auto;
}
.qna_tt {
	padding:38px 0 12px;
}
.qna_tt:after {
	content:"";
	display:block;
	clear:both;
}
.qna_tt h3 {
	float:left;
	font-size:16px;
	line-height:20px;
	color:#333;
	letter-spacing:-0.6px;
	margin-right:10px;
}
.qna_tt p {
	float:left;
	font-size:12px;
	line-height:20px;
	color:#939393;
	letter-spacing:-0.6px;
	margin-top:1px;
}



/*신상품,베스트,세일장 보기 영역*/
.inner_lnb {
	width:100%;
}
.inner_lnb .tit {
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	color:#333333;
	margin:50px 0 23px;
}
.product_detail_select:after {
	content:"";
	display:block;
	clear:both;
}
.product_detail_select {
	width:100%;
}
.left_all_view {
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:12px;
	color:#333;
	text-align:center;
	min-width:68px;
	padding-bottom:6px;
	border:none;
	border-bottom:1px solid #333;
}
.right_menu {
	float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #666666;
    text-align: right;
    border: none;
}
.right_menu:after {
	content:"";
	display:inline-block;
	width:9px;
	height:6px;
	margin-left:4px;
	background:url(/images/icon/icon_right_menu_off.png) no-repeat 50% 50%;
	background-size:11px 6px;
	vertical-align:1px;
}
/* 오른쪽 리스트 서브메뉴*/
.right_menu_list {
	display:none;
	width:92px;
	height:162px;
	border:1px solid #eee;
	background:#ffffff;
	box-sizing:border-box;
	margin-top:5px;
}
.right_menu_list li {
	width:90px;
	height:40px;
	font-size:12px;
	line-height:12px;
	padding-top:14px;
	padding-right:10px;
	box-sizing:border-box;

}
.right_menu_list li:hover {
	display:block;
	background:#dfdfe1;
	color:#e90010;
	transition:all 0.5s;
}


/* 리스트서브 종료 */
.list_goods {
	width:100%;
	margin-top:30px;
	min-height:290px;
}
.list {
	width:100%;
}

/*.item {
	float:left;
	width:340px;
	height:412px;
	margin-right:15px;
	margin-bottom:95px;
	box-sizing:border-box;
	position:relative;
	cursor:pointer;
}
.item:nth-child(3n) {
	margin-right:0;
}*/
/**수정후**/
.item{
	float:left;
	width:33.33%;
	padding: 0 5px;
    margin-bottom: 15px;
    box-sizing: border-box;
	position:relative;
}
.item .inner{
	border: 1px solid #e8e8e8;
    background: #fff;
	padding: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-align: center;
}

/****/
.thumb {
	width:100%;
	height:202px;
	border:1px solid #fbfbfb;
	box-sizing:border-box;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
.best .thumb{
	height:270px;
}
.thumb img {
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.info {
	width:100%;
	/*height:100px;*/
}
.item_name {
	display: inline-block;
	width: 100%;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	color:#070707;
	margin:20px 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */
	white-space: normal;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2; /*줄수를 설정하는 곳*/
	-webkit-box-orient: vertical;
}
.item_unit_price {
	font-size: 17px;
    line-height: 18px;
    color: #a5a5a5;
    margin-bottom: 10px;
	text-decoration: line-through;
}
.item_price {
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}
.item_price .pre_sale_price_span{
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
	color:#808080;
}
.item_kg {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	color:#4c4c4c;
}
.wish_del{
	width: 100%;
    height: 38px;
    background: #fff;
    border: 1px solid #ddd;
	border-radius:5px;
    box-sizing: border-box;
    color: #808080;
    font-size: 14px;
	cursor:pointer;
}
.bg_white{
	width:100%;
	height:100%x;
	background:rgba(255,255,255,0.3);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
/**
.ico_sale{
	width:66px;
	height:58px;
	position:absolute;
	top:-1px;
	left:8px;
	z-index:1;
	opacity:0.9;
}
.ico_sale img{
	width:64px;
	height:56px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}**/
.ico_sale{
	width:66px;
	height:58px;
	position:absolute;
	top:-1px;
	left:8px;
	z-index:1;
	opacity:0.9;
}
.ico_sale_img {
	width:64px;
	height:56px;
}
.ico_sale_img img {
	width:100%;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.ico_sale_txt {
	position: absolute;
    top: 33px;
    width: 61px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-style: oblique;
    color: #ffffff;
}
.ico_chart{
	width:45px;
	height:45px;
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:1;
	opacity:0.9;
}
.ico_chart img{
	width:45px;
	height:45px;
}
.list>li:hover .bg_white{
	display:block;
	opacity:1;
}
.ico_sale:hover{
	opacity:0.76;
}
/*
#header_wrap {
	padding-bottom:49px!important;
}
#content_wrap {
	margin-top:-49px!important;
}
*/


/*리뷰,문의*/
.review_btns {
	float:right;
}
.review_btns:after {
	content:"";
	display:block;
	clear:both;
}
.review .delete{
	float: right;
    width: 40px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #e90010;
    padding: 10px 15px;
    color: #e90010;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.review .view_pw_inputbox{
	display: none;
    float: left;
    width: 110px;
    height: 10px;
    line-height: 11px;
    font-size: 11px;
    padding: 10px 15px;
    text-align: center;
    /* margin-left: 19px; */
    margin-bottom: 19px;
}
.review .view_pw_btn{
	display: none;
    float: left;
    width: 40px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    background: #fff;
    padding: 10px 15px;
    color: #555;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 18px;
    cursor: pointer;
    border: 1px solid #999;
    border-left: none;
}
.review .view_pw_cancel_btn{
	display: none;
    float: left;
    width: 40px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    background: #555;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 18px;
    cursor: pointer;
    border: 1px solid #555;
    border-left: none;
}

.review .list_pw_inputbox{
	display: none;
    float: left;
    width: 110px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    text-align: center;
    margin-left: 19px;
    padding: 5px 15px;
}
.review .list_pw_btn{
	display: none;
    float: left;
    width: 40px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    background: #fff;
    color: #555;
    text-align: center;
    cursor: pointer;
    border: 1px solid #999;
    border-left: none;
    padding: 6px 10px;
}
.review .list_pw_cancel_btn{
	display: none;
    float: left;
    width: 40px;
    height: 11px;
    line-height: 11px;
    font-size: 11px;
    background: #555;
    color: #fff;
    text-align: center;
    /* margin-left: 8px; */
    cursor: pointer;
    border: 1px solid #555;
    border-left: none;
    padding: 6px 10px;
}

/*리뷰,문의 테이블*/
/*
.rList{width: 1180px;}
.rList>table{width: 100%; border-spacing: 0; border-collapse: collapse; background: #fff; border-top: 0; margin-bottom: 15px; border-bottom:1px solid #999;}
.rList>table>thead{border-bottom:1px solid #999;}
.rList>table>tbody>tr{text-align: center; height: 30px; font-size: 12px; border-bottom: 1px solid #ddd;}
.rList>table>tbody>tr>.subject{text-align: left; padding-left: 15px;line-height:22px;}
.rList>table>tbody>tr>.subject>a>.review_view_txt_gray{color:gray;}

.rList>table>tbody .view{ text-align: left; padding: 20px 20px 0 20px; width:100%; display:table; margin-top:0;}
.rList>table>tbody .view>.vphoto{margin: 20px;}
.rList>table>tbody .view>.vphoto>img{ display:block; max-width: 100%;}
*/
.boardComment{margin: 0 20px 20px 20px; text-align: left;}
.boardComment p{font-size: 12px; font-weight: bold; color: #444; border-top: 1px solid #ccc; }
.boardComment p span{font-size: 11px; color: #777;}
.boardComment li .comment{padding: 20px; color: #222;}
/*
.rBtns{text-align: right; margin-bottom: 20px;}
.rBtns a{display:inline-block; padding: 0 20px; text-align: center; border: 1px solid #999; letter-spacing: 1px;}
.rBtns a:hover{border: 1px solid #222;}

.rPager_wrap{position: relative; margin-bottom: 130px;}
.rPager{position: absolute; top: 0 ; left:50%; transform: translateX(-50%);}
.rPager>ul:after{content: "";display: block; clear: both;}
.rPager>ul li{float: left; padding: 0 11px;}
.rPager>ul li a{font-size: 12px; line-height: 1em;}

/*write page*/
.writePage{
	width: 1050px;
	margin: 0 auto;
	}
.QandA{margin-bottom:20px;}
.QandA ul li a{display: block; font-size: 12px; font-weight: bold; color: #222; line-height: 14px;}

.viewBox{
	width: 1050px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 17px 20px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.viewBox ul:after{
	content:"";
	display: block; 
	clear: both;
}
.viewBox li{
	width: 320px;
}
.viewBox li img{
	width: 105px; 
	height: 140px; 
	border: 1px solid #ddd; 
	float: left; 
	display: block;
	margin-right: 30px;
}
.viewBox .viewText{
	width: 170px; 
	font-size: 14px; 
	font-weight: bold; 
	color: #444; 
	float: left; 
	margin-top: 10px;
}
.viewBox .viewText>.money{
	color: #abcd05;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.viewBox .viewMore {
	font-size:12px;
	display: block;
	width: 105px;
	height: 25px;
	background:#abcd05;
	float: left;
	text-align: center;
	padding: 7px 5px;
	border-radius: 3px;
	color: #fff;
	letter-spacing: -0.6px;
	box-sizing:border-box;
 }
.viewBox .viewMore>span{
	padding: 0 5px;
}
.writebox{
	width: 1050px;
	text-align: left;
	border-top:2px solid #333;
}
.writebox table{
	border-spacing: 0;
	border-collapse: collapse;
	width: 1050px;
	margin-bottom: 20px;
	box-sizing:border-box;
	}
.writebox tr{
	width:100%;
	height: 50px;
	border-bottom: 1px solid #ddd;
	font-size:14px;
	color:#444;
	box-sizing:border-box;
	padding-left:10px;
}
.writebox th {
	padding-left:10px;
}
.writebox td {
	padding:20px 0;
}
.writebox .tr1{
	border-top:1px solid #ddd;
}
.writebox tr th{ text-align:left;}
.writebox input{
	display: block;
	width: 400px;
	height: 30px;
	border:1px solid #bbb;
	box-sizing:border-box;
	padding:0 10px;
	}
.writebox .tr3 input{height: 30px;}
.writebox textarea{
	display: table;
	width: 900px;
	height: 300px;
	padding:10px;
	font-size:13px;
	line-height:18px;
	border: 1px solid #bbb;
}
.writePage>.BTN{
	width: 1050px; 
	margin-bottom: 50px;
}
.writePage>.BTN:after{
	content: "";
	display: block; 
	clear: both;
}
.writePage>.BTN a{
	width:150px;
	height: 40px;
	box-sizing:border-box;
	background:#ffffff;
	border:1px solid #abcd05;
	display: block;
	text-align: center;
	color: #abcd05;
	padding: 12px 20px;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.writePage>.BTN>.leftBtn{
	float: left;
}
.writePage>.BTN>.rightBtn{
	float: right;
}
.writePage>.BTN>.rightBtn:after{
	content: "";
	display: block; 
	clear: both;
}
.writePage>.BTN>.rightBtn>.OK{
	float: left;
	margin-right: 5px;
	background: #abcd05;
	color: #fff;
	cursor:pointer;
	font-weight:bold;
}
.writePage>.BTN>.rightBtn>.CANCEL{
	float: left;
	cursor:pointer;
}

/*리뷰검색영역*/
.searchArea{
	margin:0 auto; 
	width:250px;
}
.searchArea form{
	position:relative; 
	width:250px;
}
.searchArea input{
	height:20px; 
	width:250px;
}
.searchArea button{
	position:absolute; 
	top:0; 
	right:0; 
	background:rgba(0,0,0,0); 
	border:0; 
	border-left:1px solid #999; 
	font-size:12px; 
	line-height:12px; 
	padding:6px 2px;
}