@charset "utf-8";
.content.bm {
    padding-bottom: 80px;
}
.novel-list-container {
    position: relative;
    width: 100%;
    background: var(--bg--neu--00-1);
}
.novel-list-container .novel-list .novel {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--bor--neu--10-1);
    width: 100%;
    box-sizing: border-box;
}
.novel-list-container .novel-list.rank-list .novel {
    padding-left: 0;
}
.novel-list-container .novel-list .novel .rank-num-wrap {
    display: flex;
    width: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-align: center;
    font-weight: 500;
    word-break: initial;
    flex: 0 0 auto;
    color: var(--txt--neu--900);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-num {
    color: var(--txt--neu--900);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    text-align: center;
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status {
    display: flex;
    height: 16px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    font-family: 'Noto Sans KR';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status svg {
    fill: var(--img--neu100);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status.rank-down {
    color: var(--txt--sec--sky500);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status.rank-up,
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status.rank-new {
    color: var(--txt--sec--red500);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status.rank-up svg {
    fill: var(--img--red500);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap .rank-status.rank-down svg {
    fill: var(--img--sky500);
}
.novel-list-container .novel-list .novel .rank-num-wrap .rank-status-wrap span {
    color: var(--txt--neu--500);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}
.novel-list-container .novel-list .novel .novel-cover {
    position: relative;
    width: 66px;
    height: 92px;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid var(--bor--neu--20-4);
    overflow: hidden;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-cover img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.novel-list-container .novel-list .novel .novel-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}
.novel-list-container .novel-list .novel .novel-info.coupon {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
.novel-list-container .novel-list .novel.weekend {
    padding-right: 93px;
    position: relative;
}
.novel-list-container .novel-list .novel.weekend .novel-info .novel-stats > .left {
    color: var(--txt--neu--500);
}
.novel-list-container .novel-list .novel.weekend .btn-comp {
    position: absolute;
    right: 15px;
    top: 42px;
}
.coupon-counter-wrap {
    width: 88px;
    border-radius: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--txt--pri--500-4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 6px 0;
    flex-shrink: 0;
}
.coupon-counter-wrap.disabled {
    color: var(--txt--neu--300);
}
.coupon-counter-wrap.disabled .coupon-counter .counter-bg {
    background: var(--bg--neu--10-3);
}
.coupon-counter {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: var(--bg--pri--100-2);
    flex-shrink: 0;
}
.coupon-counter .counter-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bg--pri--always-500);
}
.novel-list-container .novel-list .novel .novel-info .novel-info-wrap {
    display: flex;
    justify-content: space-between;
    height: 90px;
    flex-direction: column;
}
.novel-list-container .novel-list .novel .novel-info .novel-title-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 2px;
}
.novel-list-container .novel-list .novel .novel-info .coupon-info-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    align-self: stretch;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--txt--neu--500);
}
.novel-list-container .novel-list .novel .novel-info .coupon-info-wrap span {
    font-weight: 500;
    color: var(--txt--neu--900);
}
.coupon-info-wrap .coupon-info {
    color: var(--txt--pri--500);
}
.novel-list-container .novel-list .novel .novel-info .top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.novel-list-container .novel-list .novel .novel-info .top-area > .left {
    color: var(--txt--neu--300);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.novel-list-container .novel-list .novel .novel-info .top-area > .right {
    display: flex;
    gap: 2px;
}
.novel-list-container .novel-list .novel .novel-info .top-area > .right .badge-contest {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 16px;
    padding-top: 1px;
    border-radius: 3px;
    background: var(--img--con2024-rgba);
    color: var(--img--con2024);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.33px;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-info .top-area > .right .badge-sale {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 27px;
    height: 16px;
    padding: 1px 3px 0px;
    border-radius: 3px;
    background: var(--bg--sec--gold500-rgba);
    color: var(--txt--sec--orange500);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-info .top-area > .right .badge-rent {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 16px;
    padding-top: 1px;
    border-radius: 3px;
    background: var(--img--neu500-rgba);
    color: var(--img--neu500-2);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.33px;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-info .title-area {
    position: relative;
    line-height: 0;
}
.novel-list-container .novel-list .novel .novel-info .title-area .badge-up {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 19px;
    height: 16px;
    margin-right: 4px;
    padding-top: 1px;
    border-radius: 3px;
    border: 1px solid var(--img--org500-2);
    color: var(--img--org500-2);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: -0.44px;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-info .title-area .badge-up + label {
    text-indent: 23px;
}
.novel-list-container .novel-list .novel .novel-info .title-area .badge-finished {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 16px;
    margin-right: 4px;
    padding-top: 1px;
    border-radius: 3px;
    background: var(--img--neu300-2);
    color: var(--img--neu00-1);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.33px;
    box-sizing: border-box;
}
.novel-list-container .novel-list .novel .novel-info .title-area .badge-finished + label {
    text-indent: 28px;
}
.novel-list-container .novel-list .novel .novel-info .title-area label {
    position: relative;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    word-break: break-all;
    font-size: 14px;
    font-weight: 400;
    color: var(--txt--neu--900);
    line-height: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.novel-list-container .novel-list .novel .novel-info .novel-author {
    font-size: 12px;
    color: var(--txt--neu--300);
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 2px;
}
.novel-list-container .novel-list .novel .novel-info .novel-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px 5px;
    color: var(--txt--neu--300);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .left span > span {
    color: var(--txt--pri--500);
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .left .divider {
    width: 1px;
    height: 10px;
    background: var(--bg--neu--50-2);
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .right {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .right .novel-event-link {
    display: flex;
    align-items: center;
    width: 68px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--txt--pri--600-1);
    cursor: pointer;
}
.novel-list-container .novel-list .novel .novel-info .novel-stats > .right .novel-event-link svg {
    stroke: var(--img--pri600);
}
.tabs-wrap {
    position: sticky;
    z-index: 10;
    background: var(--bg--neu--00-1);
    top: 46px;
}
.first-tabs {
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0px;
    border-bottom: 1px solid var(--bor--neu--10-1);
    position: sticky;
    z-index: 10;
    background: var(--bg--neu--00-1);
}
.first-tabs.scroll {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    text-align: left;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.first-tabs.scroll::-webkit-scrollbar {
    display: none;
}
.first-tabs .tab {
    flex: 1 1 0%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-family: 'Noto Sans KR';
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--txt--neu--300);
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    min-width: 62px;
}
.first-tabs .tab span {
    margin-top: 2px;
}
.first-tabs.scroll .tab.w-90 {
    min-width: 90px;
}
.first-tabs .tab.active {
    font-weight: 500;
    color: var(--txt--pri--500);
    border-color: var(--bor--pri--500);
}
.sub-tabs {
    display: flex;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    border-bottom: 1px solid var(--bor--neu--10-1);
    box-sizing: border-box;
    background: var(--bg--neu--00-1);
}
.sub-tabs.no-line {
    border-color: transparent;
}
.sub-tabs .tab {
    flex: 1 1 0%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-family: 'Noto Sans KR';
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--txt--neu--300);
    white-space: nowrap;
}
.sub-tabs.genre .tab {
    min-width: 47px;
}
.sub-tabs.genre .tab.newfantasy,
.sub-tabs.genre .tab.history {
    min-width: 73px;
}
.sub-tabs .tab.active {
    font-weight: 500;
    color: var(--txt--neu--900);
}
.badge-wrap {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.badge-wrap svg {
    width: 14px;
    height: 14px;
}
.badge-wrap div {
    display: flex;
    align-items: center;
    width: 14px;
    height: 14px;
}
.novel-list-container .novel-list .novel .novel-cover .badge-19 {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1;
}

.pagination {
    height: 64px;
    position: relative;
    color: var(--txt--neu--300);
    text-align: center;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pagination a {
    width: 36px;
    height: 36px;
    display: flex;
    position: absolute;
    top: 14px;
    cursor: pointer;
    background-color: var(--bg--neu--00-4);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid var(--bor--neu--20-4);
    align-items: center;
    justify-content: center;
}
.pagination a svg {
    stroke: var(--img--neu300);
}
.pagination a.disabled {
    pointer-events: none;
}
.pagination a.disabled svg {
    stroke: var(--img--neu40-1);
}
.pagination a.first {
    left: 14px;
}
.pagination a.prev {
    left: 55px;
}
.pagination a.next {
    right: 55px;
}
.pagination a.last {
    right: 14px;
}
.pagination > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    color: var(--txt--neu--300);
    font-size: 15px;
    line-height: 21px;
}
.pagination .current-page {
    font-weight: 500;
    color: var(--txt--pri--500);
}
/* 플로팅 버튼 스타일 */
.floating-button {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    height: 40px;
    white-space: nowrap;
    padding: 0px 14px 1px 17px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2px;
    max-width: calc(100% - 40px);
    border-radius: 20px;
    border: 1px solid var(--bor--pri--300-2);
    background: var(--bg--neu--00-2);
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition:
            opacity 0.2s ease-out,
            transform 0.2s ease-out,
            visibility 0.2s ease-out;
    z-index: 1000;
    cursor: pointer;
    font-size: 13px;
    color: var(--txt--neu--500);
    box-sizing: border-box;
    white-space: nowrap;
}
.floating-button span {
    color: var(--txt--pri--500);
}
.floating-button > div {
    flex-shrink: 0;
    flex-grow: 1;
}
.floating-button svg {
    stroke: var(--img--neu300);
    flex-shrink: 0;
    margin: 0 0 1px 0;
}
.floating-button.show {
    display: flex; /* 스크롤 시 보이도록 변경 */
    opacity: 1; /* 투명도 1로 설정하여 완전하게 보임 */
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}
/* 완결정주행 */
.weekend-title {
    width: 100%;
    background:
            linear-gradient(0deg, #050640 -33.33%, #111267 20.43%, #17187a 47.31%, #1d1f8d 74.19%), radial-gradient(185.23% 59.67% at 50% 13.94%, #2e8eff 0%, #4ccce8 25.52%, #4ce8e8 48.96%, #d4f7ff 79.69%);
}
.weekend-title img {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}
.weekend-inner {
    padding: 0;
}
.weekend-wrap {
    padding: 0 14px 14px 14px;
}
.weekend-wrap + .weekend-wrap {
    padding: 14px;
    border-top: 8px solid var(--bor--neu--20-3);
}
.weekend-con {
    display: flex;
    position: relative;
    align-items: stretch;
    gap: 12px;
}
.weekend-book {
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 129px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border: 1px solid var(--bor--neu--20-1);
    box-sizing: border-box;
}
.weekend-book img {
    width: 100%;
}
.weekend-info {
    overflow: hidden;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: block;
    text-align: left;
}
.weekend-info > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.weekend-counter {
    width: 70px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: var(--txt--pri--500-4);
    text-align: center;
    background-color: var(--bg--neu--10-2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 42px;
}

.weekend-counter .counter-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bg--pri--500-rgba10);
}
.weekend-time {
    color: var(--txt--pri--500);
    margin: 7px 0 5px 0;
    padding: 0;
    position: relative;
    height: 30px;
}
.weekend-info p.title {
    font-size: 16px;
    color: var(--txt--neu--900);
    height: auto;
    white-space: normal;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.weekend-info p.author {
    font-size: 13px;
    color: var(--txt--neu--500);
    margin-top: 1px;
    line-height: 17px;
}
.weekend-info p.count {
    font-size: 12px;
    color: var(--txt--neu--300);
    margin-top: 5px;
}
.weekend-info p.count span {
    color: var(--txt--pri--500);
}
.weekend-info p.coupon-info {
    font-size: 12px;
    margin-top: 4px;
    color: var(--txt--pri--500);
}
.weekend-info p.coupon-info .ticket-count {
    color: var(--txt--sec--orange500);
}
.weekend-info .weekend-free {
    margin: 13px 0 0 0;
    height: 31px;
    position: relative;
}
.weekend-time .apply-btn {
    text-align: center;
    color: var(--txt--neu--always-00);
    background: var(--bg--pri--always-500);
    border-radius: 3px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    width: 100px;
    padding: 0 10px 0 8px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.weekend-time .apply-btn svg {
    width: 16px;
    height: 16px;
    stroke: var(--img--always-neu00);
    z-index: 1;
}
.weekend-time .apply-btn .value {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--bg--pri--100-1);
    margin: 0;
    padding: 0;
    z-index: 0;
}
.weekend-time .apply-btn span {
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 3px;
}
.weekend-time .apply-btn.applied {
    color: var(--txt--pri--500);
    background: var(--bg--neu--20-1);
    height: 30px;
}
.weekend-time .apply-btn.applied svg {
    stroke: var(--txt--pri--500-2);
}
.weekend-time .apply-btn.applied p {
    color: var(--txt--pri--500-2);
    z-index: 1;
}
.weekend-time .apply-btn.applied.end svg {
    stroke: var(--img--neu300);
}
.weekend-time .apply-btn.applied.end p {
    color: var(--txt--neu--300);
}
.author-con {
    display: block;
    position: relative;
    text-align: left;
}
.author-con + .review-con {
    margin-top: 8px;
}
.author-con .title {
    font-size: 1.1em;
    padding: 7px 0 2px 0;
}
.author-con .view_more {
    border-top: 0;
    text-align: center;
    padding: 7px 7px 3px 7px;
    position: absolute;
    right: 0;
    top: 20px;
}
.author-con .view_more .arrow {
    stroke: var(--img--neu100);
}
.author-con .view_more .arrow.up,
.author-con .view_more .arrow.down {
    border-color: #aaa;
}
.author-con .txt {
    font-size: 1em;
    color: var(--txt--neu--500);
    height: auto;
    white-space: normal;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0 30px 0 0;
}
.author-con.collapse .txt {
    -webkit-line-clamp: unset;
}
.review-con {
    background: var(--bg--neu--10-3);
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin: 12px 0 0 0;
}
.review-con .review-txt {
    overflow: hidden;
    display: table-cell;
    padding: 11px 31px 10px 70px;
    position: relative;
}
.review-con .review-txt svg {
    position: absolute;
    right: 12px;
    top: 12px;
    stroke: var(--img--neu100);
}
.review-con .review-txt .title-inner {
    display: table;
    width: auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    word-break: break-word;
}
.review-con .review-txt .title-inner .article {
    display: table-cell;
}
.review-con .review-txt .title-inner .article .article-inner {
    height: 19px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 1em;
    position: relative;
    color: var(--txt--neu--500);
}
.review-con .review-txt .title-inner .article .article-inner.rg {
    padding-left: 17px;
}
.review-con .review-txt .title-inner .article .article-inner.rg::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 3px;
}
.review-con::before {
    content: '독자추천';
    position: absolute;
    top: 10px;
    left: 12px;
    color: var(--txt--sec--orange500);
    font-weight: 500;
    font-size: 1.05em;
}
@media only screen and (max-device-width: 320px) {
}
@media only screen and (max-device-width: 280px) {
    .weekend-book {
        width: 86px;
        height: 123px;
        margin-right: 10px;
    }
}

/* 골드게이지 */
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.gold-gauge-bg {
    width: 100%;
    background: linear-gradient(180deg, #1d6bd9 0%, #175fc4 100%);
}
.gold-gauge-wrap {
    width: 100%;
    padding: 40px 20px 32px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 480px;
    position: relative;
}
.gold-gauge-title {
    width: 268px;
    height: 110px;
    background-image: url('../images/sale-benefit/gold-gauge-title.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.gauge-bar {
    height: 20px;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, #d6d6d6 0%, #fff 100%);
    position: relative;
    margin-top: 14px;
    overflow: hidden;
}
.gauge-bar .gauge-per {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(90deg, #faeb5c 2.85%, #ffb930 97.92%);
    animation: progress 0.4s ease-in-out forwards;
    opacity: 0;
    animation-delay: 0.1s;
}
.gauge-bar .count {
    position: absolute;
    color: #062e72;
    font-size: 11px;
    right: 6px;
    top: 1px;
    font-weight: 500;
}
.gauge-scale {
    width: 100%;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.gauge-scale > div {
    position: relative;
}
.gauge-scale > div:after {
    content: '';
    height: 8px;
    width: 2px;
    background: #062e72;
    border-radius: 2px 2px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.gauge-scale > div:last-child:after {
    display: none;
}
.gauge-index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    height: 17px;
}
.gauge-index .day-count {
    color: #ffe898;
}
.gauge-index > div:first-child,
.gauge-index > div:last-child {
    color: #ffe898;
    font-size: 11px;
}
.gauge-box {
    margin-top: 14px;
    display: flex;
    padding: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    gap: 8px;
    background: #063980;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
}
.gauge-button {
    height: 42px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #ffdf34;
    font-weight: 400;
    font-size: 15px;
    color: #292929;
    display: flex;
    width: 100%;
}
.gauge-button:hover,
.gauge-button:focus {
    text-decoration: none;
    color: #333333;
}
.gauge-button.disabled {
    background: #c59e4b;
    color: #554619;
    cursor: default;
}
.btn-gold-info {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 14px;
    top: 14px;
    background-color: transparent;
    cursor: pointer;
}
.gauge-per .flame {
    display: none;
}
/* 더블 */
.gold-gauge-bg.gauge-double {
    width: 100%;
    background: linear-gradient(0deg, #9b5328 0%, #532d18 45.6%, #422313 65.38%, #361b13 81.59%, #341b13 100%);
}
.gauge-double .gold-gauge-wrap {
    background-image: url('../images/sale-benefit/bg-double.png');
    background-size: 100%;
    background-repeat: no-repeat;
}
.gauge-double .gold-gauge-title {
    background-image: url('../images/sale-benefit/gold-gauge-title-double.png');
    width: 268px;
    height: 111px;
}
.gauge-double .btn-gold-info {
    background-image: url('../images/sale-benefit/Icon_TooltipLine-Double.png');
}
.gauge-double .gauge-bar {
    border: 1px solid #ffe898;
    box-shadow: 0 0 0 3px #422311;
    margin-top: 11px;
}
.gauge-double .gauge-bar .gauge-per {
    background: linear-gradient(90deg, #ffc42d 2.85%, #ff9924 49.45%, #ff4311 97.92%);
}
.gauge-double .gauge-bar .count {
    color: #2e170a;
}
.gauge-double .gauge-scale > div:nth-child(odd):after {
    content: '';
    height: 6px;
    width: 2px;
    background: rgba(52, 30, 21, 0.3);
    border-radius: 2px 2px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.gauge-double .gauge-scale > div:nth-child(even):after {
    content: '';
    height: 8px;
    width: 2px;
    background: #3b1f10;
    border-radius: 2px 2px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.gauge-double .gauge-box {
    background: #2e170a;
    color: #fff;
}
.gauge-double .gauge-button:hover,
.gauge-double .gauge-button:focus {
    color: #292929;
}
.gauge-double .gauge-button.disabled {
}
@keyframes progress {
    0% {
        width: 0;
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.gauge-double .gauge-per .flame {
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    z-index: 1;
    background: url('../images/sale-benefit/img-flame.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
}
.gauge-title {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    justify-content: space-between;
}
.gauge-title .btn-log {
    display: flex;
    height: 28px;
    padding: 0 9px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #3082fe;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.gauge-title .btn-log:hover,
.gauge-title .btn-log:focus {
    color: #fff;
    text-decoration: none;
}
.modal-coupon-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    align-self: stretch;
    padding: 4px 0 0 0;
}
.coupon-get-msg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    text-align: center;
    color: var(--txt--neu--900);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 140% */
}
.coupon-get-msg span {
    color: var(--txt--pri--500);
    font-weight: 500;
}
.coupon-get-msg .coupon-period {
    color: var(--txt--neu--300);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px; /* 130.769% */
}
.modal-coupon-wrap .coupon-disc {
    display: flex;
    padding: 14px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--bg--neu--10-2);
}
.modal-coupon-wrap .coupon-disc .novel-title {
    color: var(--txt--neu--900);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.modal-coupon-wrap .coupon-disc ul {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.modal-coupon-wrap .coupon-disc li {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--txt--neu--500);
    list-style: none;
    word-break: keep-all;
    padding: 0 0 0 8px;
    position: relative;
    word-break: break-all;
    text-align: left;
}
.modal-coupon-wrap .coupon-disc li span {
    color: var(--txt--pri--500);
}
.modal-coupon-wrap .coupon-disc li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--txt--neu--500);
}

.gauge-modal {
    width: 100%;
    padding: 0;
    overflow: auto;
    background-color: var(--bg--neu--00-1);
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
}
.modal-header {
    width: 100%;
    background-color: var(--bg--neu--00-4);
    color: var(--txt--neu--900);
    border-bottom: 1px solid var(--bor--neu--20-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    text-align: center;
    display: block;
}
.gauge-modal .modal-header {
    position: fixed;
    top: 0;
    left: 0;
    border: 0;
    font-size: 19px;
    z-index: 100;
}
.modal-header .btn-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    padding: 7px;
    background-position: center;
    text-indent: -100000000000px;
}
.modal-content {
    position: relative;
    margin: 59px 0 0 0;
}
.modal-content.mg-0 {
    margin: 0;
    padding: 20px;
}
.dashboard-wrap {
    display: flex;
    padding: 0 14px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}
.dashboard-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid var(--bor--pri--50-1);
    background: var(--bg--pri--10-2);
    width: 100%;
    box-sizing: border-box;
}
.coupon-point {
    display: flex;
    padding: 14px 0px;
    justify-content: space-around;
    align-items: center;
    gap: 4px;
    width: 100%;
    text-align: center;
}
.coupon-point > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--txt--neu--500);
    position: relative;
    width: 100%;
}
.coupon-point > div > span {
    color: var(--txt--pri--500);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
}
.coupon-point > div:last-child:before {
    content: '';
    width: 1px;
    height: 44px;
    background-color: var(--bor--pri--50-1);
    position: absolute;
    left: -5px;
    top: 0;
}
.last-month {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    background: var(--bg--pri--50);
    width: 100%;
}

.last-month a {
    color: var(--txt--pri--500);
    margin-left: 2px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.last-month a .arrow {
    width: 12px;
    height: 12px;
    background-size: 180px 20px;
    background-position: -168px 0;
}
.last-month > div:nth-child(2) {
    font-size: 13px;
    color: #888;
}
.modal-tab {
    margin: 0 0 16px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--bor--neu--20-4);
    box-sizing: border-box;
    position: sticky;
    top: 46px;
    z-index: 3;
}
.modal-tab button {
    width: 100%;
    color: var(--txt--neu--300);
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 2px solid var(--bor--neu--00-1);
}
.modal-tab button.active {
    color: var(--txt--pri--500);
    font-weight: 500;
    border-bottom: 2px solid var(--bor--pri--500);
}

.coupon-get-wrap {
    width: 100%;
}
.coupon-get-list {
    display: flex;
    width: 100%;
    height: 52px;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #6c7379;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.coupon-get-list + .coupon-get-list {
    border-top: 1px solid var(--bor--neu--10-1);
}
.coupon-get-list .date {
    color: var(--txt--neu--300);
    font-size: 15px;
    font-weight: 500;
}
.coupon-get-list > div:nth-child(2) {
    color: var(--txt--pri--500);
}
.coupon-get-item.active .coupon-get-detail {
    display: block;
}
.coupon-get-detail {
    border-radius: 4px;
    background: var(--bg--neu--10-2);
    padding: 14px;
    display: none;
}
.coupon-get-detail-list {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    color: var(--txt--neu--300);
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px solid var(--bor--neu--20-2);
    line-height: 18px;
    text-align: left;
}
.coupon-get-detail-list:first-of-type {
    padding-top: 0;
    border: 0;
}
.coupon-get-detail-list:last-of-type {
    padding-bottom: 0;
}
.coupon-get-detail-list .period {
    font-size: 12px;
    line-height: 16px;
}
.coupon-get-detail-list.active {
    color: var(--txt--neu--500);
}
.coupon-get-detail-list.active .period {
    color: var(--txt--sec--orange500);
}
.coupon-get-list button,
.coupon-get-list button.open {
    position: absolute;
    right: 0;
    top: 18px;
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 20px;
    text-align: center;
}
.coupon-get-list button svg {
    stroke: var(--img--neu200);
}
.coupon-get-list button.close {
    transform: rotate(180deg);
}
.coupon-get-list .arrow {
    position: absolute;
    right: 0;
    top: 18px;
    background-color: transparent;
    border: 0;
    width: 22px;
    height: 22px;
}
.coupon-get-list.active .arrow {
    transform: rotate(180deg); /* 화살표를 뒤집음 */
}
.calendar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 auto;
    height: 25px;
    color: var(--txt--neu--900);
    font-size: 18px;
    font-weight: 500;
}
.calendar a {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-size: 180px 20px;
    background-position: 0 0;
}
.calendar a svg {
    stroke: var(--img--neu500);
}
.calendar a.disabled svg {
    cursor: default;
    stroke: var(--img--neu100);
}

.calendar a.btn-log-year-month-pre {
    background-position: -48px 0;
}
.calendar a.btn-log-year-month-next {
    background-position: -78px 0;
}
.calendar a.btn-log-year-month-pre.disabled {
    background-position: -108px 0;
    cursor: default;
}
.calendar a.btn-log-year-month-next.disabled {
    background-position: -138px 0;
    cursor: default;
}

.calendar a.btn-buy-year-month-pre {
    background-position: -48px 0;
}
.calendar a.btn-buy-year-month-next {
    background-position: -78px 0;
}
.calendar a.btn-buy-year-month-pre.disabled {
    background-position: -108px 0;
    cursor: default;
}
.calendar a.btn-buy-year-month-next.disabled {
    background-position: -138px 0;
    cursor: default;
}

.point-get-list {
    display: block;
    padding: 16px 74px 16px 0;
    position: relative;
    border-top: 1px solid var(--bor--neu--10-1);
    text-align: left;
}
.point-get-list:first-of-type {
    border: 0;
}
.point-get-list .novel-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    color: var(--txt--neu--500);
    line-height: 21px;
}
.point-get-list .episode-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: var(--txt--neu--300);
    line-height: 18px;
}
.point-get-list .date {
    color: var(--txt--neu--200);
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px;
}
.point-get-list .point {
    position: absolute;
    right: 0;
    top: 38px;
    color: var(--txt--pri--500);
    font-size: 14px;
    font-weight: 500;
}
.coupon-use-list {
    display: block;
    padding: 16px 0;
    position: relative;
    border-top: 1px solid var(--bor--neu--10-1);
    text-align: left;
}
.coupon-use-list:first-of-type {
    border: 0;
}
.coupon-use-list .novel-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 500;
    color: var(--txt--neu--500);
    line-height: 21px;
}
.coupon-use-list .episode-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: var(--txt--neu--300);
    line-height: 19px;
}
.coupon-use-list .date {
    color: var(--txt--neu--200);
    font-size: 13px;
    line-height: 17px;
    margin-top: 6px;
}
.modal-content.modal-pd {
    padding: 0 32px;
    width: auto;
}
.modal-content .modal-list ul {
    margin: 4px 0 0 0;
    display: grid;
    gap: 6px;
}
.modal-content .modal-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: var(--txt--neu--500);
    list-style: none;
    word-break: keep-all;
    padding: 0 0 0 12px;
    position: relative;
    word-break: break-all;
    text-align: left;
}
.modal-content .modal-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--img--always-neu100);
}
.modal-content .modal-list li span {
    color: var(--txt--pri--500);
}
.modal-bg-box {
    border-radius: 4px;
    background-color: var(--bg--neu--10-3);
    padding: 10px 14px 14px 14px;
}
.modal-bg-box li {
    font-size: 14px !important;
}
.coupon-get-info {
    padding: 0 0 14px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.coupon-get-info > div:first-of-type {
    color: var(--txt--neu--900);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.coupon-get-info > div:first-of-type > span {
    color: var(--txt--pri--500);
}
.coupon-get-info > div:last-of-type {
    color: var(--txt--neu--300);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}
.modal-scroll-wrap {
    padding: 0 14px 16px 14px;
}
.gold_layer_pop {
    z-index: 1000001;
    top: 126px !important;
    overflow: hidden;
}
.title-btn-wrap {
    display: flex;
    padding: 12px 15px 8px 15px;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.scroll-modal-root {
    display: none;
}
/* 활성화 클래스가 붙었을 때만 표시 */
.scroll-modal-root.view {
    display: block;
    position: fixed; /* 화면 전체를 덮도록 설정 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

/* 바디 스크롤 차단용 클래스 */
.stop-scroll {
    overflow: hidden;
}
.scroll-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 1000;
    height: 100%;
    background-color: var(--bg--neu--always-bk-rgba70);
    pointer-events: none;
}
.scroll-modal-wrap {
    position: fixed;
    inset: 0;
    z-index: 1000;
    overflow: auto;
    outline: 0;
    -webkit-overflow-scrolling: touch;
}
.scroll-modal-centered {
    text-align: center;
}
.scroll-modal-centered::before {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: '';
    box-sizing: border-box;
}
.scroll-modal-centered .scroll-modal {
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
    max-width: calc(-20px + 100vw);
    margin: 10px auto;
    width: 480px;
}
.scroll-modal-centered .scroll-modal.width-fix {
    width: 320px;
}
.scroll-modal-centered .fixed-modal {
    width: 320px;
    top: 0;
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
    margin: 10px auto;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: 212px -80px;
}
.scroll-modal-centered .bottom-sheet {
    display: inline-block;
    padding-bottom: 0;
    text-align: start;
    vertical-align: middle;
    max-width: calc(-20px + 100vw);
    margin: 10px auto;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 480px;
    transform-origin: 212px -80px;
}
.scroll-modal-content {
    box-sizing: border-box;
    padding: 0;
    border-radius: 14px;
    overflow: hidden;
    background-color: var(--bg--neu--00-1);
}
.bottom-sheet .scroll-modal-content {
    max-height: calc(-16px + 100vh);
    overflow: scroll;
}
.bottom-sheet.fixed-height .scroll-modal-content {
    max-height: calc(-74px + 100vh);
}
.modal-close {
    top: 0;
    inset-inline-end: 0;
    width: 45px;
    height: 45px;
    position: absolute;
    background: transparent;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-close svg {
    stroke: var(--img--neu900);
}
.scroll-modal-header {
    position: sticky;
    top: 0px;
    z-index: 2;
    background: var(--bg--neu--00-1) !important;
    border-bottom: 1px solid var(--bor--neu--10-3);
}
.scroll-modal-title {
    color: var(--txt--neu--900);
    text-align: center;
    font-weight: 500;
    line-height: 22px;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
.scroll-modal-body {
    background: var(--bg--neu--00-1);
}
.scroll-modal-body .content {
    display: flex;
    padding: 16px 20px;
    flex-direction: column;
    gap: 14px;
    align-self: stretch;
    position: relative;
}
.scroll-modal-body .btn-wrap {
    padding: 0px 20px 20px;
    display: flex;
    gap: 6px;
}
/*버튼 컴포넌트*/
.btn-comp {
    display: inline-flex;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid var(--bor--pri--always-500);
    color: var(--txt--neu--always-00) !important;
    background-color: var(--bg--pri--always-500);
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    text-decoration: none !important;
    align-items: center;
    gap: 1px;
    justify-content: center;
}
.btn-comp > span {
    padding: 0 3px;
}

.btn-comp.active.focus,
.btn-comp.active:focus,
.btn-comp.focus,
.btn-comp:active.focus,
.btn-comp:active:focus,
.btn-comp:focus {
    outline: 0;
}
.btn-comp.focus,
.btn-comp:focus,
.btn-comp:hover {
    text-decoration: none;
    border: 1px solid var(--bor--pri--always-500);
    color: var(--txt--neu--always-00);
    background-color: var(--bg--pri--always-500);
}
.btn-comp.active,
.btn-comp:active {
    outline: 0;
}
.btn-comp.disabled,
.btn-comp[disabled],
fieldset[disabled] .btn-comp {
    border: 1px solid var(--bor--neu--20-3);
    color: var(--txt--neu--200) !important;
    background-color: var(--bg--neu--20-2);
    pointer-events: none;
}
.btn-comp.Block {
    display: flex;
    width: 100%;
}
.btn-comp.outlined01 {
    border: 1px solid var(--bor--pri--500);
    color: var(--txt--pri--500) !important;
    background-color: transparent;
}
.btn-comp.outlined02 {
    border: 1px solid var(--bor--neu--50-1);
    color: var(--txt--neu--500) !important;
    background-color: var(--bg--neu--00-3);
}
.btn-comp.gold-charge {
    color: var(--txt--pri--500-4) !important;
    background-color: var(--bg--pri--50-3);
    border-color: transparent;
    font-weight: 500;
}
.btn-comp.outlined02 svg {
    stroke: var(--img--neu500);
}
.btn-comp.width-fix {
    width: 140px;
}
.btn-comp.Tiny {
    font-size: 11px;
    padding: 5px 6px 6px 6px;
}
.btn-comp.Tiny.width-fix {
    width: 60px;
}
.btn-comp.Small {
    font-size: 13px;
    padding: 0 8px;
    height: 30px;
}
.btn-comp.Contained {
    font-size: 14px;
    padding: 0 9px;
    height: 28px;
    border-radius: 5px;
    width: 70px;
}
.btn-comp.Contained:disabled {
    background-color: var(--bg--neu--30-2);
    color: var(--txt--neu--300) !important;
    border-color: transparent;
}
.btn-comp.Small + .btn-comp {
    margin-left: 4px;
}
.btn-comp.Small.width-fix {
    width: 84px;
}
.btn-comp.Large {
    font-size: 15px;
    padding: 12px 12px 13px 12px;
    border-radius: 5px !important;
}
.btn-comp.Large.width-fix {
    width: 168px;
}
.btn-comp.X-Large {
    font-size: 16px;
    padding: 15px 14px 15px 14px;
    border-radius: 5px;
}
.btn-comp.XX-Large {
    font-size: 17px;
    padding: 0 14px;
    height: 50px;
    border-radius: 8px;
}
.btn-comp.X-Large.width-fix {
    width: 100%;
}
.modal-list ul {
    margin: 4px 0 0 0;
    display: grid;
    gap: 6px;
}
.modal-list li {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: var(--txt--neu--500);
    list-style: none;
    word-break: keep-all;
    padding: 0 0 0 12px;
    position: relative;
    word-break: break-all;
    text-align: left;
}
.modal-list li span {
    color: var(--txt--pri--500);
    font-weight: 500;
}
.modal-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--img--always-neu100);
}
.empty {
    display: flex;
    height: 360px;
    padding: 0 15px 4px 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    color: var(--txt--neu--300);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
/* 이벤트 */
.theme-eventList-position-margin {
    position: relative;
    margin: 0;
}

.theme-eventList-text-center {
    text-align: center;
}

.theme-eventList-border-width {
    border: 1px solid #a1a1a1;
    width: 100%;
}
.event-list-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    padding: 0 15px 15px 15px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bor--neu--10-1);
}
.event-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.event-tab button {
    border: 0;
    background-color: transparent;
    height: 40px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    color: var(--txt--neu--500);
}
.event-tab button.active {
    color: var(--txt--pri--500);
}
.event-list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.event-list:hover {
    text-decoration: none;
}
.event-list .event-thumb {
    position: relative;
    width: 100%;
}
.event-list .event-thumb img {
    width: 100%;
    border-radius: 8px;
}
.event-list.event-before .event-thumb:after {
    content: '오픈예정';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.85);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 500;
    z-index: 10;
}
.event-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    text-align: left;
}
.event-info .event-title {
    color: var(--txt--neu--900);
    font-size: 16px;
    font-weight: 500;
}
.event-info .event-period {
    color: var(--txt--neu--200);
    font-size: 14px;
}
@media (min-width: 600px) {
    .event-list-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 100%;
    }
}
@media (min-width: 900px) {
    .event-list-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 100%;
    }
}
/* 쿠폰 페이지 주요 콘텐츠 영역*/
.coupon-page-wrapper {
    padding-bottom: 75px;
    background: var(--bg--neu--00-1);
    margin-top: 43px;
}
.coupon-page-wrapper .paging,
.coupon-page-wrapper .b_list_area li.best:last-of-type {
    border-bottom: 1px solid var(--bor--neu--20-4);
}
.coupon-page-wrapper .main_page_number_wapper {
    border-top: 0;
    border-bottom: 1px solid var(--bor--neu--20-4);
}
/* 드롭다운 */

.filter-wrap {
    display: flex;
    padding: 15px 15px 11px;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.dropdown-wrap {
    position: relative;
}
.dropdown {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--txt--neu--500);
}
.dropdown .arrow-icon {
    width: 14px;
    height: 14px;
    transition: transform 0s; /* 애니메이션 없음 */
}
.dropdown .arrow-icon {
    stroke: var(--img--neu500);
}
.dropdown.open .arrow-icon {
    transform: rotate(180deg);
}
.options-wrap {
    position: absolute;
    top: 27px;
    left: -3px;
    display: none;
    flex-direction: column;
    z-index: 10;
    width: max-content; /* 내용이 길면 그에 맞게 자동 확장 */
    white-space: nowrap;
    border-radius: 8px;
    border: 1px solid var(--bor--neu--20-4);
    background: var(--bg--neu--00-4);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.06);
    padding: 8px 10px;
    align-items: flex-start;
    max-height: 240px;
    overflow: scroll;
    z-index: 4;
    scrollbar-width: none;
    box-sizing: border-box;
}
.options-wrap .option-item {
    padding: 0 12px;
    height: 41px;
    min-height: 41px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: var(--txt--neu--500);
    line-height: 18px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    display: flex;
    background: var(--bg--neu--00-4);
}
.options-wrap .option-item.selected {
    background: var(--bg--pri--30-2);
    color: var(--txt--neu--900);
}
.options-wrap.show {
    display: flex;
}
.badge-weekend {
    position: absolute;
    display: inline-flex;
    width: 18px;
    height: 18px;
    background-color: var(--bg--pri--always-500);
    z-index: 1;
    border-radius: 3px;
    left: 0px;
    top: 0px;
    align-items: center;
    justify-content: center;
}
.badge-weekend svg {
    stroke: var(--img--always-neu00);
}
.n-badge {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: var(--bg--sec--always-orange500);
    color: var(--txt--neu--always-00);
    text-align: center;
    font-family: 'Noto Sans KR';
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    z-index: 1;
}

.countdown {
    position: absolute;
    bottom: 0px;
    display: flex;
    width: 100%;
    height: 18px;
    justify-content: center;
    align-items: center;
    background: var(--bg--neu--always-bk-rgba90);
    color: var(--txt--sec--always-org300);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    z-index: 1;
}