/* 알림 */
.msg_wrap .tab_common{padding: 20px 20px 10px;}
.msg_wrap .msg_list{padding: 10px 16px 10px;}
.msg_wrap .msg_list li:not(:first-child){margin: 16px 0 0 0;}
.msg_wrap .msg_list li{display: flex; flex-direction: column; padding: 16px; background: #fff; border-radius: 15px; box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);}
.msg_wrap .msg_list li .top{display: flex; justify-content: space-between; align-items: center; }
.msg_wrap .msg_list li .type{font-size: 13px; line-height: 13px;}
.msg_wrap .msg_list li .date{font-size: 12px; line-height: 12px; margin: 0 0 0 10px;}
.msg_wrap .msg_list li .go_view{font-size: 12px; line-height: 12px; display: flex; align-items: center;}
.msg_wrap .msg_list li .go_view:after{content: ''; display: inline-block; width: 4px; height:8px; background: url('/img/icon.svg')no-repeat -16px -126px; margin : 0 0 0 5px;}
.msg_wrap .msg_list li .msg{margin: 10px 0 0 0; font-size: 14px; line-height: 20px;}