/* BASIC css start */
#pop-wrap {width:100%;height:auto;text-align:center;display:none;}
#pop-content{ position: relative;width: 100%;  overflow: hidden;}
.closewrap {position:absolute;left:50%;margin-left:-600px;width:1200px;height:25px;bottom:30px;z-index:999999;}
#pop-close {position:relative;height:25px;text-align:left;font-size:11px;line-height:12px;color:#333;}
/*#pop-close label {padding-left:0px;cursor:pointer;}*/
#pop-close-btn {padding:0 0 0 3px;}
#pop-close-btn img {vertical-align:middle;}

#pop-close input[type=checkbox] {  
    display: none;  
}

#pop-close input[type=checkbox] + label{
    display:inline-block;  
    cursor: pointer; position:relative; 
    position: absolute;  left:35px;
    padding-left: 0px;  
    margin-right: 0px;  
    font-size: 13px;
}

#pop-close input[type=checkbox]+ label:before {     
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #555;
}
#pop-close input[type=checkbox]:checked + label:before { 

    content: "\2713";  /* Ã¼Å©¸ð¾ç */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);  
    font-size: 18px; 
    font-weight:800; 
    color: #fff;  
    background:#2f87c1;
    text-align: center;  
    line-height: 18px;  

} 


#pop-close label:after {
    content: '¿À´ÃÇÏ·ç ¿­Áö¾ÊÀ½';
    position: absolute;
    left: 27px;
    top:0px;
    width: 105px;
    height: 25px;
    padding: 0 0 0 8px;
    visibility: hidden;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-left: 0;
    font-size: 12px;
    color: #111;
    line-height: 25px;
}
#pop-close input[type="checkbox"]:hover + label:after,
#pop-close input[type="checkbox"]:checked + label:after {
    visibility: visible;
}

/* BASIC css end */

