/**
header_view.php 에 공통적으로 삽입되는 아래 목록의 css 를 합침
- common.css
- footer.css
- badge.css
- slidemenu.css
 */

 @charset "utf-8";

 /*
  * 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,html{background-color: var(--color-light) !important; color: var(--color-text-describe) !important;}

 body {background-color:var(--color-bg-body); font-size:1rem !important; font-family: "pretendard", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; 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:var(--line-height-default); position:relative; margin:0; min-height:100vh;display:flex; flex-direction:column;}

 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: var(--color-text-describe);
 }
 a {
     text-decoration: none;
     color: var(--color-text-describe);
     cursor: pointer;
 }
 img {
     max-width: 100%;
     display: block;
     -ms-interpolation-mode: bicubic;
 }
 input,
 button,
 textarea,
 select {
     font-family:var(--font-family-default);
     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 var(--color-border-default);
 }
 .top-line-bbb{border-top:1px solid var(--color-border-default);}
 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:0.925rem; height:0.925rem; background: url(//azrael.toptoon.com/assets/img/responsive/common/icon_weeklist_19_red.png) center no-repeat; position:absolute; top:5px; right:5px; background-size:0.9rem;}/*230404 수정*/

 .ageIcon {display:inline-block; vertical-align:middle; width:0.925rem; height:0.925rem; position:absolute; top:5px; right:5px; background-size:0.9rem;z-index: 2;background-repeat: no-repeat;background-position: center;}
 .ageIcon.age_19_red {background-image: url(//azrael.toptoon.com/assets/img/responsive/common/icon_weeklist_19_red.png)}
 .ageIcon.age_15_red {background-image: url(//azrael.toptoon.com/assets/img/responsive/common/icon_15_red.png)}
 .ageIcon.age_17_red {background-image: url(//azrael.toptoon.com/assets/img/responsive/common/icon_17_red.png)}

 /* 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; flex:1;}
#subContent {max-width:1024px;  margin: 10px auto 2.5rem;  box-sizing: border-box;  padding: 0 10px; width: 100%; }
#subContent.no-margin-top {
    margin-top: 0 !important;
}

 /* 완결 */
 #subContent.mt01 {
     margin-top: 2px;
 }

 /* ========== Header ========== */
/* switch */
.header__theme-switch{display:inline-block; width:30px; background:rgba(211,211,211,.4); border-radius:100px; cursor:pointer; margin-left:8px;}
.header__theme-switch-input{position:absolute; opacity:0;}
.header__theme-switch.isAdult .header__theme-switch-input:checked + div{-webkit-transform:translate3d(80%, 0, 0); -moz-transform:translate3d(80%, 0, 0); transform:translate3d(80%, 0, 0);} /*수정*/
.header__theme-switch div{height:15px; width:15px; border-radius:100px; background:var(--color-common-light); box-shadow:0 0.1rem 0.3rem rgba(0,0,0,0.3); -webkit-transition:all 300ms; -moz-transition:all 300ms; transition:all 300ms; display:flex; justify-content:center; align-items:center; border:1px solid var(--color-red-primary); box-sizing: content-box;}
.header__theme-switch div:after{content:'19'; color:var(--color-common-dark); font-family:var(--font-family-default); font-size:9px; font-weight:var(--font-weight-semibold); height:100%; display:inline-flex; align-items:center; letter-spacing:var(--font-letter-spacing);}
.header__theme-switch.isAdult div{-webkit-transition:all 300ms; -moz-transition:all 300ms; transition:all 300ms;}
.header__theme-switch.isAdult:has(input:checked){ background:var(--color-red-primary)}

#header__gnb__wrapper{flex:auto}

/* 251210 Navigation 리뉴얼 */
#hd__gnb__wrapper{flex:auto; width:100%; height: auto; margin: 0 auto; position: relative; box-sizing: border-box; border-top:1px solid var(--color-border-default);}
.hd__gnb-inner{width:100%; max-width:1024px; padding:0 10px; margin:var(--margin-auto); height:50px; display:flex; align-items:center;}
.hd__gnb{display:inline-flex; margin:0 auto; width:100%;}
.hd__gnb-container{width:100%;}
.hd__menu{display:flex; align-items:center; gap:1.5rem; color:var(--color-light); font-family:var(--font-family-default); padding:0; margin:0; list-style: none; width:100%; justify-content: space-between; flex-wrap: wrap;}
.hd__menu-item{position:relative; text-align:center; flex-grow:1;}
.hd__menu-item.active .hd__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold); border:1px solid transparent;}
.hd__menu-link{color:var(--color-text-menu); font-size:var(--font-size-mid); font-weight:var(--font-weight-regular); border:1px solid transparent; background:transparent; display:flex; align-items:center; justify-content:center;}
.hd__menu-link .ico-update{position:absolute; top:-5px; width:4px; height:4px; border-radius:50%; background-color:var(--color-red-primary); left: 50%; transform:translateX(-50%); text-indent:-9999px;}
.hd__menu-text{height:100%;}
.hd__gift-count{position:absolute; top:-3px; left:50%; margin-left:26px; font-weight:700; font-size:10px; color:#fff; background:var(--color-red-primary); height:15px; line-height:15px; border-radius:50px; display:inline-block; text-align:center; padding:0px 3px; min-width:15px; box-sizing:border-box; transform:translateX(-50%); z-index:1;}
.remote_control .hd__gift-count{left:-3px;}
.header__utility{order:2; display: flex;}
header.main #hd__gnb__wrapper{border-top:1px solid rgba(238, 238, 238, 0.10);}
header.main .hd__menu-link{color: var(--color-common-light); font-size:var(--font-size-mid); font-weight:var(--font-weight-regular); border:1px solid transparent; background:transparent;}
header.main .hd__menu-item.active .hd__menu-link{color:var(--color-common-light); font-weight:var(--font-weight-semibold); border:1px solid transparent;}
/* 251210 Navigation 리뉴얼 끝 */

/* Navigation */
header{width:100%; background:var(--color-light); position:relative; z-index:3; border-bottom:1px solid var(--color-border-default);}
.header__wrapper{max-width:1024px; height:100%; gap:5px; padding:0 10px; margin:var(--margin-auto); vertical-align:top; display:flex; align-items:center; justify-content: space-between; flex-wrap:wrap;}/*251210 수정*/
.header__container{display:flex; align-items:center;}
.header__logo{display:inline-flex;}
.header__logo-link{display:inline-block;}
.header__logo-img{height:65px;}

.header__gnb{display:inline-flex; flex:auto; margin-left:1.5rem;}
.header__menu{display:flex; align-items:center; gap:2rem; color:var(--color-light); font-family:var(--font-family-default);}
.header__menu-item{position:relative; text-align:center;}
.header__menu-item.m-home,.header__menu-item.m-menu{display:none;}
.header__gift-count{position:absolute; top:-6px; left:120%; font-weight:700; font-size:10px; color:#fff; background:var(--color-red-primary); height:15px; line-height:15px; border-radius:50px; display:inline-block; text-align:center; padding:0px 3px; min-width:15px; box-sizing:border-box; transform:translateX(-50%);}
.header__menu-link{color:var(--color-text-menu); font-size:var(--font-size-md); font-weight:var(--font-weight-regular);}
.header__menu-item.active .header__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold);}
.header__menu-item.active .header__menu-link .header__menu-text{font-weight:var(--font-weight-semibold);} /*color:var(--color-dark);*/
.header__menu-icon{display:none;}
.header__menu-icon-img{height:24px;}

.header__gnb.dark .header__menu-item.active .header__menu-link .header__menu-text{font-weight:var(--font-weight-semibold);}

.header__utility{float:right; display:flex; font-size:0; align-items:center; gap:20px;}
.header__utility-item{display:inline-flex;}
.header__utility-item.share {display: none;}
.header__utility-link-img{height:24px;}
.header__utility-link-menu{border-width:1px; border-style:solid; border-color:var(--color-border-default); display:inline-flex; border-radius:var(--border-radius-lg); padding:10px; margin-left:-5px;}
.header__utility-link-menu:hover{background-color:var(--color-btn-hover)}
.header__utility-link{display:flex;}
.header__utility-checkin{color:var(--color-dark); font-size:var(--font-size-12px); font-weight:var(--font-weight-semibold); border:1px solid var(--color-dark); border-radius:50px; display:inline-flex; padding:3px 6px 4px; align-items:center; justify-content:center; flex:none; line-height:var(--line-height-default); max-height:24px; background:transparent;}
.header__utility-checkin.disabled{opacity:40%;}
header.main .header__utility-checkin{background-color:transparent; color:var(--color-light); border-color:var(--color-light);}
[data-bs-theme="dark"] header.main .header__utility-checkin{background-color:transparent; color:var(--color-dark); border-color:var(--color-dark);}
[data-bs-theme="dark"] .header__utility-link-img{filter: brightness(0) saturate(100%) invert(100%);}

/* Main Navigation */
header.main{width:100%; background:var(--color-bg-nav-dark); position: relative; z-index:2; border-bottom: 1px solid rgba(238, 238, 238, 0.10);}/*251210 수정*/
header.main .header__menu-link{color:var(--color-common-light);}
header.main .header__utility-link-menu{border-color:rgba(238, 238, 238, 0.2)}
header.main .header__utility-link-menu:hover{background-color:#353535;}

#nav__menu__wrapper{width:100%; position:sticky; top:0; z-index:3;}/*추가*/

#lnb__menu__wrapper{width:100%; height:2.5rem; border-bottom: 1px solid var(--color-border-default); background:var(--color-light);}/*수정*/
.lnb__menu-container{max-width:1024px; height:100%; gap:5px; padding:0 10px; margin: var(--margin-auto); vertical-align:top;}
.lnb__menu{max-width:400px; width:100%; display:flex; align-items:center; height:100%; gap:0; flex-wrap:nowrap; flex-direction:row; display:flex; align-items:center; height:100%;}
.lnb__menu-item{width:100%; height:100%;}
.lnb__menu-link{position:relative; font-size:var(--font-size-mid); color:var(--color-text-menu); width:100%; height:100%; display:flex; justify-content:center; align-items:center;}
.lnb__menu-item.active .lnb__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold);}
.lnb__menu-item.active .lnb__menu-link:after{position:absolute; right:-1px; bottom:-1px; left:0; z-index:1; border-bottom:2px solid var(--color-dark); border-radius:1px; content:"";}
.lnb__menu-link .ico-update{position:absolute; top:15%; width:4px; height:4px; border-radius:50%; background-color:var(--color-red-primary); left: 50%; transform:translateX(-50%); text-indent:-9999px;}

#tab__menu__wrapper{width:100%; background:var(--color-light); padding-top:1rem; margin-bottom:0;}/*수정*/
#tab__menu__wrapper.is-sticky{padding-top:0;}/*추가*/
.tab__menu-container{max-width:1024px; height:100%; padding:0 10px; margin: var(--margin-auto); vertical-align:top; height:3rem; display:none;}
.tab__menu{max-width:600px; width:100%; display:flex; align-items:center; height:100%; gap:1%; flex-wrap:nowrap; flex-direction:row;}
.tab__menu.daily{max-width:400px; width:100%; display:flex; align-items:center; height:100%; gap:2%; flex-wrap:nowrap; flex-direction:row;}/*요일별*/
.tab__menu-item{width:max-content; display:flex; align-items:center; justify-content:center;}
.tab__menu-link{position:relative; font-size:var(--font-size-sm); color:var(--color-text-menu); width:max-content; text-align:center; border-radius:50px; width:100%; padding:0.3rem 0.8rem ; display:flex; align-items:center; justify-content:center; border:1px solid transparent; background-color:transparent; transition:border-color .2s;}/*코드 수정*/
.tab__menu-link:hover{background:var(--color-bg-footer);}
.tab__menu-item.active .tab__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold); background:var(--color-light); border:1px solid var(--color-text-subtitle)}
.tab__menu-text{position:relative; flex:none;}
.tab__menu:has(li:nth-child(3):last-child) li {min-width:18%;}

/*요일별*/
.daily .tab__menu-link{width:2.2rem; height:2.2rem; padding:0;}
.daily .tab__menu-link[aria-selected=true]{padding:0;}
.daily .tab__menu-link .ico-today{position:absolute; top:15%; width:4px; height:4px; border-radius:50%; background-color:var(--color-red-primary); left: 50%; transform:translateX(-50%); text-indent:-9999px;}

/*footer*/
.footer{background:var(--color-bg-footer); padding:2rem 0; margin-top:0;}
.footer > *{font-family:var(--font-family-default); line-height:var(--line-height-loose); font-size:var(--font-size-xxs); color:var(--color-text-describe);}
.footer__inner{max-width:1024px; width:100%; padding:0 10px; margin:0 auto; position:relative; word-break:keep-all;}
.footer__inner a{color:var(--color-text-describe);}
.footer__logo{height:2rem;}
.footer strong{font-weight:var(--font-weight-semibold);}

.footer__sns-list{display:flex; align-items:center; gap:0.6rem; position:absolute; right:15px; top:0;}
.footer__sns-item{width:2.2rem; height:2.2rem; border:1px solid var(--color-border-default); border-radius:50%;}
.footer__sns-link{display:flex; align-items:center; justify-content:center; height:100%;}
.footer__sns-img{height:1.25rem;}

.footer__menu{margin-top:1rem;}
.footer__menu-list{display:flex; flex-wrap:wrap;}
.footer__menu-link:after{display:inline-flex; margin:0 6px; vertical-align:3px; width:2px; height:2px; border-radius:50%; background:var(--color-text-describe); content:"";}
.footer__menu-link:last-child:after{display:none}

.footer__notice{margin:1rem 0 0;}
.footer__btn-more{font-family:var(--font-family-default) !important; font-weight:var(--font-weight-semibold); color:var(--color-text-describe);  font-size:var(--font-size-xxs); display:inline-flex; align-items:center; margin:1rem 0 0.2rem; background: transparent;} /*수정*/
.footer__btn-more .ico-arrow{height:0.75rem; margin-left:2px;}
.footer__btn-more .ico-arrow.on{transform:scaleY(-1);}

.footer__license{display:flex; gap:10px; margin:0.2rem auto 1rem; display:none;}
.footer__license.on{display:block;}
.footer__license-list{width:100%; display:flex; column-gap:10px; flex-wrap:wrap;}
.footer__license-item .mail-order{text-decoration: underline; margin-left:8px;}

/*인증 마크*/
.footer__corp{border-top:1px solid var(--color-border-default); padding-top:0.3rem; margin-top:1rem}
.footer__corp-list{display:flex; align-items:center; gap:0.8rem;}
.footer__corp-link{display:flex; flex-direction:row; align-items:center; gap:2px;}
.footer__corp-list .ico-isms{background:url(/assets/img/responsive/common/footer/ico-isms.png) center no-repeat; background-size:1.4rem; width:1.5rem; height:1.6rem;}
.footer__corp-list .ico-copyright{background:url(/assets/img/responsive/common/footer/ico-copyright.png) center no-repeat; background-size:1.5rem; width:1.5rem; height:1.6rem;}

/*badge*/
span.badge{background-repeat:no-repeat;}
span.badge.badge-up{width:14px; min-width:14px; height:12px; background-image:url(/assets/img/responsive/common/badge/badge-up.png); background-size:14px; margin-left:2px; margin-top:0;}/*UP*/
span.badge.badge-2up{width:19px; min-width:14px; height:12px; background-image:url(/assets/img/responsive/common/badge/badge-2up.png); background-size:19px; margin-left:2px; margin-top:0;}/*2UP*/
span.badge.badge-new{width:12px; min-width:12px; height:12px; background-image:url(/assets/img/responsive/common/badge/badge-new.png); background-size:12px; margin-left:2px; margin-top:0;}/*NEW*/
span.badge.free-pass{width:22px; min-width:22px; height:22px; background-color:#fff; background-image:url(/assets/img/responsive/common/badge/badge-freepass.png); background-repeat:no-repeat; background-size:22px; border-radius:100px; margin-left:2px; margin-top:0; display:inline-block; vertical-align:middle; position:absolute; bottom:5px; right:5px; z-index:1;}/*무료이용권*/
span.badge.badge-delay{width:20px; min-width:20px; height:12px; background-image:url(/assets/img/responsive/common/badge/badge-delay.png); background-size:20px; margin-left:2px; margin-top:0;}/*지연*/
span.badge.badge-zzz{width:20px; min-width:20px; height:12px; background-image:url(/assets/img/responsive/common/badge/badge-zzz.png); background-size:20px; margin-left:2px; margin-top:0;}/*휴재*/

.ico-adult{display:inline-block; vertical-align:middle; width:1rem; height:1rem; background: url(/assets/img/responsive/common/ico-ault.png) center no-repeat; position:absolute; top:5px; right:5px; background-size:0.9rem; z-index:1;}

/*Navigation(충전소)*/
header.type-payment .header__back{display:inline-flex; display:none;}
header.type-payment .header__back-img{height:24px;}
[data-bs-theme="dark"] header.type-payment .header__back-img{filter: brightness(0) saturate(100%) invert(100%);}

/* 설문조사 플로팅 */
.survey-floating{position:fixed; bottom:5rem; right:2%; display:flex; flex-direction:column; justify-content:center; align-items:end; z-index:3;}
.survey-floating__link{display:flex; cursor:pointer; height:52px; width:52px; border-radius:100px; background-color:var(--color-light); box-shadow:3px 3px 15px 1px rgba(0, 0, 0, .1); border:1px solid #ddd; justify-content:center; align-items:center; line-height:var(--line-height-default);}
.survey-floating__icon{height:24px;}
.survey-floating__tooltip{padding:7px 12px; display:inline-flex; margin-top:0; align-items:center; line-height:normal; background-color:#3396FE; box-shadow:3px 3px 15px 1px rgba(0, 0, 0, .1); border-radius:100px; position:relative; border:1px solid #3396FE; filter: drop-shadow(2.123px 2.123px 2.123px rgba(0, 0, 0, 0.10));  animation: downBul 1.5s 0.6s infinite ease-in-out; will-change: filter;}
.survey-floating__text{color:var(--color-light); font-weight:var(--font-weight-semibold); font-size:13px}
.survey-floating__tooltip:before,.survey-floating__tooltip:after{display:block; content:''; position:absolute; bottom:-16px; left:77%; transform:translateX(-50%); width:0px; height:0px; border-top:8px solid transparent; border-right:8px solid transparent;
border-bottom:8px solid transparent; border-left:8px solid transparent;}
.survey-floating__tooltip:before{border-top-color:#3396FE;}
.survey-floating__tooltip:after{bottom:-15px; border-top-color:#3396FE;}

@keyframes downBul {
    0% { transform: translateY(0); opacity:1;}
    40% { transform: translateY(-5px); opacity:1;}
    100% { transform: translateY(0); opacity:1;}
}

@-webkit-keyframes downBul {
    0% { transform: translateY(0); opacity:1;}
    40% { transform: translateY(-5px); opacity:1;}
    100% { transform: translateY(0); opacity:1;}
}

.attendance-toast-main { position: fixed; bottom: 9vh; left: calc(50% - 190px); width: 380px; z-index: 9; }

 /* ************************************** *
  * TABLET PC VER
  * ************************************** */



 /* ************************************** *
  * 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 1.5rem;
         padding: 0;
     }

     /* 완결 */
     #subContent.mt01 {
         margin-top: -5px;
     }

     header{background:transparent; border:none;}
    .header__logo-img{height:52px;}
    .header__gnb{top:auto; bottom:0; position:fixed; left:0; right:0; margin:0; height:60px; padding:5px 0 0; border-top: 1px solid rgba(55, 55, 55, 0.90); background:rgba(0, 0, 0, 1); backdrop-filter: blur(2px); z-index:2;}
    .header__gnb-container{margin:0 auto;}
    .header__menu{gap:0;}
    .header__menu-item.m-home,.header__menu-item.m-menu{display:block;}
    .header__gift-count { position: absolute; top: 3px; left: 50%;/*수정*/ transform: translateX(-50%); font-weight: 700; font-size: 10px; height: 15px; line-height: 15px; padding: 0px 3px; min-width: 15px; margin-left: 10px;/*추가*/ }
    .header__utility-item.pc-menu{display:none;}/*251210 수정*/
    .header__utility-item.share {display: block;}
    .header__menu-link{font-size:0.7rem; display:flex; flex-direction:column; align-items:center; justify-content:space-between;}
    .header__menu-icon{display:flex; align-items:center; justify-content:center; width:16vw; height:30px;}
    .header__menu-text{color:var(--color-common-light);}
    .header__container{flex:auto; order:1;}/*251210 수정*/

    .header__gnb.dark{top:auto; bottom:0; position:fixed; left:0; right:0; margin:0; height:60px; padding:5px 0 0; border-top:1px solid var(--color-border-default); background:rgba(0, 0, 0, 1); backdrop-filter: blur(2px); z-index:2;}
    .header__gnb.dark .header__menu-text{color:var(--color-common-light);}

    /*251210 메뉴리뉴얼*/
    .header__wrapper{gap:0; flex-wrap: wrap; height:50px;}
    #hd__gnb__wrapper {width: 100%; height: auto; margin: 0 auto; position: relative; box-sizing: border-box; width:100%; border:none;}
    .hd__gnb-inner{height:auto;}
    .hd__gnb{margin:0 auto; width:100%;}
    .hd__gnb-container{width:100%;}
    .hd__menu{display:flex; justify-content:center; gap:0.02rem; padding:0; margin:0; list-style: none; width:100%; justify-content: space-between; flex-wrap: wrap;}
    .hd__menu-item{flex-grow: 1; width:20%; height:1.9375rem; line-height:1.75rem; margin:2px 2px;}
    .hd__menu-item.active .hd__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold); border:1px solid var(--color-dark)}
    .hd__menu-link{letter-spacing:-0.4px; background: var(--color-bg-header); border-radius:3px; height:100%;}
    .hd__menu-link .ico-update{top:1px}
    .header__utility{display: flex;}
    .header__utility-link-menu{border-width:0; border-radius:0; padding:0; margin-left:0;}
    .header__utility-link-menu:hover{background-color:unset !important;}
    header.main{border-bottom:none;}
    header.main #hd__gnb__wrapper{border:none;}
    header.main .hd__menu-link{letter-spacing:-0.4px; background: var(--color-bg-main-header); border-radius:3px; height:100%;}
    header.main .hd__menu-item.active .hd__menu-link{color:var(--color-dark); font-weight:var(--font-weight-semibold); border:1px solid var(--color-dark)}
    /*251210 메뉴리뉴얼 끝*/

    /*Navigation(회차리스트)*/
    header.type-eplist .header__logo{display:none;}
    header.type-eplist .header__theme-switch{display:none;}
    header.type-eplist .header__back{display:inline-flex;}
    header.type-eplist .header__back-link{display:inline-block;}
    header.type-eplist .header__back-img{height:24px;}
    header.type-eplist .header__utility-item.keep{display:inline-flex;}
    header.type-eplist .header__utility-item.eplist{display:inline-flex;}
    header.type-eplist .header__utility-checkin{display:none;}

    /*Navigation(충전소)*/
    header.type-payment .header__logo{display:none;}
    header.type-payment .header__theme-switch{display:none;}
    header.type-payment .header__back{display:inline-flex;}
    header.type-payment .header__back-link{display:inline-block;}
    header.type-payment .header__back-img{height:24px;}
    header.type-payment .header__utility-checkin{display:none;}

    #header__gnb__wrapper{display:none;}

    #header__gnb__wrapper.main-nav{display:block; position:fixed; bottom:0; left:0; width:100%;}/*메인*/
    #header__gnb__wrapper.serial-nav{display:block; position:fixed; bottom:0; left:0; width:100%; transform:translateY(0%); transition:transform 0.4s ease, opacity 0.4s ease;}/*연재*/

    #tab__menu__wrapper{width:100%; position:sticky; top:2.5rem; background:var(--color-light); margin-top:0; margin-bottom:0.8rem; /*border-bottom:var(--border-line-tapmenu);*/ padding-top: 0px;}
    #tab__menu__wrapper:after{border-bottom:1px solid var(--color-border-default); content:''; display:block;}

    .tab__menu.daily{max-width:100%;}
    .tab__menu.daily .tab__menu-item{flex:auto;}

    /* Main Navigation */
    header.main{background:transparent}

    /*footer*/
    .footer{padding:2rem 0 5rem; margin-top:0}
    .footer > *{font-size:var(--font-size-12px);}
    .footer__inner{padding:0 20px;}
    .footer__inner a{font-size:var(--font-size-12px);}
    .footer__btn-more{font-size:var(--font-size-12px);}

    .tab__menu-link:hover{background:none;}/*코드 추가*/

    .attendance-toast-main { position: fixed; bottom: 64px; left: calc(50% - 100px); width: 218px; z-index: 9; }
 }

 /* 로딩바 */
 .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: 14px;
     letter-spacing: -0.2px;
     border-radius: 7px;
     position: fixed;
     padding: 0 10px;
     left: 50%;
     top: 70%;
     min-width: 200px;
     max-width: 90vw;
     height: auto;
     line-height: 60px;
     text-align: center;
     z-index: 1001;
     transform: translate(-50%, -50%);
     box-sizing: border-box;
     white-space: nowrap;
     display: none;
 }
 .toast_twice {
     top: 50% !important;
     height: 65px !important;
     line-height: 30px !important;
 }
 #layer_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;
 }

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

 /*
  * File       : footer.css
  * SUMMARY:
  * 01) FOOTER
  */

 /* ************************************** *
  * PC VER
  * ************************************** */

 /* FOOTER */
 #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 .copyright .cs_time{
     display:inline-flex;
     color:#7c8084;
     margin:0 10px;
 }
 #footer .footer_wp .footer_inner .logo_topco {
     position: absolute;
     left: 15px;
     top: 3rem;
 }

 #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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/logo_clean.png)
         no-repeat 6px center;
     background-size: 22px;
 }
 #footer .footer_wp .footer_inner .site_wp ul > li.site_04 {
     background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/logo_happy.png)
         no-repeat 8px center;
     background-size: 21px;
 }
 #footer .footer_wp .footer_inner .site_wp ul > li.site_06 {
     background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/icon_sns_youtube.png)
         center no-repeat;
     background-size: 100%;
 }
 #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.facebook {
     background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/icon_sns_facebook.png)
         center no-repeat;
     background-size: 100%;
 }
 #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.naverblog {
     background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/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
  * ************************************** */



 /* ************************************** *
  * MOBILE VER
  * ************************************** */

 @media (min-width: 0) and (max-width: 767px) {
     #toast {
         height: auto;
         vertical-align: middle;
         padding: 10px;
         min-width: 250px;
         line-height: 30px;
         box-sizing: border-box;
         white-space: normal;
         top: 85%;
     }
     .toast_twice {
         height: auto !important;
     }
     /* 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 수정*/
     }
     /*20221209 추가*/
     #footer .footer_wp .footer_inner .copyright > a {
         display:inline-block;;
     }
     #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(//azrael.toptoon.com/assets/img/responsive/common/footer/icon_sns.png) 0 0
             no-repeat;
         background-size: 56px 19px;
     }
     #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.facebook {
         background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/icon_sns.png) -18px
             0 no-repeat;
         background-size: 56px 19px;
     }
     #footer .footer_wp .footer_inner .copyright .btn_sns .icon_sns.naverblog {
         background: url(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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(//azrael.toptoon.com/assets/img/responsive/common/footer/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: #18407e;
     }
     .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;
     }

     /* 19금뱃지 */
     span.icon_19_red{display:inline-block; vertical-align:middle; width:16px; height:16px; background:url(//azrael.toptoon.com/assets/img/responsive/common/icon_weeklist_19_red.png) center no-repeat; position:absolute; top:4px; right:4px; background-size:16px;}
 }

 /*
 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;
     z-index: 2;
 }
 .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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_freeticket_1.png);
     background-size: 51px;
 } /*무료이용권*/
 span.iconbadge_new.ico_waitfree {
     width: 34px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_waitbbang.png);
     background-size: 34px;
 } /*기다빵*/
 span.iconbadge_new.ico_latestend {
     width: 43px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_latestend.png);
     background-size: 43px;
 } /*최신완결 221111*/
 span.iconbadge_new.ico_end {
     width: 25px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_completed.png);
     background-size: 25px;
 } /*완결 221114*/
 span.iconbadge_new.plusone1 {
     width: 40px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_oneplus.png);
     background-size: 40px;
 } /*1+1무료*/
 span.iconbadge_new.weektop10 {
     width: 32px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_top10.png);
     background-size: 32px;
 } /*TOP 10*/
 span.iconbadge_new.ico_zzz {
     width: 20px;
     min-width: 20px;
     height: 13px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_zzz.png);
     background-size: 20px;
     margin-left: 2px;
     margin-top: 0;
 } /*쉼*/
 span.iconbadge_new.ico_delay{width:25px; height:16px; background-image:url(/assets/img/responsive/common/badge/new/new24_badge_delay.png); background-size:100%; background-position:center; margin-left:2px;} /*지연*/

 span.iconbadge_new.ico_ticket02 {
     width: 58px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_freeticket02.png);
     background-size: 58px;
 } /*이용권사용가능*/
 span.ico_original {
     display: inline-block;
     vertical-align: middle;
     width: 55px;
     height: 18px;
     background: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/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(//azrael.toptoon.com/assets/img/responsive/common/badge/new23_rbn_badge_exclusive.png);
     background-size: 29px;
 } /*독점*/
 span.iconbadge_new.ico_novel {
     width: 43px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_novel.png);
     background-size: 43px;
 } /*소설원작 220303*/
 span.iconbadge_new.ico_nonstop {
     width: 34px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_nonstop.png);
     background-size: 34px;
 } /*정주행 220303*/

 span.iconbadge_new.ico_allfree {
     width: 42px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_allfree.png);
     background-size: 42px;
 } /*전편무료 220426*/
 span.iconbadge_new.ico_discount {
     width: 25px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_discount.png);
     background-size: 25px;
 } /*할인 220426*/
 span.iconbadge_new.ico_allday {
     width: 34px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new22_badge_allday.png);
     background-size: 34px;
 } /*올데이 221216*/

 /* 내서재::소장률 */
 span.iconbadge_new.ico_myrecent5 {
     width: 41px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_saw5.png);
     background-size: 41px;
 } /*소장률 5%*/
 span.iconbadge_new.ico_myrecent10 {
     width: 46px;
     height: 16px;
     background-image: url(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new21_badge_saw100.png);
     background-size: 50px;
 } /*소장률 100%*/

 /* 시즌패쓰 아이콘 */
 .new_payment1709 .new_paylist .coin_ea p.icon_seasonpass {
     width: 21px;
     height: 14px;
     background: url(//azrael.toptoon.com/assets/img/responsive/common/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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new23_badge_new_prev.png);
     background-size: 13px;
     margin-left: 2px;
     margin-top: 0;
     image-rendering: -webkit-optimize-contrast;
 } /*신작*/

 span.iconbadge_new.bdg_new {
     width:25px;
     height:16px;
     background-image:url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new23_badge_new.png);
     background-size:25px;
 }/*신작*/
 span.iconbadge_new.bdg_pre{width:34px; height:16px; background-image:url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new_badge_pre.png); background-size:34px;}/*선공개 240724*/

 span.iconbadge_new.ico_2up{width:13px; min-width:19px; height:13px; background-image:url(/assets/img/responsive/common/badge/new/new_badge_2up.png); background-size:19px; margin-left:2px; margin-top:0; image-rendering: -webkit-optimize-contrast;}/*2up*/

 @media (min-width: 0) and (max-width: 767px) {
     span.iconbadge_new.ico_up {
         width: 12px;
         min-width: 12px;
         height: 12px;
         background-image: url(//azrael.toptoon.com/assets/img/responsive/common/badge/new/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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/new23_badge_new_prev.png);
         background-size: 12px;
         margin-left: 2px;
         margin-top: 1px;
         image-rendering: auto;
     } /*신작*/

     span.iconbadge_new.ico_2up{width:18px; min-width:18px; height:12px; background-image:url(/assets/img/responsive/common/badge/new/new_badge_2up.png); background-size:18px; margin-left:2px; margin-top:0; image-rendering:auto;}/*2up*/
 }

 /*회차리스트::뱃지*/
 .badge_ep {
     display: inline-block;
     float: left;
     margin-left: 2px;
 } /*회차리스트 타이틀 옆 뱃지*/
 .badge_ep.view {
     height: 16px;
     min-width: 43px;
 } /*회차리스트(내가보던)*/
 .badge_ep.up {
     height: 12px;
     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(//azrael.toptoon.com/assets/img/responsive/common/badge/new/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 정주행 뱃지추가*/
 .badge_ep.allfree {
     height: 16px;
 } /*전편무료 220425*/
 .badge_ep.discount {
     height: 16px;
 } /*할인 220425*/
 .badge_ep.latestend {
     height: 16px;
 } /*최신완결 221111*/
 .badge_ep.new {
     height: 16px;
 } /*신작뱃지 231012*/

 @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: "pretendard", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
     -webkit-font-smoothing: subpixel-antialiased;
     -ms-font-smoothing: subpixel-antialiased;
     font-smoothing: antialiased;
 }
 body {
     font-size: 1rem;
 }

 /* 240408 사이드메뉴 NEW */
 /* :::PC버전::: */
 #header .slider_menu{position:fixed; right:-120%; top:0; z-index:101; transition:right 0.7s; padding:25px 0; width:300px; height:100%; background:var(--color-bg-payreg-area-box); box-sizing:border-box; font-family:'pretendard';}
 #header .slider_menu.on .close{padding:0; position: absolute; top:10px; right:310px; width: 35px; height: 35px; border-radius: 50%; background-color:rgb(0,0,0,0.7);}
 #header .slider_menu.on a.close:after, #header .slider_menu.on a.close:before{top:22%; left:47.2%; background: #fff; width: 2px; height: 20px;}

 #header .slider_menu .img_giftbox{text-align:center;}
 #header .slider_menu .img_giftbox > img{display:inline-block; margin:0 auto; height:130px}
 #header .slider_menu > .txt{font-size:15px; color:var(--color-text-describe); font-weight:500; line-height:19px; text-align:center; margin-bottom:20px;}

 /* SLIDMENU */
 #header .slider_menu .close{position:absolute; right:17px; top:17px; width:24px; height:24px; color:transparent;}
 #header .slider_menu.on {right:0;}
 #header .slider_menu.on .close:before{content:""; position: absolute; left:50%; top:0; width:1px; height:100%; background:#5a5a5a; transform:rotate(45deg);}
 #header .slider_menu.on .close:after{content:""; position: absolute; right:45%; top:0; width:1px; height:100%; background:#5a5a5a; transform:rotate(-45deg);}

 /*사용자정보*/
 #header .slider_menu .user_id_info{position:relative; margin:0 18px; display: flex; gap:5px; flex-direction:column;}
 #header .slider_menu .user_id_info .grade_wp{display:flex; align-items:center; justify-content: space-between;}
 #header .slider_menu .user_id_info .grade{background:#B2B2B2; color:#fff; font-size:12px; font-weight:500; letter-spacing:-0.2px; padding:0 6px; height:16px; line-height:16px; display:inline-block; text-align:center; border-radius:3px;}
 #header .slider_menu .user_id_info .grade.vip{background:#AF72EC; color:#fff;}
 #header .slider_menu .user_id_info .grade.vvip{background:#09ceb4; color:#fff;}
 #header .slider_menu .user_id_info .grade.vvvip{background:#ffb300; color:#fff;}
 #header .slider_menu .user_id_info .grade.bronze{background:#CA794D; color:#fff;}
 #header .slider_menu .user_id_info .grade.silver{background:#87AAC5; color:#fff;}
 #header .slider_menu .user_id_info .grade.gold{background:#FFA11E; color:#fff;}
 #header .slider_menu .user_id_info .grade.platinum{background:#2CD78A; color:#fff;}
 #header .slider_menu .user_id_info .btn{color:var(--color-text-describe); font-size:12px; font-weight:500;}
 #header .slider_menu .user_id_info .id{display: inline-block; font-size:16px; font-weight:500; color:var(--color-text-subtitle); letter-spacing:-0.2px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width:100%;}
 #header .slider_menu .user_id_info .id::before {content: ""; width: 18px; height: 18px; display: inline-block; background: url(//azrael.toptoon.com/assets/img/responsive/slide/toptoon.png) center / cover no-repeat; vertical-align: middle; margin: 0 4px 2px 0;}
 #header .slider_menu .user_id_info .id.kk::before{background: url(//azrael.toptoon.com/assets/img/responsive/slide/kakao.png) center / cover no-repeat}
 #header .slider_menu .user_id_info .id.nv::before{background: url(//azrael.toptoon.com/assets/img/responsive/slide/naver.png) center / cover no-repeat}
 #header .slider_menu .user_id_info .id.gg::before{background: url(//azrael.toptoon.com/assets/img/responsive/slide/google.png) center / cover no-repeat}
 #header .slider_menu .user_id_info .id.fb::before{background: url(//azrael.toptoon.com/assets/img/responsive/slide/facebook.png) center / cover no-repeat}

 #header .slider_menu .btn_logOff{display:flex; align-items:center; justify-content: space-between; padding:0 18px; gap: 6px;}
 #header .slider_menu .btn_logOff > a{display:flex; align-items:center; justify-content:center;  font-size:15px; font-weight:600; border-radius:3px}
 #header .slider_menu .btn_logOff .btn_login{width:50%; height:40px; background-color:var(--color-bg-button); color:var(--color-dark);}
 #header .slider_menu .btn_logOff .btn_join{width:50%; height:40px; background-color:#F02D37; color:#fff;}

 /*스위치::테마설정*/
 .switch-theme{display:flex; align-items:center; margin-top:2px;}
 .switch-theme .mode-label{font-size:16px; font-weight: 500; color: var(--color-text-subtitle); letter-spacing:-0.2px; flex:auto; display:flex; align-items:center;}
 .switch-theme .mode-label::before{content: ""; width: 18px; height: 18px; display: inline-block; background:url(/assets/img/responsive/slide/ico-setting.png) center / cover no-repeat; vertical-align: middle; margin: 0 4px 0 0;}
.switch-theme .theme-toggle-label{cursor:pointer;}
.switch-theme .toggle-icon{display:block; width:44px; height:24px; background-image: url('/assets/img/responsive/slide/switch-light.png'); background-size: cover; background-position: center;}
  [data-bs-theme="dark"] .switch-theme .mode-label::before{filter: brightness(0) saturate(100%) invert(100%);}
  [data-bs-theme="dark"] .switch-theme .toggle-icon{display:block; width:44px; height:24px; background-image: url('/assets/img/responsive/slide/switch-dark.png'); background-size:cover; background-position:center;}

 /*내코인정보*/
 #header .slider_menu .user_coinlist{border:1px solid var(--color-border-default); border-radius:3px; box-shadow:1px 1px 5px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.20); padding:15px 0.6rem 10px; margin:10px 18px;}
 #header .slider_menu .user_coinlist ul{display:flex; margin:0 0 8px;}
 #header .slider_menu .user_coinlist ul li{float:left; flex:1; width:75px; font-family:'pretendard'}
 #header .slider_menu .user_coinlist ul li a{position:relative; display:flex; flex-direction: column; align-items: center;}
 #header .slider_menu .user_coinlist ul li a .ico_user{width:42px; height:42px; border:1px solid var(--color-border-default); background: var(--color-light); border-radius:100px; display:inline-flex;}
 #header .slider_menu .user_coinlist ul li a img{display:inline-block; margin-top:-2px;}
 #header .slider_menu .user_coinlist ul li a p{font-size:11px; text-align:center; color:var(--color-text-describe); letter-spacing:0; font-weight:500; margin-bottom:2px;}
 #header .slider_menu .user_coinlist ul li a strong{font-size:13px; display:block; margin:5px auto 0; text-align:center; font-weight:600;}
 #header .slider_menu .user_coinlist ul li.coin a strong{color:#ff9f21}
 #header .slider_menu .user_coinlist ul li.bonus a strong{color:#3fb3d8}
 #header .slider_menu .user_coinlist ul li.freeticket a strong{color:#F02D37}
 [data-bs-theme="dark"] #header .slider_menu .user_coinlist ul li.freeticket img{filter: brightness(0) saturate(100%) invert(100%);}
 #header .slider_menu .user_coinlist ul li.eventcoin a strong{color:#777EEF}
 #header .slider_menu .user_coinlist ul li.mileage a strong{color:#00A957}/*240426 추가*/
 #header .slider_menu .user_coinlist ul li a .dday{width: max-content; padding:0 4px; position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); margin-top:16px; background:#3fb3d8; border-radius:20px; color:#fff; text-align:center; font-size:10px; font-weight:500; max-height:12px; line-height:12px}

 /*코인충전,쿠폰등록*/
 #header .slider_menu .btn_cc_wp{display:flex; align-items:center; justify-content: space-between; padding:0 18px; gap: 6px;}
 #header .slider_menu .btn_cc_wp > a{display:flex; align-items:center; justify-content:center;  font-size:15px; font-weight:600; border-radius:3px}
 #header .slider_menu .btn_cc_wp .btn_charge{width:65%; height:40px; background-color:#F02D37; color:#fff;}
 #header .slider_menu .btn_cc_wp .btn_coupon{width:35%; height:40px; background-color:var(--color-bg-button); color:var(--color-dark);}

 /*메뉴리스트*/
 #header .slider_menu .menu_wp{width:100%; height:100%; overflow-y: scroll; overflow: -moz-scrollbars-none; -ms-overflow-style: none; scrollbar-width: none;}
 #header .slider_menu .menu_wp::-webkit-scrollbar{display: none;}
 #header .slider_menu .menu_wp .menu_list{margin-top:20px; width:100%; height:900px}
 #header .slider_menu .menu_wp .menu_list::-webkit-scrollbar{display: none;}
 #header .slider_menu .menu_wp .menu_list > li{width:100%; height:45px; position:relative;}/*240826 수정*/
 #header .slider_menu .menu_wp .menu_list > li:last-child{margin-bottom:5vh;}
 #header .slider_menu .menu_wp .menu_list > li+li{margin-top:2px;}
 #header .slider_menu .menu_wp .menu_list > li > a, #header .slider_menu .menu_wp .menu_list > li > div{display:flex; align-items:center; padding:0 20px; height:100%;}
 #header .slider_menu .menu_wp .menu_list > li .title_wp{flex:auto;}
 #header .slider_menu .menu_wp .menu_list > li .title_wp .title{font-size:15px; color:var(--color-text-subtitle); font-weight:500;}
 #header .slider_menu .menu_wp .menu_list > li .title_wp .cs_time{font-size:11px; color:#aaa; font-weight:500; margin-top:3px;}
 #header .slider_menu .menu_wp .menu_list > li .ico_menu{height:20px; margin-right:8px;}
 #header .slider_menu .menu_wp .menu_list > li .ico_menu_arrow{height:12px;}
 #header .slider_menu .menu_wp .menu_list > li .switch{height:40px; position:absolute; right:24px; transform:translateY(-50%); top:31%; cursor:pointer;}/*240826 추가*/
 #header .slider_menu .menu_wp .menu_list > li a .ico_n { display: inline-block; height: 15px; margin-left: 1px; margin-top: -2px; image-rendering: -webkit-optimize-contrast; }

 /*240426 추가*/
 #header .slider_menu .menu_wp .menu_list > li > a.toggleLink{pointer-events: none; cursor: default;}
 #header .slider_menu .menu_wp .menu_list > li > a.disableLink{pointer-events: none; cursor: default;}
 #header .slider_menu .menu_wp .menu_list > li > a.disableLink .ico_menu{visibility:hidden}
 #header .slider_menu .menu_wp .menu_list > li > a.disableLink .ico_menu_arrow{visibility:hidden}

 /*받은 구역 혜택*/
 #header .slider_menu .my_bnf_wp{border-radius:0; padding:15px 0.2rem 6px; display:flex; gap:2px; flex-direction:column; position:relative; margin:0 5px; border-top:1px solid var(--color-border-default);}
 #header .slider_menu .my_bnf_wp .tit{font-weight:600; font-size:14px; color:var(--color-dark); display:flex; gap:4px; align-items:center; line-height:normal; letter-spacing:-0.4px;}
 #header .slider_menu .my_bnf_wp .btn_question{background:transparent; display:inline-block; margin-top:-1px;}
 #header .slider_menu .my_bnf_wp .btn_question > img{height:13px;}
 #header .slider_menu .my_bnf_wp .txt{font-weight:500; font-size:12px; color:#999; letter-spacing:-0.3px;}
 #header .slider_menu .my_bnf_wp .money{font-weight:600; font-size:13px; color:#4D77C9; letter-spacing:-0.2px; line-height:normal;}
 #header .slider_menu .my_bnf_wp .money > strong{font-weight:700; font-size:18px;}
 #header .slider_menu .my_bnf_wp .ico_bnf{position:absolute; right:0; top:50%; transform:translateY(-50%); margin-top:4px;}
 #header .slider_menu .my_bnf_wp .ico_bnf > img{height:52px;}

 /* 241202 탑툰티비 배너 구역 */
 #header .slider_menu .bnr_toptv{margin:5px 18px 10px; border-radius:3px; overflow: hidden;}
 #header .slider_menu .bnr_toptv > a{display:block;}
 #header .slider_menu .my_bnf_wp.toplive{margin-top:8px}


 /* :::테블릿 버전::: */
 @media (min-width:768px) and (max-width:1023px){
     /*240426 추가*/
     #header .slider_menu .menu_wp .menu_list > li > a.toggleLink{pointer-events: none; cursor: default;}
 }

 /* :::모바일 버전::: */
 @media (min-width:0) and (max-width:767px) {

     #header .slider_menu .menu_wp{-webkit-overflow-scrolling: touch;}
     #header .slider_menu .menu_wp .menu_list > li .title_wp .cs_time{margin-top:2px;}
     #header .slider_menu .user_id_info{gap:8px}

     /*240426 추가*/
     #header .slider_menu .menu_wp .menu_list > li > a.toggleLink{pointer-events:visible; cursor:pointer;}
 }

 @media (max-width:350px) {
     #header .slider_menu{width:280px;}
     #header .slider_menu.on a.close{right:285px}
 }
 /* // 240408 사이드메뉴 NEW */

 #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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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(//azrael.toptoon.com/assets/img/responsive/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;
     font-family: 'pretendard';
 }
 #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: 0 auto;
     text-align: center;
     font-weight: 600;
 }
 #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.freeTicket a strong {
     color: #e63740;
 }
 #header .menu_slider .user-coinlist ul li.mileage a strong{color:#00A957}/*230105 마일리지*/

 #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 .user-coinlist ul li.mileage a span{background:#00A957}/*230119 마일리지*/
 /*내코인정보*/

 /*코인충전*/
 #header .menu_slider .coin-charge {
     width: 278px;
     height: 34px;
     background-color: #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;
 }
 /*쿠폰등록이동*/

 /*221117 올데이*/
 #header .menu_slider .allDay {
     width: 278px;
     height: 34px;
     border: 2px solid transparent;
     background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #8543FD 0%, #FB66A8 100%);
     background-origin: border-box;
     background-clip: content-box, border-box;
     padding: 0;
     display: block;
     line-height: 33px;
     margin: 10px auto 5px;
     letter-spacing: -0.3px;
 }

 #header .menu_slider .allDay>a {
     display: flex;
     align-items: center;
     justify-content: flex-start;
     height: 100%;
     padding: 0 12px;
 }

 #header .menu_slider .allDay .tit {
     flex: auto;
     color: #333;
     text-align: left;
     font-size: 0.75rem;
     font-weight: 500;
 }

 #header .menu_slider .allDay .txt {
     float: right;
     font-size: 11px;
     color: #666;
     padding-bottom: 1px;
 }

 #header .menu_slider .allDay .Dday_wp {
     font-size: 11px;
     color: #666;
     display: flex;
     align-items: center;
     padding-bottom: 1px;
 }

 #header .menu_slider .allDay .Dday_wp .Dday {
     font-size: 12px;
     color: #fff;
     font-weight: 500;
     border: 1px solid transparent;
     background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #8543FD 0%, #FB66A8 100%);
     background-origin: border-box;
     background-clip: content-box, border-box;
     padding: 0;
     border-radius: 50px;
     margin-left: 5px;
     width: 50px;
     height: 21px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: 'roboto';
 }

 #header .menu_slider .allDay .Dday_wp .Dday .stxt {
     background: linear-gradient(to right, #8543FD 0%, #FB66A8 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     color: transparent;
     font-weight: 600;
 }

 /*240110 슬라이드메뉴 - 받은 구역 혜택*/
 .menu_slider .my_bnf_wp{background:#f3f7ff; border-radius:5px; padding:12px 18px 11px; display:flex; gap:1px; flex-direction:column; position:relative; margin:10px 11px 0; font-family:'pretendard'}
 .menu_slider .my_bnf_wp .tit{font-weight:600; font-size:14px; color:#000; display:flex; gap:4px; align-items:center; line-height:normal; letter-spacing:-0.4px;}
 .menu_slider .my_bnf_wp .btn_question{background:transparent; display:inline-block; margin-top:-1px;}
 .menu_slider .my_bnf_wp .btn_question > img{height:13px;}
 .menu_slider .my_bnf_wp .txt{font-weight:500; font-size:12px; color:#999; letter-spacing:-0.3px;}
 .menu_slider .my_bnf_wp .money{font-weight:600; font-size:13px; color:#4D77C9; letter-spacing:-0.2px; line-height:normal;}
 .menu_slider .my_bnf_wp .money > strong{font-weight:700; font-size:18px;}
 .menu_slider .my_bnf_wp .ico_bnf{position:absolute; right:3.5%; top:50%; transform:translateY(-50%);}
 .menu_slider .my_bnf_wp .ico_bnf > img{height:52px;}

 /*메뉴리스트*/
 #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 p {
     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(//azrael.toptoon.com/assets/img/responsive/slide/menu_arrow.png) center / cover
         no-repeat border-box;
 }
 #header .menu-wp .menu-list .menu-list-style .cs_time{
     display:block;
     width:100%;
     font-size:12px;
     color:#aaa;
 }

 #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 .menu-list-style ul li a .ico_n {
     display: inline-block;
     height: 15px;
     margin-left: 1px;
     margin-top: -2px;
     image-rendering: -webkit-optimize-contrast;
 }

 /*성별선택 및 데이터 절약모드*/
 /* #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(//azrael.toptoon.com/assets/img/responsive/slide/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: 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:0 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;}*/

     #header .menu_slider .allDay {width:260px;}
 }

 .tt-center  {text-align: -webkit-center;}

 /** line-height */
 .tt-line-30 {line-height: 30px;}

 /** font-weight */
 .tt-fw-500 {font-weight: 500;}
 .tt-fw-700 {font-weight: 700;}

 /** font-color */
 .tt-text-red {color: #e63740;}
 .tt-text-white {color: #fff;}

 /** display */
 .tt-hide {display: none;}
 .tt-show {display: block;}

 /* 정주행 배너 */
 .nonstop-top-banner {
     margin: 0 auto;
     background: #f2bc00;
 }
 .nonstop-top-banner > img {
     margin: 0 auto;
 }

 /* 정주행 배너 */

 /* 완결소장 이벤트 배너 */
 .complete-comic-banner {
     margin: 0 auto;
     background: #c8dfde;
 }
 .complete-comic-banner > img {
     margin: 0 auto;
 }
 /* 완결소장 이벤트 배너 */

 /* .comic-top-banner {margin: 0 auto; background: #12070d;} */
 .comic-top-banner {
     margin: 0 auto;
     background: #5ce8db;
 }
 .comic-top-banner > img {
     margin: 0 auto;
 }

 /*230602 찍먹무료*/
 .dip_free{position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.5); border-radius:5px; z-index:1; display:flex; border-radius:5px; align-items:center; justify-content:center; flex-direction:column;}
 .dip_free.angle{border-radius:0;}
 .dip_free > .img_d_e{width:min(62%, 100px);}/*pc*/
 .dip_free > .img_d_e_mo{width:min(45%, 80px);}/*mo*/
 /*230602 찍먹무료 끝 */

 /*230922 무료이용권*/
 .freePass{position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.2); border-radius:5px; z-index:1; display:flex; border-radius:5px; align-items:center; justify-content:center; flex-direction:column;}
 .freePass.angle{border-radius:0;}
 .freePass > .img_f_p{width:min(70%, 108px);}/*pc*/
 .freePass > .img_f_p_mo{width:min(48%, 80px);}/*mo*/
 /*230922 무료이용권 끝 */

 /*240118 시크릿선물*/
 .secretGift{position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(255, 203, 67, 0.3); border-radius:5px; z-index:1; display:flex; border-radius:5px; align-items:center; justify-content:center; flex-direction:column;}
 .secretGift.angle{border-radius:0;}
 .secretGift > .img_s_f_p{width:min(70%, 108px);}/*pc*/
 /*240118 시크릿선물 끝*/

 /*230810 치킨당첨 토스트*/
 .chicken_toast23{background:#fffbf6; border-radius:8px; border:2px solid #74530e; margin: 0 auto; text-align:center; overflow:hidden; letter-spacing:-0.5px; position:fixed; box-shadow: 3px 4px 2px -2px rgba(0,0,0,.2); bottom:45px; max-width:300px; width:80vw; left:50%; box-sizing:border-box; transform: translateX(-50%); font-family:'pretendard'}
 .chicken_toast23 .toast_wp{position:relative}
 .chicken_toast23 .toast_wp .btn_close{position:absolute; right:1px; top:2px; color:transparent; z-index:2; cursor:pointer}
 .chicken_toast23 .toast_wp .btn_close > span{display:inline-block; width:20px; height:20px; position:relative; margin:8px}
 .chicken_toast23 .toast_wp .btn_close > span:before{content:""; position:absolute; left:50%; top:0; width:1px; height:100%; background:#73520e; transform:rotate(45deg);}
 .chicken_toast23 .toast_wp .btn_close > span:after{content:""; position:absolute; right:45%; top:0; width:1px; height:100%; background:#73520e; transform:rotate(-45deg);}
 .chicken_toast23 .toast_wp .bg_left{display:inline-block; position:absolute; bottom:0; left:0; background:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/bg_left_fire.png) no-repeat; width:30px; height:100px; background-size:30px; background-position:left bottom}
 .chicken_toast23 .toast_wp .bg_right{display:inline-block; position:absolute; bottom:0; right:0; background:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/bg_right_fire.png) no-repeat; width:30px; height:100px; background-size:30px; background-position:right bottom}
 .chicken_toast23 .toast_wp .img_tt{font-size:16px; font-weight:600; margin-bottom:1px; background:#ffebd1; height:40px; padding-top:10px; box-sizing:border-box}
 .chicken_toast23 .toast_wp .img_tt > img{height:22px; margin:0 auto;}
 .chicken_toast23 .toast_wp .win_tt{padding:15px 15px}
 .chicken_toast23 .toast_wp .win_tt .tt{font-size:17px; color:#FF0606; font-weight:bold; line-height:24px; letter-spacing:0.1px;}
 .chicken_toast23 .toast_wp .win_tt .tt .email{color:#000; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width:80%; letter-spacing:-0.1px; display:inline-block; vertical-align:bottom}
 .chicken_toast23 .toast_wp .win_tt .tt .win_order{font-size:17px; color:#2b7ee9; margin:0 auto;}
 .chicken_toast23 .toast_wp .win_tt .tt .th{font-size:18px; text-overflow:ellipsis; white-space:nowrap; max-width:40%; letter-spacing:-0.1px; display:inline-block; vertical-align:baseline}
 .chicken_toast23 .toast_wp .icon_social{width:24px; height:24px; background-image:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/icon_social.png); background-repeat:no-repeat; background-size:130px; background-position:0 0; display:inline-block; vertical-align:middle; margin-right:2px; margin-top:-1px;}
 .chicken_toast23 .toast_wp .icon_social.naver{background-image:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/icon_social.png); background-repeat:no-repeat; background-size:130px; background-position:-23px 0}
 .chicken_toast23 .toast_wp .icon_social.kakao{background-image:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/icon_social.png); background-repeat:no-repeat; background-size:130px; background-position:-46px 0}
 .chicken_toast23 .toast_wp .icon_social.facebook{background-image:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/icon_social.png); background-repeat:no-repeat; background-size:130px; background-position:-70px 0}
 .chicken_toast23 .toast_wp .icon_social.google{background-image:url(//azrael.toptoon.com/assets/img/responsive/event/chickenEvent/toast/v2/icon_social.png); background-repeat:no-repeat; background-size:130px; background-position:-93px 0}
 /*230810 치킨당첨 토스트*/

 /* 2025 플로팅 배너 */
.floating-banner{max-width:190px; min-width:130px; width:37vw; position:fixed; z-index:11; right:2.5%; bottom:62px;}
.floating-banner__close{position:absolute; right:0; top:-4%; width:30px; height:30px; cursor:pointer; border: 2px solid var(--color-border-default); border-radius: var(--border-radius-lg); background: var(--color-bg-footer);}

 /* 250730 체험팩 플로팅 배너 */
.trialpack-floating-banner{max-width:160px; width:22vw; position:fixed; z-index:11; right:2.5%; bottom:75px;}
.trialpack-floating-banner.ui-overlap-mode{bottom:9rem}

/*250919 럭키백 당첨 토스트*/
.luckybag-win-toast { position: fixed; left: 50%; bottom: 8rem; transform: translateX(-50%); background: rgba(0,0,0,.9); border-radius: 50px; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; padding: 0.8rem 2rem 0.8rem 0.5rem; max-width: 380px; width: 80%; box-sizing: border-box; justify-content: center; z-index: 1;}
.luckybag-win-toast__image { flex: 0 0 auto; height: 4rem; margin-top: -10%; }
.luckybag-win-toast__message { flex: 0 1 auto; min-width: 0; font-size: 0.8rem; color: #fff; line-height: 1.5; font-weight: 500; }
.luckybag-win-toast__id { display: flex; align-items: center; gap: 0; min-width: 0; }
.luckybag-win-toast__id-text { flex: 0 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.luckybag-win-toast__id .text { color: #fff; flex: none; }
.luckybag-win-toast .icon-social { width: 15px; height: 15px; background-image: url(/assets/img/responsive/common/icon_social.png); background-repeat: no-repeat; background-size: 80px; background-position: 0 0; display: inline-block; vertical-align: top; margin-right: 2px; flex: none; }
.luckybag-win-toast .icon-social.naver { background-size: 80px; background-position: -14px 0}
.luckybag-win-toast .icon-social.kakao { background-size: 80px; background-position: -28px 0}
.luckybag-win-toast .icon-social.facebook { background-size: 80px; background-position: -43px 0}
.luckybag-win-toast .icon-social.google { background-size: 80px; background-position: -57px 0}
.luckybag-win-toast__coin { font-weight: 600; }
