.greeting .con {padding-right: 10rem;}
.greeting .con .grtImgBox{position: absolute; bottom: 8rem; right: 1rem;}
.greeting .con .grtImgBox .img{ overflow: hidden;}
.greeting .con .grtImgBox .img img{display: block; border-radius: 1rem;}
.greeting .con p.sign{margin-right: -10rem;}

/* media query mobile */
@media (max-width: 1440px) {
}



@media (max-width: 1240px) {
}



@media (max-width: 1024px) {
}



@media (max-width: 768px) {
  .greeting .con {padding-right: 0;}
  .greeting .con .grtImgBox{left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); right: auto;}
  .greeting .con p.sign{margin-right: 0; margin-top: 16rem;}
}



@media (max-width: 580px) {
}



@media (max-width: 480px) {
}



@media (max-width: 310px) {
  .greeting .con p.sign{margin-top: 17rem; font-size: 0.95rem;}
  .greeting .con p.sign strong {font-size: 1rem; letter-spacing: 2px;}
}