@charset "utf-8";

#header{z-index: 999;}

/* 팝업 */
.pop1{position: absolute; z-index: 99;float: left; background:#fff; padding-top:40px; border: 1px solid #999;}

.pop1 .close{position: absolute;
 top: 0;
 width: 100%;}

.pop1 .check1{float:left;margin-top: 12px;margin-left: 15px;}
.pop1 .close1{float:right; margin-right: 15px; margin-top: 12px;}

.popwrap{
 width:100%;
 position: absolute;
 z-index: 10000;
 margin: auto;
 margin-left: -400px;
}

 /* TABLET Device */
@media all and (max-width:1250px){
	.popwrap {width:100%;margin-top:90px;}
 	.pop1{position: relative; width:100% !important; width:auto !important; height:auto !important; top:auto !important; left:400px !important;}
}

@media (max-width:640px) {
	.popwrap{margin-top:56px;}
} */
