@charset "utf-8";
/** POPUP */
#popup_message { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 2000; } 
#popup_message .popup_bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } 
#popup_message .popup_wrap { position: fixed; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 90%; max-width: 432px; background: #fff; text-align: center; padding: 24px; border-radius: 16px; z-index: 3000; } 
#popup_message .icon_warning { display: inline-block; width: 34px; height: 34px; background: url(../image/icon/icon_warning_black.svg) no-repeat center center; background-size: contain; margin-bottom: 12px; } 
#popup_message .icon_warning02 { display: inline-block; width: 48px; height: 48px; background: url(../image/icon/icon_warning.svg) no-repeat center center; background-size: contain; margin-bottom: 12px; } 
#popup_message .icon_confirm { display: inline-block; width: 34px; height: 34px; background: url(../image/icon/icon_check_black.svg) no-repeat center center; background-size: contain; margin-bottom: 12px; } 
#popup_message .sub_text { font-size: 15px; font-weight: 400; line-height: 22px; }
#popup_message .title { font-size: 18px; font-weight: 700; color: #222; line-height: 130%; }
#popup_message .text { font-size: 16px; font-weight: 400; color: #757575; line-height: 140%; letter-spacing: -0.32px; margin-top: 12px; }
#popup_message .btn_box_wrap { padding: 24px 0; }