@charset "utf-8";

.today_popup { display:flex; width:100%; margin:0 auto; text-align:center; line-height:40px; font-family:'Noto Sans Kr'; letter-spacing:-0.04em;}
.today_popup > p:nth-child(1){ display:flex; flex-basis: 50%; box-sizing: border-box; align-items:center; justify-content:center; text-align:center; line-height:40px; background:#fff; color:#222; border:1px #ccc solid; border-top:none; border-radius:0 0 0 15px; text-decoration:none;}
.today_popup > p:nth-child(2){ display:flex; flex-basis: 50%; box-sizing: border-box; align-items:center; justify-content:center; background:#fff; color:#222; border:1px #ccc solid; border-top:none; border-left:none; border-radius:0 0 15px 0;  text-decoration:none;}
.today_popup > p:nth-child(1) { display:block; width:100%; text-align:center; line-height:35px; color:#222; text-decoration:none; }
.today_popup > p:nth-child(2) a { display:block; width:100%; text-align:center; line-height:40px; color:#222; text-decoration:none;  font-weight:500; font-size:16px; }