/*
	Web-planet Solution (Shop style)
	v1.0.0 | 2019-11-21
	Publisher
*/

#wp_shop .wp_container {    max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;}

#wp_header_title {display: none;}

/* font S */

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

/* font E */

#wp_shop .wp_Cont {padding: 0;}
#wp_shop input[type="number"], #wp_shop button, #wp_shop select {border-radius:0;-webkit-appearance:none;}
#wp_shop select {
    background: url('/_wp/app/shop/skin/basic_4_3/img/wp_select_arrow.png') no-repeat 97% 50%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#wp_shop select::-ms-expand {
    display: none;
}


/* shop input number */
#wp_shop input[type="number"]::-webkit-outer-spin-button,
#wp_shop input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* 2019-11-19
	input 리셋 셀렉 화살표 구현
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
 */
#wp_shop #wp_header_title {display: none;}

#wp_shop .wp_fz12 {font-size: 12px;}
#wp_shop .wp_fz13 {font-size: 13px;}
#wp_shop .wp_fz14 {font-size: 14px;}
#wp_shop .wp_fz15 {font-size: 15px;}

#wp_shop .wp_fw400 {font-weight: 400;}
#wp_shop .wp_fw500 {font-weight: 500;}
#wp_shop .wp_fw600 {font-weight: 600;}

#wp_shop .ea_wrap {width: 108px;margin: 0 auto;display: block;}
#wp_shop .ea_wrap_view {width: 170px;margin-top: 15px; margin-right: 0;display: block;}
#wp_shop .ea_wrap .wp_num_close_btn {}
#wp_shop .ea_wrap button {
	position: relative;
	width: 36px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-radius: 0;
	background: #fff;
	font-size: 20px;
	font-weight: 400;
	color: #a0a0a0;
	cursor: pointer;
	text-decoration: none;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	padding: 0;
	margin: 0;
}
#wp_shop .ea_wrap input {
	width: 35px;
	height: 36px;
	border: 1px solid #d4d4d4;
	border-width: 1px 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
	border-radius: 0;
}
#wp_shop .ea_wrap .wp_num_close_btn {background: #000;color: #fff;border: 1px solid #000;line-height: 20px;margin-left: 15px;}

.wp_mg0 {padding: 0;}
.wp_pd0 {padding: 0;}

.wp_mgt15 {margin-top: 15px;}
.wp_mgb15 {margin-bottom: 15px;}
.wp_pdt15 {padding-top: 15px;}
.wp_pdb15 {padding-bottom: 15px;}

@media (max-width: 768px){
	#wp_shop .prd_choice .ea_wrap {margin-right: 0;display: block;width: 100%;}
	#wp_shop .ea_wrap button {width: 30px !important;height: 30px;line-height: 20px;padding: 0;}
	#wp_shop .ea_wrap input {width: 30px !important;height: 30px;line-height: 20px;}
}


/* pre reset */
.wp_container pre {
	padding: 0;
	margin-top : 0;
	margin-bottom : 0;
}
.wp_container pre.ellipsis {height: auto;}
.wp_container pre,.wp_container pre.ellipsis {
  display: block;
  font-family: inherit;
  white-space: pre-wrap;
  font-size: inherit;
  line-height:inherit;
  color: inherit;
  word-break: break-all;
  word-wrap: break-word;
  background: none;
  border: none;
  border-radius: 0px;
}
.wp_qna_reply_on pre.ellipsis, .reply_view pre.ellipsis { white-space: pre-wrap !important;}

.wp_container pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  display: block;
  font-family: inherit;
}



/* shop_list */

	#wp_shop .wp_container {max-width: 1200px;}
	#wp_shop .wp_container .wp_shop {overflow:hidden;margin-top:15px; padding: 0px;}

	#wp_shop .wp_cate_select_wrap {margin: 0;padding: 0;margin-top: 15px;text-align: right;width: 100%;}
	#wp_shop .wp_cate_select_wrap select, #wp_shop .wp_cate_select_wrap select option {width: 100%;max-width: 150px;padding: 3px 30px 3px 10px;font-size: 13px;}

	#wp_shop .wp_shop ul {overflow:hidden;}
	#wp_shop .wp_shop > ul {font-size: 0;}	/* inline font-size 0 */
	#wp_shop .wp_shop .list_li {font-size: 13px;letter-spacing: -0.2px; /* width: 25%; 부트스트랩으로 대체 */display: inline-block;margin-bottom: 15px;transition: all 0.5s ease-in-out;vertical-align: top; padding: 0 !important;float: none !important;}
	#wp_shop .wp_shop .list_li .wp_shop_wrap {padding: 10px;}
	#wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame { position: relative; padding-top: 99%; overflow: hidden;/* border: 1px solid #ddd; */}
	/*
		== wp_shop_frame 비율 ==
		1:1 : padding-top: 100%; ratio
		2:1 : padding-top: 50%
		1:2 : padding-top: 200%
		4:3 : padding-top: 75%
		16:9 : padding-top: 56.25%
	*/
	#wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame img {position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; /* height: auto; */ margin: auto auto; height: 100%;object-fit:cover;}
	_:-ms-input-placeholder, :root #wp_shop .wp_shop .list_li .wp_shop_wrap .wp_shop_frame img {
		position: absolute; top: 0; left: 0; right: 0; bottom: 0; min-width: 100%; height: 100%; margin: auto 0;
	}
	#wp_shop .wp_shop .list_li .wp_shop_text .wp_shop_tit {padding: 5px 9px 5px 10px;}

	#wp_shop .wp_shop_tit {font-weight: bold;color: #121212;font-size: 14px;margin-bottom: 0;/* text-decoration: underline; */}
	#wp_shop .brand {padding-top: 10px;width: 100%;}
	#wp_shop .discount {padding-top: 10px;}
	#wp_shop .discount .sell {display: block;color: #aaa; padding-top:0;}
	#wp_shop .discount .sell .num {text-decoration:line-through;}
	#wp_shop .discount .sale {display: block;color: #ff4800;padding-top: 0;}
	#wp_shop .notdiscount .sell {display: block;color: #121212;}
	#wp_shop .price .soldout * {color: #aaa;text-decoration:line-through;cursor:default;}

	#wp_shop .sale .num, #wp_shop .sale .price, #wp_shop .notdiscount .num {font-weight: 600;}
	#wp_shop .unit {display: inline;}
	#wp_shop .wp_shop_frame > img {width: 100%;}
	#wp_shop .info {padding: 0 10px 10px;color: #5d5d5d;}

	/* product view 페이지 슬라이드 썸네일페이저 최소높이고정 */
	#wp_shop .wp_h80_ovh {height: 80px;overflow: hidden;}
	#wp_shop .wp_h80_ovh img {min-height: 80px;overflow: hidden;}
	#wp_shop .wp_h100_ovh {height: 100px;overflow: hidden;}
	#wp_shop .wp_h100_ovh img {min-height: 100px;}

	#wp_shop .wp_max_h600_ovh {max-height: 600px;overflow: hidden;}
	#wp_shop .wp_max_h600_ovh img {max-height: 600px;overflow: hidden;}

	/* product view 페이지 슬라이드 최대높이고정 */
	#wp_shop .swiper-container-autoheight, #wp_shop .swiper-container-autoheight .swiper-slide {max-height: 600px;overflow: hidden;}

	/* 아이콘 */
	#wp_shop .prd_icon { position:absolute; top:100%; left:0; margin-top:-25px;}
	#wp_shop .prd_icon:after { display:block; clear:both; content:"";}
	#wp_shop .prd_icon span { display:inline-block; float:left; border-radius:0; border:0; padding:0 8px; font-size:12px; font-weight:500; color:#fff; text-align:center; vertical-align:top; text-transform:uppercase; }
	#wp_shop .prd_icon span:first-of-type { margin-left:0;}

	/* 아이콘종류 */
	#wp_shop .prd_icon .coupon { background:#808080;}
	#wp_shop .prd_icon .best { background:#515151;}
	#wp_shop .prd_icon .new { background:#020202;}
	#wp_shop .prd_icon .sale { background:#e1a35e;}
	#wp_shop .prd_icon .soldout { padding:0 8px; width:auto; font-size:12px; background:#d4d4d4;}

	/* 장바구니,찜 아이콘 */
	#wp_shop .wp_shop_btn {text-align: left;padding-left: 10px;}
	#wp_shop .wp_shop_btn a { margin: 2px; opacity: 0; -webkit-transform: translateY(50%); transform: translateY(50%); }
	#wp_shop .wp_shop_btn a i { display: inline-block; font-size: 20px; line-height: 30px; width: 30px; background-color: #ffffff; text-align: center; color: #000000; border: 1px dashed #ddd; }
	#wp_shop .wp_shop_btn a i:hover { background-color: #4da3e2; color: #ffffff; cursor: pointer; }
	#wp_shop .list_li:hover a, #wp_shop .list_li.hover a {opacity: 1; transition:all 0.3s; -webkit-transform: translateX(0); transform: translateX(0); width: 40px; }
	#wp_shop .list_li:hover a:nth-child(2),	#wp_shop .wp_shop_btn.hover a:nth-child(2) { -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
	#wp_shop .list_li:hover a:nth-child(3), #wp_shop .wp_shop_btn.hover a:nth-child(3) { -webkit-transition-delay: 0.2s; transition-delay: 0.2s;}

	#wp_shop .wp_container #wp_skin01 .wp_pager a {font-size: 20px;}
	@media (max-width: 1000px){
		/* #wp_shop .wp_shop .list_li {width: 33.33%;} */	/* 부트스트랩으로 대체 */
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .list_li {transition: all 0s ease-in-out;}
		/* #wp_shop .wp_shop .list_li {width: 50%;} */	/* 부트스트랩으로 대체 */
		/* #wp_shop .wp_shop .wp_top1 {width: 100%;} */	/* 부트스트랩으로 대체 */
		#wp_shop .wp_shop_btn a {opacity: 1;}
		#wp_shop .wp_container #wp_skin01 .wp_pager a {font-size: 20px;}
	}
	@media (min-width: 768px){
		/* #wp_shop .wp_shop .wp_top3 {width: 33.33%;} */	/* 부트스트랩으로 대체 */
	}
	@media (max-width: 640px){ /*20200206추가*/
		#wp_shop .wp_shop .list_li .wp_shop_wrap {padding:0;}
	}

	@media screen and (min-width:541px) {
		.prd_icon span { /* width:25px; */ height:25px; line-height:25px;}
		.prd_icon span:first-letter {font-size:12px;}
	}
	@media screen and (max-width:540px) {
		.prd_icon span {/* width:26px; */ height:26px; line-height:26px;}
		.prd_icon span:first-letter {font-size:12px;}
	}


/* shop_view  */

	#wp_shop .wp_product_detail {width: 100%;}
	#wp_shop .wp_img_div { width: 50%; float: left; }	/* 47 */
	#wp_shop .wp_img_div #wp-pager {font-size: 0;margin-top: 5px;}
	#wp_shop .wp_img_div #wp-pager a {display: inline-block;width: 20%;padding:5px;}
	#wp_shop .wp_img_div #wp-pager a img {max-width: 100%;}
	#wp_shop .wp_detail_div { width: 50%; padding-left: 4%; float: left;font-size: 12px;}	/* 48 */
	#wp_shop .wp_detail_div .prd_option {padding: 0 15px;}
	#wp_shop .wp_detail_div .prd_option .prd_option_title {margin-bottom: 0;margin-top: 15px;border-top: 1px dashed #ddd;padding-top: 10px;font-size: 13px;font-weight: 600;}
	#wp_shop .wp_detail_div .prd_choice {padding: 0 5px;}
	#wp_shop .wp_detail_div .prd_choice > div {margin-top: 15px;}
	#wp_shop .wp_detail_div .prd_choice > div .wp_td_div {padding: 10px;font-size: 14px;vertical-align: middle;border-bottom: 1px dashed #ddd;}
	#wp_shop .wp_detail_div .prd_choice > div .wp_choice_right {min-width: 150px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_title {vertical-align: middle;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_title .choice_tit_txt {margin: 0;font-size: 13px;}

	#wp_shop .wp_detail_div .prd_choice .wp_td_div .wp_choice_price {padding-top: 10px;text-align: right;font-size: 15px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_total {padding:10px;text-align: right;font-size: 12px;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_total .wp_choice_total_color {font-size: 30px;color: #ff4800;margin-left: 10px;}
	/* #wp_shop .wp_detail_div .prd_choice .wp_choice_input {padding: 0;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_input i {font-size: 25px;vertical-align: top;}
	#wp_shop .wp_detail_div .prd_choice .wp_choice_input input{width: 70px;text-align: center;} */

	#wp_shop .wp_prd_txt { border-top: 1px solid #888; padding: 24px 15px 10px 15px; }
	#wp_shop .wp_prd_txt .prd_title { font-size: 15px; line-height: 26px; font-weight: 600; }
	#wp_shop .wp_prd_txt .prd_rank, .wp_prd_txt .prd_review {display: inline-block;margin-top: 10px;font-size: 13px;font-weight: 600;}
	#wp_shop .wp_prd_txt .prd_review {padding-left: 15px;}
	#wp_shop .wp_price{ font-size: 14px; font-weight: 600; text-decoration: line-through; margin-top: 10px; }
	#wp_shop .wp_price font {color: #a0a0a0; }
	#wp_shop .wp_sale_default {color: #121212; margin-top: 10px; font-size: 14px; font-weight: 600; }
	#wp_shop .wp_sale_default p {margin:0;font-weight: 600;font-size: 18px;}
	#wp_shop .wp_sale {color: #ff4800; margin-top: 10px; font-size: 14px; font-weight: 600; }
	#wp_shop .wp_sale p {font-weight: 600;font-size: 18px;}
	#wp_shop .wp_sale_soldout { color: #aaa; margin-top: 10px; font-size: 22px; font-weight: 600; text-decoration: line-through; }
	#wp_shop .wp_sale_txt{ color: #ff4800; }
	#wp_shop .prd_price { border-bottom: 1px solid #aaa; padding-bottom: 15px; margin-top: 20px; margin-bottom: 15px; }
	#wp_shop .prd_discount { padding-bottom: 10px;}
	#wp_shop .prd_discount ul { font-size: 13px; line-height: 22px; overflow: hidden;}
	#wp_shop .prd_discount li {line-height: 2;}
	#wp_shop .prd_discount li:nth-child(odd){ float: left; width: 74px; font-weight: 600; }
	#wp_shop .prd_discount li:nth-child(2n){ overflow: hidden; color: #303033; font-weight: 500; }
	#wp_shop .prd_discount li:after{ display: block; clear: both; content: "";}
	#wp_shop .prd_discount li span{ display: block; font-size: 13px; line-height: 2;}
	#wp_shop .prd_discount li span a{ text-decoration: underline; }
	#wp_shop .prd_discount .deli_cost_table {max-width: 100%;}
	#wp_shop .prd_discount .deli_cost_table td {padding: 0px;}
	#wp_shop .prd_discount .deli_cost_table .deli_cost {padding-left: 15px;}
	#wp_shop .prd_discount .deli_cost_table .wp_swung_dash {width: 20px;text-align: center;}

	#wp_shop .prd_sel .wp_prd_option { margin-top: 5px;padding: 10px;width: 100%;font-size: 13px;}
	#wp_shop .wp_btn { box-sizing:border-box; float: left; width: 33.33%; height: 50px; line-height: 50px; font-size: 14px; font-family: inherit; color: #fff; text-align: center; }


	/* 2019-12-02 */
	#wp_shop .option_btnbx .wp_btn {width: 33.3333%;}

	#wp_shop .btn_like { background: #ff4800; color: #fff;}
	#wp_shop .btn_like:hover { color: #fff; }
	#wp_shop .btn_shopbag { background: #fff; color: #000; border: 1px solid #d4d4d4; }
	#wp_shop .btn_shopbag:hover {color: #000;}
	#wp_shop .btn_buynow { background: #000; color: #fff; }
	#wp_shop .btn_buynow:hover {color: #fff;}
	#wp_shop .btn_close { background: #888; color: #fff; }
	#wp_shop .btn_close:hover {color: #fff;}

	#wp_shop .option_btnbx {margin-top: 15px;padding: 0 15px;}
	#wp_shop .option_btnbx > div {overflow: hidden;}
	#wp_shop .prd_intro_span { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #aaa; }
	#wp_shop .prd_intro_span span { font-size: 13px; font-weight: 600;}

	#wp_shop .wp_empty {width: 100%;display: inline-block;}	/* 빈공간채우기 */

	/* 옵션항목 */
	#wp_shop .wp_option_wrap {overflow: hidden;border-bottom: 1px solid #888;padding-bottom: 15px;}		/* 상세페이지 이미지 반응형 */
	#wp_shop .wp_option_wrap img {max-width: 100%;}		/* 상세페이지 이미지 반응형 */
	#wp_shop .wp_option_wrap .wp_option_li {margin-bottom: 30px;padding: 0 5px !important;}
	#wp_shop .wp_option_wrap .wp_option_li_title {padding: 5px 0;font-size: 13px;font-weight: 600;}
	#wp_shop .wp_option_wrap .wp_option_li_ea {font-size: 13px;}
	/* #wp_shop .wp_option_wrap .wp_option_li_ea input {border: 1px solid #888;width: 40%;text-align: center;} */
	#wp_shop .wp_option_wrap .wp_option_li_ea * {display: inline-block;vertical-align: middle;}

	/* view_slide */
	#wp_shop .wp-swiper-container {min-height: auto !important;}
	#wp_shop .swiper-button-prev:before, #wp_shop .swiper-container-rtl .swiper-button-next:before {content:"" !important;}
	#wp_shop .swiper-button-next:before, #wp_shop .swiper-container-rtl .swiper-button-prev:before {content:"" !important;}
	#wp_shop .wp-swiper-container.gallery-thumbs img,#wp_shop .swiper-slide img {width: 100%;}
	#wp_shop .gallery-thumbs  {margin-top: 10px;}


		/* 미디어 쿼리 */
	@media screen and (max-width:768px) {	/* 2020-10-21 d_edit 786px */
		#wp_shop .wp_img_div { width: 100%; padding: 0 0px; }
		#wp_shop .wp_detail_div { width: 100%; padding-left: 0%; }
		#wp_shop.sel_box .wp_prd_option { margin: 15px auto 0;padding: 10px 30px;width: 100%;display: inline-block; }
		/* 옵션 */
		#wp_shop .wp_img_div #wp-pager {margin: 15px 0;}
		#wp_shop .wp_img_div #wp-pager a {width: 20%; padding:0;}
		/* 상세페이지 이미지 반응형 */
		.wp_view_sub img {width: 100%;}
		#wp_shop .wp_btn {font-size: 12px;}
	}


/* shop_basket & wishlist */
	#wp_shop .wp_basket_moblie,#wp_shop .wp_basket_moblie_inb {display: none !important;}
	#wp_shop .wp_shop ul {/* display: table; */width: 100%;}
	#wp_shop .wp_shop .wp_basket_ul li {width: 100%;vertical-align: middle;overflow: hidden;display: table;}
	#wp_shop .wp_shop ul .wp_basket_list_title {border-top: 1px solid #121212;border-bottom: 1px solid #ddd;display: table;}
	#wp_shop .wp_shop ul li > div { display: table-cell;}
	#wp_shop .wp_shop ul .wp_basket_list_title div {vertical-align: middle;text-align: center;padding: 15px 0;font-size: 13px;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket01, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket01 {width: 4.5%;vertical-align: top;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket02, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket02 {width: calc(95.5% - 45%);display: block;float: left;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket03, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket03 {width: 15%;vertical-align: middle;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket04, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket04 {width: 15%;vertical-align: middle;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket05, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket05 {width: 15%;vertical-align: middle;}
	#wp_shop .wp_shop ul .wp_basket_list_title .wp_table_basket06, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket06 {width: 30%;vertical-align: middle;}

	#wp_shop .wp_shop li .basket_chk_area {text-align: center; display: table-cell;}
	#wp_shop .wp_shop li .basket_chk_area input { height: 20px;width: 20px;text-align: center;font-size: 16px;}

	#wp_shop .wp_order_ul_bdb {border-bottom: 1px solid #121212;}

	#wp_shop .wp_shop .wp_basket_ul .wp_order_bdt {border-top: 1px dashed #ddd;}
	#wp_shop .wp_shop .wp_basket_ul .wp_order_bdt:nth-child(1) {border: none;}
	#wp_shop .wp_shop .wp_basket_ul .wp_order_bdt:nth-child(2) {border: none;}
	#wp_shop .wp_shop .wp_basket_ul .wp_order_bdt:nth-child(3) {border: none;}

	#wp_shop .wp_shop .wp_basket_list_prd > div {padding: 30px 60px 30px 0;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_chk_area {padding-left: 0;padding-right: 0;}
	#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_none_msg {text-align: center;font-size: 15px;margin: 50px auto;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap {padding: 30px 25px 30px 0;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap .basket_prd_img {padding: 0px 25px 0px 0px;float: left;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap .basket_prd_img img {max-width: 110px;max-height: 110px;object-fit:cover;width: 100%;min-width: 110px;min-height: 110px;}

	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info {font-size: 15px;vertical-align: middle;display: block;float: left; max-width: calc(100% - 135px);}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info > a {display: block;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .brand_name {font-size: 13px; line-height: 15px; text-decoration: underline;color: #121212;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_name {margin-top: 5px; font-size: 14px; line-height: 22px;font-weight: 600;color: #121212;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price {margin-top: 6px; font-size: 13px; color: #303033; line-height: 22px;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price > span {display: block;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price .product_price_original{ display: block; margin-top: 2px; color: #121212;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price .product_price_original .wp_access_msg_c{color: #ff4800; font-weight: 600;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price .product_price_sale{ text-decoration: line-through; color: #aaa;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_price .product_price_discount{ display: block; margin-top: 2px; color: #ff4800;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option {display: block; margin-top: 6px; font-size: 13px; line-height: 20px; color: #303033; }
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .option-prd-ea {display: none;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .option-delivery {display: none;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .wp_myorderlist_totalprice {color: #121212;font-size: 15px;}
	#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .wp_myorderlist_totalprice .wp_access_msg_c {font-weight: 600;}

	#wp_shop .wp_shop .wp_basket_list_title .wp_basket_ea_area, #wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area {float: left;padding-left: 0;padding-right: 0;}

	#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area .ea_wrap {margin: 0 auto;display: block;}
	#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area .ea_text {width: 108px;margin: 0 auto;display: block;font-size: 15px;text-align: center;}


	#wp_shop .wp_shop li .shop_order_price {float: left;font-size: 15px;text-align: center;margin: 0 auto;padding-right: 0;padding-left: 0;}
	#wp_shop .wp_shop li .shop_order_price .wp_basket_buynow {display: inline-block;width: 100px;margin-top: 17px; border: 1px solid #555; background: #555; text-transform: uppercase; font-size: 12px; color: #fff; font-weight: 500;padding: 5px;}
	#wp_shop .wp_shop li .shop_order_price .wp_basket_buynow:hover {border: 1px solid #000; background: #000; color: #fff; padding: 5px;}
	#wp_shop .wp_shop li .shop_order_price .wp_basket_delete {display: inline-block;width: 100px;margin-top: 8px; border: 1px solid #aaa; background: #fff; text-transform: uppercase; font-size: 12px; color: #121212; font-weight: 500;padding: 5px;}
	#wp_shop .wp_shop li .shop_order_price .wp_basket_delete:hover {border: 1px solid #000; background: #fff; color: #000; padding: 5px;}

	#wp_shop .wp_shop li .shop_order_price .shop_price {font-size: 15px;}
	#wp_shop .wp_shop li .shop_delivery_price {float: left; font-size: 15px;text-align: center;margin: 0 auto;padding-right: 0;padding-left: 0;}

	#wp_shop .wp_shop .wp_footer_btn {display: flex; justify-content: center;}
	#wp_shop .wp_shop .wp_footer_btn .wp_basket_f_btn .wp_f_btn_wrap {margin: 5px 0;padding: 0 7.5px;}
	#wp_shop .wp_shop .wp_footer_btn .wp_btn_footer { display: block; height: 42px; width: 100%; border: 1px solid #ccc; font-size: 13px; line-height: 42px; text-align: center; }
	#wp_shop .wp_shop .wp_footer_btn .wp_del_ea {background: #fff;color: #121212;}
	#wp_shop .wp_shop .wp_footer_btn .wp_del_all {background: #fff;color: #121212;}
	#wp_shop .wp_shop .wp_footer_btn .wp_buy_ea {background: #555;color: #fff;}
	#wp_shop .wp_shop .wp_footer_btn .wp_buy_all {background: #555;color: #fff;}

	/* wishlist checkbox */
	#wp_shop .wp_shop .wp_wish_ul .list_li .basket_chk_area {padding-top: 5px;}

	/* basket order price */
	#wp_shop .wp_container .wp_shop_order {border-bottom: 1px solid #121212;margin-top: 30px;overflow: hidden;}
	#wp_shop .wp_container .wp_shop_order .wp_basket_list_title .wp_table_order01 {width: 33.33%;padding-left: 0;padding-right: 0;text-align: center;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order01 {width: 33.33%;padding-left: 0;padding-right: 0;text-align: center;vertical-align: middle;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order01 .shop_order_price {font-size: 20px;text-align: center;float: none;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order01 .shop_order_sub {font-size: 13px;text-align: center;margin-top: 15px;}

	#wp_shop .wp_container .wp_shop_order .wp_table_order02 {width: 33.33%;padding-left: 0;padding-right: 0;text-align: center;vertical-align: middle;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order02 .shop_order_price {font-size: 20px;text-align: center;float: none;}

	#wp_shop .wp_container .wp_shop_order .wp_table_order03 {width: 33.33%;padding-left: 0;padding-right: 0;text-align: center;vertical-align: middle;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order03 .shop_order_price {font-size: 20px;text-align: center;float: none;}

	#wp_shop .wp_container .wp_shop_order .wp_table_order06 {width: 33.33%;padding-left: 0;padding-right: 0;text-align: center;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order06 .shop_order_price {font-size: 20px;text-align: center;float: none;}

	#wp_shop .wp_container .wp_shop_order .wp_table_basket05.shop_delivery_price {font-size: 13px;margin-bottom: 5px;}


	#wp_shop .wp_container .wp_shop_order .wp_table_order_shape {padding: 0;vertical-align: middle;}
	#wp_shop .wp_container .wp_shop_order .wp_table_order_shape i {font-size: 20px;background:#fff;color: #121212;padding: 10px;/* border-radius: 50%; */}

	@media (max-width: 1000px){
		#wp_shop .wp_container .wp_shop {padding: 0px;}
		#wp_shop .wp_basket_moblie {display: block !important;width: 100%;font-size: 13px;border-bottom: 1px solid #ddd;padding: 10px 0px;}
		#wp_shop .wp_basket_moblie_inb {display: inline-block !important;font-size: 13px;padding: 5px 0px;text-align: left;margin-left: 15px;margin-right: 5px;}
		#wp_shop .wp_basket_pc {display: none !important;width: 100%;font-size: 13px;border-bottom: 1px solid #ddd;padding: 10px 0px;}
		#wp_shop .wp_basket_moblie input, #wp_shop .wp_basket_moblie button {vertical-align: bottom;}
		#wp_shop .wp_basket_moblie input {vertical-align: middle;padding: 15px;width: 20px;height: 20px;margin-top: 0;margin-right: 5px;}
		#wp_shop .wp_basket_moblie a {float: right;vertical-align: middle;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title {display: none;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket01, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket01 {width: 10%;display: block;padding: 0;margin: 15px 0;text-align: left;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket02, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket02 {width: 100%;float: none;padding: 0;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket03, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket03 {width: 100%;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket04, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket04 {width: 100%;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket05, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket05 {width: 100%;vertical-align: top;}
		#wp_shop .wp_shop .wp_basket_ul .wp_basket_list_title .wp_table_basket06, #wp_shop .wp_shop .wp_basket_ul .wp_basket_list_prd .wp_table_basket06 {width: 100%;vertical-align: top;}

		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price {position: relative;}
		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price .shop_price {position: absolute;top: 0;left: 0px;margin-top: 0;font-size: 20px;font-weight: 700;color: #121212;}
		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price .wp_basket_buynow {position: absolute;top: 0;right: 15px;margin-top: 0;}
		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price .wp_basket_delete {position: absolute;top: -40px;right: 15px;margin-top: 0;}

		#wp_shop .wp_shop .wp_basket_list_prd {padding-bottom: 15px;}
		#wp_shop .wp_shop .wp_basket_list_prd > div {padding: 15px 0;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info {float: none;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option {margin-bottom: 20px;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .option-prd-ea {display: block;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_info .product_option .option-delivery {display: block;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap .basket_prd_img {padding: 0px 0px 25px 25px;float: right;}
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap .basket_prd_img img {max-width: 150px; max-height: 150px; width: 100%;}
		#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area .ea_wrap { width: 108px; display: block;margin-left: 0px;}
		#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area .ea_text {}
		#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area .ea_text .ea_text_mobile {display: inline !important;border-bottom: none;margin-right: 10px;}

		#wp_shop .wp_shop .wp_basket_list_prd .wp_basket_ea_area.wp_dn {display: none;}
		#wp_shop .wp_shop .wp_basket_list_prd .shop_delivery_price {/*display: none;*/margin: 15px 0; background-color: #000;color: #fff;padding: 10px 0;}

		#wp_shop .wp_container .wp_shop_order {border-top: 1px solid #121212; margin-top: 30px;margin-bottom: 30px;padding-bottom: 30px;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order01 {display: block;width: 100%;margin-top: 15px;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order01 .shop_order_price {display: inline;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order01 .shop_order_sub {font-size: 20px;display: block;text-align: center;margin-top: 15px;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order02 {display: block;width: 100%;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order02 .shop_order_price {display: inline;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order03 {display: block;width: 100%;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order03 .shop_order_price {display: inline;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order_shape {display: none;}

		#wp_shop .wp_container .wp_shop_order .wp_table_order01 .wp_basket_left {text-align: left;color: #aaa;border-bottom: 1px dotted #ddd;padding-bottom: 3px;font-size: 15px;}
		#wp_shop .wp_container .wp_shop_order .wp_table_order01 .wp_basket_right {text-align: right;border-bottom: 1px dotted #ddd;padding-bottom: 3px;font-size: 15px;}
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_basket_list_prd .basket_prd_img_wrap .basket_prd_img img {max-width: 110px; max-height: 110px; width: 100%;}
		#wp_shop .wp_shop .wp_basket_list_prd .shop_delivery_price {/*display: none;*/margin: 10px 0; background-color: #000;color: #fff;padding: 10px 0;}
		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price .wp_basket_buynow {position: absolute;top: 0;right: 0px;margin-top: 0;}
		#wp_shop .wp_shop .wp_basket_ul li .shop_order_price .wp_basket_delete {position: absolute;top: -40px;right: 0px;margin-top: 0;}
		#wp_shop .wp_shop .wp_footer_btn .wp_f_btn_wrap {margin: 3px 0;padding: 0 5px;}
		#wp_shop .wp_shop .wp_footer_btn .wp_btn_footer { font-size: 12px; line-height: 42px; text-align: center; }
	}

/* shop_order */
	#wp_shop .wp_shop .shop_order_input_wrap {margin-bottom: 20px;font-size: 12px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree {}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree .wp_term_wrap {}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree .wp_term_wrap .wp_term { padding: 20px; width: 100%; height: 150px; overflow: scroll; background-color: #f9f9f9; border: 1px 	solid #e5e5e5; }
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree .wp_checkbox_div {margin-top: 5px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_basket_list_agree .wp_checkbox_div > label {margin-top: 4px;}

	#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title {font-size: 15px;margin-top: 15px;margin-bottom: 5px;font-weight: 600;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_cp_slash {font-size: inherit;margin-top: 15px;margin-bottom: 5px;font-weight: inherit;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_cp_slash + .wp_cp_slash:before {content:" / ";font-size: inherit;margin-top: 15px;margin-bottom: 5px;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_order_same_btn {font-size: 13px;text-align: right;margin: 0 15px;margin-right: 0;vertical-align: middle;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_order_same_btn input { height: 20px;width: 20px;text-align: center;margin-top: 0;vertical-align: middle;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table {width: 100%;border-top: 1px solid #ddd;padding: 15px 0;} /* border-bottom: 1px solid #ddd; */
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr{margin-bottom: 10px;overflow: hidden;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td > span, #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_reserve_caption > span {padding-left: 15px !important;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_th, #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td input, #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td select, #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_addres_sch_btn ,#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_write {padding: 8px 12px;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_addres_sch_btn {background: #121212;color: #fff;width: 100%;border: 0;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_addres_sch_btn:hover {background: #777;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_th {line-height: 1.5;padding-left:0;padding-right: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_th span{color: #ea2b15;}

	/* 2021-07-16 d_edit(pay) */
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_input_text {display: none;width: 100%;max-width: 500px;margin: 0 5px 5px !important;border:1px solid #ddd;background-color: #f8f8f8;border-radius: 0;height: 34px;line-height: 34px;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap input[type="radio"]:checked + label + .d_input_text {display: inline-block !important;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap * {padding: 0 5px !important;margin-bottom: 5px !important;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pdn {padding: 0px !important;margin: 0 !important;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap input[type="radio"] {position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 0;height: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap label {display: inline-block;width: 100%;height: 35px;line-height: 35px;padding: 0px;border: 1px solid #e4e4e4;text-align: center;cursor: pointer;word-break: keep-all;box-sizing: border-box;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pdn label {width: calc((100% / 12.5) * 2);padding: 0 !important;}

	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap input[type="radio"]:checked + label {/* background-color: #121212;color: #fff; */border: 2px solid #d30d0d;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pay_img {padding: 0px !important;margin: 0 !important;}
	@media (max-width: 1200px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pdn label {width: calc((100% / 12.5) * 3);}
	}
	@media (max-width: 991px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_input_text {margin: 0 0 5px !important;max-width: 100%;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pdn label {width: calc(50% - 5px);}
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .d_edit_wrap .d_pdn label {width: 100%;}
	}

	/* #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr .wp_cp_result_txt {padding: 5px;} */
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td {line-height: 1.5;padding: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td div{margin-bottom: 3px;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td input {width: 100%;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td input[type="text"] {border:1px solid #ddd;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table input[type="radio"],#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td input[type="radio"] {border:1px solid #ddd;border-radius: 0;height: 20px;width: 20px;text-align: center;margin-top: 0;vertical-align: middle;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table input[type="checkbox"],#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td input[type="checkbox"] {border:1px solid #ddd;border-radius: 0;height: 20px;width: 20px;text-align: center;margin-top: 0;vertical-align: middle;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td select {width: 100%;border:1px solid #ddd;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .tel-xs-4 {width: 20%;display: inline-block;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .tel-xs-4:nth-child(1):after {content:"-";}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .tel-xs-4:nth-child(2):after {content:"-";}

	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdl0_all {padding-left: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdr0_all {padding-right: 0;}

	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_reserve_p {padding: 8px 12px;} /*hsh 수정*/
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_reserve_dn {display: none;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_lack, #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_lack span {display: block;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_cp_order_btn {text-align: center; padding: 8px 0px;background: #121212;color: #fff;text-decoration: none;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_cp_order_btn:hover {background: #777;}

	#wp_shop .wp_shop .wp_last_price_area {border: 2px solid #aaa;margin-bottom: 15px;}
	#wp_shop .wp_shop .wp_last_price_area p {line-height:1;padding: 15px 30px;text-align: right;font-size: 30px;margin-bottom: 0;}
	#wp_shop .wp_shop .wp_last_price_area p span#totalPrice {font-size: 30px;}
	#wp_shop .wp_shop .wp_last_price_area p span.last_price_span {line-height: 1;padding-right: 15px;text-align: right;font-size: 13px;}
	#wp_shop .wp_shop .wp_last_price_area .wp_price_process {line-height: 1;padding-right: 15px;text-align: right;font-size: 13px;}
	#wp_shop .wp_shop .wp_last_price_area .wp_last_price {text-align: right;}

	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt {border-top: 1px dashed #ddd;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(1) {border: none;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(2) {border: none;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(3) {border-top: 1px dashed #ddd;}

	#wp_shop .wp_shop .wp_last_price_area .wp_last_price_title {float: left;font-size: 15px;font-weight: 600;}

	@media (max-width: 1000px){

		/* #wp_shop .wp_shop .shop_order_input_wrap .shop_order_table {border-bottom: 1px solid #ddd;} */
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_th,#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td {font-size: 13px;}
		#wp_shop .wp_shop .wp_last_price_area p {line-height:1;padding: 15px 30px;text-align: right;font-size: 18px;margin-bottom: 0;}
		#wp_shop .wp_shop .wp_last_price_area p span#totalPrice {font-size: 18px;}
		#wp_shop .wp_shop .wp_last_price_area p span.last_price_span {line-height: 1;padding-right: 15px;text-align: right;font-size: 13px;}
		#wp_shop .wp_shop .wp_mo_pd0 {padding: 0;}
		#wp_shop .wp_shop .wp_last_price_area .wp_price_process { line-height: 1;padding-right: 15px;text-align: right;font-size: 13px;text-align: left;padding-bottom: 0;}
		#wp_shop .wp_shop .wp_last_price_area .wp_price_process > span {display: block;line-height: 1.5;margin: 5px 0;}
		#wp_shop .wp_shop .wp_last_price_area .wp_price_process > span:last-child {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
		#wp_shop .wp_shop .wp_last_price_area .wp_last_price_title {display: none;}
	}
	@media (min-width: 768px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdl0 {padding-left: 0;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdr0 {padding-right: 0;}
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdl0 {padding-left: 15px;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdr0 {padding-right: 15px;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdl0_all {padding-left: 0;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_pdr0_all {padding-right: 0;}
	}

/* shop_order_list */
	#wp_shop .wp_shop .shop_orderlist_msg {text-align: center;margin-bottom: 30px;overflow: hidden;padding: 50px 0;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_icon_wrap i {font-size: 150px;color: #ddd;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_icon_wrap {text-align: right;display: inline-block;margin-right: 30px;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_text_wrap {text-align: left;display: inline-block;}

	#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg {font-size: 18px;display: block;margin:5px 0 5px;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_sub {font-size: 15px;display: block;margin: 5px 0 15px;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_info {font-size: 18px;display: block;margin: 5px 0;font-weight: 600;padding: 0px;}
	#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_info .wp_access_msg_c {color: #ff4800;font-weight: 600;font-size: inherit;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_write {margin-bottom: 0;padding-right: 0;padding-left: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_order_write {margin-bottom: 0;padding-right: 0;padding-left: 0;}


	@media screen and (max-width: 1000px) {
		#wp_shop .wp_shop .shop_orderlist_msg {padding: 0 0 30px;margin-bottom: 0;border-bottom: 1px dashed #ddd;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_icon_wrap {text-align: center;display: block;margin-right: 0;margin-top: 15px;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_icon_wrap i {font-size: 100px;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_orderlist_text_wrap {text-align: center;display: block;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_info {font-size: 13px;display: block;margin: 5px 0;font-weight: 600;padding: 3px 0;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_info:last-child {margin-bottom: 30px;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg {font-size: 15px;display: block;margin:5px 0 15px;}
		#wp_shop .wp_shop .shop_orderlist_msg .wp_access_msg_sub {font-size: 13px;}
	}

/* shop_my_oder_list */
	#wp_shop .wp_shop .wp_order_sch_box {border: 1px solid #aaa;padding: 30px 15px;overflow: hidden;}
	#wp_shop .wp_shop .wp_order_sch_box_subtxt {padding: 0px 15px;margin: 10px 0;font-size: 13px;}
	#wp_shop .wp_shop .wp_order_sch_box .wp_date_radio_area {line-height: 40px;}
	#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_title {line-height: 40px;font-size: 14px;}

	/* 회원등급, order_process */
	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_div {padding: 65px 20px 15px;border-right: 1px solid #aaa;background-color: #333;float: left;color: #fff;position: relative;}
	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_div:last-child {border: none;}
	#wp_shop .wp_shop .wp_order_title01 {width: 25%;}
	#wp_shop .wp_shop .wp_order_title02 {width: 15%;}
	#wp_shop .wp_shop .wp_order_title03 {width: 15%;}
	#wp_shop .wp_shop .wp_order_title04 {width: 15%;}
	#wp_shop .wp_shop .wp_order_title05 {width: 15%;}
	#wp_shop .wp_shop .wp_order_title06 {width: 15%;}

	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_apsol {position: absolute;top: 15px;color: #aaa;font-size: 13px;}
	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_txt_l {font-size: 40px;color: #fff;display: block;}
	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_txt_l > em {display: block;text-align: right;font-style: normal;font-size: inherit;}
	#wp_shop .wp_shop .wp_order_tit_wrap .wp_cp_tit_txt_r {color: #fff;padding: 8px 20px 7px;position: absolute;right: 0;right: 26px;bottom: 24px; width: auto; font-weight: 300; line-height: 17px; text-align: center;border: 1px solid #6d6d6d;border-radius: 20px;}

	@media (max-width: 1000px){
		#wp_shop .wp_shop .wp_order_title01 {width: 100%;border-bottom: 1px solid #aaa;display: none;}
		#wp_shop .wp_shop .wp_order_title02 {width: 33.33%;border-bottom: 1px solid #aaa;}
		#wp_shop .wp_shop .wp_order_title03 {width: 33.33%;border-bottom: 1px solid #aaa;}
		#wp_shop .wp_shop .wp_order_title04 {width: 33.33%;border-bottom: 1px solid #aaa;}
		#wp_shop .wp_shop .wp_order_title05 {width: 50%;}
		#wp_shop .wp_shop .wp_order_title06 {width: 50%;}
	}


	/* 주문조회 form | radio */
	#wp_shop .wp_shop .wp_date_radio_area div {height:40px; line-height:40px; border-left:1px solid #ddd; text-align:center; }
	#wp_shop .wp_shop .wp_date_radio_area div:first-child { border-left:none;}
	#wp_shop .wp_shop .wp_date_radio_area label { display:block; width:100%; height:100%; line-height: 40px; color:#121212; vertical-align:middle; box-sizing:border-box; cursor:pointer;font-size: 13px;}
	#wp_shop .wp_shop .wp_date_radio_area input[type="radio"] {display: none;-webkit-appearance: none; appearance: none; -moz-appearance: none;}
	#wp_shop .wp_shop .wp_date_radio_area input[type="radio"]:checked+label { background-color:#121212; color:#fff;font-size: 13px;}

	#wp_shop .wp_shop .wp_order_sch_date i {font-size: 20px;line-height: 40px;width: 25px;}
	#wp_shop .wp_shop .wp_order_sch_date .wp_i_minimal {font-size: 20px;line-height: 40px;}
	#wp_shop .wp_shop .wp_order_sch_date input[type="text"] {line-height: 40px;height: 40px;vertical-align: top;width: calc(49% - 40px);padding: 0 5px;font-size: 13px;outline:none;border:1px solid #aaa;}

	#wp_shop .wp_shop .wp_order_sch_box .wp_btn_date_submit {line-height: 40px;height: 40px;color: #fff;background-color: #000;border: 0;text-align: center;width: 100%;}

	/* 주문조회 전용 S */
	#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .ea_wrap_box .ea_text {font-size: 13px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_trade_prd {display: inline-block;width: 120px;margin-top: 17px; border: 1px solid #000; background: #000; text-transform: uppercase; font-size: 14px; color: #fff; font-weight: 500;padding: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_trade_prd:hover {border: 1px solid #000; background: #fff; color: #000; padding: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_cancle_prd {display: inline-block;width: 120px;margin-top: 8px; border: 1px solid #555; background: #fff; text-transform: uppercase; font-size: 14px; color: #000; font-weight: 500;padding: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_cancle_prd:hover {border: 1px solid #000; background: #ccc; color: #000; padding: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_btn01 {display: inline-block;width: 120px;margin-top: 8px; border: 1px solid #555; background: #777; text-transform: uppercase; font-size: 14px; color: #fff; font-weight: 500;padding: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_btn01:hover {border: 1px solid #000; background: #fff; color: #000;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view {display: inline-block;width: 120px;/*margin-top: 17px;*/margin-bottom: 15px; border: 1px solid #000; background: #000; text-transform: uppercase; font-size: 12px; color: #fff; font-weight: 500;padding: 5px;} /*hsh 수정*/
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view:hover {border: 1px solid #ff4800; background: #ff4800; color: #fff;}
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view1 {display: inline-block;width: 120px;/*margin-top: 17px;*/margin-bottom: 15px; border: 1px solid #555; background: #555; text-transform: uppercase; font-size: 12px; color: #fff; font-weight: 500;padding: 5px;} /*hsh 수정*/
	#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view1:hover {border: 1px solid #ff4800; background: #ff4800; color: #fff;}

	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text {width: 108px;/* margin: 10px auto; */display: block;font-size: 15px;text-align: center;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text b {font-weight: 600;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text .delivery_num {margin: 5px auto 0;display: block;font-size: 13px;text-align: center;color: #ff4800;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text .delivery_num a {margin: 5px auto 0; font-size: 15px; text-align: center; color: #ff4800; font-weight: 600;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .ea_wrap_box .delivery_num {margin-top: 15px;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .ea_wrap_box .delivery_num a {margin: 5px auto 0;font-size: 15px;text-align: center;color: #ff4800;font-weight: 600;}

	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .option-text_ea {margin-left: 5px;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_order_num_wrap {font-size: 13px;margin: 0 0 10px;padding: 10px 15px 0;border-top: 1px solid #121212;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_order_num, #wp_shop .wp_shop .wp_my_order_ul .wp_order_time {font-size: 13px;margin: 0px;display: inline-block;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_order_num {float: left;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_order_time {float: right;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_order_num .wp_access_msg_c { color: #ff4800; font-weight: 600;}


	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_title .wp_table_basket02_modl, #wp_shop .wp_shop ul .wp_basket_list_prd .wp_table_basket02_modl {width: calc(95.5% - 30%); display: block; float: left;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_table_basket02_modl {}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_table_basket02_modl .wp_myorderlist_num {color: #121212;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_table_basket02_modl .wp_myorderlist_num .wp_access_msg_c { color: #ff4800; font-weight: 600; }
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_myorderlist_date {color: #121212;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_table_basket02_modl .wp_myorderlist_totalprice {color: #121212;font-size: 14px;}
	#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_table_basket02_modl .wp_myorderlist_totalprice .wp_access_msg_c {font-weight: 600; }
	#wp_shop .wp_shop .wp_my_order_ul li .wp_table_basket03 .wp_basket_btn01_m {display: block;}
	#wp_shop .wp_shop .wp_my_order_ul li .wp_table_basket05 .wp_basket_btn01 {display: none;}

	@media (max-width: 1000px){
		#wp_shop .wp_shop .wp_order_sch_box {border: 1px solid #ddd; padding: 15px 15px;}
		#wp_shop .wp_shop .wp_my_order_ul .wp_order_num_wrap {font-size: 13px;padding: 10px 0px;border-top: 1px solid #121212;border-bottom: 1px solid #121212;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_cancle_prd {position: absolute;top: 0;right: 15px;margin-top: 0;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .wp_basket_trade_prd {position: absolute;top: -40px;right: 15px;margin-top: 0;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price {position: relative;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_order_price .shop_price {position: absolute;top: 0;left: 15px;margin-top: 0;font-size: 20px;font-weight: 700;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price {padding: 0;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_btn01 {background: #777;color: #fff;margin: 0;padding: 10px 0;width: 100%;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view {background: #000;color: #fff;margin: 0;padding: 10px 0;/* width: 100%; */display: inline-block;width: 50%;border: none;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view:hover {background: #ff4800;color: #fff;border: none;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view1 {background: #555;color: #fff;margin: 0;padding: 10px 0;/* width: 100%; */display: inline-block;width: 50%;border: none;}
		#wp_shop .wp_shop .wp_my_order_ul li .shop_delivery_price .wp_basket_detail_view1:hover {background: #ff4800;color: #fff;border: none;}

		#wp_shop .wp_shop .wp_my_order_ul li .wp_table_basket03 .wp_basket_btn01_m {display: none !important;}
		#wp_shop .wp_shop .wp_my_order_ul li .wp_table_basket05 .wp_basket_btn01 {display: block;}
		#wp_shop .wp_shop .wp_my_order_ul li .wp_basket_proc {display: none !important;}

		#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text {width: 200px;margin: 0 auto;display: block;font-size: 15px;text-align: left;}
		#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text .delivery_num {width: 200px;margin: 5px auto 0;display: block;font-size: 13px;text-align: left;color: #121212;}
		#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .wp_basket_ea_area .ea_text .delivery_num a {color: #ff4800;text-decoration: underline;}
		#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .ea_wrap_box .ea_text {margin: 0px;text-align: left;}
		#wp_shop .wp_shop .wp_my_order_ul .wp_basket_list_prd .ea_wrap_box .delivery_num {margin: 0px;text-align: left;}

		#wp_shop .wp_shop .wp_my_order_ul .wp_order_num, #wp_shop .wp_shop .wp_my_order_ul .wp_order_time {font-size: 13px;margin: 0 0 5px;display: block;float: none;}

		#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_title, #wp_shop .wp_shop .wp_order_sch_box .wp_order_date_wrap .wp_date_radio_area  {margin-bottom: 15px;display: block;/* width: 100%; */padding: 0px;overflow: hidden;}
		#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_wrap .wp_date_calen_area, #wp_shop .wp_shop .wp_order_sch_box .wp_order_date_submit {margin-bottom: 15px;display: block;width: 50%;padding: 0px;overflow: hidden;}

		#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_title {text-align: center;}
		#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_wrap {padding: 0 !important;width: 100%;}
		#wp_shop .wp_shop .wp_order_sch_date input[type="text"] {padding: 0px;font-size: 13px;}

	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_order_sch_box .wp_order_date_title, #wp_shop .wp_shop .wp_order_sch_box .wp_order_date_wrap .wp_date_radio_area, #wp_shop .wp_shop .wp_order_sch_box .wp_order_date_wrap .wp_date_calen_area, #wp_shop .wp_shop .wp_order_sch_box .wp_order_date_submit {margin-bottom: 15px;display: block;float: none;width: 100%;padding: 0px;overflow: hidden;text-align: center;}
	}


	@media (max-width: 1000px){


	}


/* process area */
	#wp_shop .wp_shop .proc_wrap {padding: 0 15px;width: 100%;}
	#wp_shop .wp_shop .proc_wrap .step li { display: table-cell; position: relative; padding: 0 2%; text-align: center; vertical-align: top; }
	#wp_shop .wp_shop .proc_wrap .step .rect { position: relative; }
	#wp_shop .wp_shop .proc_wrap { position: relative; margin: 15px -2% 0; font-size: 0; }
	#wp_shop .wp_shop .proc_wrap .step { display: table; width: 100%; margin: 15px 0; table-layout: fixed; }
	#wp_shop .wp_shop .proc_wrap .step li {padding: 0 2%; display: table-cell; position: relative; text-align: center; vertical-align: top; }
	#wp_shop .wp_shop .proc_wrap .step .rect { display: block; margin: 0 auto; padding-top: 100%; border-radius: 50%; background: #f4f4f4; font-weight: 500; font-size: 17px; color: #303033; text-align: center; border: 1px solid #ddd;}
	#wp_shop .wp_shop .proc_wrap .step .wp_proc_active,#wp_shop .wp_shop .proc_wrap .step .rect.wp_proc_active{background-color: #121212;color: #fff;}
	#wp_shop .wp_shop .proc_wrap .step .rect .wp_proc_span { display: block; position: absolute; top: 50%; width: 100%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; font-size: 14px; }
	#wp_shop .wp_shop .proc_wrap .step li:after { display: block; clear: both; position: absolute; top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); border-top: 2px solid #a0a0a0; border-right: 2px solid #a0a0a0; content: ""; vertical-align: top; right: -3px; width: 10px; height: 10px; margin-top: -5px;	}
	#wp_shop .wp_shop .proc_wrap .step li:last-child:after {content: none;}
	#wp_shop .wp_shop .proc_wrap .step .txt { margin-top: 8px; font-size: 14px; line-height: 24px; }

	@media (max-width: 768px){
		#wp_shop .proc_wrap {display: none;}
	}

/* my_order_view.html */
	#wp_shop .proc_wrap,#wp_shop .proc_wrap .proc_wrap {margin: 0 auto;}
	#wp_shop .wp_shop .wp_wrap_title {font-size: 15px;padding: 0 15px;font-weight: 600;margin-bottom: 5px;}

	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt {border-top: 1px dashed #ddd;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(1) {border: none;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(2) {border: none;}
	#wp_shop .wp_shop .wp_order_st_wrap .wp_order_bdt:nth-child(3) {border-top: 1px dashed #ddd;}
	#wp_shop .wp_shop .wp_info_table_bdb_mo {border-bottom: 1px solid #ddd;padding-top: 15px;padding-bottom: 15px;}
	#wp_shop .wp_shop .wp_info_table_bdb_mo > div {padding: 15px;}

	#wp_shop .wp_shop .wp_order_info_table > div {border-bottom: 1px solid #ddd;}
	#wp_shop .wp_shop .wp_order_info_table > div:last-child {border:none;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table {width: 100%;border-top: 1px solid #121212;padding: 15px 0;} /* border-bottom: 1px solid #ddd; */
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_tr{margin-bottom: 10px;overflow: hidden;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_tr .wp_pay_info_wrap {font-size: 13px;padding-bottom: 15px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_tr .wp_pay_info_wrap > div {color: #aaa;font-size: 13px;background-color: #ddd;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_th .wp_pay_info_wrap, #wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_pay_info_wrap {padding: 0 !important;}

	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_th, #wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td input, #wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td select, #wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_addres_sch_btn ,#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_order_write {padding: 8px 12px;font-size: 12px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_addres_sch_btn {background: #121212;color: #fff;width: 100%;border: 0;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_addres_sch_btn:hover {background: #777;}

	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_th {line-height: 1.5;padding-left:0;padding-right: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_th span{color: #ea2b15;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td {line-height: 1.5;padding: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td div{margin-bottom: 3px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td input {width: 100%;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td input[type="text"] {border:1px solid #ddd;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td select {width: 100%;border:1px solid #ddd;border-radius: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_order_write button {border: 1px solid #aaa;background-color: #fff;padding: 3px 8px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_order_write button:hover {background-color: #f1f1f1;}

	#wp_shop .wp_shop .wp_pay_info .shop_order_th {text-align: left;}
	#wp_shop .wp_shop .wp_pay_info .shop_order_td {text-align: right;}

	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_info_table .shop_order_td .wp_impact_txt {color: #ff4800;font-weight: 600;}



	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_btn_box {border-top: 1px solid #121212;margin-bottom: 30px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_btn_wrap {padding-top: 30px;text-align: center;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_order_btn_theme {display: inline-block;border: 1px solid #121212;padding: 10px 0px;margin: 0 1%;font-size: 15px;width: 30%;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_01 {background-color: #fff;color: #121212;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_01:hover {background-color: #fff;color: #ff4800;border-color: #ff4800;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_02 {background-color: #777;color: #fff;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_02:hover {background-color: #fff;color: #121212;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_03 {background-color: #121212;color: #fff;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_d_03:hover {background-color: #ff4800;color: #fff;border-color: #ff4800;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_pop_reason > p {font-size: 15px;text-align: left;margin-bottom: 5px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_pop_reason > textarea {font-size: 15px;width: 100%;padding: 5px;}
	#wp_shop .wp_shop .shop_order_input_wrap .wp_reason_submit_wrap {margin: 0 auto;text-align: center;}
	#wp_shop .wp_shop .shop_order_input_wrap .order_btn_submit {display: inline-block;width: 30%;min-width: 180px;background-color: #121212;color: #fff;padding: 10px 0;margin-top: 20px;}

	@media screen and (min-width: 1000px) { /*hsh 추가*/
		#wp_shop .wp_shop .wp_order_info_table > .wp_pc_bdn {border: 0;}
	}

	@media screen and (max-width: 1000px) {
		#wp_shop .wp_shop .wp_order_info_table {width: 100%;}
		#wp_shop .wp_shop .wp_wrap_title {padding: 0px;}
	}

/* modal */
	#wp_shop .modalDialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index: 99999;background:rgba(0, 0, 0, 0.7);opacity:0;
		-webkit-transition: opacity 300ms ease-in;
		-moz-transition: opacity 300ms ease-in;
		transition: opacity 300ms ease-in;
		pointer-events: none;}
	/*#wp_shop .modalDialog:target{opacity:1;pointer-events:auto;}*/	/* hsh: JS로 open/close */
	#wp_shop .popWrap{
		position:fixed;top:50%;left:50%;width:100%;max-width:800px;min-width:280px;height:auto;background:#fff;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		padding-bottom: 30px;
		/* overflow-y:scroll; 2020-10-23 d_edit */
		overflow-y: auto;
		max-height: 650px;
	}
	#wp_shop .popWrap h2 {margin: 0;}
	#wp_shop .popWrap .wp_prd_txt { text-align: left; }
	#wp_shop .popWrap .option_btnbx {padding-bottom: 30px;}
	#wp_shop .popWrap .option_btnbx .wp_btn {width: 50%;margin: 0;font-size: 13px;opacity: 1; transition: all 0.3s; -webkit-transform: translateX(0); transform: translateX(0);}
	#wp_shop .popWrap .option_btnbx .btn_close {display: none;}
	#wp_shop .popWrap .prd_sel .wp_prd_option {height: 50px;}
	#wp_shop .popWrap #wp-pager {text-align: left;}
	#wp_shop .popWrap #wp-pager a {opacity: 1; transition: all 0.3s; -webkit-transform: translateX(0); transform: translateX(0);}
	#wp_shop .wp_product_detail .wp_img_div .wp_prd_img {width: 100%;}

	#wp_shop .popTit{height:50px;line-height:50px;text-align:center;color:#121212;border-bottom:1px solid #ddd;font-size:1.5em;width: 100%;}
	#wp_shop .wp_d_close_btn {background-color: #ddd;color: #fff;font-size: 30px;width: 50px;height: 50px;position: absolute;top: 0;right: 0;text-align: center;line-height: 1;}
	#wp_shop .wp_d_close_btn:hover {background-color: #aaa;transition: all 0.3s;}
	#wp_shop .wp_d_close_btn span {line-height: 50px;
	}
	#wp_shop .popCont{padding:15px;text-align:center;color:#121212;}
	#wp_shop .popCont p{white-space:pre-line;/* font-size: inherit; */}
	#wp_shop .popCont.type02{text-align:left;}
	#wp_shop .popBtn{text-align:center;background-color:#eceef1;overflow:hidden;font-size: 13px;}
	#wp_shop .popBtn.wp_type01{padding:10px 80px;}
	#wp_shop .popBtn.wp_type02{padding:10px;}
	#wp_shop .popBtn.wp_type02 .wp_prd_modal_detail {font-size: 13px;text-align: left;letter-spacing: -0.7PX;}
	#wp_shop .popBtn.wp_type02 .btnBx{display:block;float:left;width:50%;}
	#wp_shop .popBtn.wp_type02 .btnBx .btn{display:block;padding:0 5px;}
	#wp_shop .popBtn .cmnBtn{height:35px;line-height:35px;opacity: 1; transition: all 0.3s; -webkit-transform: translateX(0); transform: translateX(0);display:inline-block;width:100% !important;height:30px;line-height:30px;text-align:center;color:#7e7e7e;background-color:#f7f7f7;border:1px solid #d0d0d0;}
	#wp_shop .cmnBtn.on{color:#ddd !important;background-color:#fff;border:1px solid #ddd;}
	#wp_shop .wp_pop-btn {text-decoration: underline !important;font-weight: 700;}
	#wp_shop .wp_pop-btn:hover {background-color: #30add5;color: #fff;}

	@media (max-width: 768px) {
		#wp_shop .popWrap {max-height: 400px;width: 96%;margin: 0 auto;}
	}



/* shop_reserve S */
	#wp_shop .wp_shop .shop_order_input_wrap .wp_reserve_table {padding: 5px 0px 0px;border-bottom: 1px solid #ddd;}
	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_div {padding: 65px 20px 15px;border-right: 1px solid #aaa;background-color: #333;float: left;color: #fff;position: relative;}
	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_div:last-child {border: none;}

	#wp_shop .wp_shop .wp_reserve_title01 {width: 50%;}
	#wp_shop .wp_shop .wp_reserve_title02 {width: 50%;}
	#wp_shop .wp_shop .wp_reserve_title03 {width: 25%;}

	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_apsol {position: absolute;top: 15px;color: #aaa;font-size: 13px;}
	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_txt_l {font-size: 40px;color: #fff;display: block;}
	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_txt_l em {font-style: normal;}
	#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_txt_r {color: #fff;padding: 8px 20px 7px;position: absolute;right: 26px; bottom: 24px; width: auto; font-weight: 300; line-height: 17px; text-align: center;border: 1px solid #6d6d6d; border-radius: 20px;}

	#wp_shop .wp_shop .wp_order_sch_text input[type="text"] {line-height: 40px; height: 40px; vertical-align: top; width: calc(100% - 40px); padding: 0 5px;}
	#wp_shop .wp_shop .wp_order_sch_text i { font-size: 20px; line-height: 40px; width: 25px; }

	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .wp_reserve_mo_tr_tit_wrap {border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-bottom: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .wp_reserve_mo_tr {border-bottom: 1px dashed #ddd;padding-top: 10px;padding-bottom: 10px;margin-bottom: 0;}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .wp_reserve_mo_tr:last-child {border: none;}

	@media (max-width: 1000px){
		#wp_shop .wp_shop .wp_order_sch_box .wp_order_sch_submit {width: 100%;padding: 0;}
		#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_txt_l {font-size: 30px;}
		#wp_shop .wp_shop .wp_reserve_title01 {width: 100%;border-bottom: 1px solid #aaa;}
		#wp_shop .wp_shop .wp_reserve_title02 {width: 100%;}
		#wp_shop .wp_shop .wp_reserve_title03 {width: 25%;}
		#wp_shop .wp_shop .wp_reserve_tit_wrap .wp_cp_tit_txt_r {color: #fff;padding: 3px 10px 3px;right: 20px; bottom: auto;top: 15px; width: auto; font-weight: 300; line-height: 17px; text-align: center;border: 1px solid #6d6d6d; border-radius: 20px;}

	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_reserve_mo_tr_tit_wrap {display: none;}
		#wp_shop .wp_shop .wp_reserve_mo_tr {line-height: 1.5;}
		#wp_shop .wp_shop .wp_reserve_mo_th_l {font-weight: 600;text-align: left;display: inline-block;width: 40%;}
		#wp_shop .wp_shop .wp_reserve_mo_td_r {text-align: right;display: inline-block;width: 60%;}
	}
	@media (min-width: 768px){
		#wp_shop .wp_shop .wp_reserve_mo_th_l {display: none;}
	}
/* shop_reserve E */

















/* shop_bottom_wrap style S */
	.wp_tac {text-align: center;}
	.wp_detail_view .wp_shop_tab .wp_view_title {border-top: 1px solid #888; border-bottom: 1px solid #888; font-size: 20px; font-weight: 600; margin: 0 0 15px; padding: 15px;}
	.wp_detail_view .wp_shop_tab .wp_view_sub {padding-top: 0;padding-bottom: 50px; line-height: 1.5;padding-left: 0;padding-right: 0;}

	.wp_bar_b {border-bottom: 1px solid #b5b5b5;}

/* link */
	#wp_shop_prod_link .shop_link_bn_wrap, #wp_shop_qna_link .shop_link_bn_wrap ,#wp_shop_review_link .shop_link_bn_wrap {padding-top: 100px;/*  width: 80%; */}
	/*#wp_shop_prod_link .shop_link_bn_wrap .shop_link_bn, #wp_shop_qna_link .shop_link_bn_wrap .shop_link_bn, #wp_shop_review_link .shop_link_bn_wrap .shop_link_bn {background-color: #ddd;}
	#wp_shop_prod_link .shop_link_bn_wrap .shop_link_bn a, #wp_shop_qna_link .shop_link_bn_wrap .shop_link_bn a,#wp_shop_review_link .shop_link_bn_wrap .shop_link_bn a {background-color: #f5f5f5;border: 1px solid #aaa;margin-left: 10px;margin-right: 5px;padding: 5px 10px;}
	/*20200206 추가*/
	#shop_as_link {padding-top: 90px;}
	.shop_link_bn_table {/*border-top:1px solid #333; border-left:1px solid #333;  border-right:1px solid #333;*/}
	.shop_link_bn_table td {width:25%; text-align:center; color:#333;  font-size:14px; }
	.shop_link_bn_table td:nth-child(2) {/*border-left:1px solid #333;border-right:1px solid #333;*/}
	.shop_link_bn_table td a {display:block; text-decoration:none; padding:10px 0; color:#111;font-size: 13px;}
	.shop_link_bn_table td:hover, .shop_link_bn_table td a:hover, .shop_link_bn_table td a.wp_active  {background:#333; color:#fff !important;}

	@media screen and (max-width:768px){
		.shop_link_bn_wrap {padding: 0;}
		.shop_link_bn_table td {width: auto;}
		.shop_link_bn_table td a {font-size: 11px;}
	}

/* shop_detail_view style S */
	#wp_shop_prod_link .wp_container {max-width: 1200px;}
	#wp_shop_prod_link .wp_detail_view { margin-bottom: 50px; padding: 0px;}
	#wp_shop_prod_link .wp_detail_view .wp_view_title { border-top: 1px solid #888; border-bottom: 1px solid #888; font-size: 20px; font-weight: 600; margin: 0 0 15px; padding: 15px; }
	#wp_shop_prod_link .wp_detail_view .wp_view_sub { padding-top: 30px; padding-bottom: 50px; line-height: 1.5; padding-left: 15px;padding-right: 15px;}
	#wp_shop_prod_link .wp_detail_view .wp_view_sub textarea { width: 100%;}

	#wp_shop_prod_link .wp_view_sub img {max-width: 100%;}		/* 상세페이지 이미지 반응형 */


	/* 미디어 쿼리 */
	@media screen and (max-width:768px) {
		#wp_shop_prod_link .wp_img_div { width: 100%; padding: 0 15px; }
		#wp_shop_prod_link .wp_detail_div { width: 100%; padding-left: 0%; }
		#wp_shop_prod_link.sel_box .wp_prd_option { margin: 15px auto 0;padding: 10px 30px;width: 100%;display: inline-block; }
		/* 옵션 */
		#wp_shop_prod_link .wp_img_div #wp-pager {margin: 15px 0;}
		#wp_shop_prod_link .wp_img_div #wp-pager a {width: 25%;}
		/* 상세페이지 이미지 반응형 */
		.wp_view_sub img {width: 100%;}
	}
	@media screen and (max-width:480px) {
		#wp_shop_prod_link .wp_detail_div .prd_choice > table .wp_choice_title {display: block;border-bottom: none;}
		#wp_shop_prod_link .wp_detail_div .prd_choice > table .wp_choice_right {display: block;}

	}


/* shop_qna style S */
	#wp_shop_qna_link .wp_container {max-width: 1200px;}
	#wp_shop_qna_link #wp_qna .qna_list_wrap>li {    position: relative; padding: 15px 15px 10px; border-top: 1px dashed #ddd; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap .title_type { display: block; margin-bottom: 2px; font-size: 14px; color: #a0a0a0; line-height: 20px; }
	#wp_shop_qna_link #wp_qna .blind { overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 1px; line-height: 100px; white-space: nowrap; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap .ellipsis { display: inline-block; overflow: hidden; height: auto; width: 94%; height: 22px; font-size: 14px; line-height: 22px; color: #000; text-align: left; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap li:first-child { border-top: 0; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap li:last-child { border-bottom: 1px dashed #ddd; margin-bottom: 15px;}
	#wp_shop_qna_link #wp_qna .qna_li:hover {background-color: #f8f8f8;}

	#wp_shop_qna_link #wp_qna .wp_qna_reply {display: none;}
	#wp_shop_qna_link #wp_qna .wp_qna_reply .qa_detail .qa_answer input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}
	#wp_shop_qna_link #wp_qna .wp_qna_reply_on .wp_qna_reply {display: block;font-size: 15px;line-height: 1.5;padding: 0;background-color: #fff;}
	#wp_shop_qna_link #wp_qna .wp_qna_reply_on .ellipsis {white-space: normal;height: auto;}


	#wp_shop_qna_link #wp_qna .qna_list_wrap .col1 input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col2, .qna_list_wrap .col3, .qna_list_wrap .col4 { position: absolute; top: 12px; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col2, .qna_list_wrap .col3 { font-size: 11px; color: #000; line-height: 24px; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col4 span { display: inline-block; min-width: 35px; padding: 1px 5px;  border-radius: 2px; font-weight: 200; font-size: 13px;  text-transform: lowercase; text-align: center; line-height: 22px; }
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col4.wp_qna_btn_01 span {background: #888; color: #fff;}
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col4.wp_qna_btn_02 span {background: #121212; color: #fff;}
	#wp_shop_qna_link #wp_qna .qna_list_wrap .col4.wp_qna_btn_03 span {background: #ff3300; color: #fff;}

	#wp_shop_qna_link #wp_qna .qa_detail .qa_answer {padding: 15px; margin-top: 10px;border: 1px solid #ddd;}
	#wp_shop_qna_link #wp_qna .qa_detail .qa_answer p { margin-top: 5px; }
	#wp_shop_qna_link #wp_qna .qa_detail .qa_answer .sign {font-size: 13px;line-height: 1.5;margin-top: 15px;}
	#wp_shop_qna_link #wp_qna .qa_detail .answer_title{background-color: #121212;color: #fff;padding: 1px 5px;margin-bottom: 10px;font-size: 13px;display: inline-block;}


	@media screen and (min-width: 769px){
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col2, .qna_list_wrap .col3, .qna_list_wrap .col4 { text-align: right; vertical-align: top; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col1 { padding: 0 280px 0 10px; margin-bottom: 5px;}
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col2 { right: 200px; width: 150px; margin-top: 24px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col3 { right: 100px; width: 74px; margin-top: 24px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col4 { right: 15px; width: 65px; margin-top: 24px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .ellipsis {padding: 0 280px 0 10px;}
	}
	@media screen and (max-width: 768px){
		#wp_shop_qna_link #wp_qna .wp_qna_reply_on .wp_qna_reply {padding: 0px;}
		#wp_shop_qna_link #wp_qna .qna_list_wrap > li { padding-top: 30px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col1 { padding-right: 50px;margin-top: 5px; margin-bottom: 15px;}
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col2 { left: 100px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col3 { left: 15px; }
		#wp_shop_qna_link #wp_qna .qna_list_wrap .col4 { top: 35px; right: 15px; }

		/*20200206추가*/
		#wp_shop_prod_link .shop_link_bn_wrap, #wp_shop_qna_link .shop_link_bn_wrap, #wp_shop_review_link, .shop_link_bn_wrap, #wp_shop_as_link.shop_link_bn_wrap {margin:0 auto; width:70%;}
		.shop_link_bn_table td a {padding:15px 0;}
	}

	@media screen and (max-width: 768px){
		#wp_shop_prod_link .shop_link_bn_wrap, #wp_shop_qna_link .shop_link_bn_wrap, #wp_shop_review_link, .shop_link_bn_wrap, #wp_shop_as_link.shop_link_bn_wrap {width:100%; margin-top:40px;/* padding:0 15px; */}
	}

/* shop_review style S */
	#wp_shop_review_link .wp_container {max-width: 1200px;}
	#wp_shop_review_link #wp_review .review_list_wrap>li {    position: relative; padding: 15px 15px 10px; border-top: 1px dashed #ddd; }
	#wp_shop_review_link #wp_review .review_list_wrap .title_type { display: block; margin-bottom: 5px; font-size: 14px; color: #a0a0a0; line-height: 20px; }
	#wp_shop_review_link #wp_review .blind { overflow: hidden; position: absolute; top: 0; left: 0; width: 1px; height: 1px; font-size: 1px; line-height: 100px; white-space: nowrap; }
	#wp_shop_review_link #wp_review .review_list_wrap .ellipsis { display: inline-block; overflow: hidden; height: auto; width: 94%; /* height: 22px; */height: 45px; font-size: 14px; line-height: 22px; color: #000; text-align: left; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; }
	#wp_shop_review_link #wp_review .review_list_wrap li:first-child { border-top: 0; }
	#wp_shop_review_link #wp_review .review_list_wrap li:last-child { border-bottom: 1px dashed #ddd; margin-bottom: 15px; }

	#wp_shop_review_link #wp_review .wp_qna_reply {font-size: 15px;line-height: 1.5;padding: 0 15px;background-color: #f1f1f1;}
	#wp_shop_review_link #wp_review .wp_qna_reply .qa_detail .qa_answer input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}

	#wp_shop_review_link #wp_review .review_list_wrap .col1 input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}

	#wp_shop_review_link #wp_review .review_li {padding-left: 15px !important;padding-right: 15px !important;}
	#wp_shop_review_link #wp_review .review_li:hover {background-color: #f8f8f8;}

	/* review_reply */
	#wp_shop_review_link .list_info_reply {display: none;}
	#wp_shop_review_link .reply_view .list_info_reply {display: block; background-color: #fff;color: #121212;font-size: 13px;padding: 15px;border: 1px solid #ddd;margin-bottom: 15px;}
	#wp_shop_review_link .list_info_reply .answer_title {background-color: #121212;color: #fff;padding: 1px 5px;margin-bottom: 5px;font-size: 13px;}
	#wp_shop_review_link .list_info_reply .review_title {font-size: 15px;margin-top: 5px;margin-bottom: 10px;}
	#wp_shop_review_link .list_info_reply .review_content {font-size: 13px;margin-top: 5px;margin-bottom: 10px;}
	#wp_shop_review_link .list_info_reply input[type="checkbox"] { width: 20px;height: 20px;float: left; margin-right: 10px;}

	@media screen and (min-width: 769px){
		#wp_shop_review_link #wp_review .review_list_wrap .col1 { padding: 0 280px 0 10px; margin-bottom: 0px;}
	}
	@media screen and (max-width: 768px){
		#wp_shop_review_link #wp_review .review_list_wrap > li { padding-top: 10px; }
		#wp_shop_review_link #wp_review .review_list_wrap .col1 { padding-right: 50px;margin-top: 5px; margin-bottom: 15px;}
	}

	#wp_shop_review_link #wp_review .review_info {position: relative;}
	#wp_shop_review_link #wp_review .wp_rating {display: inline-block; padding: 3px 10px 0 0;margin-bottom: 5px;}
	#wp_shop_review_link #wp_review .wp_reviewer {display: inline-block; padding: 2px 5px 0; vertical-align: top;margin-bottom: 5px;}
	#wp_shop_review_link #wp_review .wp_review_date {position: absolute;top: 5px;right: 10px;font-size: 13px;}
	#wp_shop_review_link #wp_review .wp_photo_wrap {top: 50px; right: 10px; display: block; position: absolute; width: 50px; height: 50px;}
	#wp_shop_review_link #wp_review .wp_imgbx {display: block; overflow: hidden; position: relative; width: 100%; padding-top: 100%}
	#wp_shop_review_link #wp_review .wp_review_img {
		position: absolute;top: 0; left: 0; bottom: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: no-repeat 50% 50%; background-size: cover;
	}

	#wp_shop_review_link #wp_review .list_info .reply_view .review_title {padding: 0;}
	#wp_shop_review_link #wp_review .review_list_wrap .reply_view .wp_photo_wrap { display: none; }
	#wp_shop_review_link #wp_review .review_list_wrap .reply_view .ellipsis {height: auto; white-space: normal; text-overflow: clip; }
	#wp_shop_review_link #wp_review .wp_reply_img_wrap {display: none;}
	#wp_shop_review_link #wp_review .reply_view .wp_reply_img_wrap {/*max-width: 500px;max-height: 500px;*/width:100%; margin-top: 15px;display: inline-block;} /*hsh 수정*/
	#wp_shop_review_link #wp_review .reply_view .wp_reply_img_wrap img {width: 100%;}

	@media(max-width: 768px){
		#wp_shop_review_link #wp_review .list_info .review_info {padding: 0 70px 0 0; word-break: break-all;}
		#wp_shop_review_link #wp_review .list_info .review_title {padding: 0 70px 0 0; word-break: break-all;}
		#wp_shop_review_link #wp_review .reply_view .list_info .review_title {padding: 0;}
		#wp_shop_review_link #wp_review .wp_photo_wrap {top: 60px; right: 10px; display: block; position: absolute; width: 50px; height: 50px;}
	}

	#wp_shop_review_link #wp_review .review_text img {max-width: 500px; height: auto;}	/*네이버페이 구매후기 이미지 편집*/


	/* review_as */
	#wp_shop_as_link .wp_container {max-width: 1200px;}
	#wp_shop_as_link #shop_as_link .as_wrap_bg {display: block;background-color: #555;overflow: hidden;margin-top: 15px;}
	#wp_shop_as_link #shop_as_link .wp_pc_as_left {padding: 15px;background-color: #555;color: #fff;}
	#wp_shop_as_link #shop_as_link .wp_pc_as_right {background-color: #fff;border: 1px solid #555;padding: 15px;min-height: 50px;}

	#wp_shop_as_link .wp_view_sub img {max-width: 100%;}		/* 상세페이지 이미지 반응형 */

	@media (min-width: 768px){
		#wp_shop_as_link #shop_as_link .wp_pc_as_left {width: calc(100% - 80%);float: left;height: auto;text-align: center;display: table;}
		#wp_shop_as_link #shop_as_link .wp_pc_as_left span {display: table-cell;vertical-align: middle;font-size: 13px;}
		#wp_shop_as_link #shop_as_link .wp_pc_as_right {width: calc(100% - 20%);float: left;}
	}



/* shop_bottom footer S */
	#wp_shop .wp_list_footer {border-top:1px solid #d6d6d6;}
	#wp_shop .wp_list_footer .wp_search_div {margin-top: 10px;padding: 5px;padding-bottom: 15px;}
	#wp_shop .wp_list_footer .wp_search_div form select {height: 22px;border: none;background-color: #fff;padding-right: 40px;padding-left: 5px;}
	#wp_shop .wp_list_footer .wp_search_div form .wp_search_input {border: none;border-bottom: 1px solid #ddd;background-color: #fff;}
	#wp_shop .wp_list_footer .wp_search_div form button {border: none;background: none;}

	#wp_shop .wp_list_footer .wp_footer_btn_wrap {margin-top: 15px;margin-left: 15px;margin-right: 15px;}
	#wp_shop .wp_list_footer .wp_footer_btn_wrap .wp_footer_btn {padding: 8px 15px;background: none;border: 1px solid #aaa;}

	/* #wp_shop_review_link .wp_list_footer,#wp_shop_qna_link .wp_list_footer {border-top:1px solid #d6d6d6;} */
	#wp_shop_review_link .wp_list_footer .wp_search_div, #wp_shop_qna_link .wp_list_footer .wp_search_div {margin-top: 10px;padding: 5px;padding-bottom: 15px;}
	#wp_shop_review_link .wp_list_footer .wp_search_div form select, #wp_shop_qna_link .wp_list_footer .wp_search_div form select {height: 22px;border: none;background-color: #fff;padding-right: 40px;padding-left: 5px;}
	#wp_shop_review_link .wp_list_footer .wp_search_div form .wp_search_input, #wp_shop_qna_link .wp_list_footer .wp_search_div form .wp_search_input {border: none;border-bottom: 1px solid #ddd;background-color: #fff;}
	#wp_shop_review_link .wp_list_footer .wp_search_div form button, #wp_shop_qna_link .wp_list_footer .wp_search_div form button {border: none;background: none;}
	#wp_shop_review_link .wp_list_footer .wp_footer_btn_wrap, #wp_shop_qna_link .wp_list_footer .wp_footer_btn_wrap {margin-top: 15px;margin-left: 15px;margin-right: 15px;}
	#wp_shop_review_link .wp_list_footer .wp_footer_btn_wrap .wp_footer_btn, #wp_shop_qna_link .wp_list_footer .wp_footer_btn_wrap .wp_footer_btn {padding: 8px 15px;background: none;border: 1px solid #aaa;font-size: 12px;}
/* shop_bottom footer E */

/* search S */
#wp_shop .wp_search_box {text-align: center;padding: 30px 0;border: 1px solid #ddd;margin-top: 30px;}
#wp_shop .wp_search_box h5 {font-size: 15px;}
#wp_shop .wp_search_box .wp_select_wrap select {padding: 7px 10px;max-width: 24%;margin-right: 1%;overflow: hidden;}
#wp_shop .wp_search_box .wp_select_wrap option {width: 50px !important;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;max-width: 100px; }
#wp_shop .wp_search_box .important_prd {margin-top: 15px;}
#wp_shop .important_prd input {padding: 5px 10px;}
#wp_shop .important_prd select {padding: 7px 10px;}
#wp_shop .search_button button {padding: 5px 10px;width: 100%;font-size: 15px; background-color: #333;color: #fff;border: 1px solid #525252;}
#wp_shop .search_button button:hover {background-color: #fff;color: #333;border: 1px solid #525252;}
#wp_shop .search_button button i {vertical-align: middle;font-weight: 600;}

@media (max-width: 768px){
	#wp_shop .wp_search_box .wp_select_wrap {padding:0 15px;overflow: hidden;}
	#wp_shop .wp_search_box .wp_select_wrap select {padding: 7px 10px;max-width: 100%;margin-bottom: 15px;}
	#wp_shop .wp_search_box select {padding: 7px 10px;}
	#wp_shop .wp_search_box h5 {font-size: 18px;text-align: left;}
	#wp_shop .search_button {margin-top: 15px;}
}
/* search E */




/* coupon 2020-11-03 */
/* coupon */
	/* prd_view download btn */
	#wp_shop .wp_container .wp_cp_down_a {display: inline-block;background-color: #ff4800;color: #fff;padding: 3px 10px 4px;font-size: 13px;margin-left: 10px;vertical-align: top;}

	#wp_shop .wp_shop .wp_cp_wrap {padding-bottom: 15px;display: block;}
	#wp_shop .wp_shop .wp_cp_wrap ul {display: flex;width: auto;}
	#wp_shop .wp_shop .wp_cp_wrap div {display: block;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_dn {display: none !important;}

/* coupon 등록 (coupon registration) */
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box {margin: 15px 0;overflow: hidden;border: 1px solid #ddd;padding: 10px 15px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box > div {vertical-align: middle;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_p, #wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_a {text-align: center;font-size: 15px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_p {margin-bottom: 5px;padding: 5px;font-size: 20px;font-weight: 400;font-family: 'Noto Sans KR',serif;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_a {display: inline-block;background-color: #666;color: #fff;width: 100%;font-size: 13px;padding: 11px 5px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_a:hover {text-decoration: none;color: #fff;background-color: #333;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_info_wrap {margin: 10px 0;font-size: 13px;text-align: center;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_input_wrap {}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_p {margin-bottom: 5px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_d {margin-bottom: 5px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_box .wp_cp_t_a {margin-bottom: 5px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_info_wrap {margin: 10px 0;font-size: 11px;text-align: center;}
	}
	.wp_cp_wrap input, .wp_cp_wrap input[type="text"] {
		width:100%;
		padding:5px;
		line-height:1.5;
		height: 40px;
		background-color: #f5f5f5;
		border:3px solid #e5e5e5;
		border-radius:0px;
		-webkit-transition:0.35s ease-in-out;
		-moz-transition:0.35s ease-in-out;
		-o-transition:0.35s ease-in-out;
		transition:0.35s ease-in-out;
		transition:all 0.35s ease-in-out;
	}
	.wp_cp_wrap input:visited, .wp_cp_wrap input:link, .wp_cp_wrap input:active, .wp_cp_wrap input:focus, .wp_cp_wrap textarea:visited, .wp_cp_wrap textarea:link, .wp_cp_wrap textarea:active, .wp_cp_wrap textarea:focus, .wp_cp_wrap select:visited, .wp_cp_wrap select:link, .wp_cp_wrap select:active, .wp_cp_wrap select:focus {
		outline:none;
	}

/* coupon 사용가능/사용만료 버튼 */
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch {margin: 15px 0;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap {width: 100%;overflow: hidden;text-align: right;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap .wp_cp_t_switch_btn {display: inline-block;margin: 0 10px;text-decoration: none;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap .wp_cp_t_switch_btn .wp_cp_t_switch_btn_style {display: inline-block;padding: 5px 10px;border: 1px solid #aaa;color: #121212;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap .wp_cp_t_switch_btn .wp_cp_t_switch_btn_style:hover {background-color: #eee;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap .wp_cp_t_switch_btn.wp_on .wp_cp_t_switch_btn_style {background-color: #666;border: 1px solid #666;color: #fff;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap.wp_expire .wp_cp_li .wp_cp_bx {background: #f8f8f8;color: #aaa;}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_t_switch .wp_cp_t_switch_wrap {text-align: center;}
	}

/* coupon 리스트 (coupon list) */
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li {-webkit-box-flex:0;display: list-item; text-align: -webkit-match-parent;font-weight: 400;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li a {text-decoration: none;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li.wp_cp_warning {width: 100% !important;text-align: center;padding: 0 15px 20px;margin-bottom: 0;background: rgba(0,0,0,0.05);}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li .wp_cp_bx:hover {background-color: #f8f8f8;}

	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_tit {font-size: 15px;margin-bottom: 5px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_list {font-size: 13px;color: #888;font-weight: normal;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_list:before {content:"· ";}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_wrap {display: inline-block;text-align: left;margin-top: 20px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap p {text-align: left;box-sizing: border-box;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_tit_bx .wp_cp_type {clear: both;padding: 0 10% 0 0;font-size: 17px;line-height: 26px;font-weight: 400;font-family: 'Noto Sans KR', serif;}

	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_blind {font-size: 13px;color: #aaa;font-weight: 400;line-height: 18px;margin: 0;margin-right: 5px;padding: 0;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_type .wp_cp_blind {display: block;}
	/* #wp_shop .wp_shop .wp_cp_wrap .wp_cp_blind {overflow: hidden;position: absolute;top: 0;left: 0;width: 1px;height: 1px;font-size: 1px;line-height: 100px;white-space: nowrap;} */

	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info {padding-top: 19px;border-top: 1px dashed #ddd;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info p {font-size: 13px;line-height: 20px;font-weight: 300;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info i {position: absolute;font-size: 45px;bottom: 0;right: 0;color: #eee;transition:all 0.3s;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info .wp_cp_get * {color: #f4390b;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li .wp_cp_info .wp_cp_get i {color: #f4390b;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li:hover .wp_cp_info .wp_cp_get i {color: #f2ad0d;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li.wp_cp_not_active .wp_cp_info .wp_cp_get i {color: #eee;}

	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li.wp_cp_not_active a {cursor: default;pointer-events: none;text-decoration: none;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li.wp_cp_not_active a i {color: #eee;}


	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_option {margin-bottom: 10px;float: left;font-size: 13px;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_option .wp_cp_rule {margin-top: 0;font-size: 13px;line-height: 20px;font-weight: 300;}
	#wp_shop .wp_shop .wp_cp_wrap .wp_cp_option .wp_cp_rule + .wp_cp_blind:before {content: " / ";font-weight: 100;}

	#wp_shop .wp_shop .wp_cp_wrap .wp_info_tit .wp_cp_discount {color: #f4390b;}

	@media all and (min-width: 992px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-left: -20px;padding-bottom: 0px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li {-webkit-box-flex: 0;-ms-flex: none;flex: none;width: 50%;padding: 0 0 20px 20px;box-sizing: border-box;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_bx {position: relative;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 100%;border: 1px solid #ddd;padding: 20px 20px 96px;box-sizing: border-box;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_tit_bx .wp_cp_type {}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_tit_bx .wp_cp_type .wp_cp_blind {margin-bottom: 5px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info {position: absolute;right: 20px;bottom: 20px;left: 20px;}
	}
	@media all and (min-width: 992px), screen\9 {
		/* 익스플로어 전용 CSS */
			/* Only works in IE10 이상 (IE11도 포함) */
			_:-ms-input-placeholder, :root #wp_shop .wp_shop .wp_cp_wrap .wp_cp_bx {height: auto !important;}
		/* 익스플로어 전용 CSS 끝 */
	}
	@media all and (min-width: 1200px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li {
			-webkit-box-flex: 0;-ms-flex: none;flex: none;width: calc(100% / 3);padding: 0 0 20px 20px;box-sizing: border-box;
		}
	}
	@media all and (min-width: 1200px), screen\9 {
		_:-ms-input-placeholder, :root #wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li {
			-webkit-box-flex: 0;-ms-flex: none;flex: none;width: calc(100% / 3 - 0.01px);padding: 0 0 20px 20px;box-sizing: border-box;
			height: auto;
			max-height: auto;
		}
		_:-ms-input-placeholder, :root #wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_li.wp_cp_warning {width: 100%;}
	}
	@media all and (max-width: 991px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap, .wp_cp_list_wrap .wp_cp_li {margin-bottom: 20px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_bx {padding: 20px;background: #fff;border: 1px solid #ddd;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_tit_bx .wp_cp_type {}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info {margin-top: 20px;position: relative;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_info i {/* display: none; */bottom: 0px;right: 0px;font-size: 45px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_list {font-size: 11px;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_list_wrap .wp_cp_warning .wp_cp_warning_list:before {content:"";}
		#wp_shop .wp_shop .wp_cp_wrap ul {display: block;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_type .wp_cp_blind,
		#wp_shop .wp_shop .wp_cp_wrap .wp_info_tit .wp_cp_blind {
		/* #wp_shop .wp_shop .wp_cp_wrap .wp_cp_expiry .wp_cp_blind. */
		/* #wp_shop .wp_shop .wp_cp_wrap .wp_cp_blind { */
			overflow: hidden;
			position: absolute;
			top: 0;
			left: 0;
			width: 1px;
			height: 1px;
			font-size: 1px;
			line-height: 100px;
			white-space: nowrap;
		}
		#wp_shop .wp_shop .wp_cp_wrap .wp_info_tit .wp_cp_discount {font-size: 15px;font-weight: 600;}
	}
	@media all and (max-width: 768px){
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_option {float: none;}
		#wp_shop .wp_shop .wp_cp_wrap .wp_cp_option .wp_cp_rule {margin-top: 0;font-size: 13px;line-height: 20px;font-weight: 300;}
	}

/* coupon(order input) */

	#wp_shop .wp_shop .wp_cp_order_btn {text-align: center; padding: 8px 0px;background: #121212;color: #fff;}
	#wp_shop .wp_shop .wp_cp_order_btn:hover {background: #777;}
	#wp_shop .wp_shop .wp_container .wp_tdn, #wp_shop .wp_shop .wp_container .wp_tdn:hover {text-decoration: none;}

	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td > span,
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_td .wp_reserve_caption > span {padding-left: 15px !important;}	/* 2020-11-04 edit_d caption padding */
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr .wp_cp_result_txt {padding: 8px;/* text-align: center; */}
	#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr .wp_cp_result_txt .wp_cp_result_tit {display: inline;}

	@media (max-width: 480px){
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr .wp_cp_result_txt {text-align: right;}
		#wp_shop .wp_shop .shop_order_input_wrap .shop_order_table .shop_order_tr .wp_cp_result_txt .wp_cp_result_tit {display: block;text-align: right;}
	}

	#wp_shop .wp_shop .wp_pdn {padding: 0;}
	#wp_shop .wp_shop .wp_cp_t_wrap {border-bottom: 1px solid #ddd;}

	#wp_shop .wp_shop .wp_cp_b_wrap * {transition:all 0.3s;}
	#wp_shop .wp_shop .wp_cp_b_wrap + .wp_cp_b_wrap {border-top: 1px dashed #ddd;}


	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_th {padding-bottom: 15px;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td {padding: 30px 0px 15px;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td * {text-align: left;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td .wp_cp_mo_tit {display: none;}

	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap {padding: 30px 25px 30px 0;overflow: hidden;display: flex;align-items: center;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img {padding: 0px 25px 0px 0px;float: left;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img img {max-width: 110px;max-height: 110px;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img .wp_all_prd_ico {font-size: 80px;padding: 15px 15px;background-color: #f5f5f5;color: #ddd;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img .wp_cp_pointer_n {pointer-events: none; cursor: default; text-decoration: none;}

	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap {padding: 30px 0px 15px;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap select {width: 100%; max-width: 75%; padding: 5px 0 5px 10px;outline:none;border:1px solid #aaa;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap select::-ms-expand {display: none !important;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap select:focus,.wp_cp_td_select_wrap select:active {outline:none;}
	#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap select option {color: #121212;}

	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info {text-align: left;font-size: 15px;vertical-align: middle;display: block;float: left; max-width: calc(100% - 135px);}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info > a {display: block;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .wp_cp_pointer_n {pointer-events: none; cursor: default; text-decoration: none;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .brand_name {font-size: 13px; line-height: 15px; text-decoration: underline;color: #121212;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_name {margin-top: 5px; font-size: 16px; line-height: 22px;font-weight: 600;color: #121212;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price {margin-top: 6px; font-size: 13px; color: #303033; line-height: 22px;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price > span {display: block;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price .product_price_original{ display: block; margin-top: 2px; color: #121212;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price .product_price_original .wp_access_msg_c{color: #ff4800; font-weight: 600;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price .product_price_sale{ text-decoration: line-through; color: #aaa;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_price .product_price_discount{ display: block; margin-top: 2px; color: #ff4800;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_option {display: block; margin-top: 6px; font-size: 13px; line-height: 20px; color: #303033; }
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_option .wp_myorderlist_totalprice {color: #121212;font-size: 15px;}
	#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_option .wp_myorderlist_totalprice .wp_access_msg_c {font-weight: 600;}

	/* wp_cp_option */
	#wp_shop .wp_shop .wp_cp_price {font-size: 15px;font-weight: 600;}
	#wp_shop .wp_shop .wp_cp_price .wp_cp_price_p {font-size: 13px;}

	/* wp_cp_submit */
	#wp_shop .wp_shop .wp_cp_submit_wrap {border-top: 1px solid #ddd;}
	#wp_shop .wp_shop .wp_cp_sub_info {font-size: 13px;}
	#wp_shop .wp_shop .wp_cp_total {font-size: 15px;font-weight: 600;}
	#wp_shop .wp_shop .wp_cp_submit_btn {text-decoration: none;margin-top: 30px;display: inline-block;padding: 10px 30px;background-color: #f43132;color: #fff;}
	#wp_shop .wp_shop .wp_cp_submit_btn:hover {background-color: #e10d0d;}

	@media (max-width: 1000px){
		#wp_shop .popCont {padding: 0;}
		#wp_shop .wp_shop .wp_cp_t_wrap {display: none;}
		#wp_shop .wp_shop .wp_cp_b_wrap {padding-top: 15px;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td {padding: 0 0 15px 0;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td .wp_cp_mo_tit {display: inline;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap {padding: 0;margin-bottom: 15px;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap select {max-width: 100%;}
		#wp_shop .wp_shop .wp_cp_td_prd > div {padding: 15px 0;}
		#wp_shop .wp_shop .wp_cp_td_prd .basket_prd_info {float: none;}
		#wp_shop .wp_shop .wp_cp_td_prd .wp_cp_prd_info .product_option {padding-bottom: 15px;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap {display: block;padding: 0;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img {padding: 0px 0px 25px 25px;float: right;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img img {max-width: 110px; max-height: 110px; width: 100%;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img .wp_all_prd_ico {font-size: 60px;padding: 25px 25px;background-color: #f5f5f5;color: #ddd;}
		#wp_shop .wp_shop .wp_cp_td_prd .wp_basket_ea_area .ea_wrap { width: 108px; display: block;margin-left: 15px;}
		#wp_shop .wp_shop .wp_cp_td_prd .wp_basket_ea_area .ea_text {}
		#wp_shop .wp_shop .wp_cp_td_prd .wp_basket_ea_area .ea_text .ea_text_mobile {display: inline !important;border-bottom: none;margin-right: 10px;}
	}
	@media (max-width: 768px){
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img img {max-width: 110px; max-height: 110px; width: 100%;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img .wp_all_prd_ico {font-size: 80px;padding: 15px 15px;background-color: #f5f5f5;color: #ddd;}
	}
	@media (max-width: 480px){
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img img {max-width: 100px; max-height: 100px; width: 100%;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_prd .wp_cp_prd_img_wrap .basket_prd_img .wp_all_prd_ico {font-size: 70px;padding: 15px 15px;background-color: #f5f5f5;color: #ddd;}
		#wp_shop .wp_shop .wp_cp_b_wrap .wp-mo-12 {width: 100%;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td {padding: 0 0 10px 0;text-align: right;}
		#wp_shop .wp_shop .wp_cp_li_wrap .wp_cp_td_select_wrap {margin-top: 0px;}
	}


/* recommend slide S */
#wp_shop_recomm * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#wp_shop_recomm .recomm_wrap {margin: 15px 0 50px;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head {overflow: hidden;width: 100%;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head .wp_recomm_title {margin-bottom: 10px;font-size: 15px;font-weight: 600;float: left;}
#wp_shop_recomm .recomm_wrap .wp_recomm_head .wp_arrow_wrap {text-align: right;margin-bottom: 10px;float: right;}
#wp_shop_recomm .recomm_wrap .wp_arrow_wrap > div {background-color: #fff;display: inline-block;padding: 0 3px;border: 1px solid #ddd;cursor:pointer;}
#wp_shop_recomm .recomm_wrap .wp_arrow_wrap > div:hover {background-color: #f1f1f1;}

#wp_shop_recomm .recomm_wrap .wp_ellipsis2 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 2.4em; }
#wp_shop_recomm .recomm_wrap .wp_ellipsis3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 3.6em; }
#wp_shop_recomm .recomm_wrap .wp_ellipsis4 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;word-wrap:break-word; line-height: 1.2em;height: auto;max-height: 4.8em; }

#wp_shop_recomm .recomm_wrap .swiper-slide .d_img_frame_wrap {width: 100%;padding-top: 99%;overflow: hidden;position: relative;border: 1px solid #ddd;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_img_frame_wrap img {
	position: absolute;top: 50%;bottom: 0;left: 50%;right: 0;transform:translate(-50%,-50%);
	width: 100%;min-width: 100%;height: auto;
}

#wp_shop_recomm .recomm_wrap .swiper-slide .d_txt_frame_wrap {margin: 5px 0;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_txt_frame_wrap .wp_prod_tit {font-size: 13px;font-weight: 600;color: #121212;}

#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap {overflow: hidden;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap .wp_opt_left {width: 30%;text-align: left;color: #ec2002;float: left;padding: 0 5px;}
#wp_shop_recomm .recomm_wrap .swiper-slide .d_opt_frame_wrap .wp_opt_right {display: inline-block;text-align: right;color: #121212;font-weight: 600;float: right;padding: 0 5px;}

/* recommend slide E */

/*주문서 배송지 목록 모달*/
#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_shipping_btn {font-size: 12px;background: #fff;color: #121212;border: 0;border-radius: 0;padding: 2px 12px;border: 1px solid #aaa;}
#wp_shop .wp_shop .shop_order_input_wrap .shop_orderlist_title .wp_shipping_btn:hover {background: #f1f1f1;}

/* delivery modal S */
#wp_shop .d_modal_wrap {position:fixed;top:0;right:0;bottom:0;left:0;z-index: 99999;background:rgba(0, 0, 0, 0.7);opacity:0;
	-webkit-transition: opacity 300ms ease-in;
	-moz-transition: opacity 300ms ease-in;
	transition: opacity 300ms ease-in;
	pointer-events: none;
}
#wp_shop .d_modal_wrap:target{opacity:1;pointer-events:auto;}
#wp_shop .d_modal_wrap .popWrap{
	position:fixed;top:50%;left:50%;width:100%;max-width:450px;min-width:280px;height:auto;background:#fff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#wp_shop .d_modal_wrap .popTit{height:50px;line-height:50px;text-align:left;padding: 0 20px;color:#121212;border-bottom:2px solid #ddd;font-size:1.5em;width: 100%;font-weight: 600;font-family: inherit;}
#wp_shop .d_modal_wrap .popWrap > .wp_shipping_btn {position: absolute;top: 25px;right: 80px;transform:translate(0,-50%);font-size: 12px;background: #fff;color: #121212;border: 0;border-radius: 0;padding: 2px 12px;border: 1px solid #aaa;cursor:pointer;}
#wp_shop .d_modal_wrap .popWrap > .wp_shipping_btn:hover {background: #f1f1f1;}

#wp_shop .d_modal_wrap .popCont{padding:15px;text-align:center;color:#7e7e7e;}
#wp_shop .d_modal_wrap .popCont p{white-space:pre-line;}
#wp_shop .d_modal_wrap .popCont.type02{text-align:left}
#wp_shop .d_modal_wrap .popCont .wp_deli_modal_tr:last-child {border-bottom: 1px solid #ddd;}

#wp_shop .wp_deli_modal_tr {line-height: 1.5;word-break: keep-all;}
#wp_shop .wp_deli_modal_tr .wp_deli_btn {all:unset; font-size: 12px;background: #fff;color: #121212;border: 0;border-radius: 0;padding: 0px 10px;margin-bottom: 3px;font-weight: normal;cursor:pointer;text-decoration: none; text-align: center;}
#wp_shop .wp_deli_modal_tr .wp_deli_btn:hover {background-color: #f1f1f1;text-decoration: none;}
#wp_shop .wp_deli_modal_tr .wp_deli_btn:disabled {background-color: #f1f1f1;color: #888;cursor:default;}
#wp_shop .wp_deli_modal_tr {padding: 15px 0;}
#wp_shop .wp_deli_modal_tr + .wp_deli_modal_tr {border-top: 1px dashed #ddd;}
#wp_shop .wp_deli_modal_tr .wp_shipping_btn {font-size: 12px;background: #fff;color: #121212;border: 0;border-radius: 0;padding: 2px 12px;border: 1px solid #aaa;}
#wp_shop .wp_deli_modal_tr .wp_shipping_btn:hover {background: #f1f1f1;}
#wp_shop .wp_deli_modal_tr .wp_shipping_btn + .wp_shipping_btn {margin-top: 5px;}
#wp_shop .wp_deli_modal_tr .wp_deli_name {font-size: 15px;font-weight: 600;color: #121212;}
#wp_shop .wp_deli_modal_tr .wp_deli_tel {font-size: 13px;color: #666;margin: 5px 0;}
#wp_shop .wp_deli_modal_tr .wp_deli_address {font-size: 13px;color: #121212;}
#wp_shop .wp_deli_modal_tr .wp_deli_address .wp_shipping_btn {width: 100%;margin-bottom: 5px;background-color: #121212;color: #fff;border: none;font-size: 12px;padding: 5px;cursor:pointer; text-align: center;}
#wp_shop .wp_deli_modal_tr .wp_deli_input_wrap {padding: 0 15px;}

#wp_shop .d_modal_wrap .wp_deli_modal_tr input[type="text"] {width: 100%;margin-bottom: 5px;padding: 4px 8px;font-size: 12px;border:1px solid #ddd;border-radius: 0;}

#wp_shop .wp_deli_modal_tr .wp_choice_wrap > .wp_deli_name {text-align: center;}
#wp_shop .wp_deli_modal_tr .wp_choice_wrap,#wp_shop .wp_deli_modal_tr .wp_btn_wrap {display: flex; justify-content: flex-end; padding-top: 10px;}
#wp_shop .wp_deli_modal_tr .d_input_tit {font-size: 12px;color: #121212;font-weight: normal;padding-top: 4px;padding-bottom: 4px;}

#wp_shop .wp_deli_modal_tr .wp-xs-6 ,#wp_shop .wp_deli_modal_tr .wp-xs-12 {padding-left: 0;padding-right: 0;}
#wp_shop .wp_deli_modal_tr .wp_order_pd0_all {padding: 0 !important;}
#wp_shop .wp_deli_modal_tr .wp_deli_info_wrap input[type="text"] + span, .wp_deli_name input[type="text"] + span, .wp_deli_tel input[type="text"] + span , .wp_deli_address input[type="text"] + span
{font-size: 12px;color: #f00;font-weight: normal;margin-top: -2px;margin-bottom: 5px;display: block;}
#wp_shop .wp_deli_modal_tr .wp_deli_info_wrap button {text-align: left;}
#wp_shop .wp_deli_modal_tr .buttonChk:hover {background-color: #e5e5e5;}

/* pager S */
#wp_shop .d_modal_wrap .wp_modal_pager {text-align: center;font-size: 15px;}
#wp_shop .d_modal_wrap .wp_modal_pager > a {display: inline-block;padding: 5px; margin: 0px;min-width: 30px;}
#wp_shop .d_modal_wrap .wp_modal_pager > a:hover {background-color: #121212;color: #fff;}
/* pager E */

@media (max-width: 768px){
	#wp_shop .wp_deli_modal_tr > .wp_deli_info_wrap {margin: 10px 0;}
	#wp_shop .wp_deli_modal_tr .wp_btn_wrap {text-align: right;}
	#wp_shop .wp_deli_modal_tr .d_input_tit {margin-top: 10px;margin-bottom: 5px;}
	#wp_shop .wp_deli_modal_tr .wp_choice_wrap > .wp_deli_name {text-align: left;}


	#wp_shop .shop_order_input_wrap .wp_deli_btn {max-width: 80px;}
}
@media (max-width: 480px){
	#wp_shop .wp_deli_modal_tr .d_input_tit {margin: 0;}
}
/* delivery modal E */
/*//주문서 배송지 목록 모달*/


/* today quick */
/*Reset*/
.d_quick_menu a {text-decoration: none;}
.d_quick_menu table, .d_quick_menu th, .d_quick_menu td, .d_quick_menu input, .d_quick_menu select, .d_quick_menu textarea, .d_quick_menu div{font-family:inherit; font-size:12px; color:#666; /*line-height:1.6;*/}
.d_quick_menu td, .d_quick_menu select{font-size:12px; color:#666;}
.d_quick_menu h1, .d_quick_menu h2, .d_quick_menu h3, .d_quick_menu h4, .d_quick_menu h5, .d_quick_menu h6, .d_quick_menu ol, .d_quick_menu ul, .d_quick_menu li, .d_quick_menu form, .d_quick_menu fieldset, .d_quick_menu input, .d_quick_menu textarea, .d_quick_menu hr, .d_quick_menu p{margin:0; padding:0;}
.d_quick_menu img, .d_quick_menu fieldset{border:0 none;}
.d_quick_menu img{vertical-align:middle;}
.d_quick_menu input{vertical-align:middle;}
.d_quick_menu ol, .d_quick_menu ul, .d_quick_menu li{list-style:none;}
/*table{border-spacing:0; border-collapse:collapse; border:0 none;}*/
.d_quick_menu h1,.d_quick_menu h2,.d_quick_menu h3,.d_quick_menu h4,.d_quick_menu h5,.d_quick_menu h6{font-size:100%;}
.d_quick_menu button{border:0 none; padding:0; margin:0; background:transparent; *overflow:visible; cursor:pointer;}
.d_quick_menu button::-moz-focus-inner{border:0; padding:0;}
.d_quick_menu label{cursor:pointer;}


.d_quick_menu .blind {display:none;overflow:hidden;position:absolute;width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999em;visibility:hidden;outline:none;z-index:-1}

.d_quick_menu legend		{position:absolute; height:0; font-size:0px; line-height:0; overflow:hidden; text-indent:-20000px;}
.d_quick_menu fieldset	{border:0; padding:0;}

	/* quick style S */


	.d_quick_menu .wp_ellipsis {display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-all;}
	.d_quick_menu .wp_ellipsis > a {width: 100%;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-break: break-all;}
	.d_quick_menu .wp_ellipsis.name > a {text-align: left;}
	.d_quick_menu .wp_ellipsis.price > a {text-align: right;}

	.d_quick_menu {position: fixed;right: 0;top: 50%;transform:translate(100%, -50%);transition:all 0.3s;z-index: 20;}
	.d_quick_menu.d_active {transform:translate(0%, -50%);}
	.d_quick_frame {width: 200px;background-color: #f8f8f8;height: auto;border-bottom: 1px solid #c2c2c2;border-left:  1px solid #c2c2c2;border-top: 1px solid #c2c2c2;min-height: 350px; }
	.d_quick_frame .d_thumb_wrap { min-height: 300px;}
	.d_quick_frame .d_thumb_wrap .d_thumb {padding: 0 7px;}
	.d_quick_frame .d_thumb_wrap .d_thumb + .d_thumb {padding-top: 7px;}
	.d_quick_frame .d_thumb_wrap .d_thumb:first-child {padding-top: 7px;}
	.d_quick_frame .d_thumb_wrap .d_thumb:last-child {padding-bottom: 7px;}
	.d_quick_frame .d_thumb_wrap .d_thumb .d_no_img {padding: 20px 0;font-weight: bold;}
	.d_quick_frame .d_thumb_wrap .d_thumb .d_no_img img {fill:#fff;}

	.d_thumb_img_wrap {position: relative; width: 100%; padding-top: 75%;overflow: hidden;}
	.d_thumb_img {position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: 100%;}

	.d_thumb_txt_wrap {position: relative;}
	.d_thumb_txt_wrap .d_tpl_code {font-size: 14px;color: #000;padding: 5px;margin-bottom: 5px;display: inline;}
	.d_thumb_txt_wrap .d_tpl_code.d_small_txt {font-size: 12px;color: #ccc;}
	.d_thumb_txt_wrap .d_callback {padding: 4px;margin-top: 3px;background-color: #f00;color: #fff;float: right;font-size: 12px;}
	.d_thumb_txt_wrap ul {width: 100%;margin: 30px 0;}
	.d_thumb_txt_wrap ul li {text-align: center;line-height: 2;}
	.d_thumb_txt_wrap ul li a {color: #fff;font-size: 13px;}

	.d_btn_wrap {position: absolute;top: 50%;transform:translate(-100%,-50%);}
	.d_btn_wrap .d_btn_bx {background-color: #fbfbfb;display: block;text-align: center;color: #fff;width: 35px;height: 35px;padding: 5px 0;box-sizing: border-box;}
	.d_btn_wrap a {border: 1px solid #bababa;border-right: none;}
	.d_btn_wrap a:nth-child(n+2){border-top: none}
	.d_btn_wrap .d_btn_bx.d_bg_red {background-color: #d30d0d;}
	.d_btn_wrap .d_btn_bx.d_bg_yellow {background-color: #d2d2d2;color: #121212;}
	.d_btn_wrap .d_btn_bx.d_bg_green {background-color: #a7a7a7;color: #fbfbfb;}
	.d_btn_wrap .d_btn_bx.d_bg_gray {background-color: #fbfbfb;color: #121212;}
	.d_btn_wrap .d_btn_bx .d_btn_ico_wrap {}
	.d_btn_wrap .d_btn_bx .d_btn_ico_wrap .ico_frame {text-align: center;font-size: 20px;}
	.d_btn_wrap .d_btn_bx .d_btn_ico_wrap .d_btn_subj {font-size: 11px;}
	.d_btn_wrap .d_btn_bx .d_btn_ico_wrap .d_btn_close {display: none;}

	.d_quick_menu.d_active .d_btn_wrap .d_btn_bx .d_btn_ico_wrap .ico_frame .d_btn_open {display: none;}
	.d_quick_menu.d_active .d_btn_wrap .d_btn_bx .d_btn_ico_wrap .ico_frame .d_btn_close {display: inline;}
	.d_quick_menu.d_active .d_btn_wrap .d_btn_bx .d_btn_ico_wrap .d_btn_subj.d_btn_open {display: none;}
	.d_quick_menu.d_active .d_btn_wrap .d_btn_bx .d_btn_ico_wrap .d_btn_subj.d_btn_close {display: inline;}
	.ico_frame i {color: #383838;    }

	.d_quick_menu .d_thumb.gallbox img {top: 0;left: 0;bottom: 0;right: 0;width: 100%;}
	.gallbox a {color: #090909!important}
	.gallbox .name {display: inline;    line-height: 1.9;}
	.gallbox .price {float: right;display: inline;font-weight: bolder}
	.subinfo::before {content: "";
		display: block;
		border-top: 1px solid #e5e5e5;margin-bottom: 20px;}
	.subinfo {margin-top: 20px;text-align: center;line-height: 1.5;}
	.subinfo h5 {font-size: 14px;padding-bottom: 10px;}
	.subinfo h6 {font-size: 15;font-weight: bold}
	.subinfo ul {font-size: 11px;text-align: left;padding-top: 10px;letter-spacing: -0.5px;}
	.morebtn {text-align: center;margin-top: 20px;border: 1px solid #e5e5e5;padding-top: 5px;padding-bottom: 5px;}
	.morebtn:hover {background-color: black;color: #fff!important}
	.morebtn a:hover {color: white;}

	@media (min-width: 481px){
		.d_btn_wrap .d_btn_bx.d_only_mo {display: none;}
	}
	@media (max-width: 991px){
		/* .d_quick_menu {display: none;} */
		.d_quick_frame {max-height: 100vh;overflow-y: auto;}
		/* .d_btn_wrap .d_btn_bx {width: 55px;height: 55px;padding: 2px 0;} */
	}

	/* quick menu E */

	@keyframes d_fade{
		0%{opacity: 0;}
		50%{opacity: 0;}
		100%{opacity: 1;}
	}
	@keyframes d_rotate{
		100%{transform: rotate(360deg);}
	}
	@keyframes d_skew{
		100%{transform: skew(20deg);}
	}


/* Naver pay S */
#wp_shop .wp_npay_wrap {text-align: center;}
#wp_shop .wp_npay_wrap .npay_storebtn_bx {margin-top: 10px !important;}

@media (min-width: 769px){
	/*#wp_shop .wp_npay_wrap {text-align: right;!* margin-right: 45px; *!padding: 0 15px;}*/
	/* #wp_shop .wp_npay_wrap .npay_type_A_2 {width: auto !important;} */
}




/* bootstrap - modal opacity disable */
/* KG 결제창 opacity 0으로 안나오는 사례 발생되어, 해당 값 설정 */
#inicisModalDiv, .inipay_modal {opacity: 1 !important;}