/* start alert */
.un_initAlert, .un_initAlertImg, .un_initAlertHtml {
    display: none;
}
.un_introAreaBtnLink {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 948px;
}
.un_introAreaBtnLink a {
    border: 1px solid #dee2e6;
    margin: 5px;
}
.un_initAlertImg_inner {
    max-width: 700px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    overflow: auto !important;
}
.un_initAlertHtml_inner {
    max-width: calc(100vw - 100px);
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
    padding-bottom: 0px;
    padding-top: 0px;
}
.un_initAlertImg .close, .un_initAlertHtml .close {
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: right;
}
.un_initAlertImg .close .batu, .un_initAlertHtml .close .batu {
    cursor: pointer;
}


.un_initAlert, .un_initAlertImg, .un_initAlertHtml {
    background-color: rgba(0,0,0,.5);
    box-sizing: border-box;
    height: 100vh;
    left: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100
}

.un_initAlert_inner, .un_initAlertImg_inner, .un_initAlertHtml_inner {
    background-color: #fff;
    border-radius: 10px;
    font-size: 20px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 315px;
    padding-bottom: 30px;
    padding-top: 34px;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 0
}

.un_initAlert img, .un_initAlertImg img, .un_initAlertHtml img {
    margin-bottom: 12px;
    vertical-align: top
}

.un_initAlert p, .un_initAlertImg p, .un_initAlertHtml p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px
}

.un_initAlert p span,.un_initAlertImg p span,.un_initAlertHtml p span {
    color: red
}

.un_initAlert p span.attention, .un_initAlertImg p span.attention, .un_initAlertHtml p span.attention {
    color: #4d4d4d;
    display: inline-block;
    font-weight: 400;
    margin-top: 18px
}

.un_initAlert p.sm, .un_initAlertImg p.sm, .un_initAlertHtml p.sm {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.66;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 256px
}

.un_initAlert a {
    align-items: center;
    border: 1px solid #4d4d4d;
    border-radius: 20px;
    box-sizing: border-box;
    color: #4d4d4d;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    width: 120px
}

.un_initAlert a:active,.un_initAlert a:hover,.un_initAlert a:link,.un_initAlert a:visited,
.un_initAlertImg a:active,.un_initAlertImg a:hover,.un_initAlertImg a:link,.un_initAlertImg a:visited,
.un_initAlertHtml a:active,.un_initAlertHtml a:hover,.un_initAlertHtml a:link,.un_initAlertHtml a:visited {
    color: #4d4d4d
}

.un_initAlert a span.batu, .un_initAlertImg a span.batu, .un_initAlertHtml a span.batu {
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    position: relative;
    width: 12px
}

.un_initAlert a span.batu span, .un_initAlertImg a span.batu span, .un_initAlertHtml a span.batu span {
    background-color: #4d4d4d;
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    width: 20px;
    z-index: 0
}

.un_initAlert a span.batu span:nth-child(2), .un_initAlertImg a span.batu span:nth-child(2), .un_initAlertHtml a span.batu span:nth-child(2) {
    transform: translate(-50%,-50%) rotate(-45deg)
}
/* End alert */