@CHARSET "UTF-8";

.popupWrap {
   position: absolute; 
   top: 80px; 
   right: 185px; 
   z-index: 99999;
   width: 470px; height: auto; 
   border: 10px solid #d7e4f6; 
   background-color: #ffffff;
   color:#333;
}
.popupWrap2 {
   position: absolute; 
   top: 80px; 
   right: 680px; 
   z-index: 99999;
   width: 470px; height: auto; 
   border: 10px solid #d7e4f6; 
   background-color: #ffffff;
   color:#333;
}
.popupWrap .popupContent, .popupWrap2 .popupContent {
   width: 100%; 
   padding: 36px; 
   box-sizing: border-box;
}
.popupContent h3 {
  font-size: 24px; 
  font-weight: 700; 
  color: #173153; 
  text-align: center;
}
.popupContent h3.ppH3 {
  font-size: 24px; 
  font-weight: 700; 
  color: #173153; 
  text-align: center;
}
.popupContent .ppP {
   margin-top: 24px;
   font-size: 15px; 
   font-weight: 400; 
   line-height: 140%;
}
.popupContent .ppP {
   margin-top: 24px;
   font-size: 15px; 
   font-weight: 400; 
   line-height: 140%;
}
.popupContent .ppDl {
  margin-top: 24px;
}
.popupContent .ppDl dt {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}
.popupContent .ppDl dd {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}
.popupContent .ppCeo {
   margin-top: 24px;
   font-size: 15px;
   font-weight: 400;
   text-align: right;
}
.popupCloseBt {
  margin-top: 24px;
}
.popupCloseBt button {
  display: block;
  width: 100%;
  background-color: #173153;
  color: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 1280px){
  .popSection {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    z-index: 99999;
  }
  .popupWrap, .popupWrap2 {
    width: 100%;
    right: auto;
  }
  .popupWrap2 {
    top: 950px;
  }
}  
@media screen and (max-width: 480px){
  .popupWrap {
    width: 100%;
  }
}