* {
    font-family: "Noto Sans KR";
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
}
body {
    /*max-width: 1920px;*/
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}
.text-noto {
    font-family: "Noto Sans KR" !important;
}
.text-jalnan, .text-jalnan>* {
    font-family: "Jalnan" !important;
}
.text-gmarketsans {
    font-family: "GmarketSans" !important;
}
.text-white {
    color: white !important;
}
.text-red {
    color: #ed1b24 !important;
}
.text-darkred {
    color: #d60000 !important;
}
.text-yellow {
    color: #fbf400 !important;
}
.text-bold {
    font-weight: bold;
}
.text-center {
    text-align: center;
}
.pc {
    display: inherit;
}
.mo {
    display: none;
}
@media (max-width: 1200px)  {
    .pc {
        display: none;
    }
    .mo {
        display: inherit;
    }
}