/* 팝업창 */
.GODAM-modal{width: 100%; height: 100vh; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.4); z-index:99999;}
.GODAM-modal .md-wrap{width: 90%; height: 50%; position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%);  max-width:1000px; }  
.GODAM-modal .md-body{overflow-y: auto; padding:20px; height: calc(100% - 45px); border-radius: 20px 20px 0 0; background-color: #fff;}
.GODAM-modal .md-button button{float: left; width: 50%; text-align: center; color: #fff; background-color: #26ae5f; line-height: 45px;}
.GODAM-modal .md-wrap h4{font-size: 24px; font-weight: 700;text-align: center; line-height: 1.2;  padding:10px 0}
.GODAM-modal .md-wrap p{font-size: 16px;  }