@charset "utf-8";
/* CSS Document */



td select {
  Border: none;
}



.urltext
{
 
    color: #828282;
    font-size: 12px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.keyname{
 
  
   
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.center{ text-align: center;}


.pc_no_AllSel,
.step1_AllSel,
.step2_AllSel,
.step3_AllSel{}


.tabs{    
    


}

.tab{
      width: 32%;
    cursor: pointer;
    padding: 15px 0px;
    display: inline-block;
    color: #a5a5a5;
    text-align: center;
    font-size: 20px;
   
    


}
.panels{
    padding-top: 30px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
color: #000;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/** 팝업창 **/	
			
#layerPop_terms{
    font-size: 11px;
	width:90%;
    max-width: 500px;
	height:500px;
	position:absolute;
	margin:auto;
	top: 0; left: 0; bottom: 0; right: 0;
	display:none;
	box-shadow: 5px 5px 5px #dadada;
	
	
	
	
	
	border:1px solid  #eaeaea;
	padding:20px;
	background-color:#ffffff;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	}
	#layerPop .close{
	position:absolute;bottom:5px;right:5px;
	}

#layerPop_privacy{
    font-size: 11px;
	width:90%;
    max-width: 500px;
	height:500px;
	position:absolute;
	margin:auto;
	top: 0; left: 0; bottom: 0; right: 0;
	display:none;
	box-shadow: 5px 5px 5px #dadada;
	
	
	
	
	
	border:1px solid  #eaeaea;
	padding:20px;
	background-color:#ffffff;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
	}
	#layerPop .close{
	position:absolute;bottom:5px;right:5px;
	}