#main_popup{position:fixed;top:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1000;display:flex;align-items:flex-start;justify-content:center}#main_popup>div{display:block;position:relative;top:210px;margin:0 auto;z-index:1001}#main_popup>div>a{display:block;height:-moz-max-content;height:max-content}#main_popup>div>a>img{border-radius:15px;border-bottom-right-radius:0;border-bottom-left-radius:0;width:380px}#main_popup_text{display:flex;justify-content:space-between;align-items:center;height:32px;line-height:32px;padding:0 10px;z-index:1002;background-color:#000;border-bottom-right-radius:15px;border-bottom-left-radius:15px}#main_popup_text a{font-family:"Noto Sans KR";color:#fff;z-index:100;display:block;height:100%}#main_popup_text a:hover{font-weight:bold;cursor:pointer}