html {
    background-color: #f6f3f3;
}

.display-grid {
    display: grid;
}

@media (max-width: 420px) {
    .max-limit {
        width: 100%;
    }
}

@media (min-width: 420px) {
    .max-limit {
        max-width: 375px;
        margin: auto;
    }
}

/*Toast*/
@media (min-width: 420px) {
    .md .toast {
        left: 8px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Popup Styles*/
@media (max-width: 420px) {
    .popup {
        width: 100% !important;
    }
}

@media (min-width: 420px) {
    .popup {
        width: 375px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (min-height: 630px) and (min-width: 630px) {
    .popup:not(.popup-tablet-fullscreen) {
        left: 0;
        top: unset;
    }
}

.popup {
    height: unset !important;
    overflow: unset !important;
    top: unset;
    bottom: 0;
}

.popup .page {
    height: unset;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: unset;
    bottom: 0;
}

.popup .page .page-content {
    height: unset;
    padding: 0;
    margin: 0
}

.popup .page .page-content .popup-header {
    position: fixed;
    height: 55px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    z-index: 100000;
    margin-top: -2px;
}

.popup .page .page-content .popup-header .popup-title {
    font-size: 15px;
    color: black;
    font-weight: bold
}

.popup .page .page-content .popup-content {
    margin-top: 55px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/*Page Styles*/
.page-header {
    width: 100%;
    height: 60px;
    background: white;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 10000;
}

.page-content {
    padding-top: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

.page-back {
    padding: 10px;
}

.page-title {
    font-size: 18px;
    color: black;
    margin-bottom: 0;
    font-weight: bold;
}

/*Dialog Styles*/
.custom-alert-dlg {
    background-color: white;
}

.custom-alert-dlg .dialog-inner {
    padding: 15px;
}

.custom-alert-dlg .dlg-title {
    font-size: 20px;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.custom-alert-dlg .dlg-content {
    font-size: 14px;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.custom-alert-dlg .dlg-button {
    width: 100%;
    background-color: #ff8800;
    color: white;
    font-size: 14px;
    height: 50px;
    margin-top: 15px;
}

.custom-alert-dlg .dlg-buttons{
    display: flex;
}

.custom-alert-dlg .dlg-buttons .btn-cancel{
    background: #d4d4d4;
    color: white;
    margin-right: 10px;
}

/*Components Styles*/
.normal-input {
    width: 100%;
    height: 50px;
    background: #f6f6f6 !important;
    border-radius: 5px !important;
    padding: 15px !important;
    font-size: 14px !important;
}

.form-label {
    font-size: 13px;
    color: black;
}

.normal-button {
    width: 100%;
    height: 50px;
    background-color: #ff8800 !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    color: white;
}

.white-button {
    width: 100%;
    height: 50px;
    background-color: white !important;
    border: 1px solid #ff8800;
    border-radius: 5px !important;
    font-size: 15px !important;
    color: #ff8800;
}

.button {
    text-transform: none;
}

.btn-supply {
    width: auto;
    height: 35px;
    border-radius: 17px;
    background: -webkit-linear-gradient(left, #ff0f68, #ff8d0d);
    font-size: 13px;
    color: white;
    position: absolute;
    right: 10px;
}

.btn-supply img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

label {
    font-weight: normal;
    margin-bottom: 0;
}

.div-input {
    height: 40px;
    width: 100%;
    background: #f6f6f6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.div-input .search-icon {
    width: 16px;
    height: 16px;
    margin: 8px;
}

.div-input .search-input {
    font-size: 14px;
    width: 100%;
}

.div-checkbox {
    align-items: center;
}

.div-checkbox .img-checked {
    display: none;
    width: 18px;
    height: 18px
}

.div-checkbox .img-unchecked {
    display: initial;
    width: 18px;
    height: 18px
}

.div-checkbox.active .img-checked {
    display: initial;
}

.div-checkbox.active .img-unchecked {
    display: none;
}

.div-checkbox .lbl-check {
    font-size: 14px;
    color: black
}

.margin-horizontal {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.stepper{
    width: 90px !important;
    height: 30px !important;
}

.stepper-button-plus:before {
    background-color: black;
}

.stepper-button-plus:after {
    background-color: black;
}

.stepper-button-minus:before {
    background-color: black;
}

.stepper-button-minus:after {
    background-color: black;
}

.stepper-input-wrap input{
    color: black !important;
    width: 30px !important;
}

.stepper-button-minus{
    width: 30px !important;
}

.stepper-input-wrap{
    width: 30px !important;
}

.stepper-button-plus{
    width: 30px !important;
}

.div-switch {
    align-items: center;
}

.div-switch .img-checked {
    display: none;
    width: 50px;
    height: 30px
}

.div-switch .img-unchecked {
    display: initial;
    width: 50px;
    height: 30px
}

.div-switch.active .img-checked {
    display: initial;
}

.div-switch.active .img-unchecked {
    display: none;
}

.div-html-content {
}

.div-html-content * {
    word-break: break-all !important;
}

.div-html-content img{
    width: 100% !important;
}

.toast-text{
    text-align: center;
    width: 100%;
}

.toast.toast-bottom {
    right: 24px;
}

::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

/***폰트설정관련***/
@font-face {
    font-family: Noto Sans CJK;
    src: url(../font/NotoSansCJKkr-Medium.otf); /* For IE6-8 */
}

@font-face {
    font-family: Noto-Sans-CJK-Light;
    src: url(../font/NotoSansCJKkr-Light.otf); /* For IE6-8 */
}

body {
    font-family: "Noto Sans CJK" !important;
}
/****************/