.modal-alert-common {
    z-index: 4005;
    display: none;
}
.modal-alert-common .modal-lg {
    width: 890px;
}
.modal-alert-common .modal-content .modal-body {
    position: relative;
    padding: 15px;
}
.modal-alert-common .modal-content .modal-body span.fa {
    color: #6E878A;
    font-size: 28px;
}
.modal-alert-common .modal-content .modal-body .title-wrap {
    float: right;
    padding-bottom: 20px;
    padding-top: 5px;
    width: 819px;
}
.modal-alert-common .modal-content .modal-body .title-wrap .title {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    line-height: 1.2;
}
.modal-alert-common .modal-content .modal-body .title-wrap .make-date {
    font-size: 13px;
}
.modal-alert-common .modal-content .modal-body .body-message-wrap {
    background-color: #f5f7f8;
    clear: both;
    font-size: 13px;
    line-height: 1.5;
    max-height: 480px;
    overflow-y: scroll;
    padding: 10px;
}
.modal-alert-common .modal-header {
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    padding: 15px;
}
.modal-alert-common .campaign-footer {
    width: 100%;
    background: #FFF;
    padding: 15px;
    border-top: 1px solid #E5E5E5;
}
.modal-alert-common .campaign-footer .contact-support {
    float: left;
    background: url(/assets/common/img/common/navi_support_03.png) 0 5px no-repeat;
    background-size: 55px auto;
    padding-left: 65px;
    height: 50px;
}
.modal-alert-common .campaign-footer .contact-support .support-title {
    font-size: 12px;
    color: #669900;
    font-weight: bold;
    margin-top: 7px;
}
.modal-alert-common .campaign-footer .contact-support .support-info {
    margin-top: 8px;
}
.modal-alert-common .campaign-footer .contact-support .support-info .fa-phone {
    color: #669900;
    font-size: 20px;
    margin-right: 5px;
}
.modal-alert-common .campaign-footer .contact-support .support-info .support-telephone {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-right: 3px;
}
.modal-alert-common .campaign-footer .contact-support .support-info .support-time {
    font-size: 12px;
    position: relative;
    top: -1px;
    left: 5px;
}
.modal-alert-common .campaign-footer .proposal {
    float: right;
    width: 240px;
    height: 50px;
    display: inline-block;
    text-align: center;
}
.modal-alert-common .campaign-footer .proposal a {
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    color: #FFF;
    line-height: 50px;
    font-size: 16px;
    background: linear-gradient(#3484BC, #348DCA);
}
.modal-alert-common .campaign-footer .proposal a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.modal-alert-common .clone-area {
    display: none;
}