:root {
    --myProfile--maintitle--size: 1.44em;
    --font-black: #222222;
    --font-primary: #434343;
    --orange_primary: #fe3f06;
    --gray-1: #ececec;
    --gray-3: #f0f0f0;
    --0-white: #ffffff;
    --font_primaryvariant: #7f7f7f;
}
.mjAlert {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000000cc;
    z-index: 100;
}

.mjAlert_center, .mjAlert_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mjAlert_bottom {
    background-color: rgb(0, 0, 0, 0.3);
}

.mjAlert_full {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mjAlert .mjAlert_dlg_form {
    background-color: white;
    border-radius: 10px;
    width: calc(100% - 40px);
    max-width: 610px;
}

.mjAlert_bottom .mjAlert_dlg_form {
    max-width: var(--mj-max-width);
    width: 100%;
    bottom: 0px;
    position: absolute;
    border-radius: 20px 20px 0px 0px;
}

.mjAlert .mjAlert_ext_form {
    background-color: white;
    width: 100%;
    height: 100%;
    max-width: 640px;
    top: 0px;
    left: 0px;
}

.mjAlert .mjAlert_ext_form .mjAlert_form_content {
    overflow-y: scroll;
    padding: 20px 20px 20px 20px;
    max-height: calc(100% - 55px);
}

.mjAlert .mjAlert_ext_form .mjAlert_form_content .mjAlert_form_content_src {
    width: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar {
    position: relative;
    height: 50px;
    width: 100%;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_title_bar {
    height: 60px;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style {
    position: relative;
    height: 55px;
    width: 100%;
    background-color: white;
    box-shadow: 0 3px 6px rgb(0 0 0 / 6%);
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar .mjAlert_form_title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--myProfile--maintitle--size);
    font-family: sans-serif;
    font-weight: bold;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_title_bar .mjAlert_form_title {
    align-items: unset;
    justify-content: unset;
    width: calc(100% - 40px);
    padding: 25px 20px 0px 20px;
    font-weight: unset;
    font-size: 20px;
    color: var(--font-black);
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style .mjAlert_form_controls {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style .mjAlert_form_controls .mjAlert_form_control_prev {
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style .mjAlert_form_controls .mjAlert_form_control_prev img {
    width: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style .mjAlert_form_controls .mjAlert_form_control_confirm {
    vertical-align: middle;
    margin-top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    color: cornflowerblue;
    margin-right: 10px;
    font-weight: bold;
    font-size: 1.11em;;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar_header_style .mjAlert_form_title {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar .mj_alert_button_close {
    position: absolute;
    /* width: 50px;
    height: 100%; */
    width: 20px;
    height: 20px;
    top: 0px;
    right: 0px;
    padding: 15px;
}

.mjAlert .mjAlert_form .mjAlert_form_title_bar .mj_alert_button_close .mj_alert_shape_button {
    background-color: lightgray;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mjAlert .mjAlert_form .mjAlert_form_content {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 100%;*/
    width: calc(100% - 20px);
    margin-top: 10px;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content_2 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_text {
    /* font-size: 15pt; */
    font-size: 14px;
    font-weight: 900;
    /* font-weight: bold; */
    font-family: sans-serif;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_wrap {
    display: flex;
    padding-bottom: 40px;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_wrap2 {
    display: flex;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_wrap_title {
    min-width: 100%;
    max-width: 100%;
    margin: 18px 20px 0px 20px;
    font-size: 15px;
    font-weight: bold;
    color: var(--font-primary);
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_wrap {
    display: flex;
    flex-wrap: wrap;
    min-width: calc(100% - 34px);
    max-width: calc(100% - 34px);
    margin: 4px 17px 4px 17px;
    padding: unset;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_wrap .mjToggleButton2 {
    margin: 4px 3px 4px 3px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_text2 {
    /* font-size: 15pt; */
    font-size: 1.167em;
    font-weight: 900;
    /* font-weight: bold; */
    font-family: sans-serif;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin: 0px 10px 0px 10px;
}

.mjAlert_bottom .mjAlert_form_content .mj_alert_list_cell {
    min-width: 100%;
    max-width: 100%;
    min-height: 53px;
    max-height: 53px;
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 20px;
    font-size: 17px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    color: var(--font-primary);
}
.mjAlert_bottom .mjAlert_form_content .mj_alert_list_cell .mj_alert_list_cell_checked_icon {
    background-image: url(/Skin/img/icon/popup-icon-sorting-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 27px;
    display: none;
    margin-left: auto;
    margin-right: 53px;
}
.mjAlert_bottom .mjAlert_form_content .mj_alert_list_cell[checked] {
    color: var(--orange_primary);
}
.mjAlert_bottom .mjAlert_form_content .mj_alert_list_cell[checked] .mj_alert_list_cell_checked_icon {
    display: block;
}
.mjAlert_bottom .mjAlert_form_content .mj_alert_list_cell_line {
    margin: 10px 20px 0px 20px;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 1px;
    max-height: 1px;
    background-color: var(--gray-3);
}
.mjAlert_bottom .mjAlert_form_content .mj_alert_button_cancel {
    min-width: 100%;
    max-width: 100%;
    min-height: 49px;
    max-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    font-size: 17px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
    color: var(--font-primary);
}

.mjAlert[alert-id=alert_custom_alert] .mjAlert_form .mjAlert_form_content .mjAlert_form_content_text {
    margin-top: -20px;
    padding-bottom: 10px;
}

.mjAlert[alert-id=alert_custom_alert] .mjAlert_form .mjAlert_form_content .description {
    padding-bottom: 40px;
}

.mjAlert[alert-id=alert_custom2] .mjAlert_form .mjAlert_form_content .mjAlert_form_content_text {
    padding-bottom: 5px !important;
    padding: 0 5px 5px 5px !important;
}

.mjAlert[alert-id=alert_custom2] .mjAlert_form .mjAlert_form_content .description {
    padding-top: 10px !important;
    padding-bottom: 25px !important;
    margin: 0 40px auto;
}

.mjAlert .mjAlert_form .mjAlert_form_content .description {
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mjAlert .mjAlert_form .mjAlert_form_content .description2 {
    color: gray;
    display: flex;
    justify-content: center;
    font-size: 1.167em;
}


.mjAlert .mjAlert_form .mjAlert_form_content .warrning {
    visibility: hidden;
    color: red;
    float: right;
}

.mjAlert .mjAlert_form .mjAlert_form_content_2 textarea {
    background-color: white;
    font-size: 1.0em;;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: black;
    border-width: 0px 0px 0px 0px;
}

.mjAlert .mjAlert_form .mjAlert_form_content_2 textarea:focus {
    outline-width: 0px !important;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal {
    display: flex;
    height: 54px;
    padding-left: 8px;
    padding-right: 8px;
    width: calc(100% - 16px);
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal {
    display: flex;
    height: 50px;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 0px;
    width: calc(100% - 12px);
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal_2 {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.dateelms {
    height: 150px;
}

.dateelms select {
}

.mjAlert .mjAlert_form .mjAlert_form_content .dateelm {
    width: 100%;
    height: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal_2 .sep {
    width: 20px;
    height: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_vertical_2 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-height: 150px;
    -ms-overflow-style: none;
    overflow-y: auto;
}
.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_vertical_2::-webkit-scrollbar {
    display: none;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons .mj_alert_button {
    height: 50px;
    padding: 5px;
    font-size: var(--myProfile--maintitle--size);
    font-family: sans-serif;
    font-weight: bold;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_vertical .mj_alert_button {
    width: 100%;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal .mj_alert_button {
    float: left;
    flex: 1;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal_2 .mj_alert_button {
    float: left;
    flex: 1;
    border-style: solid;
    border-color: lightgray;
    border-width: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons .mj_alert_button_item {
    background-color: white;
    color: black;
    border-radius: 0px;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons .mj_alert_button_item[selected] {
    background-color: lightgray;
    border-radius: 0px;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons .mj_alert_button_confirm {
    background-color: #e95318;
    color: white;
}

.mjAlert .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons .mj_alert_button_cancel {
    background-color: white;
    color: black;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal .mj_alert_button {
    min-width: unset;
    max-width: unset;
    min-height: 49px;
    max-height: 49px;
    padding: 0px;
    margin: 0px 4px 0px 4px;
    border-radius: 10px;
    border-style: none;
    font-weight: unset;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal .mj_alert_button_cancel {
    flex: 1;
    font-size: 15px;
    background-color: #f1f1f1;
}

.mjAlert_bottom .mjAlert_form .mjAlert_form_content .mjAlert_form_content_buttons_horizontal .mj_alert_button_confirm {
    flex: 2;
    font-size: 16px;
    background-color: var(--font-black);
}

mj_combobox {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
    cursor: pointer;

    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.22em;;
    font-family: sans-serif;
    font-weight: bold;

    background-color: white;
    background-image: url('/Skin/img/icon/ic_arrow_down.svg');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    background-size: 20px;
    height: 44px;
    color: black;
    border-color: lightgray;
    border-width: 1px;
    border-style: solid;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: left;
}
mj_combobox:empty::after {
    content: attr(placeholder);
    color: gray;
}

mj_combobox_items {
    display: none;
}

mj_combobox_item {
    display: none;
}

.bottombar {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.alert_date_combobox_date_wrapper .drum-wrapper {
    width: 100%;
    height: 100%;
}

.alert_date_combobox_date_wrapper .drum-wrapper .inner {
    height: 150px;
}

.alert_date_combobox_date_wrapper .drum-wrapper .container, .alert_date_combobox_date_wrapper .drum-wrapper figure {
    height: 35px;
}

.alert_date_combobox_date_wrapper .drum-wrapper .container {
}

.alert_date_combobox_date_wrapper .drum-wrapper figure {
    text-align: center;
    font-size: 1.4em;
    line-height: 1.4em;
}

.alert_date_combobox_date_wrapper .drum-wrapper .dial {
    height: 35px;
}

.mjAlert_filter_title {
    justify-content: left !important;
    padding-left: 10px;
    padding-top: 40px;
    padding-bottom: 20px !important;
}

.mj_alert_button_toggle {
    border-width: 0px !important;
    background-color: #f4f4f4;
    height: 40px !important;
    border-radius: 20px !important;
    color: #888888 !important;
}

.mj_alert_button_toggle[selected] {
    background-color: cornflowerblue;
    color: white !important;
}

.mjAlert .birthday {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mjAlert .birthday .birthday_area {
    padding: 10px;
}

.mjAlert .birthday .birthday_area input[type=text] {
    width: 100%;
    border-bottom-style: solid;
    border-color: cornflowerblue;
    border-bottom-width: 2px;
    font-size: var(--myProfile--maintitle--size);
}

.mjAlert .birthday .birthday_year_area {
    width: 40%;
    float: left;
}

.mjAlert .birthday .birthday_month_area {
    width: 30%;
    float: left;
}

.mjAlert .birthday .birthday_day_area {
    width: 30%;
    float: left;
}

mj-alert-radio {
    display: flex;
    align-items: center;
}
mj-alert-radio::before {
    content: "●";
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    width: 1em;
    color: transparent;
    /*border-radius: 50%;
    border: 1px solid #666666;
    font-size: 0.8em;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='타원_15' data-name='타원 15' fill='none' stroke='%23666666' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
    margin-right: 0.25em;
}
mj-alert-radio:hover::before {
    /*border: 1px solid #555555;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='타원_15' data-name='타원 15' fill='none' stroke='%23555555' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
mj-alert-radio:active::before {
    /*border: 1px solid #888888;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='타원_15' data-name='타원 15' fill='none' stroke='%23888888' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
}
mj-alert-radio[checked]::before {
    content: "●";
    color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='그룹_190' data-name='그룹 190' transform='translate(-0.026)'%3E%3Cg id='타원_13' data-name='타원 13' transform='translate(0.026)' fill='none' stroke='%233173F6' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3Ccircle id='타원_14' data-name='타원 14' cx='7' cy='7' r='7' transform='translate(5.026 5)' fill='%233173F6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}
mj-alert-radio[checked]:hover::before {
    /*color: #4368C4;
    border: 1px solid #4368C4;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='그룹_190' data-name='그룹 190' transform='translate(-0.026)'%3E%3Cg id='타원_13' data-name='타원 13' transform='translate(0.026)' fill='none' stroke='%234368C4' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3Ccircle id='타원_14' data-name='타원 14' cx='7' cy='7' r='7' transform='translate(5.026 5)' fill='%234368C4'/%3E%3C/g%3E%3C/svg%3E%0A");
}
mj-alert-radio[checked]:active:before {
    /*color: #5091F7;
    border: 1px solid #5091F7;*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='그룹_190' data-name='그룹 190' transform='translate(-0.026)'%3E%3Cg id='타원_13' data-name='타원 13' transform='translate(0.026)' fill='none' stroke='%235091F7' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='12' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='11.25' fill='none'/%3E%3C/g%3E%3Ccircle id='타원_14' data-name='타원 14' cx='7' cy='7' r='7' transform='translate(5.026 5)' fill='%235091F7'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.alert_coupon_no {
    width: 22% !important;
    background-color: lightgray !important;
    padding: 10px !important;
    border: none !important;
    color: black !important;
    height: 50px !important;
    border-radius: 4px !important;
}
.alert_coupon_no_full {
    width: 100% !important;
    background-color: lightgray !important;
    padding: 10px !important;
    border: none !important;
    color: black !important;
    height: 50px !important;
    border-radius: 4px !important;
}
.alert_coupon_no_bar {
    display: flex;
    width: 4%;
    align-items: center;
    justify-content: center;
}
.alert_text_input {
    width: 100% !important;
    background-color: lightgray !important;
    padding: 10px !important;
    margin: 2px 0px 2px 0px !important;
    border: none !important;
    color: black !important;
    height: 50px !important;
    border-radius: 4px !important;
}

.mjAlert_form_content_birth_month_div, .mjAlert_form_content_birth_day_div {
    height: 36px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: 1px solid #ccc;
    padding: 8px 10px;
    padding-right: 25px;
    background: #fff no-repeat center right 8px/6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
    font-size: 10pt;
    color: #aaa;
}