@charset "utf-8";

/* 팝업 */
.pop1{position: absolute; z-index: 999;float: left; border-bottom-left-radius: .75rem; border-bottom-right-radius: .75rem;}


.pop1 img{
	border-top-left-radius: .75rem; 
	border-top-right-radius: .75rem;
}

.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;}
/* .pop1 .alink{background-image:url('../images/Gapcheon.jpg'); width:450px; height:670px;   } */
.pop1 .alink .yac{background-color:#0174DF ; border-radius: 33px; text-align:center;  font-size:20px; padding-top:4px; width:120px; height:40px; display: inline-block; margin-left: 100px; margin-top:600px; vertical-align: middle;}
.pop1 .alink .yac a {color:#FFFFFF;}
.pop1 .alink .gong{background-color:#0174DF ; border-radius: 33px; text-align:center;  font-size:20px; padding-top:4px; width:120px; height:40px; display: inline-block; margin-left: 50px; margin-top:600px; vertical-align: middle;}
.pop1 .alink .gong a {color:#FFFFFF;}



.popwrap{
 width:100%;
 position: absolute;
 z-index: 999999;
 margin: auto;
 margin-left: -400px;
}

#mask {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .7);
	    z-index: 100;
	    backdrop-filter: blur(4px);
	    -webkit-backdrop-filter: blur(4px);
	}
	
.py-5 {
	    padding-bottom: 2.25rem;
	    padding-top: 2.25rem;
	}
	
	.border-r {
    border-right-width: 1px;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.rounded-b-xl {
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
}

.justify-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}

.w-full {
    width: 100%;
}

 /* TABLET Device */
@media all and (max-width:1250px){
	.popwrap {width:100%;margin-top:90px;}
 	.pop1{width:auto !important; height:auto !important; left:0px !important; font-size:19px;}
}

@media (max-width:1440px) {
	.popwrap {width:100%;margin-top:90px;}
	.pop1{width:auto !important; height:auto !important; top:45px !important; left:400px !important; font-size:19px;}
}

@media (max-width:1024px) {
	.popwrap {width:100%;margin-top:90px;}
	.pop1{width:auto !important; height:auto !important; top:45px !important; left:185px !important; font-size:19px;}
}

@media (max-width:768px) {
	.popwrap {width:100%;margin-top:90px;}
	.pop1{width:auto !important; height:auto !important; top:45px !important; left:62px !important; font-size:19px;}
}

@media (max-width:640px) {
	.popwrap{margin-top:56px;}
	.pop1{width:auto !important; height:auto !important; top:45px !important; left:0px !important; font-size:19px;}
} */
