.fixBar {
	position:fixed;
	width:40px;
	height:100%;
	right:0;
	top:0;
	background:#4d4d4d;
	z-index:99999;
	margin:0;
	padding:0;
}

.fixBar.animate {
	transition-duration: 400ms;
}

.fixBar .slide{
	display:block; 
	width:40px; 
	height:40px; 
	margin:0; 
	padding:0; 
	background-image:url(./images/quickbar/quickSlide.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.fixBar .slide.active {
	background-position: -40px 0;
}

.fixMenu { list-style:none; margin:130px 0 0 0; padding:0; width:40px; }
.fixMenu li { display:inline-block; margin:0; padding:0; position:relative; }

.fixMenu li:nth-child(3n){
	margin-bottom:30px;
}

.fixMenu li a { 
	display:block; 
	width:40px; 
	height:40px; 
	margin:0; 
	padding:0; 
	position:relative; 
	text-align:center; 
	font-size:20px; 
	text-decoration:none; 
	color:#222;
	background-repeat:no-repeat;
	background-position:left top;
}

.fixMenu li a strong { 
	font-size:12px;
	font-weight:normal; 
	position:absolute; 
	right:42px;
	top:8px; 
	color:#444; 
	z-index:9999;
	background-color:#fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	width:70px;
	height:20px;
	line-height:20px;
	border:1px solid #4d4d4d;
}

.fixMenu li a strong:after, .fixMenu li a strong:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.fixMenu li a strong:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
.fixMenu li a strong:before {
	border-color: rgba(58, 77, 75, 0);
	border-left-color: #3a4d4b;
	border-width: 6px;
	margin-top: -6px;
} 

.fixMenu li a:hover, .fixMenu li a.active {
	background-position:right top;
}

.fixMenu li a.btn-estimate{	background-image:url(./images/quickbar/quickiconEstimate.png);}
.fixMenu li a.btn-order{ background-image:url(./images/quickbar/quickiconOrder.png);}
.fixMenu li a.btn-delivery{	background-image:url(./images/quickbar/quickiconDelivery.png);}
.fixMenu li a.btn-today{	background-image:url(./images/quickbar/quickiconToday.png);}
.fixMenu li a.btn-cart{	background-image:url(./images/quickbar/quickiconCart.png);}
.fixMenu li a.btn-personal{	background-image:url(./images/quickbar/quickiconPersonal.png);}
.fixMenu li a.btn-chat{	background-image:url(./images/quickbar/quickiconChat.png);}
.fixMenu li a.btn-talktalk{	background-image:url(./images/quickbar/quickiconTalktalk.png);}
.fixMenu li a.btn-katalk{ background-image:url(./images/quickbar/quickiconKatalk.png); }
.fixMenu li a.btn-docu{ background-image:url(./images/quickbar/quickiconDoc.png); }

.fixMenu li .num{
	display:inline-block;
	width:28px;
	height:14px;
	line-height:14px;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background:#e53433;
	color:#fff;
	font-size:11px;
	text-align:center;
	margin:-5px 6px 5px;
}

.fixBar .panel {
	opacity:0;
	position: absolute;
	left: 40px;
	width: 100%;
	height: 100%;
	background: #ffffff;
	top: 0;
	padding: 20px 20px;
	display: none;
}

.fixBar .panel.active {
	opacity:1;
	-webkit-transition: opacity 0s linear 0s;
	-moz-transition: opacity 0s linear 0s;
	transition: opacity 0s linear 0s;
	display: block;
}


.fixBar .panel .tit{
	font-family: 'nanum-square-b'; 
	font-weight:bold;
	font-size:20px;
	color:#222;
	margin-bottom:15px;
	text-align:left;
}


/*estimate*/

.fixBar.estimate {
	width: 528px;
	margin:0;
	padding:0;
}

.fixBar .panel.estimate .cont-wrap {
	
width: 450px;
	
max-height: 100%;
	
overflow: auto;
}

.fixBar .panel.estimate .product{
	float: none;
	margin-right: 0;
	width: 100%;
	min-height: inherit;
}

.fixBar .panel.estimate .selected {
	float: none;
	width: 100%;
	min-height: inherit;
	padding: 0;
	border-left: 0;
}


.fixBar .product p.desc {
	margin:0; padding:0;
	font-size:14px;
	line-height:20px;
}


.fixBar .panel.estimate .product .search-form {
	margin-bottom: 20px;
}
.fixBar .panel.estimate .product .search-form .cate-wrap {
	margin-bottom: 7px;
}
.fixBar .panel.estimate .product .search-form .cate-wrap select {
	width: 32.6333%;
	font-size: 13px;
	padding:6px 3px;
	border:1px solid #d9d9d9;
}
.fixBar .panel.estimate .product .search-form .cate-wrap select option {
	font-size: 13px;
}
.fixBar .panel.estimate .product .search-form .str-wrap {
	margin:20px 0;
	position: relative;
}

.fixBar .panel.estimate .product .search-form .str-wrap label{
	width:110px;
	font-size:12px;
	line-height:30px;
	color:#666;
}

.fixBar .panel.estimate .product .search-form .str-wrap input[type=text] {
	float: none;
	width: 97.8%;
	font-size: 12px;
	padding:7px 3px;
	border:1px solid #d9d9d9;
}

.fixBar .panel.estimate .product .search-form .str-wrap .btn-search{
	float: none;
	margin: 0;
	z-index:1;
	position: absolute;
	top: 5px;
	right: 3%;
}

.fixBar .panel.estimate .paging {
	text-align: center;
}
.fixBar .panel.estimate .paging a {
	margin-right: 4px;
}
.fixBar .panel.estimate .paging a.on {
	color: #DA1A21;
	font-weight: bold;
}

.fixBar .panel.estimate .product ul, .fixBar .product-list ul {
	padding: 0;
	margin: 0 0 20px;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}
.fixBar .panel.estimate .product ul > li, .fixBar .product-list ul > li {
	border-bottom: 1px dashed #DFDFDF;
	padding: 15px;
	position: relative;
	clear:both;
	height:82px;
}

.fixBar .panel.estimate .product ul > li:last-child, .fixBar .product-list ul > li:last-child {
	border:none;
}

.fixBar .panel.estimate .product ul > li div, .fixBar .product-list ul > li div {
	display: inline-block;
}
.fixBar .panel.estimate .product ul > li div.thumb, .fixBar .product-list ul > li div.thumb {
	width: 80px;
	height: 80px;
	border:1px solid #efefef;
	margin-right: 10px;
	float:left;
}
.fixBar .panel.estimate .product ul > li div.thumb > img, .fixBar .product-list ul > li div.thumb img {
	width: 80px;
	height: 80px;

}
.fixBar .panel.estimate .product ul > li div.info, .fixBar .product-list ul > li div.info {
	margin:0 10px 0 0;
	padding:0;
	text-align: left;
	float: left;
	max-width: 300px;
}
.fixBar .panel.estimate .product ul > li div.info > h3, .fixBar .product-list ul > li div.info > h3 {
	margin: 0;
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fixBar .panel.estimate .product ul > li div.info > span, .fixBar .product-list ul > li div.info > span {
	
}

.fixBar .panel.estimate .product ul > li div.info > span.price, .fixBar .product-list ul > li div.info > span.price {
	font-size:17px;
	line-height:24px;
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBar .panel.estimate .product ul > li div.info .goods-option-select {
	display: block;
	font-size: 12px;
	width: 200px;
	margin-top: 2px;
}

.fixBar .panel.estimate .product .btn-save, .fixBar .product-list .btn-buy {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 0;
	position: absolute;
	right: 27px;
	width:75px;
	height:25px;
	line-height:25px;
	background:#828282;
	color:#fff;
	text-align:center;
}


.fixBar .panel.estimate .selected > ul {
	margin:0 0 30px; padding:0;
	border-top:1px solid #525252;
}

.panel.estimate .selected > ul > li {
	border-bottom: 1px dashed #DFDFDF;
    padding:15px 0;
}
.fixBar .panel.estimate .selected .goods-title {
	display: inline-block;
	margin-right: 5px;
	width: 35%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size:14px;
	color:#222;
	line-height:24px;
}
.fixBar .panel.estimate .selected .goods-title .optnm {
	display: block;
	font-size: 11px;
}
.fixBar .panel.estimate .selected .price, 
.fixBar .panel.estimate .selected .supply_price {
	display: inline-block;
	margin-right: 5px;
	width: 75px;
	font-size:14px;
	color:#da1a21;
	line-height:24px;
	font-weight:bold;
}
.fixBar .panel.estimate .selected input[type=text] {
	width: 40px;
	margin-right:0;
	height:26px;
	line-height:26px;
	border:1px solid #b2b2b2;
}
.fixBar .panel.estimate .selected .up-down {
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 5px;
}
.fixBar .panel.estimate .selected .up-down > a {
	display: block;
	padding: 0;
	margin: 0;
	width:13px;
	border:1px solid #b2b2b2;
}
.fixBar .panel.estimate .selected .up-down > a.btn-up {	
margin-bottom:-1px;
}
.fixBar .panel.estimate .selected .up-down > a.btn-down {
}
.fixBar .panel.estimate .selected .btn-cnt {
	display: inline-block;
	margin-right: 5px;
	border:1px solid #b2b2b2;
	font-size:12px;
	color:#666;
	width:55px;
	height:24px;
	line-height:24px;
	text-align:center;
}
.fixBar .panel.estimate .selected .btn-delete {
	display: inline-block;
	width:50px;
	height:26px;
	line-height:26px;
	background:#ddd;
	color:#666;
	font-size:12px;
	text-align:center;

}

.fixBar .panel.estimate .selected .price-wrap{
	display:inline-block;
	width:100%;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
	padding:19px 0;
	margin:10px 0;
}

.fixBar .panel.estimate .selected .price-wrap .total{
	display:inline-block;
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}

.fixBar .panel.estimate .selected .price-wrap .totalPrice{
	float:right;
	display:inline-block;
	margin: 0;
	font-size:15px;
	color:#222;
	letter-spacing:-1px;
	padding:0;
}

.fixBar .panel.estimate .selected .price-wrap .totalPrice .red{
	color:#da1a21;
}

.fixBar .panel.estimate .selected .btn-wrap{
	display:inline-block;
	width:100%;	
	padding:0;
	margin:0 0 35px 0;
	text-align:center;
}

.fixBar .panel.estimate .selected .btn-wrap a{
	display:inline-block;
	width:96px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
	color:#222;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 3px;
}

.fixBar .panel.estimate .selected .btn-wrap a.btn-print{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBar .panel.estimate .selected .btn-wrap a.btn-down{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBar .panel.estimate .selected .btn-wrap a.btn-cart{
	background:#fff;
	border:1px solid #222;
}

.fixBar .panel.estimate .selected .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}
.fixBar .panel.estimate .selected .btn-wrap a.btn-excel {
	background:#02723B;
	border:1px solid #02723B;
	color:#fff;
}
.fixBar .panel.estimate .selected .btn-wrap a.btn-pdf {
	background:#BB0706;
	border:1px solid #BB0706;
	color:#fff;
}
.fixBar .panel.estimate .selected #download-box {
	display: none;
}

/* SOCIAL ICONS - CSS3 */

#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover a strong { opacity:1;}


/*order*/

.fixBar.order {
	width: 528px;
	margin:0;
	padding:0;
}

.fixBar .orderBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .orderBox .searchOrder{
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBar .orderBox .searchOrder dl{
	width:370px;
	margin:0 auto;
	padding:0;
	clear:both;
}

.fixBar .orderBox .searchOrder dt{
	margin:0 0 3px;
	padding:0;
	float:left;
	width: 111px;
	height:30px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	color:#444;
}

.fixBar .orderBox .searchOrder dd {
	margin:0 0 3px;
	padding:0;
	float:left;
	width: 249px;
	height:30px;
}

.fixBar .orderBox .searchOrder dd input[type="text"] {
	width: 100%;
	height:28px;
	line-height:28px;
	padding:0 5px;
	border:1px solid #bfbfbf;
}

.fixBar .orderBox .searchOrder dd input::-webkit-input-placeholder { color:#b5b5b5; }
.fixBar .orderBox .searchOrder dd input::-moz-placeholder { color:#b5b5b5; }
.fixBar .orderBox .searchOrder dd input::-ms-placeholder { color:#b5b5b5; }



.fixBar .orderBox .searchOrder p{
	position:relative;
	display:inline-block;
	width:370px;
	margin:20px auto 0;
	text-align:left;
	font-size:13px;
	color:#222;
	line-height:20px;
	letter-spacing:-1px;
}

.fixBar .orderBox .searchOrder p a{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#da1a21;
}

.fixBar .orderBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}

.fixBar .orderBox .orderList {
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
}


.fixBar .orderBox .orderList .allView {
	float:right;
	display:inline-block;
	width:170px;
	height:20px;
	padding:8px;
	background:#777;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0 0 15px;
}

.fixBar .orderBox .orderList .allView i{
	float:right;
}

.fixBar .orderBox .orderList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}

.fixBar .orderBox .orderList ul li{
	width:410px;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBar .orderBox .orderList ul li:last-child{
	border:none;
}

.fixBar .orderBox .orderList ul li table{
	width:100%;
	border-spacing:0;	
}

.fixBar .orderBox .orderList ul li table td{
	color:#222;
	font-size:14px;
	vertical-align:top;
}

.fixBar .orderBox .orderList ul li table td a{
	display:inline-block;
	margin:3px 0 0;
}

.fixBar .orderBox .orderList ul li table td.date{
	width:80px;
	padding:0 15px 0 0;
	text-align:center;
}

.fixBar .orderBox .orderList ul li table td.date p{
	margin:0; 
	padding:0; 
	line-height:1.5;
	letter-spacing:-1px;
}

.fixBar .orderBox .orderList ul li table td.list{
	padding:0 10px;
	border-left:1px dashed #d1d1d1;
	border-right:1px dashed #d1d1d1;
	font-size:13px;
	color:#222;
	line-height:20px;
	letter-spacing:-1px;
}

.fixBar .orderBox .orderList ul li table td.list .prodName{
	width:100%;
	padding:0;
	margin:0 0 15px;
}

.fixBar .orderBox .orderList ul li table td.list .prodName span {
	font-size:13px;
	color:#222;
	letter-spacing:-1px;
	display: block;
	text-align: left;
}

.fixBar .orderBox .orderList ul li table td.list .prodName span .price{
	float:right;
}

.fixBar .orderBox .orderList ul li table td.list .prodNum {
	width:100%;
	margin:0;
	padding:0;
	text-align: right;
}

.fixBar .orderBox .orderList ul li table td.list .prodTotal {
	width:100%;
	margin:0;
	padding:0;
}

.fixBar .orderBox .orderList ul li table td.list .prodTotal .price{
	float:right;
	color:#da1a21;
	font-weight:bold;
}

.fixBar .orderBox .orderList ul li table td.delivery{
	width:80px;
	padding:0 0 0 15px;
	text-align:center;
}

.fixBar .orderBox .orderList ul li table td.delivery .status{
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBar .orderBox .orderList ul li table td.delivery .deliDate{
	margin:0;
	padding:0;
	line-height:1;
}
.fixBar .orderBox .orderList ul li table td.delivery .searchDeli{
	font-size:11px;
	color:#444;
	text-decoration:underline;
}



/*delivery*/

.fixBar.delivery {
	width: 528px;
	margin:0;
	padding:0;
}

.fixBar .deliveryBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .deliveryBox .searchDelivery{
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBar .deliveryBox .searchDelivery dl{
	width:370px;
	margin:0 auto;
	padding:0;
}

.fixBar .deliveryBox .searchDelivery dt{
	margin:0 0 3px;
	padding:0;
	float:left;
	width: 113px;
	font-size:16px;
	line-height:30px;
	color:#444;
}

.fixBar .deliveryBox .searchDelivery dd {
	margin:0 0 3px;
	padding:0;
	float:left;
	width: 252px;
}

.fixBar .deliveryBox .searchDelivery dd input[type="text"] {
	width: 100%;
	height:28px;
	line-height:28px;
	padding:0 5px;
	border:1px solid #bfbfbf;
}

.fixBar .deliveryBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}






/*  today */
.fixBar.today {
	width: 528px;
}

.fixBar .todayBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .todayBox .todayList{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;	
	text-align:left;
}

.fixBar .todayBox .todayList label{
	line-height:25px;
}

.fixBar .todayBox .todayList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
	max-height: 600px;
	overflow: auto;
}

.fixBar .todayBox .todayList ul li{
	width:410px;
	height:82px;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBar .todayBox .todayList ul li:last-child{
	border:none;
}

.fixBar .todayBox .todayList ul li table{
	width:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}


.fixBar .todayBox .todayList ul > li div {
	display: inline-block;
}
.fixBar .todayBox .todayList ul > li div.thumb {
	width: 80px;
	height: 80px;
	border:1px solid #efefef;
	margin-right: 10px;
}
.fixBar .todayBox .todayList ul > li div.thumb > img {
	width: 80px;
	height: 80px;

}
.fixBar .todayBox .todayList ul > li div.info {	
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}

.fixBar .todayBox .todayList ul > li div.info > h3 {
	clear:both;
	margin: 0;
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:normal;
}
.fixBar .todayBox .todayList ul > li div.info > span.oprice {
	display:inline-block;
	clear:both;
	width:100%;
	text-decoration:line-through;
}

.fixBar .todayBox .todayList ul > li div.info > span.price{
	display:inline-block;
	clear:both;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBar .todayBox .select-wrap{
	display:inline-block;
	width:50%;
	float:left;
	margin:0 0 35px 0;
	padding:0;
	text-align:left;
}

.fixBar .todayBox .select-wrap p{
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}


.fixBar .todayBox .select-wrap p .red{
	color:#da1a21;
}

.fixBar .todayBox .btn-wrap{
	display:inline-block;
	width:50%;
	float:right;
	padding:0;
	margin:0 0 35px 0;
	text-align:right;
}

.fixBar .todayBox .btn-wrap a{
	display:inline-block;
	width:96px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
	color:#222;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 3px;
}

.fixBar .todayBox .btn-wrap a.btn-cart{
	background:#fff;
	border:1px solid #222;
}

.fixBar .todayBox .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}


/*  cart */
.fixBar.cart {
	width: 528px;
}

.fixBar .cartBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .cartBox .cartList{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;	
	text-align:left;
}

.fixBar .cartBox .cartList .goCart {
	float:right;
	display:inline-block;
	width:170px;
	height:20px;
	padding:8px;
	background:#777;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0 0 15px;
}

.fixBar .cartBox .cartList .goCart i{
	float:right;
}

.fixBar .cartBox .cartList label{
	line-height:25px;
}

.fixBar .cartBox .cartList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
	max-height: 600px;
	overflow: auto;
}

.fixBar .cartBox .cartList ul li{
	width:410px;
	height:82px;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBar .cartBox .cartList ul li:last-child{
	border:none;
}

.fixBar .cartBox .cartList ul li table{
	width:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}


.fixBar .cartBox .cartList ul > li div {
	display: inline-block;
}
.fixBar .cartBox .cartList ul > li div.thumb {
	width: 80px;
	height: 80px;
	border:1px solid #efefef;
	margin-right: 10px;
}
.fixBar .cartBox .cartList ul > li div.thumb > img {
	width: 80px;
	height: 80px;

}
.fixBar .cartBox .cartList ul > li div.info {	
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}

.fixBar .cartBox .cartList ul > li div.info > h3 {
	clear:both;
	margin: 0;
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:normal;
}
.fixBar .cartBox .cartList ul > li div.info > h3 .optnm {
	font-size: 12px;
	display: block;
}
.fixBar .cartBox .cartList ul > li div.info > span.oprice {
	display:inline-block;
	clear:both;
	width:100%;
	text-decoration:line-through;
}

.fixBar .cartBox .cartList ul > li div.info > span.price{
	display:inline-block;
	clear:both;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}


.fixBar .cartBox .price-wrap{
	display:inline-block;
	width:100%;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
	padding:19px 0;
	margin:10px 0;
	text-align:left;
}

.fixBar .cartBox .price-wrap .total{
	display:inline-block;
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
	text-align:left;
}

.fixBar .cartBox .price-wrap .totalPrice{
	float:right;
	display:inline-block;
	margin:0 0 0 60px;
	font-size:15px;
	color:#222;
	letter-spacing:-1px;
	padding:0;
}

.fixBar .cartBox .price-wrap .totalPrice .linethrough{

	text-decoration:line-through;
}


.fixBar .cartBox .price-wrap .totalPrice .red{
	color:#da1a21;
}


.fixBar .cartBox .select-wrap{
	display:inline-block;
	width:50%;
	float:left;
	margin:0 0 35px 0;
	padding:0;
	text-align:left;
}

.fixBar .cartBox .select-wrap p{
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}


.fixBar .cartBox .select-wrap p .red{
	color:#da1a21;
}

.fixBar .cartBox .btn-wrap{
	display:inline-block;
	width:50%;
	float:right;
	padding:0;
	margin:0 0 35px 0;
	text-align:right;
}

.fixBar .cartBox .btn-wrap a{
	display:inline-block;
	width:96px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:12px;
	color:#222;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 3px;
}

.fixBar .cartBox .btn-wrap a.btn-del{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBar .cartBox .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}


/* personal */


.fixBar.personal {
	width: 528px;
	margin:0;
	padding:0;
}

.fixBar .personalBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .personalBox .searchPersonal{
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBar .personalBox .searchPersonal dl{
	width:370px;
	margin:0 auto;
	padding:0;
}

.fixBar .personalBox .searchPersonal dt{
	margin:0 0 3px;
	padding:0;
	float:left;
	width:95px;
	font-size:16px;
	line-height:30px;
	color:#444;
}

.fixBar .personalBox .searchPersonal dd {
	margin:0 0 3px;
	padding:0;
	float:left;
	width:275px;
}

.fixBar .personalBox .searchPersonal dd input[type="text"] {
	width:263px;
	height:28px;
	line-height:28px;
	padding:0 5px;
	border:1px solid #bfbfbf;
}

.fixBar .personalBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}

.fixBar .personalBox .personalList {
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
}


.fixBar .personalBox .personalList .allView {
	float:right;
	display:inline-block;
	width:170px;
	height:20px;
	padding:8px;
	background:#777;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0 0 15px;
}

.fixBar .personalBox .personalList .allView i{
	float:right;
}

.fixBar .personalBox .personalList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}

.fixBar .personalBox .personalList ul li{
	width:410px;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBar .personalBox .personalList ul li:last-child{
	border:none;
}

.fixBar .personalBox .personalList ul li table{
	width:100%;
	border-spacing:0;	
}

.fixBar .personalBox .personalList ul li table td{
	color:#222;
	font-size:14px;
	vertical-align:top;
}

.fixBar .personalBox .personalList ul li table td a{
	display:inline-block;
	margin:3px 0 0;
}

.fixBar .personalBox .personalList ul li table td.date{
	width:80px;
	padding:0 15px 0 0;
	text-align:center;
}

.fixBar .personalBox .personalList ul li table td.date p{
	margin:0; 
	padding:0; 
	line-height:1.5;
	letter-spacing:-1px;
}

.fixBar .personalBox .personalList ul li table td.list{
	padding:0 10px;
	border-left:1px dashed #d1d1d1;
	border-right:1px dashed #d1d1d1;
	font-size:13px;
	color:#222;
	line-height:20px;
	letter-spacing:-1px;
}

.fixBar .personalBox .personalList ul li table td.list .prodName{
	width:100%;
	padding:0;
	margin:0 0 15px;
	text-align: left;
}

.fixBar .personalBox .personalList ul li table td.list .prodName span {
	font-size:13px;
	color:#222;
	letter-spacing:-1px;
}

.fixBar .personalBox .personalList ul li table td.list .prodName span .price{
	float:right;
}

.fixBar .personalBox .personalList ul li table td.list .prodNum {
	width:100%;
	margin:0;
	padding:0;
	text-align: right;
}

.fixBar .personalBox .personalList ul li table td.list .prodTotal {
	width:100%;
	margin:0;
	padding:0;
}

.fixBar .personalBox .personalList ul li table td.list .prodTotal .price{
	float:right;
	color:#da1a21;
	font-weight:bold;
}

.fixBar .personalBox .personalList ul li table td.delivery{
	width:80px;
	padding:0 0 0 15px;
	text-align:center;
}

.fixBar .personalBox .personalList ul li table td.delivery .status{
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBar .personalBox .personalList ul li table td.delivery .deliDate{
	margin:0;
	padding:0;
	line-height:1;
}
.fixBar .personalBox .personalList ul li table td.delivery .searchDeli{
	font-size:11px;
	color:#444;
	text-decoration:underline;
}

/* talktalk */
.fixBar.talktalk {
	width: 528px;
}

/* katalk */
.fixBar.katalk{
	width: 528px;
}
.fixBar .panel.katalk .kakao-box {
    text-align: left;
    background: #FED303;
    padding: 18px;
    font-weight: bold;	
}
.fixBar .panel.katalk .kakao-box a {
	display: block;
	font-size: 17px;
}

/* docu */
.fixBar.docu{
	width: 528px;
}

.fixBar .docuBox{	
	width: 450px;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBar .docuBox .btnArea{
	display:inline-block;
	width:410px;
	margin:0 0 15px;
	text-align:left;
}

.fixBar .docuBox .btnArea .btnDownload {
	display:inline-block;
	width:180px;
	height:18px;
	padding:10px;
	border:1px solid #d9d9d9;
	font-size:12px;
	color:#222;
	line-height:18px;
	text-align:left;
	background:url(./images/quickbar/iconDown.png) 170px center no-repeat;
	margin-bottom:5px;
}

.fixBar .docuBox .btnArea .btnDownload.mr04{
	margin-right:2px;
}

.fixBar .docuBox .btnArea .KCP{
	display:inline-block;
	width:388px;
	height:18px;
	padding:10px;
	border:1px solid #d9d9d9;
	margin:
}

.fixBar .docuBox .btnArea .KCP p{
	margin:0;
	padding:0;
	line-height:18px;
	font-size:12px;
	color:#222;
	float:left;
}

.fixBar .docuBox .btnArea .KCP a{
	float:right;
	font-size:12px;
	color:#222;
	padding-right:20px;
	margin-left:15px;
}

.fixBar .docuBox .btnArea .KCP a.btnPrint{
	background:url(./images/quickbar/iconPrint.png) right center no-repeat;
}
.fixBar .docuBox .btnArea .KCP a.btnMail{
	background:url(./images/quickbar/iconMail.png) right center no-repeat;
}
.fixBar .docuBox .btnArea .KCP a.btnPDF{
	background:url(./images/quickbar/iconDown.png) right center no-repeat;
}

.fixBar .docuBox .inquiryForm {
	display:inline-block;
	width:410px;
	margin:0 0 15px;
	padding:0;
}

.fixBar .docuBox .inquiryForm .title {
	width:100%;
	margin:0 0;
	padding:0;
}

.fixBar .docuBox .inquiryForm .title p{
	float:left;
	margin:0;
	padding:0 70px 0 0;
	font-size:18px;
	line-height:36px;
	color:#222;	
	
}

.fixBar .docuBox .inquiryForm .title label {
	font-size:12px;
	line-height:36px;
	width:120px;
}

.fixBar .docuBox .inquiryForm table{
	width:100%;
	border-spacing:0;
	border-top:1px solid #525252;
	margin:0 0 20px;
	padding:0;
}

.fixBar .docuBox .inquiryForm th{
	width:85px;
	background:#f7f7f7;
	border-bottom:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	text-align:center;
	color:#222;
	font-size:14px;
	font-weight:normal;
}

.fixBar .docuBox .inquiryForm th.licence{
	font-size:12px;
}


.fixBar .docuBox .inquiryForm td{
	border-bottom:1px solid #e5e5e5;
	padding:7px;
}

.fixBar .docuBox .inquiryForm td input[type='text'], 
.fixBar .docuBox .inquiryForm td input[type='email'],
.fixBar .docuBox .inquiryForm td input[type='tel'] {
	width:310px;
	height:30px;
	border:1px solid #bebebe;
	line-height:30px;
	padding-left: 7px;
}

.fixBar .docuBox .inquiryForm td textarea {
	width:310px;
	height:115px;
	border:1px solid #bebebe;
	line-height: 18px;
	background:#fff;
	padding: 6px 4px;
}

.fixBar .docuBox .inquiryForm a{
	display:inline-block;
	width:100px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBar .docuBox .inquiryForm button {
	display:inline-block;
	width:100px;
	height: 30px;
	line-height: 27px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	border: 0;
	outline: 0;
	cursor: pointer;
	vertical-align: bottom;
}

.fixBar .docuBox .inquiryForm .btnInquiry{	
	background:#da1a21;	
	color:#fff;
}

.fixBar .docuBox .inquiryForm .btnCancel{	
	background:#d7d7d7;	
	color:#222;
}
