.fixBox {
	width:90%;
	margin:20px auto;
}


/*estimate*/

.fixBox.estimate {
	width: 100%;
	margin:0;
	padding:0;
}

.fixBox .panel.estimate .cont-wrap {	
	width: 100%;	
	max-height: 100%;	
	overflow-x:hidden;
	overflow-y:auto;
}

.fixBox .panel.estimate .product{
	float: none;
	margin-right: 0;
	width: 100%;
	min-height: inherit;
}

.fixBox .panel.estimate .selected {
	float: none;
	width: 100%;
	min-height: inherit;
	padding: 0;
	border-left: 0;
}
.fixBox .panel.estimate .tit {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.fixBox .product p.desc {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:20px;
}


.fixBox .panel.estimate .product .search-form {
	margin-bottom: 20px;
}
.fixBox .panel.estimate .product .search-form .cate-wrap {
	margin-bottom: 7px;
}
.fixBox .panel.estimate .product .search-form .cate-wrap select {
	width: 32%;
	font-size: 12px;
	padding:6px 1%;
	border:1px solid #d9d9d9;
	background: #FFFFFF;
}
.fixBox .panel.estimate .product .search-form .cate-wrap select option {
	font-size: 13px;
}
.fixBox .panel.estimate .product .search-form .str-wrap {
	margin:20px 0;
	position: relative;
}

.fixBox .panel.estimate .product .search-form .str-wrap label{
	width:110px;
	font-size:12px;
	line-height:30px;
	color:#666;
}

.fixBox .panel.estimate .product .search-form .str-wrap input[type=text] {
	float: none;
	width: 95%;
	font-size: 12px;
	padding:7px 1%;
	border:1px solid #d9d9d9;
}

.fixBox .panel.estimate .product .search-form .str-wrap .btn-search{
	float: none;
	margin: 0;
	z-index:1;
	position: absolute;
	top: 5px;
	right: 4%;
}

.fixBox .panel.estimate .paging {
	text-align: center;
	margin-bottom: 1.5em;
}
.fixBox .panel.estimate .paging a {
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	padding: 0.25em 0.5em 0.2em 0.5em;
	margin-right: 0.1em;
	font-size: 1.4em;
	font-weight: normal;
}
.fixBox .panel.estimate .paging a:last-child {
	margin-right: 0;
}
.fixBox .panel.estimate .paging a.on {
	color: #DA1A21;
	font-weight: bold;
}

.fixBox .panel.estimate .product ul, .fixBox .product-list ul {
	padding: 0;
	margin: 0 0 20px;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}
.fixBox .panel.estimate .product ul > li, .fixBox .product-list ul > li {
	border-bottom: 1px dashed #DFDFDF;
	padding: 15px;
	position: relative;
	clear:both;
	height:82px;
}

.fixBox .panel.estimate .product ul > li:last-child, .fixBox .product-list ul > li:last-child {
	border:none;
}

.fixBox .panel.estimate .product ul > li div, .fixBox .product-list ul > li div {
	display: inline-block;
}
.fixBox .panel.estimate .product ul > li div.thumb, .fixBox .product-list ul > li div.thumb {
	width: 65px;
	height: 65px;
	border:1px solid #efefef;
	margin-right: 10px;
	float:left;
}
.fixBox .panel.estimate .product ul > li div.thumb > img, .fixBox .product-list ul > li div.thumb img {
	width: 65px;
	height: 65px;
}
.fixBox .panel.estimate .product ul > li div.info, .fixBox .product-list ul > li div.info {
	margin:0 10px 0 0;
	padding:0;
	text-align: left;
	float: left;
	max-width: 300px;
}
.fixBox .panel.estimate .product ul > li div.info > h3, .fixBox .product-list ul > li div.info > h3 {
	margin: 0;
	font-size: 13px;
	line-height: 21px;
	color:#222;
	font-weight:normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fixBox .panel.estimate .product ul > li div.info > span, .fixBox .product-list ul > li div.info > span {
	
}

.fixBox .panel.estimate .product ul > li div.info > span.price, .fixBox .product-list ul > li div.info > span.price {
	font-size: 14px;
	line-height:24px;
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBox .panel.estimate .product ul > li div.info .goods-option-select {
	display: block;
	font-size: 12px;
	width: 12em;
	margin-top: 2px;
}

.fixBox .panel.estimate .product .btn-save, .fixBox .product-list .btn-buy {
	display: inline-block;
	vertical-align: middle;
	margin: 30px 0;
	position: absolute;
	right: 9px;
	width: 65px;
	height:25px;
	line-height:25px;
	background:#828282;
	color:#fff;
	text-align:center;
}


.fixBox .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;
}
.fixBox .panel.estimate .selected .goods-title {
	display: block;
	margin-right: 0;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size:14px;
	color:#222;
	line-height:24px;
}
.fixBox .panel.estimate .selected .goods-title .optnm {
	display: block;
	font-size: 11px;
}
.fixBox .panel.estimate .selected .price, 
.fixBox .panel.estimate .selected .supply_price {
	display: inline-block;
	margin-right: 5px;
	width: auto;
	font-size:14px;
	color:#da1a21;
	line-height:24px;
	font-weight:bold;
}
.fixBox .panel.estimate .selected input[type=text] {
	width: 40px;
	margin-right:0;
	height:26px;
	line-height:26px;
	border:1px solid #b2b2b2;
}
.fixBox .panel.estimate .selected .up-down {
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 5px;
}
.fixBox .panel.estimate .selected .up-down > a {
	display: block;
	padding: 0;
	margin: 0;
	width:13px;
	border:1px solid #b2b2b2;
}
.fixBox .panel.estimate .selected .up-down > a.btn-up {	
margin-bottom:-1px;
}
.fixBox .panel.estimate .selected .up-down > a.btn-down {
}
.fixBox .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;
}
.fixBox .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;

}

.fixBox .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;
}

.fixBox .panel.estimate .selected .price-wrap .total{
	display:inline-block;
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}

.fixBox .panel.estimate .selected .price-wrap .totalPrice{
	float:right;
	display:inline-block;
	margin: 0;
	font-size:15px;
	color:#222;
	letter-spacing:-1px;
	padding:0;
}

.fixBox .panel.estimate .selected .price-wrap .totalPrice .red{
	color:#da1a21;
}

.fixBox .panel.estimate .selected .btn-wrap{
	display:inline-block;
	width:100%;	
	padding:0;
	margin:0 0 35px 0;
	text-align:center;
}

.fixBox .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 3px;
}

.fixBox .panel.estimate .selected .btn-wrap a.btn-print{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBox .panel.estimate .selected .btn-wrap a.btn-down{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBox .panel.estimate .selected .btn-wrap a.btn-cart{
	background:#fff;
	border:1px solid #222;
}

.fixBox .panel.estimate .selected .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}
.fixBox .panel.estimate .selected .btn-wrap a.btn-excel {
	background:#02723B;
	border:1px solid #02723B;
	color:#fff;
}
.fixBox .panel.estimate .selected .btn-wrap a.btn-pdf {
	background:#BB0706;
	border:1px solid #BB0706;
	color:#fff;
}
.fixBox .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*/

.fixBox.order {
	width: 100%;
	margin:0;
	padding:0;
}

.fixBox .orderBox{
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .orderBox .searchOrder{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBox .orderBox .searchOrder dl{
	width:85%;
	margin:0 auto;
	padding:0;
	clear:both;
}

.fixBox .orderBox .searchOrder dt{
	margin:0 0 3px;
	padding:0;
	height:30px;
	font-size:16px;
	line-height:30px;
	text-align:left;
	color:#444;
}

.fixBox .orderBox .searchOrder dd {
	margin:0 0 3px;
	padding:0;
	height:30px;
}

.fixBox .orderBox .searchOrder dd input[type="text"] {
	width: 95%;
	height:28px;
	line-height:28px;
	padding:0 2.5%;
	border:1px solid #bfbfbf;
}

.fixBox .orderBox .searchOrder dd input::-webkit-input-placeholder { color:#b5b5b5; }
.fixBox .orderBox .searchOrder dd input::-moz-placeholder { color:#b5b5b5; }
.fixBox .orderBox .searchOrder dd input::-ms-placeholder { color:#b5b5b5; }



.fixBox .orderBox .searchOrder p{
	position:relative;
	display:inline-block;
	width:90%;
	margin:20px auto 0;
	text-align:left;
	font-size:13px;
	color:#222;
	line-height:20px;
	letter-spacing:-1px;
}

.fixBox .orderBox .searchOrder p a{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#da1a21;
}

.fixBox .orderBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}

.fixBox .orderBox .orderList {
	display:inline-block;
	width:95%;
	margin:0 auto 15px;
	padding:25px 0;
}


.fixBox .orderBox .orderList .allView {
	float:right;
	display:inline-block;
	width:120px;
	height:20px;
	padding:8px;
	background:#777;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0 0 15px;
}

.fixBox .orderBox .orderList .allView i{
	float:right;
}

.fixBox .orderBox .orderList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}

.fixBox .orderBox .orderList ul li{
	width:100%;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
	list-style: none;
}

.fixBox .orderBox .orderList ul li:last-child{
	border:none;
}

.fixBox .orderBox .orderList ul li table{
	width:100%;
	border-spacing:0;	
}

.fixBox .orderBox .orderList ul li table td{
	color:#222;
	font-size:14px;
	vertical-align: middle;
}

.fixBox .orderBox .orderList ul li table td a{
	display:inline-block;
	margin:3px 0 0;
}

.fixBox .orderBox .orderList ul li table td.date{
	width:80px;
	padding: 0;
	text-align:center;
}

.fixBox .orderBox .orderList ul li table td.date p{
	margin:0; 
	padding:0; 
	line-height:1.5;
	letter-spacing:-1px;
}

.fixBox .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;
}

.fixBox .orderBox .orderList ul li table td.list .prodName{
	width:100%;
	padding:0;
	margin:0 0 15px;
}

.fixBox .orderBox .orderList ul li table td.list .prodName span {
	font-size:13px;
	color:#222;
	letter-spacing:-1px;
	display: block;
	text-align: left;
}

.fixBox .orderBox .orderList ul li table td.list .prodName span .price{
	float:right;
}

.fixBox .orderBox .orderList ul li table td.list .prodNum {
	width:100%;
	margin:0;
	padding:0;
	text-align: right;
}

.fixBox .orderBox .orderList ul li table td.list .prodTotal {
	width:100%;
	margin:0;
	padding:0;
}

.fixBox .orderBox .orderList ul li table td.list .prodTotal .price{
	float:right;
	color:#da1a21;
	font-weight:bold;
}

.fixBox .orderBox .orderList ul li table td.delivery{
	width:80px;
	padding:0 0 0 15px;
	text-align:center;
}

.fixBox .orderBox .orderList ul li table td.delivery .status{
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom: 0;
}

.fixBox .orderBox .orderList ul li table td.delivery .deliDate{
	margin:0;
	padding:0;
	line-height:1;
}
.fixBox .orderBox .orderList ul li table td.delivery .searchDeli{
	font-size:11px;
	color:#444;
	text-decoration:underline;
}



/*delivery*/

.fixBox.delivery {
	width: 100%;
	margin:0;
	padding:0;
}

.fixBox .deliveryBox{
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .deliveryBox .searchDelivery{
	display:inline-block;
	width:95%;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBox .deliveryBox .searchDelivery dl{
	width:85%;
	margin:0 auto;
	padding:0;
}

.fixBox .deliveryBox .searchDelivery dt{
	margin:0 0 3px;
	padding:0;
	font-size:16px;
	line-height:30px;
	color:#444;
	text-align: left;
}

.fixBox .deliveryBox .searchDelivery dd {
	margin:0 0 3px;
	padding:0;
}

.fixBox .deliveryBox .searchDelivery dd input[type="text"] {
	width: 95%;
	height:28px;
	line-height:28px;
	padding:0 2.5%;
	border:1px solid #bfbfbf;
}

.fixBox .deliveryBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}






/*  today */
.fixBox.today {
	width: 100%;
}

.fixBox .todayBox{	
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .todayBox .todayList{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;	
	text-align:left;
}

.fixBox .todayBox .todayList label{
	line-height:25px;
}

.fixBox .todayBox .todayList ul {
	clear:both;
	margin: 10px 0 20px 0;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}

.fixBox .todayBox .todayList ul li{
	height: auto;
	margin:0;
	padding: 15px 0;
	border-bottom:1px dashed #d1d1d1;
	list-style: none;
}

.fixBox .todayBox .todayList ul li:last-child{
	border:none;
}

.fixBox .todayBox .todayList ul li table{
	width:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}
.fixBox .todayBox .todayList ul li table td {
	vertical-align: middle;
}

.fixBox .todayBox .todayList ul > li div {
	display: inline-block;
}
.fixBox .todayBox .todayList ul > li div.thumb {
	width: 60px;
	height: 60px;
	border:1px solid #efefef;
	margin-right: 10px;
	margin-left: 5px;
}
.fixBox .todayBox .todayList ul > li div.thumb > img {
	width: 80px;
	height: 80px;

}
.fixBox .todayBox .todayList ul > li div.info {	
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}

.fixBox .todayBox .todayList ul > li div.info > h3 {
	clear:both;
	margin: 0;
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:normal;
}
.fixBox .todayBox .todayList ul > li div.info > span.oprice {
	display:inline-block;
	clear:both;
	width:100%;
	text-decoration:line-through;
}

.fixBox .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;
}

.fixBox .todayBox .select-wrap{
	display:inline-block;
	width:100%;
	margin:0 0 35px 0;
	padding:0;
	text-align:left;
}

.fixBox .todayBox .select-wrap p{
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}


.fixBox .todayBox .select-wrap p .red{
	color:#da1a21;
}

.fixBox .todayBox .btn-wrap{
	display:inline-block;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	text-align:right;
}

.fixBox .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;
}

.fixBox .todayBox .btn-wrap a.btn-cart{
	background:#fff;
	border:1px solid #222;
}

.fixBox .todayBox .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}


/*  cart */
.fixBox.cart {
	width: 100%;
}

.fixBox .cartBox{	
	width: 90%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .cartBox .cartList{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;	
	text-align:left;
}

.fixBox .cartBox .cartList .goCart {
	float:right;
	display:inline-block;
	width:120px;
	height:20px;
	padding:8px;
	background:#777;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0 0 15px;
}

.fixBox .cartBox .cartList .goCart i{
	float:right;
}

.fixBox .cartBox .cartList label{
	line-height:25px;
}

.fixBox .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;
}

.fixBox .cartBox .cartList ul li{
	width:85%;
	height:82px;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBox .cartBox .cartList ul li:last-child{
	border:none;
}

.fixBox .cartBox .cartList ul li table{
	width:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}


.fixBox .cartBox .cartList ul > li div {
	display: inline-block;
}
.fixBox .cartBox .cartList ul > li div.thumb {
	width: 80px;
	height: 80px;
	border:1px solid #efefef;
	margin-right: 10px;
}
.fixBox .cartBox .cartList ul > li div.thumb > img {
	width: 80px;
	height: 80px;

}
.fixBox .cartBox .cartList ul > li div.info {	
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}

.fixBox .cartBox .cartList ul > li div.info > h3 {
	clear:both;
	margin: 0;
	font-size:16px;
	line-height:24px;
	color:#222;
	font-weight:normal;
}
.fixBox .cartBox .cartList ul > li div.info > h3 .optnm {
	font-size: 12px;
	display: block;
}
.fixBox .cartBox .cartList ul > li div.info > span.oprice {
	display:inline-block;
	clear:both;
	width:100%;
	text-decoration:line-through;
}

.fixBox .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;
}


.fixBox .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;
}

.fixBox .cartBox .price-wrap .total{
	display:inline-block;
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
	text-align:left;
}

.fixBox .cartBox .price-wrap .totalPrice{
	float:right;
	display:inline-block;
	margin:0 0 0 60px;
	font-size:15px;
	color:#222;
	letter-spacing:-1px;
	padding:0;
}

.fixBox .cartBox .price-wrap .totalPrice .linethrough{

	text-decoration:line-through;
}


.fixBox .cartBox .price-wrap .totalPrice .red{
	color:#da1a21;
}


.fixBox .cartBox .select-wrap{
	display:inline-block;
	width:100%;
	margin:0 0 35px 0;
	padding:0;
	text-align:left;
}

.fixBox .cartBox .select-wrap p{
	font-size:15px;
	color:#222;
	margin:0; 
	padding:0;
}


.fixBox .cartBox .select-wrap p .red{
	color:#da1a21;
}

.fixBox .cartBox .btn-wrap{
	display:inline-block;
	width:100%;
	padding:0;
	margin:0 0 35px 0;
	text-align:right;
}

.fixBox .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;
}

.fixBox .cartBox .btn-wrap a.btn-del{
	background:#d7d7d7;
	border:1px solid #d7d7d7;
}

.fixBox .cartBox .btn-wrap a.btn-buy{
	background:#da1a21;
	border:1px solid #da1a21;
	color:#fff;
}


/* personal */


.fixBox.personal {
	width: 100%;
	margin:0;
	padding:0;
}

.fixBox .personalBox{	
	width: 85%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .personalBox .searchPersonal{
	display:inline-block;
	width:100%;
	margin:0 auto 15px;
	padding:25px 0;
	text-align:center;
	background:#f4f4f4;
}

.fixBox .personalBox .searchPersonal dl{
	width:370px;
	margin:0 auto;
	padding:0;
}

.fixBox .personalBox .searchPersonal dt{
	margin:0 0 3px;
	padding:0;
	float:left;
	width:95px;
	font-size:16px;
	line-height:30px;
	color:#444;
}

.fixBox .personalBox .searchPersonal dd {
	margin:0 0 3px;
	padding:0;
	float:left;
	width:275px;
}

.fixBox .personalBox .searchPersonal dd input[type="text"] {
	width:263px;
	height:28px;
	line-height:28px;
	padding:0 5px;
	border:1px solid #bfbfbf;
}

.fixBox .personalBox .btn-search{
	width:115px;
	height:35px;
	background:#777;
	color:#fff;
	border:none;
}

.fixBox .personalBox .personalList {
	display:inline-block;
	width:410px;
	margin:0 auto 15px;
	padding:25px 0;
}


.fixBox .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;
}

.fixBox .personalBox .personalList .allView i{
	float:right;
}

.fixBox .personalBox .personalList ul {
	clear:both;
	margin:0 0 20px;
	padding:0;
	border-top:1px solid #525252;
	border-bottom:1px solid #525252;
}

.fixBox .personalBox .personalList ul li{
	width:85%;
	margin:0;
	padding:15px 0;
	border-bottom:1px dashed #d1d1d1;
}

.fixBox .personalBox .personalList ul li:last-child{
	border:none;
}

.fixBox .personalBox .personalList ul li table{
	width:100%;
	border-spacing:0;	
}

.fixBox .personalBox .personalList ul li table td{
	color:#222;
	font-size:14px;
	vertical-align:top;
}

.fixBox .personalBox .personalList ul li table td a{
	display:inline-block;
	margin:3px 0 0;
}

.fixBox .personalBox .personalList ul li table td.date{
	width:80px;
	padding:0 15px 0 0;
	text-align:center;
}

.fixBox .personalBox .personalList ul li table td.date p{
	margin:0; 
	padding:0; 
	line-height:1.5;
	letter-spacing:-1px;
}

.fixBox .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;
}

.fixBox .personalBox .personalList ul li table td.list .prodName{
	width:100%;
	padding:0;
	margin:0 0 15px;
	text-align: left;
}

.fixBox .personalBox .personalList ul li table td.list .prodName span {
	font-size:13px;
	color:#222;
	letter-spacing:-1px;
}

.fixBox .personalBox .personalList ul li table td.list .prodName span .price{
	float:right;
}

.fixBox .personalBox .personalList ul li table td.list .prodNum {
	width:100%;
	margin:0;
	padding:0;
	text-align: right;
}

.fixBox .personalBox .personalList ul li table td.list .prodTotal {
	width:100%;
	margin:0;
	padding:0;
}

.fixBox .personalBox .personalList ul li table td.list .prodTotal .price{
	float:right;
	color:#da1a21;
	font-weight:bold;
}

.fixBox .personalBox .personalList ul li table td.delivery{
	width:80px;
	padding:0 0 0 15px;
	text-align:center;
}

.fixBox .personalBox .personalList ul li table td.delivery .status{
	color:#da1a21;
	font-weight:bold;
	letter-spacing:-1px;
}

.fixBox .personalBox .personalList ul li table td.delivery .deliDate{
	margin:0;
	padding:0;
	line-height:1;
}
.fixBox .personalBox .personalList ul li table td.delivery .searchDeli{
	font-size:11px;
	color:#444;
	text-decoration:underline;
}

/* talktalk */
.fixBox.talktalk {
	width: 528px;
}

/* katalk */
.fixBox.katalk{
	width: 100%;
}
.fixBox .panel.katalk .kakao-box {
    text-align: left;
    background: #FED303;
    padding: 18px;
    font-weight: bold;	
}
.fixBox .panel.katalk .kakao-box a {
	display: block;
	font-size: 17px;
}

/* docu */
.fixBox.docu{
	width: 100%;
}

.fixBox .docuBox{	
	width: 90%;
	margin:0;
	padding:0;
	text-align:center;
}

.fixBox .docuBox .btnArea{
	display:inline-block;
	width:90%;
	margin:0 0 15px;
	text-align:left;
}

.fixBox .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;
}

.fixBox .docuBox .btnArea .btnDownload.mr04{
	margin-right:2px;
}

.fixBox .docuBox .btnArea .KCP{
	display:inline-block;
	width:85%;
	height:18px;
	padding:10px;
	border:1px solid #d9d9d9;
	margin:
}

.fixBox .docuBox .btnArea .KCP p{
	margin:0;
	padding:0;
	line-height:18px;
	font-size:12px;
	color:#222;
	float:left;
}

.fixBox .docuBox .btnArea .KCP a{
	float:right;
	font-size:12px;
	color:#222;
	padding-right:20px;
	margin-left:15px;
}

.fixBox .docuBox .btnArea .KCP a.btnPrint{
	background:url(../../images/quickbar/iconPrint.png) right center no-repeat;
}
.fixBox .docuBox .btnArea .KCP a.btnMail{
	background:url(../../images/quickbar/iconMail.png) right center no-repeat;
}
.fixBox .docuBox .btnArea .KCP a.btnPDF{
	background:url(../../images/quickbar/iconDown.png) right center no-repeat;
}

.fixBox .docuBox .inquiryForm {
	display:inline-block;
	width:90%;
	margin:0 0 15px;
	padding:0;
}

.fixBox .docuBox .inquiryForm .title {
	width:100%;
	margin:0 0;
	padding:0;
}

.fixBox .docuBox .inquiryForm .title p{
	margin:0;
	padding:0 70px 0 0;
	font-size:18px;
	line-height:36px;
	color:#222;	
	text-align:left;
}

.fixBox .docuBox .inquiryForm .title label {
	font-size:12px;
	line-height:36px;
	width:120px;
}

.fixBox .docuBox .inquiryForm table{
	width:100%;
	border-spacing:0;
	border-top:1px solid #525252;
	margin:0 0 20px;
	padding:0;
}

.fixBox .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;
}

.fixBox .docuBox .inquiryForm th.licence{
	font-size:12px;
}


.fixBox .docuBox .inquiryForm td{
	border-bottom:1px solid #e5e5e5;
	padding:7px;
	text-align:left;
}

.fixBox .docuBox .inquiryForm td input[type='text'], 
.fixBox .docuBox .inquiryForm td input[type='email'],
.fixBox .docuBox .inquiryForm td input[type='tel'] {
	width:90%;
	height:30px;
	border:1px solid #bebebe;
	line-height:30px;
	padding-left: 7px;
}

.fixBox .docuBox .inquiryForm td textarea {
	width:90%;
	height:115px;
	border:1px solid #bebebe;
	line-height: 18px;
	background:#fff;
	padding: 6px 4px;
}

.fixBox .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;
}

.fixBox .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;
}

.fixBox .docuBox .inquiryForm .btnInquiry{	
	background:#da1a21;	
	color:#fff;
}

.fixBox .docuBox .inquiryForm .btnCancel{	
	background:#d7d7d7;	
	color:#222;
}
