<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'koL';
    src: url("/font/koL.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'koM';
    src: url("/font/koM.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'koB';
    src: url("/font/koB.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DOSMyungjo';
    src: url('/font/DOSMyungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoDunggeunmo';
    src: url('/font/neodgm.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoDunggeunmoPro';
    src: url('/font/neodgm_pro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
    font-feature-settings: 'kern' on;
}

html, body {
    -webkit-text-size-adjust: none !important; /* í¬ë¡¬, ì‚¬íŒŒë¦¬, ì˜¤íŽ˜ë¼ ì‹&nbsp;ë²„ì&nbsp;„ */
    -ms-text-size-adjust: none !important; /* IE */
    -moz-text-size-adjust: none !important; /* íŒŒì´ì–´í­ìŠ¤ */
    -o-text-size-adjust: none !important; /* ì˜¤íŽ˜ë¼ êµ¬ë²„ì&nbsp;„ */
    font-size: 16px !important;
}

* {
    font-family: KoL !important;
}

body {
    position: relative;
    background-color: white !important;
}

.pixelog-art-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pixelog-art-image{
    position: absolute;
    z-index: -1;
    height: 100%;
}

:root {
    --pixelog-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.bg-gradient-pixelog{
    background-image: var(--pixelog-gradient)!important;
}

.main-logo {
    /*padding: 1rem 0.5rem 1.1rem 0.5rem !important;*/
    /*padding: 16px 8px 18px 8px;*/
    padding: 6px 8px 6px 8px;
    background-image: var(--pixelog-gradient)!important;
}

.main-logo img {
    height: 38px;
}

.main-logo-p2 {
    padding: 0.5rem 0.5rem 0.3rem 0.5rem !important;
}

.min-h700 {
    /*min-height: inherit;*/
}

.main-menu {
    padding: 0px 5px 2px 4px;
}

.main-menu-hot {
    padding: 0px 15px 2px 15px;
}

.main-menu-new {
    padding: 0px 15px 2px 15px;
}

.main-menu-tags {
    padding: 0px 7px 2px 7px;
}

.main-menu img {
    height: 25px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-default {
    cursor: default !important;
}

/* ëª¨ë°”ì¼ í—¤ë” */
.m-dropdown-toggle {
    /* white-space: nowrap; */
    padding: 5px 12px 5px 12px;
}

.m-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}


/* Force apparition of scrollbars on leopard */
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #999;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.4);;
}

/* í—¤ë” fixed margin */
.header-margin {
    /*margin-top: 70px !important;*/
}

/* nav fixed padding - modal */
.navbar {
    padding: 0px !important;
}

.main-masonry-diagonal {
    transform: skewY(10deg);
    position: absolute;
    top: -180px;
    z-index: -1;
    width: 100% !important;
}

.infinite-scroll-component__outerdiv {
    min-height: auto;
    background-color: #ffffff;
    padding-top: 30px;
}

.header-container {
    position: relative;
    background-color: #2125298c;
    overflow: hidden;
}

.header-container-challenge {
    position: relative;
    overflow: hidden;
}
@media (min-width: 576px) {
    .header-container-challenge{
        height: 370px;
    }
}

.menu-container {
    position: absolute;
    margin: 0;
    /*bottom: -21px;*/
    top: -52px;
    width: 100%;
}

.menu-container-active {
    position: fixed;
    margin: 0;
    top: 70px;
    width: 100%;
    left: 0;
    z-index: 10;
    transition: top 0.2s ease-in-out;
}

.menu-container-inner {
    /*  width: fit-content;
      display: table;*/
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0.4rem 0.4rem 0.4rem 0.4rem;
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .125);
}

/* bootstrap 4.x í˜¸í™˜ */
.media {
    display: -ms-flexbox;
    display: flex;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.app_bottom {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0px;
    text-align: center;
    z-index: 99999;
    display: none;
    top: auto;
    bottom: 60px;
    overflow: hidden;
}

.mobile-app-install.animation {
    display: block;
    animation-duration: 0.5s;
    animation-name: slide-in-from-bottom;
}

.mobile-app-install {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    animation-duration: 1s;
    animation-name: slide-in-from-bottom;
    z-index: 1999999 !important;
}

/* í”½ì…€ë¡œê·¸ ì•± ë‹¤ìš´ë¡œë“œ */
.bg-pixelog-gray {
    background: #F0F0F0;
}

.pixelog-app-download-image {
    width: 100%;
}

@keyframes slide-in-from-bottom {
    from {
        transform: translateY(50%);
    }
    to {
        transform: translateY(0%);
    }
}

/* snsë¡œê·¸ì¸ì‹œ header nickë¶€ë¶„ ê¸¸ê²Œë‚˜ì™€ì„œ */
@media (max-width: 904px) and (min-width: 768px) {
    .header-nick {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 140px;
    }
}


.login-or {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /*color: #c5cbd0;*/
    color: #000000;
    text-align: center;
    vertical-align: top;
    line-height: 14px;
}

.login-or:before {
    left: 0;
}

.login-or:after {
    right: 0;
}

.login-or:after, .login-or:before {
    position: absolute;
    top: 6px;
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    /*background-color: #dddfe4;*/
    background-color: #000000;
}

@media (min-width: 576px) {
    .login-or:after, .login-or:before {
        width: 140px;
    }
}


.spinner-border-small {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: text-bottom;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

#txt2img_gallery {
    margin-top: 8px;
}

#txt2img_seed label {
    padding: 0px !important;
}

.main-btn-people {
    color: lime;
}

.main-btn-pencil {
    color: cyan;
}

.main-btn-sparkles {
    --beat-fade-opacity: .9;
    /*--animation-duration: 2s;*/
    color: #b535ff;
    /*color: #d835ff;*/
    /*color: #f435ff;*/
    /*color: #fe35ff;*/
}

@keyframes beat-fade {
    0%, 100% {
        opacity: var(--beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(var(--beat-fade-scale, 1.125));
        transform: scale(var(--beat-fade-scale, 1.125));
    }
}

.beat-fade {
    -webkit-animation-name: beat-fade;
    animation-name: beat-fade;
    -webkit-animation-duration: var(--animation-duration, 1s);
    animation-duration: var(--animation-duration, 1s);
    -webkit-animation-iteration-count: var(--animation-iteration-count, infinite);
    animation-iteration-count: var(--animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--animation-timing, cubic-bezier(.4, 0, .6, 1));
}

/* challenge header */
.challenge-img-container {
    /*padding-top: 30px;*/
}

.challenge-img {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
}

.challenge-title {
    position: relative;
    z-index: 3;
    line-height: 1;
}

.challenge-menu-container {
    z-index: 3;
    line-height: 1;
}

/* challenge list */
.challenge-container {
    position: relative;
    z-index: 1;
    grid-template-columns: 1fr 1fr 1fr;
    background: linear-gradient(to bottom, #ffffff, #dddddd);
}

.challenge-container .card-challenge {
    color: #000 !important;
    padding-left: 0px;
    font-size: 20px;
    align-self: center;
    justify-self: center;
}

.card-challenge-date {
    font-size: 16px !important;
    padding-left: 10px !important;
    justify-self: flex-start !important;
}

.card-challenge-title {
    padding-left: 0px !important;
}

.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 17px !important;
}

.bg-md-gradient {
    background-image: none;
}
@media (min-width: 768px) {
    .bg-md-gradient {
        background-image: var(--bs-gradient) !important;
    }
}
.offcanvas-md-width{
    --bs-offcanvas-width: 200px;
}
@media (min-width: 768px) {
    .offcanvas-md-width {
        --bs-offcanvas-width: 300px;
    }
}
.offcanvas-profile-img {
    width: 150px;
    height: 150px;
}
@media (min-width: 768px) {
    .offcanvas-profile-img {
        width: 200px;
        height: 200px;
    }
}</pre></body></html>