@charset "UTF-8";
@import url("/assets/common/css/font.css");

* {
    font-family: Noto Sans KR;
    padding: 0px;
    margin: 0px;
}

.alert_popup {
    position: absolute;
    top: calc(50% - 255px);
    left: calc(50% - 164px);
    width: 430px;
    height: 280px;
    background-color: #fff;
    border-radius: 3px;
}

.alert_big_popup {
    position: absolute;
    top: calc(50% - 255px);
    left: calc(50% - 164px);
    width: 430px;
    height: 360px;
    background-color: #fff;
    border-radius: 3px;
}

.alert_popup_img {
    position: relative;
    top: 45px;
    margin: 0 195px;
    width: 40px;
    height: 40px;
    border: 0px solid;
    outline: 0px;
    background-color: #fff;
    z-index: 10;
    background-image: url("/assets/image/prod/popup/img_warning.svg");
}

.alert_popup_header {
    position: relative;
    top: 60px;
    margin: 0 25px;
    width: 380px;
    height: 40px;
    padding-top: 0px;
    font-weight: 600;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #0D3A41;
}

.alert_popup_message {
    position: relative;
    top: 60px;
    margin: 0 25px;
    width: 380px;
    height: 50px;
    padding-top: 0px;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #0D3A41;
    word-break: break-all; /* 팝업창 개행 처리  */
}

.alert_popup_long_message {
    position: relative;
    top: 60px;
    margin: 0 25px;
    width: 380px;
    height: 100px;
    padding-top: 0px;
    font-weight: 500;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    color: #0D3A41;
    word-break: break-all; /* 팝업창 개행 처리  */
    overflow-x: hidden;
    overflow-y: auto;
}

.alert_popup_button {
    position: relative;
    top: 80px;
    width: 340px;
    height: 45px;
    margin: 0 45px;
    border: 0px solid;
    border-radius: 3px;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #FF5A00;
}

.alert_bing_popup_button {
    position: relative;
    top: 100px;
    width: 340px;
    height: 45px;
    margin: 0 45px;
    border: 0px solid;
    border-radius: 3px;
    outline: none;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #FF5A00;
}