/**
header_view.php 
- common.css
- footer.css
- badge.css
- slidemenu.css
 */

@charset "utf-8";
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

/*
 * File       : common.css
 * SUMMARY:
 * 01) GLOBAL
 * 02) OVERLAY
 * 03) CONTAINER
 */

/* ************************************** *
 * PC VER
 * ************************************** */

/* GLOBAL */
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 20px !important;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
}

body {
    background-color: #fff;
    font-size: 1rem !important;
    /* font-family: "Noto Sans KR" !important; */
    font-family: "Nanum Gothic" !important; font-style: normal;
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-touch-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-user-select: none;
    user-select: none;
    line-height: 1.05rem !important;
}

body {
    -webkit-touch-callout: none;
    -webkit-touch-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-user-select: none;
    user-select: none;
}

html,
body,
iframe,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-smooth: subpixel-antialiased;
    color: #666;
    line-height: 1.3em;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li,
p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
p {
    color: #666;
}
a {
    text-decoration: none;
    color: #666;
    cursor: pointer;
}
img {
    max-width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
}
input,
button,
textarea,
select {
    font-family: "Noto Sans KR" !important;
    outline: none !important;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: none;
}
button {
    outline: none !important;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
picture,
source {
    line-height: 0;
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
}
table th {
    color: #333;
}
table th,
td {
    border-bottom: 1px solid #ddd;
}
caption {
    visibility: hidden;
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
}
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}
content h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    padding-bottom: 12px;
}
.clearfix:before,
.clearfix:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.loading-hide {display: none !important;}

/*19湲덈콇吏�*/
span.icon_19_red {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: url(/assets/img/icon_weeklist_19_red.png);
    position: absolute;
    top: 5px;
    right: 5px;
    background-size: 15px;
    z-index: 1;
}

/* OVERLAY */
.dim {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.dim.white {
    background-color: rgb(255, 255, 255);
    filter: alpha(opacity=100);
    opacity: 1;
}

/* CONTAINER */
#subContainer {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#subContent {
    max-width: 1024px;
    margin: 30px auto 0;
    box-sizing: border-box;
    padding: 0 10px;
}
#subContent.no-margin-top {
    margin-top: 0 !important;
}

/* �꾧껐 */
#subContent.mt01 {
    margin-top: 2px;
}

/* ************************************** *
 * TABLET PC VER
 * ************************************** */

@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 18px !important;
    }
    body {
        font-size: 1rem !important;
        margin: 0;
        padding: 0;
    }

    /* CONTAINER */
    #subContent {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    /* �꾧껐 */
    #subContent.mt01 {
        margin-top: -22px;
    }
}

/* ************************************** *
 * MOBILE VER
 * ************************************** */

@media (min-width: 0) and (max-width: 767px) {
    html {
        font-size: 16px !important;
        background: #e8ecf0;
    }
    body {
        font-size: 1rem !important;
        margin: 0;
        padding: 0;
    }

    /* CONTAINER */
    #subContent {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    /* �꾧껐 */
    #subContent.mt01 {
        margin-top: -5px;
    }
}

/* 濡쒕뵫諛� */
.loadingArea {
    width: 100%;
    position: relative;
}

.loadingArea > img {
    margin: 0 auto;
    height: 60px;
}

.loadingArea.h1 {
    padding: 5vh 0;
}
.loadingArea.h2 {
    padding: 10vh 0;
}
.loadingArea.h3 {
    padding: 15vh 0;
}
.loadingArea.h4 {
    padding: 20vh 0;
}
.loadingArea.h5 {
    padding: 25vh 0;
}
.loadingArea.h6 {
    padding: 30vh 0;
}
.loadingArea.h7 {
    padding: 35vh 0;
}
.loadingArea.h8 {
    padding: 40vh 0;
}
.loadingArea.h9 {
    padding: 45vh 0;
}
.loadingArea.h10 {
    padding: 50vh 0;
}

.alert_layer,
.alert_layer2 {
    position: fixed;
    display: none;
    z-index: 1000;
    overflow-y: auto;
    max-height: 80vh;
    max-width: 100vw;
}
.alert_layer2::-webkit-scrollbar,
.alert_layer::-webkit-scrollbar {
    display: none !important;
}
.alert_layer2::-moz-scrollbar,
.alert_layer::-moz-scrollbar {
    display: none !important;
}
.alert_layer2::-o-scrollbar,
.alert_layer::-o-scrollbar {
    display: none !important;
}
.alert_layer2:-ms-scrollbar,
.alert_layer:-ms-scrollbar {
    display: none !important;
}

#toast {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.2px;
    border-radius: 7px;
    position: fixed;
    padding: 0 10px;
    left: 50%;
    top: 70%;
    min-width: 200px;
    max-width: 90vw;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 201;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    white-space: nowrap;
    display: none;
}

.frontAboveAll {
    z-index: 99999999 !important;
}

/* �섏씠吏� */
.paging {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.paging a.page_num {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    color: #666;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2px;
    cursor: pointer;
    padding-bottom: 2px;
}
.paging a.page_num.on {
    background: #fff;
    color: #e63740;
    border: 1px solid #ddd;
}
.paging a.page_num > span {
    border-style: solid;
    border-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 0;
    background: none;
    display: inline-block;
    margin: 0 auto;
    margin-top: 1px;
}
.paging a.page_num > span.arrow_left {
    transform: rotate(45deg);
    border-width: 0 0 2px 2px;
}
.paging a.page_num > span.arrow_right {
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
}

/*
 * File       : footer.css
 * SUMMARY:
 * 01) FOOTER
 */

/* ************************************** *
 * PC VER
 * ************************************** */

/* FOOTER */
html {
    font-size: 20px !important;
}
body {
    font-size: 1rem !important;
    margin: 0;
    padding: 0;
}
#footer .footer_wp {
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    background: #eaecee;
    overflow: hidden;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_inner {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 0.625rem;
    line-height: 0.95rem;
    color: #7c8084;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_menu{
    border-bottom: 1px solid #dadada;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_menu ul{
    max-width: 1024px;
    margin: 0 auto;
    font-size: 0.625rem;
    line-height: 0.95rem;
    position: relative;
    overflow: hidden;
    padding: 15px;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_menu ul > li {
    display: inline-block;
    line-height: 1.8;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_menu ul > li:after {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 50%;
    background: #b7c1d4;
    margin: 0 2px 0 5px;
    margin-bottom: 3px;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_menu ul > li:last-child:after {
    content: "";
    display: none;
    margin: 0;
}
#footer .footer_wp .footer_menu ul > li > a {
    color: #000;
    font-weight: 500;
    display: inline-block;
}



#footer .footer_wp .footer_inner .copyright {
    padding: 30px 0;
    float: right;
    width: 80%;
}
#footer .footer_wp .footer_inner .copyright > br:first-child {
    display: none;
}
#footer .footer_wp .footer_inner .copyright .e_mail {
    margin-left: 8px;
    color: #000;
}
#footer .footer_wp .footer_inner .logo_topco {
    position: absolute;
    left: 15px;
    top: 1.7rem;
}

#footer .footer_wp .footer_inner .site_wp {
    margin: 18px auto 0;
}
#footer .footer_wp .footer_inner .site_wp ul {
    overflow: hidden;
    display: inline-block;
}
#footer .footer_wp .footer_inner .site_wp ul > li {
    display: inline-block;
    border-radius: 3px;
    text-indent: 22px;
    padding: 4px 10px;
    border: 1px solid #bcc0c6;
    margin-top: 4px;
    image-rendering: -webkit-optimize-contrast;
} /*�섏젙*/
#footer .footer_wp .footer_inner .site_wp ul > li > a,
.footer_wp .footer_inner .site_wp ul > li > span {
    color: #6d7681;
    display: block;
}
#footer .footer_wp .footer_inner .site_wp ul > li.site_01 {
    background: url(/assets/img/logo_isms.png)
    no-repeat 6px center;
    background-size: 24px;
    text-indent: 26px;
}
#footer .footer_wp .footer_inner .site_wp ul > li.site_02 {
    background: url(/assets/img/logo_ok_copyright_new.png)
    no-repeat 5px 5px;
    background-size: 28px;
    text-indent: 27px;
} /*�섏젙*/
#footer .footer_wp .footer_inner .site_wp ul > li.site_03 {
    background: url(/assets/img/logo_clean.png)
    no-repeat 6px center;
    background-size: 22px;
}
#footer .footer_wp .footer_inner .site_wp ul > li.site_04 {
    background: url(/assets/img/logo_innobiz.png)
    no-repeat 6px center;
    background-size: 44px;
    text-indent: 42px;
}
#footer .footer_wp .footer_inner .site_wp ul > li.site_05 {
    background: url(/assets/img/logo_happy.png)
    no-repeat 8px center;
    background-size: 21px;
}
#footer .footer_wp .footer_inner .site_wp ul > li.site_06 {
    background: url(/assets/img/logo_news.png)
    no-repeat 12px center;
    background-size: 15px;
    position: absolute;
    right: 16px;
    top: -44px;
    border: none;
    padding-right: 0;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_inner .site_wp ul > li.site_07 {
    background: url(/assets/img/logo_ok_copyright_new.png)
    no-repeat 4px 5px;
    background-size: 29px;
    text-indent: 26px;
}

#footer .footer_wp .footer_inner .copyright .btn_sns {
    margin: 0 auto;
    position: absolute;
    top:25px;
    right: 12px;
}/*20210504 �섏젙*/
#footer .footer_wp .footer_inner .copyright .btn_sns > a {
    line-height: 35px;
    padding: 3px;
    letter-spacing: -0.2px;
    color: #6d7681;
    display: inline-block;
    font-size: 0;
}
#footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns {
    width: 44px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}
#footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.youtube {
    background: url(/assets/img/icon_sns_youtube.png)
    center no-repeat;
    background-size: 100%;
}
#footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.facebook {
    background: url(/assets/img/icon_sns_facebook.png)
    center no-repeat;
    background-size: 100%;
}
#footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.naverblog {
    background: url(/assets/img/icon_sns_blog.png)
    center no-repeat;
    background-size: 100%;
}


/* APP */
.index_plusapp_inner {
    width: 100%;
    background: #fff;
}
.index_plusapp_inner img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.index_plusapp_inner .plusapp_link {
    display: block;
    max-width: 1004px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.index_plusapp_inner .plusapp_link .plusapp_mo {
    display: none;
}
.index_plusapp_inner .plusapp_link .plusapp_pc {
    max-width: 1004px;
    display: block;
    width: 100%;
}
.index_plusapp_inner .plusapp_link .plusapp_pc .link_area {
    position: absolute;
    left: 24px;
    top: 59%;
    width: 60%;
    max-width: 620px;
}
.index_plusapp_inner .plusapp_link .plusapp_pc .link_area > a {
    display: inline-block;
    position: relative;
    top: 0%;
    overflow: hidden;
    cursor: pointer;
}
.index_plusapp_inner .plusapp_link .plusapp_pc .link_area .onestore {
    width: 38.5%;
    padding-bottom: 13%;
    float: left;
}
.index_plusapp_inner .plusapp_link .plusapp_pc .link_area .appstore {
    width: 38.5%;
    padding-bottom: 13%;
    float: left;
    margin-left: 5px;
}


/* ************************************** *
 * TABLET PC VER
 * ************************************** */

@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 18px !important;
    }
    body {
        font-size: 1rem !important;
        margin: 0;
        padding: 0;
    }

    /* FOOTER */
    #footer .footer_wp {
        width: 100%;
        box-sizing: border-box;
    }
    #footer .footer_wp .footer_inner {
        width: 100%;
    }
    #footer .footer_wp .footer_inner .copyright {
        width: 75%;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns {
        margin: 8px auto 0;
        position: static;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns {
        width: 35px;
        height: 35px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_06{
        top:-41px
    }/*20210504 �섏젙*/

    /* APP */
    .index_plusapp_inner img {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    .index_plusapp_inner .plusapp_link {
        width: 100%;
        max-width: 100%;
    }
}

/* ************************************** *
 * MOBILE VER
 * ************************************** */

@media (min-width: 0) and (max-width: 767px) {
    html {
        font-size: 16px !important;
        background: #e8ecf0;
    }
    body {
        font-size: 1rem !important;
        margin: 0;
        padding: 0;
    }

    /* FOOTER */
    #footer .footer_wp {
        width: 100%;
        margin: 0;
    }
    #footer .footer_wp .footer_inner {
        width: 100%;
        letter-spacing: -0.3px;
        font-size: 11px;
        line-height: 16px;
    }
    #footer .footer_wp .footer_menu {
        text-align: center;
        font-size: 11px;
    }/*20210504 �섏젙*/
    @media (max-width: 320px) {
        #footer .footer_wp .footer_menu ul {
            padding: 10px;
        }/*20210504 �섏젙*/
    }

    #footer .footer_wp .footer_menu ul > li > a{font-size:11px}/*20210504 異붽�*/
    #footer .footer_wp .footer_inner .copyright {
        padding: 15px 0 20px;
        float: none;
        width: 100%;
        text-align: center;
    }
    #footer .footer_wp .footer_inner .copyright > br:first-child {
        display: block;
    }
    #footer .footer_wp .footer_inner .copyright .copy_txt {
        display: none;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns {
        margin: 0 auto;
        position: static;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns > a {
        font-size: 11px;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns {
        width: 19px;
        height: 19px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.youtube {
        background: url(/assets/img/icon_sns.png) 0 0
        no-repeat;
        background-size: 56px 19px;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.facebook {
        background: url(/assets/img/icon_sns.png) -18px
        0 no-repeat;
        background-size: 56px 19px;
    }
    #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.naverblog {
        background: url(/assets/img/icon_sns.png) -37px
        0 no-repeat;
        background-size: 56px 19px;
    }

    #footer .footer_wp .footer_inner .site_wp {
        margin: 3px -10px 3px -10px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li {
        display: inline-block;
        border-radius: 3px;
        text-indent: 22px;
        padding: 3px 6px !important;
        border: 1px solid #bcc0c6;
        margin-top: 4px;
        image-rendering: auto;
    } /*�섏젙*/
    #footer .footer_wp .footer_inner .site_wp ul > li > a,
    .footer_wp .footer_inner .site_wp ul > li > span {
        color: #6d7681;
        display: block;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_01 {
        background: url(/assets/img/logo_isms.png)
        no-repeat 5px center;
        background-size: 18px;
        text-indent: 20px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_02 {
        background: url(/assets/img/logo_ok_copyright_new.png)
        no-repeat 5px 4px;
        background-size: 24px;
        text-indent: 26px;
    } /*�섏젙*/
    #footer .footer_wp .footer_inner .site_wp ul > li.site_03 {
        background: url(/assets/img/logo_clean.png)
        no-repeat 5px center;
        background-size: 17px;
        text-indent: 19px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_04 {
        background: url(/assets/img/logo_innobiz.png)
        no-repeat 6px center;
        background-size: 34px;
        text-indent: 36px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_05 {
        background: url(/assets/img/logo_happy.png)
        no-repeat 5px center;
        background-size: 17px;
        text-indent: 20px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_06 {
        background: url(/assets/img/logo_news.png)
        no-repeat 6px center;
        background-size: 15px;
        position: static;
        border: 1px solid #bcc0c6;
        text-indent: 18px;
    }
    #footer .footer_wp .footer_inner .site_wp ul > li.site_07 {
        background: url(/assets/img/logo_ok_copyright_new.png)
        no-repeat 4px 3px;
        background-size: 27px;
        padding: 3px 6px;
        border: 1px solid #bcc0c6;
        text-indent: 28px;
    }

    #footer .footer_wp .footer_inner .logo_topco {
        position: static;
    }
    #footer .footer_wp .footer_inner .logo_topco > img {
        margin: 0 auto;
        width: 69px;
    }

    /* APP */
    .index_plusapp_inner img {
        display: block;
        width: 100%;
        margin: 0 auto;
        background: #324357;
    }
    .index_plusapp_inner .plusapp_link {
        width: 100%;
    }
    .index_plusapp_inner .plusapp_link .plusapp_mo {
        display: block;
        cursor: pointer;
    }
    .index_plusapp_inner .plusapp_link .plusapp_pc {
        display: none;
    }
}


/*
BADGE.CSS
*/

.jsRibbonWrap {
    position: absolute;
    bottom: 8px;
    left: -3px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    align-items: start;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
}
.jsRibbonWrap span + span {
    margin-bottom: 3px;
}

/*�꾩씠肄� 諛� 諭껋�*/
span.iconbadge_new{display:inline-block; background-repeat:no-repeat; vertical-align:middle;}
span.iconbadge_new.ico_ticket{width:51px; height:16px; background-image:url(/assets/img/new21_badge_freeticket_1.png); background-size:51px;}/*臾대즺�댁슜沅�*/
span.iconbadge_new.ico_waitfree{width:34px; height:16px; background-image:url(/assets/img/new21_badge_waitbbang.png); background-size:34px;}/*湲곕떎鍮�*/
span.iconbadge_new.ico_latestend{width:43px; height:16px; background-image:url(/assets/img/new21_badge_latestend.png); background-size:43px;}/*理쒖떊�꾧껐*/
span.iconbadge_new.plusone1{width:40px; height:16px; background-image:url(/assets/img/new21_badge_oneplus.png); background-size:40px;}/*1+1臾대즺*/
span.iconbadge_new.weektop10{width:32px; height:16px; background-image:url(/assets/img/new21_badge_top10.png); background-size:32px}/*TOP 10*/
span.iconbadge_new.ico_zzz{width:20px; min-width:20px; height:13px; background-image: url(/assets/img/new21_badge_zzz.png); background-size:20px; margin-left:2px; margin-top:0;}/*��*/
span.iconbadge_new.ico_delay{width:22px; height:14px; background-image: url(/assets/img/new21_badge_delay.png); background-size:20px; margin-left:2px; margin-bottom:1px;}/*吏���*/

span.iconbadge_new.ico_ticket02{width:58px; height:16px; background-image:url(/assets/img/new21_badge_freeticket02.png); background-size:58px;}/*�댁슜沅뚯궗�⑷���*/
span.ico_original{display:inline-block; vertical-align:middle; width:55px; height:18px; background:url(/assets/img/ico_original.svg); position:absolute; bottom:3px; right:3px; background-size:55px;} /*�묓댆�ㅻ━吏���(�낆젏)*/
span.iconbadge_new.ico_exclusive {display: inline-block; width: 50px; height: 19px; background-image: url(/assets/img/new20_rbn_badge_exclusive.png); background-size: 29px;} /*�낆젏*/
span.iconbadge_new.ico_novel{width:43px; height:16px; background-image:url(/assets/img/new22_badge_novel.png); background-size:43px;}/*�뚯꽕�먯옉 220303*/
span.iconbadge_new.ico_nonstop{width:34px; height:16px; background-image:url(/assets/img/new22_badge_nonstop.png); background-size:34px;}

/* �댁꽌��::�뚯옣瑜� */
span.iconbadge_new.ico_myrecent5{width:41px; height:16px; background-image:url(/assets/img/new21_badge_saw5.png); background-size:41px;}/*�뚯옣瑜� 5%*/
span.iconbadge_new.ico_myrecent10{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw10.png); background-size:46px;}/*�뚯옣瑜� 10%*/
span.iconbadge_new.ico_myrecent15{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw15.png); background-size:46px;}/*�뚯옣瑜� 15%*/
span.iconbadge_new.ico_myrecent20{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw20.png); background-size:46px;}/*�뚯옣瑜� 20%*/
span.iconbadge_new.ico_myrecent25{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw25.png); background-size:46px;}/*�뚯옣瑜� 25%*/
span.iconbadge_new.ico_myrecent30{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw30.png); background-size:46px;}/*�뚯옣瑜� 30%*/
span.iconbadge_new.ico_myrecent35{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw35.png); background-size:46px;}/*�뚯옣瑜� 35%*/
span.iconbadge_new.ico_myrecent40{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw40.png); background-size:46px;}/*�뚯옣瑜� 40%*/
span.iconbadge_new.ico_myrecent45{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw45.png); background-size:46px;}/*�뚯옣瑜� 45%*/
span.iconbadge_new.ico_myrecent50{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw50.png); background-size:46px;}/*�뚯옣瑜� 50%*/
span.iconbadge_new.ico_myrecent55{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw55.png); background-size:46px;}/*�뚯옣瑜� 55%*/
span.iconbadge_new.ico_myrecent60{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw60.png); background-size:46px;}/*�뚯옣瑜� 60%*/
span.iconbadge_new.ico_myrecent65{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw65.png); background-size:46px;}/*�뚯옣瑜� 65%*/
span.iconbadge_new.ico_myrecent70{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw70.png); background-size:46px;}/*�뚯옣瑜� 70%*/
span.iconbadge_new.ico_myrecent75{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw75.png); background-size:46px;}/*�뚯옣瑜� 75%*/
span.iconbadge_new.ico_myrecent80{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw80.png); background-size:46px;}/*�뚯옣瑜� 80%*/
span.iconbadge_new.ico_myrecent85{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw85.png); background-size:46px;}/*�뚯옣瑜� 85%*/
span.iconbadge_new.ico_myrecent90{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw90.png); background-size:46px;}/*�뚯옣瑜� 90%*/
span.iconbadge_new.ico_myrecent95{width:46px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new21_badge_saw95.png); background-size:46px;}/*�뚯옣瑜� 95%*/
span.iconbadge_new.ico_myrecent100{width:50px; height:16px; background-image:url(/assets/img/new21_badge_saw100.png); background-size:50px;}/*�뚯옣瑜� 100%*/

/* �쒖쫵�⑥벐 �꾩씠肄� */
.new_payment1709 .new_paylist .coin_ea p.icon_seasonpass{width:21px; height:14px; background:url(/assets/img/icon_seasonpass.png) no-repeat center; background-size:100%; float: left; margin-right:3px;}


/*���댄���(��,�좎옉)*/
span.iconbadge_new.ico_up{width:13px; min-width:13px; height:13px; background-image:url(/assets/img/new21_badge_up.png); background-size:13px; margin-left:2px; margin-top:0; image-rendering: -webkit-optimize-contrast;}/*up*/
span.iconbadge_new.ico_new{width:13px; min-width:13px; height:13px; background-image:url(/assets/img/new21_badge_new.png); background-size:13px; margin-left:2px; margin-top:0; image-rendering: -webkit-optimize-contrast;}/*�좎옉*/


@media (min-width:0) and (max-width:767px){
    span.iconbadge_new.ico_up{width:12px; min-width:12px; height:12px; background-image:url(/assets/img/new21_badge_up.png); background-size:12px; margin-left:2px; margin-top:1px; image-rendering: -auto;}/*up*/
    span.iconbadge_new.ico_new{width:12px; min-width:12px; height:12px; background-image:url(/assets/img/new21_badge_new.png); background-size:12px; margin-left:2px; margin-top:1px; image-rendering: auto;}/*�좎옉*/

}

/*�뚯감由ъ뒪��::諭껋�*/
.badge_ep{display:inline-block; float:left; margin-left:2px}/*�뚯감由ъ뒪�� ���댄� �� 諭껋�*/
.badge_ep.view{height:16px; min-width:43px}/*�뚯감由ъ뒪��(�닿�蹂대뜕)*/
.badge_ep.up{height:14px; display:inline-block; image-rendering:-webkit-optimize-contrast;}/*�뚯감由ъ뒪��(��)*/
.badge_ep.plusone1{height:16px;}/*�뚯감由ъ뒪��(1+1)*/
.badge_ep.exclusive{height:16px;}/*�뚯감由ъ뒪��(�낆젏)*/
.badge_ep.voucher{width:69px; background:url(/assets/img/new21_badge_freeticket02_1.png) no-repeat; background-size:69px; height:16px; margin-left:0}/*�댁슜沅뚯궗�⑷���*/
.badge_ep.novel{height:16px;}/*220303 �뚯꽕�먯옉 諭껋�異붽�*/
.badge_ep.nonstop{height:16px;}/*220303 �뺤＜�� 諭껋�異붽�*/

@media (min-width:0) and (max-width:767px){
    .badge_ep.up{height:12px; display:inline-block; image-rendering:auto;}/*�뚯감由ъ뒪��(��)*/
}



/*
 * File       : slidemenu.css
 * SUMMARY:
 * 01) FOOTER
 */

@charset "utf-8";
/* :::PC踰꾩쟾::: */

html {
    font-size: 20px;
    font-family: "Noto Sans KR", sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
}
body {
    font-size: 1rem;
}

#header .menu_slider {
    position: fixed;
    right: -120%;
    top: 0;
    z-index: 101;
    transition: right 0.2s;
    padding: 0;
    margin: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
}
#header .menu_slider.on {
    right: 0;
}
#header .menu_slider.on .close {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 310px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}
#header .menu_slider.on .close:after {
    top: 22%;
    left: 47.2%;
    background: #fff;
    width: 2px;
    height: 20px;
    content: "";
    position: absolute;
    transform: rotate(-45deg);
}
#header .menu_slider.on .close:before {
    top: 22%;
    left: 47.2%;
    background: #fff;
    width: 2px;
    height: 20px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
}
#header .menu_slider ul li {
    height: auto;
    line-height: normal;
    border: none;
}
#header .menu_slider ul li > a {
    font-size: 0.8rem;
    display: block;
}

/*�ъ슜�먯젙蹂�*/
#header .menu_slider .user-id {
    width: 100%;
    height: 40px;
    background: #272d33;
    padding: 8px;
    position: relative;
}
.menu_slider .user-id .id {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin-top: 1px;
}
#header .menu_slider .user-id .id.none::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/toptoon.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}
#header .menu_slider .user-id .id.kk::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/kakao.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}
#header .menu_slider .user-id .id.nv::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/naver.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}
#header .menu_slider .user-id .id.gg::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/google.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}
#header .menu_slider .user-id .id.fb::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/facebook.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 4px 2px 0;
}
.menu_slider .user-id .logot {
    font-size: 0.6rem;
    display: block;
    color: #fff;
    float: right;
    font-weight: 400;
    line-height: 27px;
    background: #272d33;
}
#header .menu_slider .user-id .menu-login {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.3px;
    position: relative;
    top: -1px;
    background: #272d33;
}
#header .menu_slider .user-id .menu-join {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.3px;
    float: right;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 8px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 0.65rem;
    line-height: 20px;
    margin-top: 1px;
    background: #272d33;
}
#header .menu_slider .user-id .menu-login::before {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(/assets/img/slide/toptoon.png) center / cover
        no-repeat;
    vertical-align: middle;
    margin: 0 6px 3.5px 0;
}
#header .menu_slider .user-id .menu-login::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    background: url(/assets/img/slide/login_arrow.png) left top
        no-repeat;
    margin-left: 4px;
    margin-top: -1px;
    background-size: 7px;
    vertical-align: middle;
}
/*�ъ슜�먯젙蹂�*/

/*�댁퐫�몄젙蹂�*/
#header .menu_slider .user-coinlist ul {
    display: flex;
    margin: 12px 0 0;
}
#header .menu_slider .user-coinlist ul li {
    float: left;
    flex: 1;
    width: 75px;
}
#header .menu_slider .user-coinlist ul li a {
    position: relative;
}
#header .menu_slider .user-coinlist ul li a img {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
#header .menu_slider .user-coinlist ul li a p {
    font-size: 0.65rem;
    text-align: center;
    margin-top: 3px;
    color: #000;
    letter-spacing: -0.3px;
}
#header .menu_slider .user-coinlist ul li a strong {
    font-size: 1em;
    display: block;
    margin: -3px auto;
    text-align: center;
    font-weight: 500;
}
#header .menu_slider .user-coinlist ul li:nth-of-type(1) a strong {
    color: #ff9f21;
}
#header .menu_slider .user-coinlist ul li:nth-of-type(2) a strong {
    color: #3fb3d8;
}
#header .menu_slider .user-coinlist ul li.extra-coin a strong {
    color: #777eef;
}
#header .menu_slider .user-coinlist ul li:last-of-type a strong {
    color: #e63740;
}

#header .menu_slider .user-coinlist ul li a span {
    padding: 0 4px;
    position: absolute;
    top: -6px;
    left: 50%;
    background: #3fb3d8;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    max-height: 12px;
    line-height: 12px;
}
#header .menu_slider ul li.appcoin a span {
    background: #707070;
}
/*�댁퐫�몄젙蹂�*/

/*肄붿씤異⑹쟾*/
#header .menu_slider .coin-charge {
    width: 278px;
    height: 34px;
    background-color: #5d8bd6; /* #e63740 */
    display: block;
    line-height: 33px;
    margin: 10px auto 0;
    color: #fff;
    text-align: center;
    font-size: 0.72rem;
}
#header .menu_slider .coin-charge img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -3px;
}
/*肄붿씤異⑹쟾*/
/*荑좏룿�깅줉�대룞*/
#header .menu_slider .coupon-pge {
    width: 278px;
    height: 34px;
    display: block;
    border: 2px solid #e63740;
    margin: 5px auto 10px;
    line-height: 30px;
    font-size: 0.72rem;
    padding: 0 12px;
    color: #333;
}
#header .menu_slider .coupon-pge span {
    float: right;
    color: #e63740;
    font-weight: 500;
    font-size: 0.72rem;
}
/*荑좏룿�깅줉�대룞*/
/*硫붾돱由ъ뒪��*/
#header .menu_slider .menu-wp {
    border-top: 1px solid #ddd;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#header .menu_slider .menu-wp::-webkit-scrollbar {
    display: none;
}

#header .menu_slider .menu-wp .menu-list {
    width: 100%;
}
#header .menu-wp .menu-list .menu-list-style {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    height: 100%;
    position: relative;
}
#header .menu-wp .menu-list .menu-list-style:last-of-type {
    border: none;
    height: 80vh;
}
#header .menu-wp .menu-list .menu-list-style ul {
    width: 75%;
    float: right;
    background: white;
}
#header .menu-wp .menu-list .menu-list-style ul li {
    padding: 10px;
    margin: 0 27px;
    position: relative;
}

#header .menu-wp .menu-list .menu-list-style .side-category {
    width: 25%;
    margin: 0;
    float: left;
    background: #f6f6f6;
    display: inline-block;
    height: 100%;
    position: absolute;
}
#header .menu-wp .menu-list .menu-list-style .side-category a {
    display: block;
    font-size: 0.75rem;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    color: #000;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: -0.3px;
}
#header .menu-wp .menu-list .menu-list-style .side-category button {
    display: block;
    font-size: 0.75rem;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    color: #000;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
    letter-spacing: -0.3px;
    width: 100%;
    text-align: left;
    background-color: transparent;
}

#header .menu-wp .menu-list .menu-list-style .side-category .sm-on {
    background: #fff;
    color: #e63740;
    font-weight: 500;
}
#header .menu-wp .menu-list .menu-list-style .side-category .sm-on:after {
    display: block;
    content: "";
    width: 3px;
    height: 40px;
    background: #e63740;
    position: absolute;
    top: 0;
    left: 0;
}

#header .menu-wp .menu-list .menu-list-style ul li a {
    display: block;
    font-size: 0.75rem;
    color: #333;
}
#header .menu-wp .menu-list .menu-list-style ul li a span {
    width: 5px;
    height: 9px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: url(/assets/img/menu_arrow.png) center / cover
        no-repeat border-box;
}

#header .menu-wp .menu-list .sm-library ul li a .sm-gift {
    display: inline-block;
    padding: 0 4px;
    border-radius: 20px;
    background: #e63740;
    margin-left: 4px;
    font-size: 0.4rem;
    font-style: normal;
    line-height: 12px;
    max-height: 12px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-bottom: 3px;
    font-weight: 500;
}

/*�깅퀎�좏깮 諛� �곗씠�� �덉빟紐⑤뱶*/
#header .menu-wp .menu-list .sm-mypage ul li:not(:nth-of-type(1)) {
    padding: 5px 10px;
    height: 55px;
}
#header .menu_slider .menu-list .sm-mypage {
    overflow: hidden; /* padding-bottom: 5px */
}
#header .menu_slider .menu-list .sm-mypage ul li .select {
    height: 40px;
    margin: 0;
}
#header .menu_slider .menu-list .sm-mypage ul li .select strong {
    font-size: 0.75rem;
    color: #333;
    font-weight: 400;
    position: relative;
    top: -10px;
}
#header .menu_slider .menu-list .sm-mypage ul li .select input {
    display: none;
}
#header
    .menu_slider
    .menu-list
    .sm-mypage
    ul
    li
    .select
    input[type="radio"]
    + label {
    font-size: 0.75rem;
    position: relative;
    top: -16px;
    margin-right: 5px;
    cursor: pointer;
}
#header
    .menu_slider
    .menu-list
    .sm-mypage
    ul
    li
    .menu-data
    input[type="radio"]
    + label:first-of-type {
    margin-right: 8px;
}
#header
    .menu_slider
    .menu-list
    .sm-mypage
    ul
    li
    .select
    input[type="radio"]
    + label
    em {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 6px;
}
#header
    .menu_slider
    .menu-list
    .sm-mypage
    ul
    li
    .select
    input[type="radio"]:checked
    + label {
    color: #e63740;
    font-weight: 500;
}
#header
    .menu_slider
    .menu-list
    .sm-mypage
    ul
    li
    .select
    input[type="radio"]:checked
    + label
    em {
    background: url(/assets/img/check.png) center center / 11px
        8px no-repeat;
    border: 1px solid #e63740;
}
/*�깅퀎�좏깮 諛� �곗씠�� �덉빟紐⑤뱶*/

@media (min-width: 0) and (max-width: 767px) {
    #header .menu-wp .menu-list .menu-list-style .side-category a,
    #header .menu-wp .menu-list .menu-list-style .side-category button {
        font-size: 0.875rem;
    }
}

/*�곗륫�뚮찓��*/
/*硫붾돱由ъ뒪��*/

/* :::�뚮툝由� 踰꾩쟾::: */
@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 18px;
    }
    body {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }
    #header .menu_slider .user-id {
        padding: 10px 8px;
    }
    .menu_slider .user-id .logot {
        line-height: 20px;
    }
    #header .menu_slider .user-id .menu-join {
        margin-top: -1px;
    }
    #header .menu_slider .user-id .menu-login {
        top: 0px;
    }
}

/* :::紐⑤컮�� 踰꾩쟾::: */
@media (min-width: 360px) and (max-width: 767px) {
    html {
        font-size: 16px;
    }
    body {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    /*�ъ슜�먯젙蹂�*/
    #header .menu_slider .user-id {
        height: 40px;
        padding: 10px;
    }
    .menu_slider .user-id .id {
        font-size: 0.875rem;
    }
    .menu_slider .user-id .logot {
        font-size: 0.7rem;
        margin-top: -3px;
    }
    #header .menu_slider .user-id a.menu-login {
        top: 0px;
    }
    #header .menu_slider .user-id .menu-login {
        font-size: 0.8rem;
    }
    #header .menu_slider .user-id .menu-login::after {
        margin-bottom: -1px;
        margin-top: -2px;
    }
    #header .menu_slider .user-id .menu-join {
        margin-top: -1px;
        font-size: 0.75rem;
    }
    /*�ъ슜�먯젙蹂�*/
    /*�댁퐫�몄젙蹂�*/
    #header .menu_slider .user-coinlist ul {
        margin: 12px 0 0;
    }
    #header .menu_slider .user-coinlist ul li a p {
        font-size: 0.7rem;
    }
    #header .menu_slider .user-coinlist ul li a strong {
        font-size: 1.125em;
        margin: -2px auto;
    }
    #header .menu_slider .user-coinlist ul li a span {
        font-size: 0.6rem;
    }
    /*�댁퐫�몄젙蹂�*/
    /*肄붿씤異⑹쟾*/
    #header .menu_slider .coin-charge {
        font-size: 0.8125rem;
        font-weight: 500;
        letter-spacing: -0.4px;
    }
    #header .menu_slider .coin-charge img {
        margin-top: -2px;
    }
    /*肄붿씤異⑹쟾*/
    /*荑좏룿�깅줉�대룞*/
    #header .menu_slider .coupon-pge {
        font-size: 0.8125rem;
        letter-spacing: -0.4px;
    }
    #header .menu_slider .coupon-pge span {
        font-size: 0.8125rem;
    }
    /*荑좏룿�깅줉�대룞*/
    /*硫붾돱由ъ뒪��*/
    #header .menu_slider .menu-wp {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        scrollbar-width: none;
    }

    #header .menu-wp .menu-list .menu-list-style ul li a {
        font-size: 0.875rem;
        letter-spacing: -0.4px;
    }
    #header .menu-wp .menu-list .menu-list-style ul li a span {
        margin-top: -4px;
    }
    #header .menu-wp .menu-list .menu-list-style .side-category a {
        font-size: 0.9375rem;
    }
    #header .menu-wp .menu-list .sm-library ul li a .sm-gift {
        font-size: 0.6rem;
    }

    /*�깅퀎�좏깮 諛� �곗씠�� �덉빟紐⑤뱶*/

    #header .menu_slider .menu-list .sm-mypage ul li .select strong {
        font-size: 0.875rem;
        color: #333;
        font-weight: 400;
        position: relative;
        top: -3px;
    }
    #header
        .menu_slider
        .menu-list
        .sm-mypage
        ul
        li
        .select
        input[type="radio"]
        + label {
        font-size: 0.8125rem;
        position: relative;
        top: -7px;
    }
    /*�깅퀎�좏깮 諛� �곗씠�� �덉빟紐⑤뱶*/

    /*硫붾돱由ъ뒪��*/
}

@media (min-width: 0) and (max-width: 359px) {
    html {
        font-size: 16px;
    }
    body {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    #header .menu_slider {
        width: 280px;
    }
    #header .menu_slider.on button.close {
        right: 282.5px;
    }

    #header .menu_slider .user-id {
        height: 36px;
        padding: 8px;
    }
    .menu_slider .user-id .logot {
        margin-top: -4px;
    }
    #header .menu_slider .user-id .menu-login {
        font-size: 0.8rem;
    }
    #header .menu_slider .user-id .menu-login::after {
        margin-bottom: -1px;
    }
    #header .menu_slider .user-id .menu-join {
        margin-top: -1px;
        font-size: 0.75rem;
    }

    #header .menu_slider .user-coinlist ul {
        margin: 12px 0 0;
    }

    #header .menu_slider .coin-charge,
    #header .menu_slider .coupon-pge {
        width: 260px;
    }
    #header .menu_slider .coupon-pge {
        margin-bottom: 10px;
    }

    #header .menu-wp .side-category {
        height: 166.5%;
    }
    #header .menu-wp .menu-list .menu-list-style ul li {
        margin: 0 16px;
    }
    #header .menu_slider .menu-list .sm-mypage ul li .select {
        height: 30px;
    }
    /*    #header .menu_slider .menu-list .sm-mypage ul li .select input[type="radio"] + label{left:-4px}*/
    /*    #header .menu_slider.on .close{padding: 0; position: absolute; top:0; right:15px; width: 25px; height: 25px; background: none; margin: 0;}*/
}

.seasonpass-timer-modal {
    display: none;
}

/* 임시 */
.sub-title {width:100%;height: 2.3rem;text-align: center; font-size: 1.2rem;}
.hr{
    border-bottom: 1px solid #dadada;
}
.pt-30 {padding-top: 30px;}
.pb-10 {padding-bottom: 10px;}
.pb-30 {padding-bottom: 30px;}

/* 20250712 */

.btn-gradient {
	margin: 4px;
}
.btn-gradient.small{
  padding: 6px 18px;  
  font-size: 14px;
}
.btn-gradient.mini{
  padding: 4px 12px;  
  font-size: 12px;
}
@media (min-width:991px) and (max-width:1024px){
	.btn-gradient {
		margin: 2px;
	}
	.btn-gradient.small{
		padding: 6px 18px;  /* 세로방향 | 가로방향 */
		font-size: 12px;
	}
	.btn-gradient.mini{
		padding: 4px 12px;  
		font-size: 12px;
	}
}

@media screen and (max-width:990px) {
	.btn-gradient {
		margin: 2px;
	}
	.btn-gradient.small{
		padding: 6px 18px;  
		font-size: 12px;
	}
	.btn-gradient.mini{
		padding: 4px 12px;  
		font-size: 12px;
	}
}
@media screen and (max-width:768px) {
	.btn-gradient {
		margin: 2px;
	}
	.btn-gradient.small{
		padding: 6px 18px;  
		font-size: 12px;
	}
	.btn-gradient.mini{
		padding: 4px 12px;  
		font-size: 12px;
	}
}
.btn-gradient.block{
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-gradient.large {
  padding: 15px 45px; 
  font-size: 22px;
}
.rounded {
  border-radius: 20px;
}
/* Gradient buttons */
.btn-gradient {
	text-decoration: none;
	color: white;
	padding: 10px 20px;   /* 세로방향 | 가로방향 */
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0,0,0,0.21);
	border-bottom: 4px solid rgba(0,0,0,0.21);
	border-radius: 20px;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
/* Gradient - ugly css is ugly */
.btn-gradient.smb {
	background: white;
	color: #555555;
}
.btn-gradient.smb:hover {
	background: #155eb0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));
	background: #155eb0;
	background: #155eb0;
	background: #155eb0;
	background: #155eb0;
	color:white;
}
.btn-gradient.smb.selected {
	background: #155eb0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));
	background: #155eb0;
	background: #155eb0;
	background: #155eb0;
	background: #155eb0;
	color:white;
}
.font-white {color:white;}

/* 임시 모달창 20250720 */
.modal {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
		z-index: 1001; /* 배경 레이어보다 높게 설정 */
        display: none;

        background-color: rgba(0, 0, 0, 0.4);
      }

.modal.show {
        display: block;
}

.modal_body {
        position: absolute;
        top: 50%;
        left: 50%;

        min-width: 400px;
        min-height: 350px;

        padding: 30px;

        text-align: center;

        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);

        transform: translateX(-50%) translateY(-50%);
}

@media (min-width:0) and (max-width:767px){
	.modal_body {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 100%;
        height: 50%;

        padding: 20px;

        text-align: center;

        background-color: rgb(255, 255, 255);
        border-radius: 10px;
        box-shadow: 0 2px 3px 0 rgba(34, 36, 38, 0.15);

        transform: translateX(-50%) translateY(-50%);
	}
}