<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event_head a{
    color: #fcae18 !important;
}

.mobile_only{
    display: none;
}

#new_icon{
    float: right;
    position: absolute;
    top: 10px;
    right: 4px;
    width: 15px;
    height: 15px;
}


.header-right-ul li{
    display: inline-block;
}

.cart-badge {
    position: absolute;
    right: 8px;
    border-radius: 50% !important;

    top: 10px;
    background-color:  #fcae18 !important;
    color: black !important;


}


.header-right-ul {
    position: absolute;
    top: 25px;
    right: 10px;
}

#right_ic{
    margin-right: 10px;
    margin-top:10px;
    width: 50px;
}

/* CSS */
.top-area {
    display: flex;
    flex-direction: column-reverse;
}

.top-area img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.my-dropdown-menu{
    min-width: initial !important;
    text-align: center;
    width: 120px;
}

.my-dropdown-item{
    display: block;
    margin: 10px 0;
    font-family: "Noto Sans KR";
}

.my-dropdown-menu-right{
    right: -25px;
}
.my-dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, 0.1); /* ìˆ˜í‰ ì„&nbsp; ìŠ¤íƒ€ì¼ ë° ìƒ‰ìƒ ì§€ì&nbsp;• */
    margin: 0.5rem 0; /* ìœ„ì•„ëž˜ ì—¬ë°± ì§€ì&nbsp;• */
}

.main_sub_title{
    font-family: "Noto Sans KR";
}

p, a, ul , li, label{
    font-family: "Noto Sans KR";
}

.mobile-sidebar-left-trigger{
    cursor: pointer;
    background-color: initial;
    border: 0;
     color: black;
    position: inherit;
}

.top-bg{
    position: absolute; /* ì&nbsp;ˆëŒ€ì&nbsp; ìœ„ì¹˜ ì„¤ì&nbsp;• */
    width: 50%; /* ë¶€ëª¨ ìš”ì†Œì˜ 50%ë¥¼ ì°¨ì§€í•˜ë„ë¡ ì„¤ì&nbsp;• */
    height: 80px; /* ì´ë¯¸ì§€ì˜ ë†’ì´ë¥¼ ìžë™ìœ¼ë¡œ ì¡°ì&nbsp;ˆí•˜ì—¬ ë¹„ìœ¨ì„ ìœ&nbsp;ì§€ */
    z-index: 1;
}

.pc-l {
    left: 0; /* ì™¼ìª½ì— ë°°ì¹˜ */
}

.pc-r {
    right: 0; /* ì˜¤ë¥¸ìª½ì— ë°°ì¹˜ */
}


.header-nav .navbar-nav &gt; li &gt; a{
    line-height: initial !important;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
}

.header-nav .navbar-nav &gt; .dropdown &gt; a:after{
    line-height: 60px;
}

@media (max-width: 767px) {
    /* ì—¬ê¸°ì— ëª¨ë°”ì¼ ê¸°ê¸°ì— ì&nbsp;ìš©ë&nbsp; ìŠ¤íƒ€ì¼ì„ ìž‘ì„±í•©ë‹ˆë‹¤. */

    .header-title .header-title-in{
        height: 80px;
    }

    #right_ic{
        margin-top: 0;
        width: 40px;
        margin-right: 5px;
    }

    .header-right-ul{
        top: 15px;
    }

    .cart-badge{
        top: 5px;
        right: 50px;
    }

    .mobile_only{
        display: block;
    }

    .title-logo-image{
        margin-top: 20px !important;
    }

    .pc-version{
        display: none;
    }

    .mobile-version{
        display: block;
    }

    .top-bg{
        display: none;
    }
}



/* í° ë””ë°”ì´ìŠ¤ (ë°ìŠ¤í¬í†± ë“±) */
@media (min-width: 992px) {
    /* ì—¬ê¸°ì— í° ë””ë°”ì´ìŠ¤ì— ì&nbsp;ìš©ë&nbsp; ìŠ¤íƒ€ì¼ì„ ìž‘ì„±í•©ë‹ˆë‹¤. */

    .mobile_only{
        display: none !important;
    }

    .pc-version{
        display: block;
    }

    .mobile-version{
        display: none;
    }

    .top-bg{
        display: block;
    }
}

@media (max-width: 500px) {
    .hide-on-small {
        display: none !important;
    }
}</pre></body></html>