.layer{
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.layer .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.pop-layer {position: absolute; top: 50%; left: 50%; width: 85%; height:auto;  background-color:#fff; border: 5px solid #33498f; z-index: 10; transform: translate(-50%, -50%); text-align: center; }
.pop-layer .pop-container {padding: 1.5em;}
.pop-layer p.ctxt {color: #666; line-height: 25px; text-align: center;}
.pop-layer .btn-r {width: 100%; margin:10px 0 0; padding-top: 10px; border-top: 1px solid #ccc;text-align: center;}
a.cbtn { display: inline-block; height: 35px; padding: 0 14px 0;background-color: #33498f;font-size: 13px; color: #fff;line-height: 35px;border-radius: 3px;letter-spacing: -0.5px;}
a.gobtn { display: inline-block; height: 35px; padding: 0 14px 0;background-color: #ef7840;font-size: 13px; color: #fff;line-height: 35px;border-radius: 3px;letter-spacing: -0.5px;}

.wish_cart_box { position: relative; }
.wish_cart_box a  { display: inline-block; }
.wish_cart_box:hover > .ico_btn_box { display: block; }

/*.ico_btn_box { width: 100%; position: absolute; bottom: 3px; right: 3px;  display: block; text-align: right; }*/
.ico_btn_box { width: 100%; position: absolute; bottom: 3px; display: block; box-sizing: border-box; text-align: center;}
.ico_btn_box:active > .ico_btn_box { display: block; }
.ico_btn_box:visited > .ico_btn_box { display: block; }

.ico_btn { padding: 5px; box-sizing: content-box; }

.ico_resize { age-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; -ms-interpolation-mode: nearest-neighbor; image-rendering: crisp-edges; }
.ico_addcart img { content: url('/mall5//images/common/ico_addcart.png'); width:35px !important; }
.ico_addcart_on img { content: url('/mall5/images/common/ico_addcart_over.png'); width:35px !important; }
.ico_noticebell img { content: url('/mall5/images/common/ico_noticebell.png'); width:35px !important; }
.ico_noticebell_on img { content: url('/mall5/images/common/ico_noticebell_on.png'); width:35px !important; }
.ico_wish img { content: url('/mall5/images/common/ico_wish_off.png'); width:35px !important; }
.ico_wish_on img { content: url('/mall5/images/common/ico_wish_on.png'); width:35px !important; }

.layerPop-clear { display: none; background: #FFFFFF; position: fixed; top: 0; bottom :0; left :0; right :0; z-index: 999; opacity: 0; }
.layerPop-black { display: none; background: #000000; position: fixed; top: 0; bottom :0; left :0; right :0; z-index: 999; opacity: 0.4; }

.cart_pop_wrap2 { margin: 0; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1000;}