@charset "utf-8";

/*버튼*/
.btn-product-view,
.btn-select-delete {
	padding:10px 20px;
	text-align:center; font-size:13px; display:inline-block;
	line-height:1;
	border:1px solid #bbb;
}
.btn-product-view:hover,
.btn-select-delete:hover {
	background:#ff9701; color:#fff !important; border:1px solid #ff9701;
}


/* ************************ #1.데스크탑 (992~) ************************ */
@media screen and (min-width: 992px), print {	
	
	/*마이페이지-리스트*/
	.mypage_list .ment {margin-bottom:50px;}
	.mypage_list .ment p {font-size:18px; color:#666; text-align:center; font-weight:300; line-height:1.6; letter-spacing:-.5px;}
	.mypage_list .ment p span {color:#666; font-weight:500;}
	
	
	.mypage_list ul {font-size:0;}
	.mypage_list ul li {padding:5px; display:inline-block; width:25%;}
	.mypage_list ul li a {
		border:1px solid #ddd; display:block; padding:40px 30px 40px; text-align:center;
		background-color:#f9f9f9;
		background-position:center;
		background-repeat:no-repeat;
	}
	.mypage_list ul li a span {
		background-color:#f9f9f9;
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		display:inline-block; width:52px; height:65px;
	}
	
	/*적립금내역 추가 19-12-24 start*/
	.mypage_list ul li.i_search a span {background-image:url(/style_member/img/i_search.png);}
	.mypage_list ul li.i_basket a span {background-image:url(/style_member/img/i_basket.png);}
	.mypage_list ul li.i_like a span {background-image:url(/style_member/img/i_like.png);}
	.mypage_list ul li.i_point a span {background-image:url(/style_member/img/i_point.png);}
	.mypage_list ul li.i_modify a span {background-image:url(/style_member/img/i_modify.png);}
	
	.mypage_list.type-list4-over ul {text-align:center;}
	.mypage_list.type-list4-over ul li {width:220px !important;}
	.mypage_list.type-list4-over ul li a {padding-left:0; padding-right:0;}
	/*적립금내역 추가 19-12-24 end*/
	
	
	.mypage_list ul li a p {margin-top:10px; font-size:16px; color:#666;}
	.mypage_list ul li a:hover {border:1px solid #666;}
	.mypage_list ul li a:hover p {color:#666;}
	
	
	
	/*공통*/
	.ico_title {display:inline-block; width:20px; height:20px; border-radius:50%; background:#666 url(../style_member/img/arrow-right-fff.png)no-repeat center; background-size:5px !important;}
	
	.phoneSize {display:none;}
	
	
	/* 페이징 공용 */
	.pageBtn_wrap {font-size:0; text-align:center; margin:20px auto;}
	.pageBtn_wrap ul {display:inline-block; vertical-align:top;}
	.pageBtn_wrap ul li {display:inline-block;}
	.pageBtn_wrap a {padding:20px; display:inline-block; border:1px solid #d7d7d7; font-size:13px;}
	.pageBtn_wrap>a {border-right:0;}
	.pageBtn_wrap>a:hover {background-color:#f9f9f9;}
	.pageBtn_wrap ul li a {padding:0 17px; height:42px; line-height:42px;}
	.pageBtn_wrap ul li+li a {border-left:0;}
	.pageBtn_wrap ul li.on a,
	.pageBtn_wrap ul li:hover a {font-weight:500; color:#fff; background:#333;}
	
	.pageBtn_wrap .first {background:url(../style_member/img/first.png) 50% no-repeat;}
	.pageBtn_wrap .last {background:url(../style_member/img/last.png) 50% no-repeat; border-right:1px solid #ddd;}
	.pageBtn_wrap .prev {background:url(../style_member/img/prev.png) 50% no-repeat; border-right:1px solid #ddd; margin-right:10px;}
	.pageBtn_wrap .next {background:url(../style_member/img/next.png) 50% no-repeat; margin-left:10px;}
	
	.pageBtn_mobile {display:none;}
	

	
	
	
	/* ******************** 나의찜내역 + 장바구니 ******************** */
	/* 제품 테이블 */
	.product_table {position:relative; border-top:1px solid #000; margin:10px 0 0;}
	.product_table td strong {display:block; text-align:center;}
	.product_table table {width:100%;}
	.product_table th, .product_table td {padding:15px 10px;  border-bottom:1px solid #ddd; text-align:center;}
	.product_table th {font-size:15px; color:#666; background:#f5f5f5; text-align:center; font-weight:400;}
	.product_table td {color:#000; font-weight:300;}
	.product_table td a {color:#000; font-weight:300;}
	.product_table td a.orderNum {text-decoration:underline !important;}
	.product_table td a:hover {color:red;}
	.product_table td img {width:68px; display:inline-block;}
	.product_table .tb_proTitle {padding-left:10px;}
	.product_table .tb_proTitle p {text-align:left; font-size:14px;}
	.product_table .tb_proTitle img {padding-right:0; margin-right:15px;}
	.product_table .tb_proTitle div {display:inline-block; vertical-align:middle; text-align:left; padding-left:10px;}
	
	.product_table .tb_proTitle.width-fix>div>div {width:85%; text-align:left; padding-left:5px;}
	
	.product_table .tb_proTitle div>p>a {font-size:16px; color:#000; font-weight:300; display: inline-block; word-break:break-all; width:100%;}
	.product_table .tb_proTitle div>p>a:hover {color:red;}
	.product_table .tb_proTitle div>span {font-size:12px; color:#999; display:block; max-width:270px; text-align:left;}
	.product_table .tb_proTitle div.left_con {font-size:13px; max-width:100%; word-break:keep-all; color:#666;}
	.product_table .tb_proTitle div.left_con>span {color:red !important; font-weight:400;}
	.product_table .tb_proTitle div.left_con * {display:inline-block !important;}
	.product_table .tb_proTitle div.left_con_search {display:block; margin-top:5px;}
	.product_table .tb_proTitle div.left_con_search a {display:inline-block; border:1px solid #ddd; padding:5px 10px;}
	.product_table .tb_proTitle div.left_con_search a:hover {border:1px solid #666; background:#666; color:#fff;}
	.product_table .tb_proTitle div.left_con_search a strong {font-weight:400;}
	.product_table .tb_proTitle>div {display:table; width:100%;}
	.product_table .tb_proTitle>div>* {display:table-cell;}
	.product_table .tb_proTitle>div>a {width:80px;}
	.product_table b {display:block; color:#000; text-align:center; font-weight:300;}
	.product_table .tb_mobileTh {display:none !important;}
	.product_table .tb_btnWrap div {text-align:center; padding-right:5px;}
	
	.product_table .linkBasic-btn,
	.product_table .order-cancle-btn {
		display:inline-block; padding:10px 15px; border:1px solid #ddd; width:auto !important;
		line-height:1;
		font-size:14px !important; color:#333;
		text-align:center;
	}
	.product_table .linkBasic-btn:hover,
	.product_table .order-cancle-btn:hover {background:#ff9701; color:#fff; border:1px solid #ff9701;}
	
	/* 추가상품 */
	.product_table .tb_addProduct {}
	.product_table .tb_addProduct>div {}
	.product_table .t_option {width:80px; color:#fff;text-align:center; font-size:15px;}
	.product_table .t_wrap {padding:10px 20px;border:1px solid #e5e5e5; margin-top:-1px; text-align:left; position:relative;}
	.product_table .t_wrap>* {}
	/* .product_table .t_wrap.borderTop {border-top:1px solid #e5e5e5;} */
	.product_table .t_wrap .t_item {float:left; width:calc(100% - 100px); padding-left:30px;}
	.product_table .td_order .t_wrap .t_item {padding-left:0px;}
	.product_table .t_wrap .t_pos {float:right;overflow:hidden;text-align:right;}
	.product_table .t_wrap .t_del {cursor:pointer; position:absolute; top:10px; left:10px; font-size:14px;}
	.product_table .t_wrap .t_del {color:#fff; width:24px; height:24px; background:url(../images/common/i-close.svg)center no-repeat; border:1px solid #e5e5e5; border-radius:50%;}
	.product_table .t_wrap .t_del:hover {}
	/* .product_table .t_pos>div {float:left;} */
	.product_table .tb_proTitle div>span.t_price {display:inline-block;}
	.product_table .tb_proTitle div>span.t_price+span { display:inline-block; margin-left:10px;}
	
	.today_list .product_table .tb_proTitle>div a {cursor:default;}
	.today_list .product_table .tb_proTitle>div>* {max-width:68px;}
	
	
	
	.tb_outsideBtn {padding:0;}
	
	.tdBtn {margin-top:5px;}
	
	.order_info .tb_proTitle img {padding-right:0 !important; margin-right:15px;}
	
	ul.explain_01 {margin-top:10px;}
	ul.explain_01 li {font-size:16px; color:#000; font-weight:300;}
	ul.explain_01 li span {font-weight:400;}
	
	ul.explain_02 li {font-size:14px; color:#000; font-weight:300;}
	ul.explain_02 li span {font-weight:400;}
	
	/*shop>order.html*/
	.customer_info {margin-top:50px;}
	
	/* 제품 테이블 합계 */
	.product_total {padding:20px 0; background:#f5f5f5; border-bottom:1px solid #000; text-align:center; font-size:0;}
	.product_total>div {display:inline-block; width:30%; vertical-align:middle;}
	.product_total_member>div {width:20% !important;}
	.product_total b {display:inline-block; width:5%; vertical-align:middle;}
	.product_total .phoneSizeHide {font-size:18px; color:#666;}
	.product_total>div span {font-size:13px; color:#666;}
	.product_total>div p {font-size:18px; color:#000; font-weight:400; letter-spacing:-.5px;}
	.product_total>div p span {color:red; font-weight:700; font-size:20px;}
	
	/* 쇼핑몰 전용 스타일 */
	.shop_style {}
	.shop_style input:not([type=radio]):not([type=checkbox]) {width:220px;}
	.shop_style .inputW-xs {width:100px !important; height:40px !important;}
	.shop_style .inputW-md {width:100% !important;}
	
	/* 주문자 정보 폼 */
	.customer_info table {margin-top:5px; border-top:1px solid #000; width:100%; position:relative;}
	.customer_info table td, 
	.customer_info table th {padding:10px 20px; border-bottom:1px solid #eee; vertical-align:top;} 
	.customer_info table th {text-align:left; font-weight:400; padding-top:20px; font-size:15px; color:#000;} 
	.customer_info table td {} 
	.customer_info table td>div {margin-top:5px;} 
	.customer_info table td>p {display:inline-block; height:40px; line-height:40px; font-size:14px; color:#666;} 
	.customer_info table td>p>.acc {color:red; font-weight:500; font-size:16px;}
	.customer_info table td>p label {margin-right:50px;}
	
	/*결제정보*/
	#Back_Menu tr td select {width:100px;}
	#Back_Menu tr td #bankId,
	#Back_Menu tr td input {width:50%;}
	#Back_Menu tr td span.acc {
		padding:10px 20px; display:inline-block;
		line-height:1;
		border-radius:30px;
		background:#f89520;
		color:#fff; font-weight:400; font-size:13px; margin-left:10px;
	}
	
	/* 제품 리스트 */
	.list_title {}
	.list_title p {display:inline-block; font-weight:500; font-size:18px; color:#000; letter-spacing:-.5px; margin-left:5px;}
	.list_title span:nth-child(2) {color:#ff8400;}
	.list_title>* { vertical-align:middle;}
	.list_title b {color:#000;}
	.list_title font {color:#999999;}
	.list_title strong {font-weight:300; font-size:13px; margin-left:10px;}
	
	/* 제품 상세 */
	.sub_detail {}
	.productBox {display:table; width:100%;}
	.productBox>div {display:table-cell; width:50%; vertical-align:top; padding:10px;}
	
	.galleryType1 .view .head .detail_text {width:50%; padding:4vw 4vw 4vw 0; font-weight:300;}
	
	.detail_product {}
	.detail_product>div {border:1px solid #ddd; padding:50px; text-align:center;}
	.detail_product>div img {max-width:370px; max-height:500px;}
	.detail_product>ul {border:1px solid #ddd; border-top:0; padding:10px 0; text-align:center;}
	.detail_product>ul>li {display:inline-block;}
	.detail_product>ul>li a {display:block; border:1px solid #ddd; padding:10px;}
	.detail_product>ul>li.on a {border:1px solid #000;}
	.detail_product>ul>li a img {display:block; max-width:60px; max-height:50px;}
	
		
	.detail_info {border:1px solid #ddd;}
	.detail_info>ul {font-size:0; width:100%; display:table;}
	.detail_info>ul>li {display:table-cell; border-right:1px solid #ddd;}
	.detail_info>ul>li:last-child {border-right:0;}
	.detail_info a {display:block; border-top:2px solid #fff; border-bottom:2px solid #fff; font-size:16px; color:#666; text-align:center; padding:5px 0; cursor:default;}
	.detail_info>ul>li:hover {border-bottom:2px solid #ff9701;}
	.detail_info>ul>li.on {border-bottom:2px solid #ff9701;}
	.detail_info table ul {padding-left:20px;}
	.detail_info table ul li {list-style-type:disc;}
	.detail_info>div>div {border-top:1px solid #ddd; display:block; padding:25px;}

	.return_text {display:block; text-align:right; padding:15px; color:#000;}
	
	.selectWrap {}
	.selectWrap select {width:100%; margin-bottom:5px; padding:11px 12px; border:1px solid #ddd; font-size:17px; background:url(../images/product/select_big.png) right center no-repeat !important;}
	.selectWrap select[disabled] {background-color:#f5f5f5 !important}
	.selectWrap select:last-child {margin-bottom:0;}
	
	
	/* 반품/교환정보 */
	.tb_return {width:100%;}
	.tb_return th {background:#f5f5f5; font-weight:normal;}
	.tb_return th,
	.tb_return td {border:1px solid #ddd; padding:10px 15px;}
		
	
	/* 주문완료 */
	.order_result {}
	.order_result>p {font-size:30px; text-align:center; color:#000; font-weight:400; letter-spacing:-.5px; line-height:1.2;}
	.table_title {font-size:16px; color:#000;}
	.order_result table {width:100%;}
	.order_result table tr td b {color:red;}
	.order_result .table1 {border-top:1px solid #000; text-align:center; margin-top:10px;}
	.order_result .table1 th {font-size:15px; color:#666; background:#f9f9f9; font-weight:400;} 
	.order_result .table1 td {font-size:17px !important; color:#333; font-weight:400 !important;} 
	.order_result .table1 th,
	.order_result .table1 td {border-bottom:1px solid #ddd;  text-align:center; padding:15px 20px !important;}
	
	.order_result .table2 {width:100%; margin-top:10px; font-size:15px;}
	.order_result .table2 tr:first-child th,
	.order_result .table2 tr:first-child td {border-top:1px solid #000;}
	.order_result .table2 th,
	.order_result .table2 td {border:1px solid #ddd; padding:15px 20px;}
	
	.order_result .table2 th {text-align:left; background:#f5f5f5; font-weight:400; color:#000; border-left:0;}
	.order_result .table2 td {border-right:0;}
	
	/*shop>order_end.html step03*/
	.shop.order_end .order_result>p {
		margin-top:30px; font-weight:300;
	}
	.shop.order_end .order_result .table1 {margin-bottom:30px;}
	.order_result .orderNumBox {
		margin:30px 0;
		border:1px solid #ccc; background:#f9f9f9; text-align:center; padding:20px;
		color:#000;
	}
	.order_result .orderNumBox div:first-child {font-size:20px; letter-spacing:-.5px;}
	.order_result .orderNumBox div:first-child .acc {color:#ff9701;}
	.order_result .orderNumBox div:last-child {font-size:14px; color:#666;}
	
	
	/* 주문/배송조회 */
	.order_info {}
	.order_info .process {border:1px solid #ddd;}
	.order_info .process>p {font-size:18px; font-weight:400; padding:20px 0; text-align:center; border-bottom:1px solid #ddd;}
	.order_info .process>p>b {color:#000; font-weight:500;}
	.order_info .process>p>span {color:#ee1c25;}
	
	.order_info .process ul {display:table; width:100%; text-align:center; font-size:0;}
	.order_info .process ul li {display:table-cell; width:16.6%; position:relative; border-right:1px solid #ddd; padding:30px 0;}
	.order_info .process ul li:last-child {width:17%; border-right:0;}
	.order_info .process ul li p {color:#333333; padding:10px 0; font-size:14px;}
	.order_info .process ul li span {display:inline-block; width:35px; height:35px; line-height:35px; border-radius:50%; border:1px solid #ddd; background:#eee; color:#000; text-align:center; font-size:14px;}
	.order_info .process ul li img {}
	.order_info .process>div {display:table; width:100%; font-size:0; border-top:1px solid #ddd;}
	.order_info .process>div p {display:table-cell; padding:15px 0; width:16.6%; background:#f5f5f5; text-align:center; font-size:14px; vertical-align:top; border-right:1px solid #ddd; color:#000;}
	.order_info .process>div p:last-child {border-right:0; width:66.8%; }
	
	.order_info .product_table {margin-bottom:50px;}
	
	.text_select {display:none;}
	
	
	/* 주문배송조회 팝업 */
	.layer-inner-wrap {padding:20px;}
	
	.popup_order {z-index:100000; position:relative; visibility:hidden;}
	.popup_order .popup_bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:100001;}
	.popup_con {position:fixed; top:0; width:100%; max-width:1000px; background:transparent; border:20px solid transparent; z-index:100002;}
	.popup_con .popup_head {background:#ff9701;}
	.popup_con>iframe {width:100%; height:500px; overflow:hidden;}
	.html {padding-top:0;}
	.html body {overflow:hidden;}
	.popup_con>.popup_head p {font-size:18px; color:#fff; background:#ff9701; padding:12px; text-align:center;}
	.orderCancelWrap .popup_head p {background:#272727;}
	.popup_con>.popup_head a {display:inline-block; position:absolute; right:20px; top:0;height:52px;line-height:50px;}
	.popupBody {padding:0 !important; background:#fff; overflow-y:auto !important; height:500px !important;}
	.popupBody .body_top {border-bottom:1px solid #e5e5e5; padding:15px 20px; background:#f9f9f9;}
	.popupBody .body_top ul {display:table; width:100%;}
	.popupBody .body_top ul li {display:table-cell; width:33.3333%; border-right:1px solid #ddd; font-size:15px;}
	.popupBody .body_top ul li:last-child {border-right:0;}
	.popupBody .body_top ul li span.tit {font-size:16px; color:#000; font-weight:500;}
	.popupBody .body_top ul li strong {font-size:16px; color:#ff9701; font-weight:500; margin-left:10px;}
	
	.popupBody .order_result .table1  {margin-top:10px;}
	.popupBody .order_result .table1 td {font-size:14px;}
	.popupBody .order_result .table1 th, .order_result .table1 td {padding:10px;}
	.popupBody .order_result .table2 th, .order_result .table2 td {padding:10px;}
	
	.popupBody .table3 td {padding:10px;}
	.popupBody .table3 td input,
	.popupBody .table3 td select {height:40px;}

	.layer-btn-wrap {font-size:0; text-align:center;}
	
	.area_height {height:250px;}
	.mo_popClose2 {margin:0 auto;}
	
	.orderPopup_address div>input /* 배송지주소 */{margin-top:5px; width:100% !important;}
	.popupBody .table3 input {width:100%; border:1px solid #ddd; height:40px; vertical-align:top;}
	.table_style3 input {padding-left:5px;}
	.table_style3 select {height:40px;}
	
	
	/* 적립금내역 2019-12-24 수정 start*/
	.point-ment-wrap .ment {margin-bottom:50px;}
	.point-ment-wrap .ment p {font-size:18px; color:#666; text-align:center; font-weight:300; line-height:1.6; letter-spacing:-.5px;}
	.point-ment-wrap .ment p span {color:#666; font-weight:500;}
	.point-ment-wrap .ment p b {color:#ee1c25;}
	.type-plus-color {font-weight:500; color:#ee1c25;}
	.type-minus-color {font-weight:500; color:#02aeef;}
	/* 적립금내역 2019-12-24 수정 end*/
	
	/* 장바구니-회원 비회원 로그인 */
	.guest_login {width:60%; margin:0 auto;}
	
	
	.option_info * {display:inline-block !important;}
	.option_info p {width:auto !important;}
	.option_info span {color:#000; font-weight:normal;}
	.option_info b {font-family:"NanumGothic-Bold"; color:lightslategrey; font-size:12px; padding:0 2px; font-weight:normal;}
		


	.delivery_info * {display:inline-block !important;}
	.delivery_info p {width:auto !important;}
	.delivery_info span {color:#000; font-weight:normal;}
	.delivery_info b {font-family:"NanumGothic-Bold"; color:lightslategrey; font-size:12px; padding:0 2px; font-weight:normal;}


	/* 1:1문의 */
	.request .list_title p {font-size:16px; font-weight:normal;}
	.request .list_title p span {font-size:14px; color:#999}
	.request td {font-size:0;}
	.request input {width:100% !important; font-size:14px;}
	.request .autoCode {width:20%; font-size:14px; display:inline-block; vertical-align:top; margin-top:0; border-right:0;}
	.request .autoCode ~input {width:80% !important; display:inline-block; vertical-align:middle;}
	.styleAdd2 {margin:0 !important;}
}
	

/* ************************ #2.태블릿 이하(~991) ************************ */
@media screen and (max-width: 991px) {
	
	/*마이페이지-리스트*/
	.mypage_list .ment {margin-bottom:50px;}
	.mypage_list .ment p {font-size:18px; color:#666; text-align:center; font-weight:300; line-height:1.6; letter-spacing:-.5px;}
	.mypage_list .ment p span {color:#666; font-weight:500;}
	
	.mypage_list ul {font-size:0;}
	.mypage_list ul li {padding:5px; display:inline-block; width:25%;}
	.mypage_list ul li a {
		border:1px solid #ddd; display:block; padding:30px;text-align:center;
		background-color:#f9f9f9;
		background-position:center;
		background-repeat:no-repeat;
	}
	.mypage_list ul li a span {
		background-color:#f9f9f9;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		display:inline-block; width:50px; height:50px;
	}
	
	/*적립금내역 추가 19-12-24 start*/
	.mypage_list ul li.i_search a span {background-image:url(/style_member/img/i_search.png);}
	.mypage_list ul li.i_basket a span {background-image:url(/style_member/img/i_basket.png);}
	.mypage_list ul li.i_like a span {background-image:url(/style_member/img/i_like.png);}
	.mypage_list ul li.i_point a span {background-image:url(/style_member/img/i_point.png);}
	.mypage_list ul li.i_modify a span {background-image:url(/style_member/img/i_modify.png);}
	
	.mypage_list.type-list4-over ul {text-align:center;}
	.mypage_list.type-list4-over ul li {width:220px !important;}
	.mypage_list.type-list4-over ul li a {padding-left:0; padding-right:0;}
	/*적립금내역 추가 19-12-24 end*/
	
	
	.mypage_list ul li a p {margin-top:10px; font-size:16px; color:#666;}
	.mypage_list ul li a:hover {border:1px solid #666;}
	.mypage_list ul li a:hover p {color:#666;}
	
	
	.ico_title {display:inline-block; width:20px; height:20px; border-radius:50%; background:#666 url(../style_member/img/arrow-right-fff.png)no-repeat center; background-size:5px !important;}
	
	/* 페이징 공용 */
	.pageBtn_wrap {font-size:0; text-align:center; margin:20px auto;}
	.pageBtn_wrap ul {display:inline-block; vertical-align:top;}
	.pageBtn_wrap ul li {display:inline-block;}
	.pageBtn_wrap a {padding:20px; display:inline-block; border:1px solid #d7d7d7; font-size:13px;}
	.pageBtn_wrap>a {border-right:0;}
	.pageBtn_wrap ul li a {padding:10px 17px 10px; border-right:0; height:42px;}
	.pageBtn_wrap ul li.on a,
	.pageBtn_wrap ul li:hover a {font-weight:500; color:#fff; background:#333;}
	
	.pageBtn_wrap .first {background:url(../style_member/img/first.png) 50% no-repeat;}
	.pageBtn_wrap .last {background:url(../style_member/img/last.png) 50% no-repeat; border-right:1px solid #ddd;}
	.pageBtn_wrap .prev {background:url(../style_member/img/prev.png) 50% no-repeat; border-right:1px solid #ddd; margin-right:10px;}
	.pageBtn_wrap .next {background:url(../style_member/img/next.png) 50% no-repeat; margin-left:10px;}
	
	.pageBtn_mobile {display:none;}
	
	.tb_outsideBtn {padding:0;}
	
	.phoneSize {display:none;}
	
	
	
	/* ******************** 나의찜내역 + 장바구니 ******************** */
	/* 제품 테이블 */
	.product_table {position:relative; border-top:1px solid #000; margin:10px 0 0;}
	.product_table td strong {display:block; text-align:center;}
	.product_table table {width:100%;}
	.product_table th, .product_table td {padding:15px 10px;  border-bottom:1px solid #ddd; text-align:center;}
	.product_table th {font-size:15px; color:#666; background:#f5f5f5; text-align:center; font-weight:400;}
	.product_table td {color:#000; font-weight:300;}
	.product_table td a.orderNum {text-decoration:underline !important;}
	.product_table td a {color:#000; font-weight:300;}
	.product_table td a:hover {color:red;}
	.product_table td img {width:68px; display:inline-block;}
	.product_table .tb_proTitle {padding-left:10px;}
	.product_table .tb_proTitle p {text-align:left; font-size:14px;}
	.product_table .tb_proTitle img {padding-right:0; margin-right:15px;}
	.product_table .tb_proTitle div {display:inline-block; vertical-align:middle; text-align:left; padding-left:10px;}
	
	.product_table .tb_proTitle.width-fix>div>div {width:80%; text-align:left; padding-left:5px;}
	
	.product_table .tb_proTitle div>p>a {font-size:14px; color:#000; font-weight:300; display: inline-block; word-break:break-all; width:100%;}
	.product_table .tb_proTitle div>span {font-size:12px; color:#999; display:block; max-width:270px;text-align:left;}
	.product_table .tb_proTitle div.left_con {font-size:13px; letter-spacing:-1px; max-width:100%; word-break:keep-all; color:#666;}
	.product_table .tb_proTitle div.left_con>span {color:red !important; font-weight:400;}
	.product_table .tb_proTitle div.left_con * {display:inline-block !important;}
	.product_table .tb_proTitle div.left_con_search {display:block; margin-top:5px;}
	.product_table .tb_proTitle div.left_con_search a {display:inline-block; border:1px solid #ddd; padding:5px 10px;}
	.product_table .tb_proTitle div.left_con_search a:hover {border:1px solid #666; background:#666; color:#fff;}
	.product_table .tb_proTitle div.left_con_search a strong {font-weight:400;}
	
	.product_table .tb_proTitle>div {display:table; width:100%;}
	.product_table .tb_proTitle>div>* {display:table-cell;}
	.product_table .tb_proTitle>div>a {width:80px;}
	.product_table b {display:block; color:#000; text-align:center; font-weight:300;}
	.product_table .tb_mobileTh {display:none !important;}
	.product_table .tb_btnWrap div {text-align:center; padding-right:5px;}
	
	.product_table .linkBasic-btn,
	.product_table .order-cancle-btn {
		display:inline-block; padding:10px 15px; border:1px solid #ddd; width:auto !important;
		line-height:1;
		font-size:14px !important; color:#333;
		text-align:center;
	}
	.product_table .linkBasic-btn:hover,
	.product_table .order-cancle-btn:hover {background:#ff9701; color:#fff; border:1px solid #ff9701;}
	
	.today_list .product_table .tb_proTitle>div a {cursor:default;}
	.today_list .product_table .tb_proTitle>div>* {max-width:68px;}
	
	/* 추가상품 */
	.product_table .tb_addProduct {}
	.product_table .tb_addProduct>div {}
	.product_table .t_option {width:80px; color:#fff;text-align:center; font-size:15px;}
	.product_table .t_wrap {padding:10px 20px;border:1px solid #e5e5e5; margin-top:-1px; text-align:left; position:relative;}
	.product_table .t_wrap>* {}
	.product_table .t_wrap .t_item {float:left; width:calc(100% - 100px); padding-left:30px;}
	.product_table .td_order .t_wrap .t_item {padding-left:0px;}
	.product_table .t_wrap .t_pos {float:right;overflow:hidden;text-align:right;}
	.product_table .t_wrap .t_del {cursor:pointer; position:absolute; top:10px; left:10px; font-size:14px;}
	.product_table .t_wrap .t_del {color:#fff; width:24px; height:24px; background:url(../images/common/i-close.svg)center no-repeat; border:1px solid #e5e5e5; border-radius:50%;}
	.product_table .t_wrap .t_del:hover {}
	.product_table .tb_proTitle div>span.t_price {display:inline-block;}
	.product_table .tb_proTitle div>span.t_price+span { display:inline-block; margin-left:10px;}
	
	
	
	.tb_outsideBtn {padding:0;}
	
	.tdBtn {margin-top:5px;}
	
	.order_info .tb_proTitle img {padding-right:0 !important; margin-right:15px;}
	
	ul.explain_01 {margin-top:10px;}
	ul.explain_01 li {font-size:15px; color:#000; font-weight:300;}
	ul.explain_01 li span {font-weight:400;}
	
	ul.explain_02 li {font-size:13px; color:#000; font-weight:300;}
	ul.explain_02 li span {font-weight:400;}
	
	/*shop>order.html*/
	.customer_info {margin-top:50px;}
	
	/* 제품 테이블 합계 */
	.product_total {padding:20px 0; background:#f5f5f5; border-bottom:1px solid #000; text-align:center; font-size:0;}
	.product_total>div {display:inline-block; width:30%; vertical-align:middle;}
	.product_total b {display:inline-block; width:5%; vertical-align:middle;}
	.product_total .phoneSizeHide {font-size:18px; color:#666;}
	.product_total>div span {font-size:13px; color:#666;}
	.product_total>div p {font-size:18px; color:#000; font-weight:400; letter-spacing:-.5px;}
	.product_total>div p span {color:red; font-weight:700; font-size:18px;}
	
	/* 쇼핑몰 전용 스타일 */
	.shop_style {}
	.shop_style input:not([type=radio]):not([type=checkbox]) {width:220px;}
	.shop_style .inputW-xs {width:100px !important; height:40px !important;}
	.shop_style .inputW-md {width:100% !important;}
	
	/* 주문자 정보 폼 */
	.customer_info table {margin-top:5px; border-top:1px solid #000; width:100%; position:relative;}
	.customer_info table td, 
	.customer_info table th {padding:10px 20px; border-bottom:1px solid #eee; vertical-align:top;} 
	.customer_info table th {text-align:left; font-weight:400; padding-top:20px; font-size:14px; color:#000;} 
	.customer_info table td {} 
	.customer_info table td>div {margin-top:5px;} 
	.customer_info table td>p {display:inline-block; height:40px; line-height:40px; font-size:14px; color:#666;} 
	.customer_info table td>p>.acc {color:red; font-weight:500; font-size:16px;}
	.customer_info table td>p label {margin-right:50px;}
	
	/*결제정보*/
	#Back_Menu tr td select {width:100px;}
	#Back_Menu tr td #bankId,
	#Back_Menu tr td input {width:100%;}
	#Back_Menu tr td span.acc {
		padding:10px 20px; display:inline-block;
		line-height:1;
		border-radius:30px;
		background:#f89520;
		color:#fff; font-weight:400; font-size:13px; margin:5px 0;
	}
	
	/* 제품 리스트 */
	.list_title {}
	.list_title p {display:inline-block; font-weight:500; font-size:16px; color:#000; letter-spacing:-.5px; margin-left:5px;}
	.list_title span:nth-child(2) {color:#ff8400;}
	.list_title>* { vertical-align:middle;}
	.list_title b {color:#000;}
	.list_title font {color:#999999;}
	.list_title strong {font-weight:300; font-size:13px; margin-left:10px;}
	
	/* 제품 상세 */
	.sub_detail {}
	.productBox {display:table; width:100%;}
	.productBox>div {display:table-cell; width:50%; vertical-align:top; padding:10px 0;}
	
	.galleryType1 .view .head .detail_text {width:100%; padding:0; font-weight:300;}
	
	.detail_product {}
	.detail_product>div {border:1px solid #ddd; padding:50px; text-align:center;}
	.detail_product>div img {max-width:260px; max-height:500px;}
	.detail_product>ul {border:1px solid #ddd; border-top:0; padding:10px 0; text-align:center;}
	.detail_product>ul>li {display:inline-block;}
	.detail_product>ul>li a {display:block; border:1px solid #ddd; padding:10px;}
	.detail_product>ul>li.on a {border:1px solid #000;}
	.detail_product>ul>li a img {display:block; max-width:60px; max-height:50px;}
		
	.today_list .product_table .tb_proTitle>div a {cursor:default;}
	
	.return_text {display:block; text-align:right; padding:15px; color:#000;}
	
	.selectWrap {}
	.selectWrap select {width:100%; margin-bottom:5px; padding:11px 12px; border:1px solid #ddd; font-size:17px; background:url(../images/product/select_big.png) right center no-repeat !important;}
	.selectWrap select[disabled] {background-color:#f5f5f5 !important}
	.selectWrap select:last-child {margin-bottom:0;}
	
	.text_select {display:none;}
	
		
	/* 페이지 하위 정보(탭) */
	.detail_info {border:1px solid #ddd;}
	.detail_info>ul {font-size:0; width:100%; display:table;}
	.detail_info>ul>li {display:table-cell; border-right:1px solid #ddd;}
	.detail_info>ul>li:last-child {border-right:0;}
	.detail_info a {display:block; border-top:2px solid #fff; border-bottom:2px solid #fff; font-size:16px; color:#666; text-align:center; padding:5px 0;}
	.detail_info>ul>li:hover {border-bottom:2px solid #ff9701;}
	.detail_info>ul>li.on {border-bottom:2px solid #ff9701;}
	.detail_info table ul {padding-left:20px;}
	.detail_info table ul li {list-style-type:disc;}
	.detail_info>div>div {border-top:1px solid #ddd; display:block; padding:25px;}
	
	/* 반품/교환정보 */
	.tb_return {width:100%;}
	.tb_return th {background:#f5f5f5; font-weight:normal;}
	.tb_return th,
	.tb_return td {border:1px solid #ddd; padding:10px 15px;}
	
		
	/* 주문완료 */
	.order_result {}
	.order_result>p {font-size:30px; text-align:center; color:#000; font-weight:400;}
	.table_title {font-size:16px; color:#000;}
	.order_result table {width:100%;}
	.order_result table tr td b {color:red;}
	.order_result .table1 {border-top:1px solid #000; text-align:center; margin-top:10px;}
	.order_result .table1 th {font-size:15px; color:#666; background:#f9f9f9; font-weight:400;} 
	.order_result .table1 td {font-size:17px !important; color:#333; font-weight:400 !important;} 
	.order_result .table1 th,
	.order_result .table1 td {border-bottom:1px solid #ddd;  text-align:center; padding:15px 20px !important;}
	
	.order_result .table2 {width:100%; margin-top:10px; font-size:15px;}
	.order_result .table2 tr:first-child th,
	.order_result .table2 tr:first-child td {border-top:1px solid #000;}
	.order_result .table2 th,
	.order_result .table2 td {border:1px solid #ddd; padding:15px 20px;}
	
	.order_result .table2 th {text-align:left; background:#f5f5f5; font-weight:400; color:#000; border-left:0;}
	.order_result .table2 td {border-right:0;}
	
	/*shop>order_end.html step03*/
	.shop.order_end .order_result>p {
		margin-top:30px; font-weight:300;
		font-size:24px; line-height:1;
	}
	.shop.order_end .order_result .table1 {margin-bottom:30px;}
	.order_result .orderNumBox {
		margin:30px 0;
		border:1px solid #ccc; background:#f9f9f9; text-align:center; padding:20px;
		color:#000;
	}
	.order_result .orderNumBox div:first-child {font-size:18px; letter-spacing:-.5px;}
	.order_result .orderNumBox div:first-child .acc {color:#ff9701;}
	.order_result .orderNumBox div:last-child {font-size:14px; color:#666; word-break:keep-all;}
	
	
	/* 주문/배송조회 */
	.order_info {}
	.order_info .process {border:1px solid #ddd;}
	.order_info .process>p {font-size:18px; font-weight:400; padding:20px 0; text-align:center; border-bottom:1px solid #ddd;}
	.order_info .process>p>b {color:#000; font-weight:500;}
	.order_info .process>p>span {color:#ee1c25;}
	
	.order_info .process ul {display:table; width:100%; text-align:center; font-size:0;}
	.order_info .process ul li {display:table-cell; width:16.6%; position:relative; border-right:1px solid #ddd; padding:30px 0;}
	.order_info .process ul li:last-child {width:17%; border-right:0;}
	.order_info .process ul li p {color:#333333; padding:10px 0; font-size:14px;}
	.order_info .process ul li span {display:inline-block; width:35px; height:35px; line-height:35px; border-radius:50%; border:1px solid #ddd; background:#eee; color:#000; text-align:center; font-size:14px;}
	.order_info .process ul li img {height:50px;}
	.order_info .process>div {display:table; width:100%; font-size:0; border-top:1px solid #ddd;}
	.order_info .process>div p {display:table-cell; padding:15px 0; width:16.6%; background:#f5f5f5; text-align:center; font-size:14px; vertical-align:top; border-right:1px solid #ddd; color:#000;}
	.order_info .process>div p:last-child {border-right:0; width:66.8%; }
	
	.order_info .product_table {margin-bottom:50px;}
	
	.text_select {display:none;}
	
		
	/* 주문배송조회 팝업 */
	.layer-inner-wrap {padding:20px;}
	
	.popup_order {z-index:100000; position:relative; visibility:hidden;}
	.popup_order .popup_bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:100001;}
	
	.popup_con {position:fixed; top:0; width:100%; max-width:100%; background:transparent; border:20px solid transparent; z-index:100002;}
	.popup_con .popup_head {background:#ff9701;}
	
	.popup_con>iframe {width:100%; height:500px; overflow:hidden;}
	.html {padding-top:0;}
	.html body {overflow:hidden;}
	.popup_con>.popup_head p {font-size:18px; color:#fff; background:#ff9701; padding:12px; text-align:center;}
	.orderCancelWrap .popup_head p {background:#000}
	.popup_con>.popup_head a {display:inline-block; position:absolute; right:20px; top:0;height: 52px;line-height: 50px;}
	.popupBody {padding:0 0 20px 0 !important; background:#fff; overflow-y:auto !important; height:500px !important;}
	.popupBody .body_top {border-bottom:1px solid #e5e5e5; padding:15px 20px; background:#f9f9f9;}
	.popupBody .body_top ul {display:table; width:100%;}
	.popupBody .body_top ul li {display:table-cell; width:33.3333%; border-right:1px solid #ddd; font-size:15px;}
	.popupBody .body_top ul li:last-child {border-right:0;}
	.popupBody .body_top ul li span.tit {font-size:16px; color:#000; font-weight:500;}
	.popupBody .body_top ul li strong {font-size:16px; color:#ff9701; font-weight:500; margin-left:10px;}
	
	.popupBody .order_result .table1  {margin-top:10px;}
	.popupBody .order_result .table1 td {font-size:14px;}
	.popupBody .order_result .table1 th, .order_result .table1 td {padding:10px;}
	.popupBody .order_result .table2 th, .order_result .table2 td {padding:10px;}
	
	.popupBody .table3 td {padding:10px;}
	.popupBody .table3 td input,
	.popupBody .table3 td select {height:40px;}

	.layer-btn-wrap {font-size:0; text-align:center;}
	
	.area_height {height:250px;}
	.mo_popClose2 {margin:0 auto;}
	
	.orderPopup_address div>input {margin-top:5px; width:100% !important;}
	.popupBody .table3 input {width:100%; border:1px solid #ddd; height:40px; vertical-align:top;}
	.table_style3 input {padding-left:5px;}
	.table_style3 select {height:40px;}	
	
	
	/* 적립금내역 2019-12-24 수정 start*/
	.point-ment-wrap .ment {margin-bottom:50px;}
	.point-ment-wrap .ment p {font-size:18px; color:#666; text-align:center; font-weight:300; line-height:1.6; letter-spacing:-.5px;}
	.point-ment-wrap .ment p span {color:#666; font-weight:500;}
	.point-ment-wrap .ment p b {color:#ee1c25;}
	.type-plus-color {font-weight:500; color:#ee1c25;}
	.type-minus-color {font-weight:500; color:#02aeef;}
	/* 적립금내역 2019-12-24 수정 end*/
	
	
	/* 장바구니-회원 비회원 로그인 */
	.guest_login {width:100%; text-align:left;}
	
	.option_info * {display:inline-block !important;}
	.option_info p {width:auto !important;}
	.option_info span {color:#000; font-weight:normal;}
	.option_info b {font-family:"NanumGothic-Bold"; color:lightslategrey; font-size:12px; padding:0 2px; font-weight:normal;}
		
	.delivery_info * {display:inline-block !important;}
	.delivery_info p {width:auto !important;}
	.delivery_info span {color:#000; font-weight:normal;}
	.delivery_info b {font-family:"NanumGothic-Bold"; color:lightslategrey; font-size:12px; padding:0 2px; font-weight:normal;}
	
	/* 1:1문의 */
	.request .list_title p {font-size:16px; font-weight:normal;}
	.request .list_title p span {font-size:14px; color:#999}
	.request td {font-size:0;}
	.request input {width:100% !important; font-size:14px;}
	.request .autoCode {width:20%; font-size:14px; display:inline-block; vertical-align:top; margin-top:0; border-right:0;}
	.request .autoCode ~input {width:80% !important; display:inline-block; vertical-align:middle;}
	
	
}



/* ************************ #3.모바일 (0~767) ************************ */
@media screen and (max-width: 767px) {
	
	
	/*마이페이지-리스트*/
	.mypage_list .ment {margin-bottom:30px;}
	.mypage_list .ment p {font-size:16px;}
	
	.mypage_list ul li {width:50%;}
	
	/*적립금내역 추가 19-12-24 start*/	
	.mypage_list.type-list4-over ul li {width:50% !important;}
	/*적립금내역 추가 19-12-24 end*/
	
	/* 페이징 공용 */
	.pageBtn_wrap {display:none;}
	.pageBtn_mobile {text-align:center; margin:20px auto; display:block;}
	.pageBtn_mobile a {padding:20px; display:inline-block; border:1px solid #d7d7d7;}
	.pageBtn_mobile .prev {background:url(../style_member/img/prev.png) 50% no-repeat;}
	.pageBtn_mobile .next {background:url(../style_member/img/next.png) 50% no-repeat;}
	.pageBtn_mobile select {
		vertical-align:top; border:1px solid #d7d7d7; width:60px; height:42px;
		padding-left:5px !important;
		background-color:#fff;
		background-image:url(../images/common/arrow-down.png) !important;
		background-position:right center;
		background-repeat:no-repeat;
		-moz-appearance:none; /* Firefox */
		-webkit-appearance:none; /* Safari and Chrome */
		appearance:none;
	}
	
	
	/* tb공용 */
	.product_table {margin:10px 0 50px; overflow:hidden;}
	.table_style2 .product_table th:not(:first-child) {display:none;} 
	.table_style2 .product_table th:first-child {text-align:left; padding:5px 0 5px 15px;} 
	.product_table td {display:block; padding:0; border-bottom:1px solid #eee; color:#000; }  
	.table_style2 .product_table td:first-child {float:left; background:#fff; border-bottom:0;} 
	
	.table_style3 .product_table th {display:none !important;}
	.table_style3 .product_table th:first-child {display:none;}
	.table_style3 input {padding-left:5px;}
	.table_style3 select {padding-left:5px; border-radius:0 !important; height:42px !important;}
	.product_table td.tb_proTitle {padding-left:0;} 
	.product_table td:last-child {border-bottom:1px solid #ddd;} 
	.product_table .tb_mobileTh {display:inline-block !important; width:110px; padding:10px; font-size:13px; text-align:left; color:#999; vertical-align:top;} 
	.product_table .tb_proTitle .tb_mobileTh {display:table-cell !important;}
	.product_table .tb_btnWrap {text-align:left;} 
	.product_table td>div {display:inline-block; padding:10px 0; text-align:left;}
	
	.product_table b {text-align:left;}
	.product_table .tb_proTitle>div {margin-bottom:10px;}
	/* .product_table .tb_proTitle>div {margin-left:60px; width:calc(100% - 60px);} */

	/* *********** 시작 *********** */
	/* 제품 리스트 */
	.sub_wrap .product_list {margin-top:0;}
	.list_title strong {display:block; text-align:left; font-size:13px; letter-spacing:-1px; margin:5px auto;}
	
	/* 제품상세 */
	.productBox {display:block;}
	.productBox>div {display:block; width:100%;}
	.detail_product>div {padding:10px;}
	.detail_product>div img {max-width:220px;}
	.detail_product>ul>li a img {max-width:40px;}
	.proInfo_center>ul>li>span {vertical-align:top; padding-right:10px;}
	.proInfo_bot {padding:10px 0 30px 0;}
	.proInfo_center>ul>li>strong {top:6px;}
	.mypage_list img {margin-bottom:10px;}
	
	.detail_info>div>div {padding:10px;}
	
	.tb_return {width:100%;}
	.tb_return th, .tb_return td {display:block; padding:5px 10px; border-bottom:0; border-top:0; font-size:13px; }
	.tb_return td {border-bottom:1px solid #ddd; padding:5px 10px; text-align:left;}
	.tb_return th {font-weight:normal; color:#000; padding:2px 10px 0; background:#f5f5f5;}
	.tb_return tr:first-child th:first-child {border-top:1px solid #ddd;}

	.text_select {display:inline-block; margin-left:5px; font-size:13px; color:#000;}
	
	/* 추가상품 */
	.product_table .tb_addProduct {margin-top:10px;}
	.product_table .tb_addProduct>div {}
	.product_table .t_option {width:65px;display:block; padding:2px 0; font-size:14px; }
	.product_table .t_wrap {width:100%;}
	.product_table .t_wrap>* {}
	.product_table .t_wrap .t_item {font-size:14px; padding-left:20px;}
	.product_table .td_order .t_wrap .t_item {padding-left:0px;}
	.product_table .t_wrap .t_pos {}
	.product_table .t_wrap .t_del {}
	.product_table .t_wrap .t_del {}
	
	
	
	
	/* ******************** 나의찜내역 + 장바구니 ******************** */
	
	/* 크롬에서 테이블 깨져서 이렇게 해줌 */
	.shop table colgroup col{width:100%!important;}
	
	/* 제품 테이블 */
	.product_table {border-top:0;}
	
	.product_table td a {margin-top:10px; display:inline-block;}
	
	.product_table .tb_proTitle.width-fix>div>img {width:50px; margin-right:0;}
	.product_table .tb_proTitle.width-fix>div>div {width:auto; text-align:left; padding-left:0;}
	
	.product_table {margin:10px 0 0; overflow:hidden;}
	.table_style2 .product_table th:not(:first-child) {display:none;} 
	.table_style2 .product_table th:first-child {text-align:left; padding:5px 0 5px 15px;width: 100%;} 
	.product_table td {display:block; padding:0; border-bottom:1px solid #eee; color:#000; }  
	.table_style2 .product_table td:first-child {float:left; background:#fff; border-bottom:0; padding:5px 0 0 18px;}
	.table_style2 .product_table td:first-child {position:absolute; left:0; top:30px; z-index:9;}
	.table_style2 .product_table td:first-child input {margin:0; padding:0;}
	
	.table_style3 .product_table th {display:none !important;}
	.table_style3 .product_table th:first-child {display:none;}
	.table_style3 input {padding-left:5px;}
	.table_style3 select {padding-left:5px;}
	.product_table td {text-align:left;}
	.product_table td.tb_proTitle {padding-left:50px; position:relative; padding-top:20px;} 
	.product_table td:last-child {border-bottom:1px solid #ddd;} 
	/* .product_table .tb_mobileTh {display:inline-block; width:80px; padding:12px 5px 12px 15px; font-size:13px; text-align:left; color:#999; vertical-align:top;}  */
	.product_table .tb_mobileTh {display:inline-block; width:80px; padding:12px 5px 12px 0; font-size:13px; text-align:left; color:#999; vertical-align:top;} 
	/* .product_table .tb_mobileTh {position:absolute; left:0;} */
	.product_table .mobile_checkBoxWrap+.tb_proTitle>.tb_mobileTh {padding-top:7px;}
	.product_table .tb_btnWrap {text-align:left;} 
	.product_table td>div {display:inline-block; padding:10px 0; text-align:left;}
	
	.product_table b {text-align:left;}
	/* .product_table .tb_proTitle>div {margin-bottom:10px;} */
	.product_table .linkBasic-btn-wrap,
	.product_table .tb_proTitle>div.tdBtn {text-align:left !important;}
	.product_table .linkBasic-btn-wrap .linkBasic-btn {margin:0 0 10px 10px;}
	.product_table .tb_proTitle>div.tdBtn .order-cancle-btn {
		display:inline-block; padding:10px 15px; border:1px solid #ddd; width:auto !important;
		line-height:1;
		font-size:14px !important; color:#333;
		margin:0 0 10px 10px;
	}
	
	.product_table .tb_proTitle>div>a {height:auto; width:80px;}
	
	/*point_list 테이블*/
	.point_list table tr th {display:none;}
	.point_list table tr td.mo-number-box {padding:10px !important; background:#f9f9f9;}
	.point_list .product_table td {position:relative; padding:0 0 0 100px !important;}
	.point_list .product_table td .tb_mobileTh {
		position:absolute; top:0; left:10px;
		
	}
	.point_list .product_table .tb_proTitle>div {display:inline-block !important; width:100% !important; margin-bottom:0 !important;}
	

	/* 제품금액합계 */
	.product_total {padding:10px 20px;}
	.product_total>div {display:inline-block; text-align:center; width:30%; margin-bottom:10px}
	.product_total b {display:inline-block !important; color:#aaa}
	.product_total>div p {font-size:15px;}
	.product_total>div p span {font-size:16px;}
	/**/
	.customer_info table td, .customer_info table th {display:block;}
	.customer_info table th {text-align:left; border-bottom:0; font-size:13px; padding:10px 0 0 5px;}
	.customer_info .emailWrap {}
	.customer_info .emailWrap input[type=email] {width:70% !important;}
	.customer_info .emailWrap a {width:25%;}
	.shop_style .inputW-md {width:100% !important;}
	.shop_style .inputW-xs {width:30% !important;}
	.customer_info table td>p {font-size:13px;}
	.customer_info .pay_wrap {font-size:0;}
	.customer_info .pay_wrap>p {margin-right:10px;}
	.customer_info table td>p label {margin-right:0; vertical-align:top; letter-spacing:-1px;}
	
	.order_result>p {font-size:20px;}
	.order_result .table1 {margin:20px auto;}
	.order_result .table1 th, .order_result .table1 td {padding:10px 0;}
	.order_result .table1 td {font-size:14px;}
	.order_result>span {font-size:14px;}
	.order_result .table2 td {padding:15px 5px;}
	.order_result .table2 th {padding:5px 0; font-size:13px; letter-spacing:-1px;}
	
	/**/
	.order_info .process ul li {float:left; display:inline-block; text-align:center; vertical-align:top; width:50% !important; padding:30px 0; border-bottom:1px solid #ddd;}	
	.order_info .process ul li:nth-child(even) {border-right:0;}
	.order_info .process ul li:nth-child(4)~li {border-bottom:0;}
	.order_info .process ul li p {padding:5px 0;}
	.order_info .process ul li span {width:30px; height:30px; line-height:30px;}
	
	.order_info .product_table {margin-bottom:50px;}
	
	.order_info .process>div {display:none;}
	
	.selectWrap select {font-size:14px;}
	
	.tdBtn {text-align:center !important; display:block !important; margin:0 !important; padding: 0 !important;}
	
	.product_table .tb_proTitle div.left_con {max-width:100%;}
	.product_table .tb_proTitle div>p>a {width:200px;}
	.product_table .tb_proTitle div>p>a {margin-top:0 !important;}
	.product_table tr {border-top:1px solid #000; position:relative;}
	
	/*주문자 정보 폼*/
	.customer_info table td {padding:10px 5px;}
	.customer_info table tr.priceTotal td {padding-top:0;}
	.customer_info table tr.priceTotal td>p {height:auto; line-height:initial;}
	
	/*결제정보*/
	#Back_Menu tr td select {width:25%;background-position-x:95%!important;}
	#Back_Menu tr td #bankId,
	#Back_Menu tr td input {width:100%;}
	#Back_Menu tr td span.acc {
		padding:10px 20px; display:inline-block;
		line-height:1;
		border-radius:30px;
		background:#f89520;
		color:#fff; font-weight:400; font-size:13px; margin-left:0;
	}
		
	
	/* 주문배송조회 팝업 */
	.layer-inner-wrap {padding:20px;}
	
	.popup_order {z-index:100000; position:relative; visibility:hidden;}
	.popup_order .popup_bg {position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.6); z-index:100001;}
	
	.popup_con {position:fixed; top:0; width:100%; max-width:100%; background:transparent; border:20px solid transparent; z-index:100002;}
	.popup_con .popup_head {background:#ff9701;}
	
	.popup_con>iframe {width:100%; height:500px; overflow:hidden;}
	.html {padding-top:0;}
	.html body {overflow:hidden;}
	.popup_con>.popup_head p {font-size:18px; color:#fff; background:#ff9701; padding:12px; text-align:center;}
	.orderCancelWrap .popup_head p {background:#666}
	.popup_con>.popup_head a {display:inline-block; position:absolute; right:20px;top: 0;height: 52px;line-height: 50px;}
	.popupBody {padding:0 !important; background:#fff; overflow-y:auto !important; height:500px !important;}
	.popupBody .body_top {border-bottom:1px solid #e5e5e5; padding:15px 20px; background:#f9f9f9;}
	.popupBody .body_top ul {display:table; width:100%;}
	.popupBody .body_top ul li {display:table-cell; width:33.3333%; border-right:1px solid #ddd; font-size:15px;}
	.popupBody .body_top ul li:last-child {border-right:0;}
	.popupBody .body_top ul li span.tit {font-size:16px; color:#000; font-weight:500;}
	.popupBody .body_top ul li strong {font-size:16px; color:#ff9701; font-weight:500; margin-left:10px;}
	
	.popupBody .order_result .table1  {margin-top:10px;}
	.popupBody .order_result .table1 td {font-size:14px;}
	.popupBody .order_result .table1 th, .order_result .table1 td {padding:10px;}
	.popupBody .order_result .table2 th, .order_result .table2 td {padding:10px;}
	
	.popupBody .table3 td {padding:10px;}
	.popupBody .table3 td input,
	.popupBody .table3 td select {height:40px;}

	.layer-btn-wrap {font-size:0; text-align:center;}
	
	.area_height {height:250px;}
	.mo_popClose2 {margin:0 auto;}
	
	.orderPopup_address div>input {margin-top:5px; width:100% !important;}
	.popupBody .table3 input {width:100%; border:1px solid #ddd; height:40px; vertical-align:top;}
	.table_style3 input {padding-left:5px;}
	.table_style3 select {height:40px;}
	
	#zipLayer {}
	
	/* 1:1문의 */
	.request .autoCode ~input {width:100% !important}
	.request .list_title p {text-align:left; font-size:14px;}
	
	/* 주문결제 */
	.priceTotal td, 
	.priceTotal th {text-align:right !important; padding-right:10px !important; }
	.priceTotal b {font-size:20px;}
	
	/* 주문완료 */
	/*shop>order_end.html step03*/
	.shop.order_end .order_result>p {font-size:18px;}
	.order_result .orderNumBox div:first-child {font-size:16px;}
	.order_result .orderNumBox div:last-child {font-size:13px; line-height:1.4;}
	.shop.order_end .order_result .table2 tr th {padding:5px 10px;}
	
	
}