#postcodeModal { 
  position: fixed; 
  display: none; 
  width: 100%; 
  height: 100%; 
  z-index: 9999; 
}

#postcodeModal #bg { 
  position: fixed; 
  width: 100%; 
  height: 100%;
  background-color: black; 
  opacity: 0.5; 
}

#postcodeModal #wrap { 
  position: fixed; 
  top: 50%; 
  transform: translateY(-60%); 
  width: calc(100% - 30px);  
  height:50%; 
  margin: 15px; 
}

#postcodeModal #wrap #__daum__layer_1 { 
  min-width: unset !important; 
}

#postcodeModal #wrap iframe {
  min-width: unset !important;
}

.enroll_icon{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.enroll_icon p{
  font-size:14px; 
  color:#555; 
  text-align:center; 
}