/*
 * 바닥 배너 Display
 *
 */

.basket_container {position:fixed; bottom:13px; left:63%; z-index:500; overflow:hidden; margin-left:0px; border-radius:8px; box-shadow:3px 3px 5px rgba(00,00,00,.3);}
.basket_wrap {overflow:hidden; width:400px; border-radius:8px;}
.basket_wrap .basket_header {font-size:15px; line-height:36px; height:60px; color:#fff; background:#333;}/*bx*/
.basket_wrap .basket_header ul {overflow:hidden;}
.basket_wrap .basket_header ul li {float:left;}
.basket_wrap .basket_header .tel {margin-top:11px; margin-left:-18px;}
.basket_wrap .basket_header .tel span {display:inline-block; position:relative; padding-right:30px; padding-left:25px;}
.basket_wrap .basket_header .tel span:before {content:''; display:inline-block; position:absolute; top:50%; left:0; width:20px; height:20px; margin-top:-10px; background:url('/img/basket/tel_ico.png') no-repeat;}
.basket_wrap .basket_header .tel span:after {content:''; display:inline-block; position:absolute; top:50%; right:0; width:1px; height:18px; margin-top:-9px; opacity:.5; background:#fff;}
.basket_wrap .basket_header .tel  em {font-size:18px; font-weight:500;}
.basket_wrap .basket_header .pro_sel {margin-top:11px; margin-right:18px;}
.basket_wrap .basket_header .pro_sel a {display:inline-block ; line-height:36px; padding-right:46px; padding-left:13px; color:#fff; background:url('/img/basket/basket_down.png') no-repeat right 50%;}
.basket_wrap .basket_header .pro_sel a.up {background:url('/img/basket/basket_up.png') no-repeat right 50%;}
.basket_wrap .basket_header .pro_sel em {font-weight:500;}

.basket_wrap .basket_header .counsel {margin-top:11px; margin-right:0px;}
.basket_wrap .basket_header .counsel a {display:inline-block ; line-height:36px; padding-right:45px; padding-left:20px; color:#fff; background:url('/img/basket/coun_ico.png') no-repeat right 50%;}
.basket_wrap .basket_header .counsel em {font-weight:500;}

.basket_wrap .basket_body {padding:20px; background:#fff;}
.basket_wrap .basket_body .pro_wrap {overflow-x:hidden; overflow-y:auto; max-height:70px;}
.basket_wrap .basket_body .pro_wrap ul {overflow:hidden; margin:-8px -10px 0 0;}
.basket_wrap .basket_body .pro_wrap ul li {position:relative; float:left ; font-size:14px; line-height:21px; margin:8px 10px 0 0; padding:5px 26px 5px 10px; color:#666; border-radius:20px; background:#f3f1f0;}
.basket_wrap .basket_body .pro_wrap ul li .del {position:absolute; top:50% ; right:5px; width:20px; height:20px; margin-top:-10px; text-indent:-9999px; background:url('/img/basket/del_ico.png') no-repeat 50% 50%;}

.basket_wrap .basket_body .btn_wrap {margin-top:20px;}
.basket_wrap .basket_body .btn_wrap .btn {font-size:14px;}
.basket_wrap .basket_body .btn_wrap .btn.cancel {width:130px;}
.basket_wrap .basket_body .btn_wrap .btn.submit {width:320px;}
