.popup-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: auto;
    background: #000000ad;
    animation-name: layer-open;
    animation-duration: 0.2s;
}

@keyframes layer-open {
    0% {
        opacity: 0;
    }
    1000% {
        opacity: 1;
    }
}

.popup-layer::-webkit-scrollbar {
    width: 0.25rem;
}

.popup-layer::-webkit-scrollbar-thumb {
    width: 0.25rem;
    height: auto;
    background: #2c4890;
}

.popup-layer::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.popup-layer>div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    z-index: 110;
}

.popup-box {
    position: absolute;
    top: 2vh;
    left: 50%;
    width: 90%;
    z-index: 120;
    transform: translate(-50%, 0);
    overflow: hidden;
    background: #fbf5e7;
}

.popup-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 1rem 0 3rem;
    width: calc(100% - 4rem);
    padding-top: 0.125px;
    line-height: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: normal;
    margin: 0.5rem 0 1rem;
}

.popup-title .popup-logo {
    width: 10rem;
    height: 3rem;
    font-size: 0;
    background: url('../../images/news-logo.png?1') 50% 50% no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.popup-title>span:nth-child(2) {
    display: none;
}

.popup-title>span>span {
    display: none;
}

.pop-btn-back {
    width: 2rem;
    height: 1.425rem;
    font-size: 0;
    background: url('../images/popup/icon-pop-back.webp?2') 50% 50% no-repeat;
    background-size: contain;
    margin-left: 0.25rem;
}

.pop-btn-close {
    width: 2rem;
    height: 2rem;
    background: url('../images/popup/pop-icon-close.webp?2') 50% 50% no-repeat;
    background-size: contain;
    border: none;
    border-radius: 10in;
    box-shadow: 0 5px 5px #00000030;
}

.pop-contents {
    padding: 0 1rem 10px;
}

.pop-section-title {
    display: block;
    width: 100%;
    line-height: 2.875rem;
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    background: linear-gradient(135deg, transparent 8px, #588aff 0);
}

.pop-board-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.25rem;
    color: #555;
    font-size: 1rem;
    font-family: 'Pretendard';
    text-align: center;
    background: #efefef;
    border: 1px solid #dadada;
}

.pop-board-base li+li {
    border-top: 1px solid #f3f3f4;
}

.pop-board-base li:last-child {
    border-bottom: 1px solid #f3f3f4;
}

.popup-box .list-pageing>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.pop-btns-base {
    padding: 1.25rem 0 0.75rem;
    text-align: center;
    margin-top: -1px;
}

.pop-btns-base button {
    display: inline-block;
    padding-bottom: 15px;
    width: 170px;
    height: 60px;
    color: #fff;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: url('../../images/renewal/popup/btn-pop-base.webp?2') 50% 50% no-repeat;
    background-size: contain;
    border: none;
}

.pop-board-base li.list-none {
    line-height: 58px;
    height: 58px;
    color: #aaaaaa;
    text-align: center;
    font-family: 'Pretendard';
}

.pop-list-del {
    color: #b08e63;
    font-size: 1rem;
    font-family: 'Pretendard';
    padding-bottom: 1px solid #b08e63;
    background: none;
    border: none;
}

/* notice */

.pop-notice-list .pop-board-title span:first-child {
    width: 80%;
}

.pop-notice-list .pop-board-title span:nth-child(2) {
    width: 20%;
}

.pop-board-notice li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    font-size: 1.125rem;
    font-family: 'Pretendard';
}

.pop-board-notice li.current p,
.pop-board-notice li:hover p {
    background: #f7f7f7;
    cursor: pointer;
}

.pop-board-notice li>p>span:first-child {
    padding-left: 5%;
    width: 75%;
    color: #555;
}

.pop-board-notice span:nth-child(2) {
    width: 20%;
    text-align: center;
    color: #a6a6a6;
}

.pop-board-notice li>div {
    display: none;
    padding: 50px 5%;
    width: 90%;
    color: #8e8e8e;
    font-family: 'Pretendard';
    border-top: 1px solid #f3f3f4;
}

.pop-board-notice li>div {
    display: block;
}

/* mypage */

.pop-tabs-mypage {
    display: none;
    padding: 0 10px;
    background: linear-gradient(to right, #5572fc 50%, #587aff);
}

.pop-tabs-mypage>ul {
    background: #fff;
}

.pop-tabs-m {
    display: none;
}

.pop-tabs-mypage>ul {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    overflow-x: scroll;
}

.pop-tabs-mypage li {
    flex-grow: 1;
}

.pop-tabs-mypage li+li {
    border-left: 1px solid #eaeaea;
}

.pop-tabs-mypage li:first-child {
    border-left: 1px solid #eaeaea;
}

.pop-tabs-mypage li:last-child {
    border-right: 1px solid #eaeaea;
}

.pop-tabs-mypage button {
    padding: 0 1rem;
    height: 2.875rem;
    color: #868686;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 400;
    white-space: nowrap;
    background: transparent;
    border: none;
    border: 5px solid #fff;
    border-left: none;
    border-right: none;
}

.pop-tabs-mypage button:hover,
.pop-tabs-mypage button.current {
    color: #363636;
    border-bottom-color: #fd5e5a;
}

.pop-mypage {
    background: #fff;
}

/* game money list */

.popup-money {
    max-width: 1030px;
    min-height: auto;
}

.popup-money .pop-contents {
    padding: 0.75rem 1.25rem 1.25rem;
}

.popup-money .pop-money-list {
    display: flex;
    justify-content: space-between;
}

.popup-money .mypage-money-area {
    width: 100%;
    max-width: 620px;
}

.popup-money .pop-momey-move {
    width: 100%;
    max-width: 440px;
    margin-left: 1.25rem;
}

/* charge / excharge */

.pop-request-area {
    padding: 0 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
}

.pop-money-request .pop-money-notice {
    padding: 1rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
    font-family: 'Pretendard';
    font-weight: 400;
    background: #fff5f4;
    border: 1px solid #eaeaea;
}

.pop-money-request .pop-money-notice p {
    color: #2c4890;
    font-weight: bold;
    margin-top: 18px;
}

.pop-money-request .pop-money-notice p:first-child {
    margin-top: 0;
}

.pop-money-request .pop-money-notice>div p {
    font-weight: bold;
    margin: 0;
}

.pop-money-request .pop-money-notice li {
    color: #373634;
    font-weight: 300;
}

.pop-money-request .pop-money-notice li:nth-child(3) {
    margin-top: 0.5rem;
}

/* charge event txt */

.pop-money-request .pop-charge-event {
    padding: 0;
    line-height: 1.875rem;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 500;
    background: linear-gradient(to right, #5572fc 50%, #587aff);
    margin-bottom: 0.25rem;
}

.pop-money-request .pop-charge-event p {
    line-height: 2.875rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #fff;
}

.pop-money-request .pop-charge-event ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    padding: 0.875rem;
}

.pop-money-request .pop-charge-event li {
    display: flex;
    flex-direction: column;
    gap: 0.425rem;
    padding-bottom: 1rem;
    line-height: 2rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #ea0d44;
    margin-bottom: 1rem;
}

.pop-money-request .pop-charge-event li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.pop-money-request .pop-charge-event li span:first-child {
    width: 176px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to top, #5572fc 50%, #587aff);
    border-radius: 10in;
}

.pop-money-request .pop-charge-event li span:last-child {
    line-height: 1rem;
}

/* charge table */

.pop-section-logo {
    display: none;
}

.pop-charge-request {
    position: relative;
    display: block;
    padding: 1rem;
    width: calc(100% - 2rem);
    font-size: 0.75rem;
    font-family: 'Pretendard';
    font-weight: 300;
    background: #fff;
    margin: 0 auto;
}

.pop-charge-request>div {
    width: calc(100% - 2px);
}

.pop-charge-request>div>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem;
    gap: 0.5rem;
}

.pop-charge-request>div>div+div {
    margin-top: 0.75rem;
}

.pop-line-write {
    width: 100%;
}

.pop-line-write>span:first-child,
.pop-line-radio>span:first-child {
    display: block;
    padding-left: 1rem;
    width: calc(100% - 1rem);
    line-height: 2.25rem;
    font-size: 0.875rem;
    color: #363636;
    font-weight: bold;
    white-space: nowrap;
}

.pop-charge-request select {
    padding-left: 0.75rem;
    width: 100%;
    height: 2.25rem;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.875rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-charge-request>div input {
    padding: 0 0.75rem;
    height: 2.25rem;
    color: #363636;
    font-size: 1rem;
    font-weight: bold;
    background: none;
    border: none;
}

.pop-charge-request>div input::placeholder {
    color: #eaeaea;
    font-weight: 400;
}

.pop-charge-request .pop-charge-money,
.pop-charge-request .bouns-sel-charge {
    display: flex;
    align-items: center;
}

.pop-charge-request .pop-charge-money>input {
    flex: 1;
    width: 100%;
    height: 2.125rem;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-charge-request>div>div:first-child>div input {
    max-width: calc(100% - 6.5rem);
}

.pop-charge-request .pop-charge-money>button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75rem 0.125rem;
    line-height: 2rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #5875ff;
    border-radius: 10in;
    margin-left: auto;
}

.pop-charge-request .pop-line-radio {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pop-charge-request .pop-line-radio>span:first-child {
    width: 100%;
}

.pop-charge-request .pop-line-radio .bouns-sel-charge {
    gap: 0.875rem;
    width: calc(100% - 3.425rem);
}

.pop-charge-request .pop-line-radio .btn-charge-guide {
    width: 2.25rem;
    height: 2.25rem;
    background: url('../../images/renewal/popup/btn-charge-guide.webp?2') 50% 50% no-repeat;
    background-size: contain;
    filter: grayscale(1);
    opacity: 0.4;
    margin-left: auto;
}

.pop-charge-request .pop-line-radio .btn-charge-guide.act {
    filter: grayscale(0);
    opacity: 1;
}

.bouns-type-radio input[type="radio"]:checked,
.bouns-type-radio input[type="radio"]:not(:checked) {
    display: none;
}

.bouns-type-radio input[type="radio"]:checked+span,
.bouns-type-radio input[type="radio"]:not(:checked)+span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 1rem;
    display: inline-block;
    color: #363636;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: 500;
}

.bouns-type-radio input[type="radio"]:checked+span:before,
.bouns-type-radio input[type="radio"]:not(:checked)+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #edf2ff;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 3px #ffd5d0;
}

.bouns-type-radio input[type="radio"]:checked+span:before {
    border: 2px solid #2c4890;
    border-radius: 100%;
}

.bouns-type-radio input[type="radio"]:checked+span:after,
.bouns-type-radio input[type="radio"]:not(:checked)+span:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #2c4890;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.bouns-type-radio input[type="radio"]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.bouns-type-radio input[type="radio"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.pop-charge-request .bouns-sel-charge-rvg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 !important;
    width: 100%;
}

.pop-charge-request .bouns-sel-charge-rvg>button {
    width: 2.625rem;
    height: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    transition: 0.22s ease;
}

.pop-charge-request .bouns-sel-charge-rvg>button:first-child {
    background: url('../../images/renewal/popup/icon-down.webp?2') 60% 50% no-repeat, linear-gradient(to bottom, #2c4890 50%, #FF8601);
    border-radius: 10in 0 0 10in;
    background-size: 36%;
}

.pop-charge-request .bouns-sel-charge-rvg>button:last-child {
    background: url('../../images/renewal/popup/icon-up.webp?2') 45% 50% no-repeat, linear-gradient(to bottom, #2c4890 50%, #FF8601);
    border-radius: 0 10in 10in 0;
    background-size: 36%;
}

.pop-charge-request .bouns-sel-charge-rvg>button.done:first-child {
    background: url('../../images/renewal/popup/icon-down.webp?2') 60% 50% no-repeat #ffdadc !important;
}

.pop-charge-request .bouns-sel-charge-rvg>button.done:last-child {
    background: url('../../images/renewal/popup/icon-up.webp?2') 45% 50% no-repeat #ffdadc !important;
}

.pop-charge-request .bouns-sel-charge-rvg>ul {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.125rem;
    height: 1.875rem;
    border-top: 1px solid #fff0f1;
    border-bottom: 1px solid #fff0f1;
}

.pop-charge-request .pop-charge-memo {
    flex-direction: column;
    gap: 0 !important;
    width: 100%;
    border-radius: 1.5rem;
}

.pop-charge-request .pop-charge-memo>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 2.25rem;
    font-size: 0.875rem;
    color: #363636;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0.425rem;
}

.pop-charge-request .pop-charge-memo>p button {
    padding: 0 1rem 0.125rem 2.425rem;
    height: 1.875rem;
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 300;
    background: url('../../images/renewal/popup/icon-history-charge.webp?2') 14px 50% no-repeat, linear-gradient(to top, #5572fc 50%, #587aff);
    border-radius: 10in;
}

.pop-charge-request .pop-charge-memo textarea {
    padding: 1rem;
    width: calc(100% - 2rem);
    height: 10rem;
    line-height: 1.5rem;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1rem;
    background: #fff;
    border: 1px solid #edf2ff;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-charge-request .pop-charge-memo textarea::-webkit-scrollbar {
    width: 0.312rem;
}

.pop-charge-request .pop-charge-memo textarea::-webkit-scrollbar-thumb {
    width: 0.125rem;
    height: auto;
    background: #999;
}

.pop-charge-request .pop-charge-memo textarea::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.pop-exchange-write .pop-charge-money>input {
    max-width: calc(100% - 8rem);
    text-align: right;
}

.pop-exchange-write+.btns-request-money a {
    flex: 1;
    font-size: 0.75rem !important;
    border-radius: 0.45rem !important;
}

/*-------------------------------------------*/

.bouns-txt-set {
    font-size: 14px;
    font-weight: bold;
    color: #777;
    line-height: 2rem;
    margin-left: -5%;
}

.bouns-txt-set>span {
    color: #2c4890;
}

.pop-charge-request .bouns-sel-charge select {
    padding: 0 1.5rem 0 1rem;
    width: 100%;
    background: url('../../images/renewal/popup/icon-sel-drop.webp?2') 96% 50% no-repeat;
    background-size: 3%;
    font-size: 0.75rem;
    appearance: none;
    margin-left: auto;
}

.pop-charge-request td:nth-child(3) {
    padding-left: 0.625rem;
    width: calc(44.11% - 0.625rem);
    color: #666666;
    font-size: 0.875rem;
}

.pop-charge-request .pop-charge-txt>span {
    color: #d92323;
    font-weight: bold;
}

.pop-charge-request .pop-charge-bouns>span {
    display: block;
    line-height: 1rem;
}

.pop-charge-request .btns-request-money {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.pop-charge-request .btns-request-money>li {
    flex: 1;
}

.pop-charge-request .btns-request-money a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0.125rem;
    width: 100%;
    line-height: 2rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #5875ff;
    border-radius: 10in;
}

.pop-bank-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.625rem 1rem;
    line-height: 1.125rem;
    color: #fff;
    font-size: 0.75rem;
    font-family: 'Pretendard';
    font-weight: 300;
    background: #5875ff;
    letter-spacing: -0.5px;
}

.popup-money-history .pop-contents {
    padding: 0 0.25rem 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
    margin: 0 1rem 1rem;
}

.pop-list-base>div {
    overflow: hidden;
}

.pop-list-base table {
    width: 100% !important;
    max-width: 100%;
    border: 1px solid #eaeaea;
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    white-space: nowrap;
}

.pop-list-base thead {
    background: #fafafa;
}

.pop-list-base tbody.board-list {
    background: #fff;
}

.pop-list-base th {
    padding: 0 0.5rem;
    height: 2.75em;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: bold;
    font-size: 0.875rem;
    white-space: nowrap;
}

.pop-list-base td {
    padding: 0 0.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #363636;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: bold;
    text-align: center;
    background: #fff;
    letter-spacing: -0.5px;
}

.pop-list-base tbody td {
    border-top: 1px solid #eaeaea;
}

.pop-list-base colgroup {
    display: none;
}

.pop-icon-bitcoin {
    display: inline-block;
    width: 12px;
    height: 14px;
    background: url('../../images/icon-bitcoin.svg') 50% 50% no-repeat;
    background-size: contain;
    vertical-align: top;
}

.popup-momey-history .money-outer-type {
    padding-right: 12px;
    color: #c60400;
    font-size: 12px;
}

.popup-coupon-history th:first-child,
.popup-coupon-history td:first-child {
    padding-left: 20px;
}

.popup-coupon-history th:last-child,
.popup-coupon-history td:last-child {
    padding-right: 10px;
}

.popup-change-info .change-info-area {
    padding: 0 0.25rem 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
    overflow: hidden;
}

.change-info-area>div:nth-child(2) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    width: calc(100% - 2rem);
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 300;
    background: #fff;
    margin: 0 auto 1px;
}

.change-info-area .pop-line-write {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.change-info-area .pop-line-write+.pop-line-write {
    margin-top: 1.175rem;
}

.change-info-area .pop-line-write span:first-child {
    width: 100%;
}

.change-info-area .pop-line-write>div {
    width: 100%;
}

.change-info-area .pop-line-write input {
    padding: 0 0.75rem;
    width: calc(100% - 1.5rem);
    height: 2.625rem;
    color: #363636;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    background: #fff1ef;
}

.pop-bouns-list>div+div {
    padding-top: 0.5rem;
    background: #fff;
}

.pop-bouns-list>div+div .pop-section-title {
    background: #5875ff;
}

.pop-bouns-list .pop-boutns-info>form>div {
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0.75rem 0.25rem;
}

.pop-bouns-list .pop-boutns-info input {
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    width: calc(100% - 160px);
    height: 2.125rem;
    font-size: 1rem;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 600;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-bouns-list .pop-boutns-info button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 2.125rem;
    color: #fff;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #5875ff;
    border: none;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-bouns-list .pop-list-base td {
    height: 30px;
}

/* coupon */

.btn-use-coupon {
    display: inline-block;
    width: 76px;
    height: 24px;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to top, #2c4890 50%, #FF8601);
    border: none;
    border-radius: 0.125rem;
    letter-spacing: -0.5px;
}

.total-coupon-money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.875rem;
    height: 2rem;
    color: #363636;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #fafafa;
    border: 1px solid #eaeaea;
}

/* customer service */

.pop-list-customer colgroup {
    display: none;
}

.pop-list-customer>div:first-child {
    padding: 0 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5880ff 0);
}

.pop-list-customer>div:nth-child(2) {
    padding: 0 0 1rem;
    margin-top: -1px;
}

.pop-list-customer td {
    height: 1.425rem;
    cursor: pointer;
    text-align: center;
}

td.list-customer-none,
td.list-customer-none:hover {
    color: #2c4890;
}

.pop-list-customer td.list-customer-title {
    padding-left: 0.5rem;
    text-align: left;
}

.pop-list-customer td a {
    display: block;
    width: 100%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-list-customer td.list-view pre {
    display: block;
    padding: 0.875rem;
    max-height: 234px;
    line-height: 1.5rem;
    color: #666;
    text-align: left;
    font-size: 0.75rem;
    font-family: 'Pretendard';
    font-weight: 600;
    white-space: pre-wrap;
    background: #f8f8f8 !important;
    border: none;
    overflow-y: auto;
}

.pop-list-customer td.list-view pre::-webkit-scrollbar {
    width: 0.425rem;
}

.pop-list-customer td.list-view pre::-webkit-scrollbar-thumb {
    width: 0.425rem;
    height: auto;
    background: #2c4890;
}

.pop-list-customer td.list-view pre::-webkit-scrollbar-track {
    background: #eee;
}

.pop-list-customer td.list-question pre {
    height: 120px;
}

.pop-list-customer td.list-answer {
    border-color: #d8d6d6 !important;
}

.pop-list-customer td.list-view pre+pre {
    height: 234px;
    color: #666666;
    background: #d8d6d6 !important;
}

.pop-list-customer td.list-view pre+pre::-webkit-scrollbar {
    width: 0.912rem;
}

.pop-list-customer td.list-view pre+pre::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #b50000;
}

.pop-list-customer td.list-view pre+pre::-webkit-scrollbar-track {
    background: #343434;
}

.pop-question div.list-pageing {
    clip-path: none;
}

.pop-question .pop-btns-base {
    padding-top: 0.625rem;
}

.pop-write>div:first-child {
    padding: 0 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
}

.pop-page-back {
    text-align: right;
    margin-bottom: 0.875rem;
}

.pop-question-write {
    padding: 1rem 1rem 1.425rem;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0.25rem;
}

.pop-question-write>div {
    width: 100%;
    font-family: 'Pretendard';
    font-weight: 400;
    border: 1px solid #edf2ff;
    border-radius: 1.5rem;
    box-shadow: 0 0 3px #d0d1ffcc;
    overflow: hidden;
}

.pop-question-write .pop-line-write {
    margin-bottom: 1.75rem;
}

.pop-question-write p {
    line-height: 3.125rem;
    color: #363636;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    width: calc(100% - 2.5rem);
    box-shadow: inset 0 -5px 5px 0px #ffd5d047;
}

.pop-question-write input {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    height: 3.125rem;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1rem;
    background: #fff;
    border: none;
    border-top: 1px solid #fff;
    box-shadow: inset 0 5px 5px 0px #ffd5d047;
}

.pop-question-write input::placeholder {
    font-weight: bold;
    color: #666;
}

.pop-question-write textarea {
    padding: 1rem;
    width: calc(100% - 2rem);
    height: 19.75rem;
    line-height: 1.5rem;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 1rem;
    background: #fff;
    border: none;
    border-top: 1px solid #fff;
    box-shadow: inset 0 5px 5px 0px #ffd5d047;
}

.pop-question-write textarea::placeholder {
    font-weight: bold;
    color: #eee;
}

.pop-question-write textarea::-webkit-scrollbar {
    width: 0.912rem;
}

.pop-question-write textarea::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #2c4890;
}

.pop-question-write textarea::-webkit-scrollbar-track {
    background: #eee;
}

.pop-write .pop-btns-base {
    margin-top: 0;
}

.pop-list-message table.pop-title-space {
    white-space: normal;
}

.pop-list-message table.pop-title-space td:nth-child(1) {
    padding-left: 0.25rem;
}

.pop-list-message table.pop-title-space td:nth-child(2)>span {
    display: none;
}

.pop-list-message>div {
    padding: 0 0.25rem;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 0);
}

.pop-list-message a {
    width: 100%;
    height: 100%;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-list-message td:first-child a {
    text-align: left;
}

.pop-list-message td.list-customer-title {
    padding-left: 1rem;
}

.pop-list-message td {
    cursor: default;
}

.pop-list-message td:last-child>a {
    color: #999;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.pop-list-message td:last-child>a:hover {
    color: #2c4890;
    text-decoration: underline;
}

.pop-list-message td.list-view pre {
    display: block;
    padding: 0.75rem;
    max-height: 250px;
    height: 210px;
    line-height: 1.125rem;
    font-family: 'Pretendard';
    font-weight: 400;
    font-size: 0.875rem;
    text-align: left;
    white-space: pre-wrap;
    background: #f8f8f8 !important;
    border: none;
    overflow-y: auto;
}

.pop-title-proposal {
    padding-left: 1.5rem;
    line-height: 1.5rem;
    color: #ccc;
    font-size: 1.25rem;
    font-family: 'Pretendard';
    margin-bottom: 0.875rem;
}

/* login */

.popup-login {
    padding: 2vh 0 1vh;
    background: url('../images/popup/bg-login.webp?2') 50% 50% no-repeat;
    background-size: contain;
}

.popup-login .pop-contents {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
}

.popup-login .pop-contents .img-login {
    display: block;
    width: 180px;
    height: 56px;
    font-size: 0;
    background: url('../../images/news-logo.png?1') 50% 50% no-repeat;
    background-size: contain;
    margin-top: 1.625rem;
}

.pop-login-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0 2rem;
    font-family: 'Pretendard';
    font-weight: 600;
}

.pop-login-box>div {
    position: relative;
    display: flex;
    width: 272px;
}

.pop-login-box .pop-section-logo {
    margin-bottom: 1rem;
}

.pop-login-box>div:nth-child(2),
.pop-login-box>div:nth-child(3) {
    width: 272px;
    border-radius: 10in;
    box-shadow: 0 0 10px #dbdbdb;
    overflow: hidden;
    margin: 0 9px;
}

.pop-login-box>div.btn-set {
    flex-direction: column;
}

.pop-login-box>div>input {
    display: block;
    padding: 0 1rem;
    height: 36px;
    width: calc(100% - 68px);
    color: #363636;
    font-size: 0.875rem;
    font-weight: bold;
    background: #fff;
    border: none;
}

.pop-login-box>div>input::placeholder {
    color: #666;
    font-weight: bold;
}

.icon-user {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-user.webp?2') 50% 50% no-repeat;
}

.icon-lock {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-lock.webp?2') 50% 50% no-repeat;
}

.icon-check {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-check-gray.webp?2') 50% 50% no-repeat;
}

.icon-eyes {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-eyes-gray.webp?2') 50% 50% no-repeat;
}

.icon-birth {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-birth.webp?2') 50% 50% no-repeat;
}

.icon-phone {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-phone.webp?2') 50% 50% no-repeat;
}

.icon-bank {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-bank.webp?2') 50% 50% no-repeat;
}

.icon-bank-adr {
    width: 36px;
    height: 36px;
    background: url('../../images/renewal/popup/icon-bank-adr.webp?2') 50% 50% no-repeat;
}

.pop-sub-notiece {
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    font-size: 0.75rem;
    height: 1.75rem;
    color: #426aff;
}

.popup-sign-write .pop-sign-info .pop-btn-close {
    position: absolute;
    top: 1.425rem;
    right: 1.425rem;
}

.popup-sign-write .pop-sign-info .pop-sub-notiece i.icon-sub-notiece {
    width: 1.5rem;
    height: 1.75rem;
    background: url('../../images/renewal/popup/icon-notice-sub.webp?2') 50% 50% no-repeat;
    margin: 0;
}

.pop-login-box button.btn-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 15px;
    width: 100%;
    height: 52px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 500;
    background: url('../../images/renewal/popup/btn-login.webp?2') 50% 50% no-repeat;
    border: none;
    letter-spacing: 0.25px;
}

.pop-login-box button.btn-sign {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 15px;
    width: 100%;
    height: 52px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 500;
    background: url('../../images/renewal/popup/btn-join.webp?2') 50% 50% no-repeat;
    border: none;
    letter-spacing: 0.25px;
}

.pop-login-box>p:last-child {
    display: block;
    width: 100%;
    line-height: 100%;
    color: #666666;
    text-align: center;
    font-size: 1.125rem;
}

.pop-login-box>p:last-child a {
    color: #b48f5f;
    border-bottom: 1px solid #b48f5f;
    margin-left: 4px;
}

/* sign */

.popup-sign-write {
    top: 0;
    width: 100%;
    background: #ebe5d3;
    clip-path: none;
}

.popup-sign-write .pop-contents {
    padding: 7.875rem 2rem 1rem;
    background: none;
    font-family: 'Pretendard';
    font-weight: 600;
    background: url('../../images/news-logo.png?1') 50% 2rem no-repeat;
}

.popup-sign-write .pop-contents div+div {
    margin-top: 1.5rem;
}

.popup-sign-write .pop-sign-info div>div:first-child {
    display: flex;
    justify-content: space-between;
}

.popup-sign-write .pop-sign-info .pop-line-write {
    width: 100%;
    background: #fff;
    border-radius: 10in;
}

.popup-sign-write .pop-sign-info .pop-line-button .pop-line-write {
    width: calc(100% - 7rem);
}

.popup-sign-write .pop-sign-info i {
    width: 1rem;
    height: 2.625rem;
    margin-left: 1rem;
}

.popup-sign-write .pop-sign-info input {
    padding: 0 0.75rem;
    width: calc(100% - 3.875rem);
    height: 2.625rem;
    color: #363636;
    font-size: 0.875rem;
    font-weight: 600;
    background: none;
    border: none;
}

.popup-sign-write .pop-sign-info input::placeholder {
    color: #eaeaea;
    font-weight: 400;
}

.popup-sign-write .btn-sign-base {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 6.25rem;
    height: 2.625rem;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #426dff;
    border-radius: 10in;
}

.popup-sign-write .pop-sign-phone select {
    padding: 0 0.875rem 0 0.5rem;
    height: 2.625rem;
    color: #363636;
    font-size: 0.875rem;
    font-weight: 600;
    background: url('../../images/renewal/popup/icon-sel-drop.webp?2') 95% 50% no-repeat;
    background-size: 14%;
    border: none;
    appearance: none;
}

.popup-sign-write .pop-sign-phone input {
    width: calc(100% - 8.312rem);
}

.popup-sign-write select.btn-sel-bank {
    padding: 0 0.75rem;
    width: calc(100% - 1.5rem);
    height: 2.625rem;
    color: #363636;
    font-size: 0.875rem;
    font-weight: 600;
    background: url('../../images/renewal/popup/icon-sel-drop.webp?2') 94% 50% no-repeat;
    border: none;
    appearance: none;
    background-size: 14px;
}

.txt-sign {
    padding: 1.125rem 0;
    font-size: 0.875rem;
    border-top: 1px solid #4255ff;
    margin-top: 1.75rem;
}

.txt-sign li {
    line-height: 1.25rem;
    font-size: 0.75rem;
    color: #363636;
    font-family: 'Pretendard';
    font-weight: 600;
    letter-spacing: -1px;
}

.txt-sign li+li {
    margin-top: 0.25rem;
}

.popup-sign-write .pop-sign-info .btn-set-sign {
    padding-top: 0.875rem;
}

.popup-sign-write .pop-sign-info .btn-set-sign button {
    display: block;
    width: 100%;
    height: 3rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #4262ff;
    border: none;
    letter-spacing: 0.25px;
}

/* Message */

.pop-msg-list {
    padding-top: 20px;
}

.pop-board-msg li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    font-size: 1.125rem;
    font-family: 'Pretendard';
}

.pop-msg-list .pop-board-title span,
.pop-board-msg li>p span {
    text-align: center;
}

.pop-board-msg li>p span {
    color: #aaa;
}

.pop-msg-list .pop-board-title span:first-child,
.pop-board-msg li>p span:first-child {
    width: 10%;
}

.pop-msg-list .pop-board-title span:nth-child(2),
.pop-board-msg li>p span:nth-child(2) {
    width: 42%;
}

.pop-board-msg li>p span:nth-child(2) a {
    color: #555555;
    font-weight: 400;
}

.pop-msg-list .pop-board-title span:nth-child(3),
.pop-board-msg li>p span:nth-child(3) {
    width: 26%;
}

.pop-msg-list .pop-board-title span:nth-child(4),
.pop-board-msg li>p span:nth-child(4) {
    width: 12%;
}

.pop-msg-list .pop-board-title span:nth-child(5),
.pop-board-msg li>p span:nth-child(5) {
    width: 10%;
}

.pop-board-msg li>p span:nth-child(5) a {
    color: #b08e63;
    border-bottom: 1px solid #b08e63;
}

.pop-board-msg li>div {
    display: none;
    padding: 50px 5%;
    width: 90%;
    color: #8e8e8e;
    font-family: 'Pretendard';
    background: #f8f7f8;
    border-top: 1px dashed #e0dfe3;
}

.pop-board-msg li.current>div {
    display: block;
}

/* loading view */

.loading-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    height: calc(100% - 4rem);
    margin-top: 2rem;
}

.loading-view div:first-child {
    text-align: center;
    margin-bottom: 1.625rem;
}

.loading-view div:first-child>i.icon-loading {
    display: inline-block;
    z-index: 1;
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #b48f5f;
    width: 8rem;
    height: 8rem;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading-view div:nth-child(2) {
    text-align: center;
    color: #555;
    font-size: 0.875rem;
    font-family: 'Pretendard';
}

.loading-view div:nth-child(2) p:first-child {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.425rem;
}

.loading-view div:nth-child(2) p:nth-child(2) {
    font-size: 1rem;
}

/* event list */

.pop-event-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 3rem;
    padding: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.popup-event-set {
    overflow-y: auto;
}

.pop-bg-event {
    display: none;
}

.popup-event {
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: none;
    clip-path: none;
}

.pop-event-list .pop-event-case {
    position: absolute;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow-y: scroll;
}

@media (orientation: portrait) {
    .pop-event-list .pop-event-case {
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

.pop-event-list .pop-event-case .btn-close-event {
    position: absolute;
    top: 0.875rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../../images/event/btn-close-event.png?2) 50% 50% no-repeat;
    border: none;
    filter: brightness(1.8);
    border: none;
}

.pop-event-list .pop-event-case img {
    display: block;
    width: 100%;
}

.pop-event-list .pop-event-case .btn-close-day {
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 1.25rem;
    font-family: 'GyeonggiTitle';
    background: linear-gradient(to right, #417aec, #7288ee);
    border-top: 1px solid #506eff;
    letter-spacing: 0.25px;
}

.popup-box .list-pageing>ul,
.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 3rem;
    background: #586cff;
}

.popup-box .list-pageing>ul>li>a,
.dataTables_wrapper .dataTables_paginate a {
    display: inline-block;
    padding-top: 0.125rem;
    width: 1.625rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #424307;
    font-size: 0.875rem;
    font-family: 'Dotum', '돋움';
    font-weight: bold;
    background: #fff;
    border-radius: 10in;
}

.popup-box .list-pageing>ul>li.act>a,
.popup-box .list-pageing>ul>li:hover>a,
.dataTables_wrapper .dataTables_paginate a.current,
.dataTables_wrapper .dataTables_paginate a:hover {
    background-color: #424307;
    color: white;
}

.popup-box .list-pageing>ul>li.btn-pageing-prev>a .dataTables_wrapper .dataTables_paginate a.previous,
.dataTables_wrapper .dataTables_paginate a.previous {
    font-size: 0 !important;
    background: url('../../images/renewal/popup/btn-list.webp?2?2') 35% 50% no-repeat #fff;
    background-size: 0.75rem;
}

.popup-box .list-pageing>ul>li.btn-pageing-next>a,
.dataTables_wrapper .dataTables_paginate a.next {
    font-size: 0 !important;
    background: url('../../images/renewal/popup/btn-list.webp?2?2') 35% 50% no-repeat #fff;
    transform: scaleX(-1);
    background-size: 0.75rem;
}

.popup-box .list-pageing>ul>li.btn-pageing-prev>a,
.popup-box .list-pageing>ul>li.btn-pageing-next>a,
.dataTables_wrapper .dataTables_paginate a:hover.previous,
.dataTables_wrapper .dataTables_paginate a:hover.next {
    font-size: 0 !important;
    background: url('../../images/renewal/popup/btn-list-over.webp?2?2') 35% 50% no-repeat #fff;
    background-size: 0.75rem;
}

.dataTables_wrapper .dataTables_paginate>span {
    margin: 0 15px;
}

.dataTables_wrapper .dataTables_paginate>span>a+a {
    margin-left: 5px;
}

/* alarm popup set */

div:where(.swal2-container).swal2-center>.swal2-popup {
    max-width: 360px;
    border-radius: 5px;
    overflow: hidden;
    background: linear-gradient(to right, #2c4890, #fd7d5a);
    clip-path: polygon(32px 0, calc(100% - 32px) 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 calc(100% - 32px), 0 32px);
}

.swal2-icon-show {
    display: block;
    width: 180px;
    height: 56px;
    font-size: 0;
    background: url('../../images/news-logo.png?1') 50% 50% no-repeat;
    background-size: contain;
    margin: 25px auto 27px;
    border-radius: 0;
    filter: grayscale(1) brightness(10);
}

div:where(.swal2-container) .swal2-html-container {
    margin: 0 1rem !important;
}

.pop-txt-alarm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    min-height: 64px;
    line-height: 1.5rem;
    color: #666;
    font-family: 'Pretendard';
    background: #fff;
}

.pop-txt-alarm .timer {
    margin-top: 0.75rem;
}

.pop-txt-alarm .timer>span {
    color: #ffc800;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    display: block;
    width: 200px !important;
    height: 42px;
    color: #f94352 !important;
    font-size: 1.25rem;
    font-family: 'Pretendard';
    font-weight: 800;
    background: #fff !important;
    border: none;
    box-shadow: 3px 3px 0 #ff000073;
    ;
    letter-spacing: 0.25px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
    box-shadow: none !important;
}

div:where(.swal2-container).swal2-backdrop-show,
div:where(.swal2-container).swal2-noanimation {
    background: none !important;
    z-indeX: 99999;
}

/* game slot list */

.popup-slot-list {
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
}

.popup-slot-list .popup-title {
    flex-wrap: wrap;
    gap: 1rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.popup-slot-list .pop-btn-close {
    margin-left: auto;
}

.popup-title-search {
    display: flex;
    order: 1;
    padding: 0 0.75rem;
    width: 100%;
    background: #fff;
    border: 1px solid #f8e0e2;
    border-radius: 10in;
    margin-left: auto;
}

.popup-title-search>input {
    flex: 1;
    padding: 0 1.5rem 0 0.425rem;
    height: 1.875rem;
    color: #333;
    text-align: center;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 600;
    border: none;
    transition: all 0.5s;
}

.popup-title-search>input::placeholder {
    text-align: center;
    color: #cacaca;
}

.popup-title-search>button {
    order: -1;
    width: 18px;
    height: 2rem;
    background: url('../../images/renewal/contents/icon-serarch.webp?2') 50% 50% no-repeat;
    filter: grayscale(1);
    opacity: 0.4;
}

.pop-slot-area {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: calc(100% - 7.312rem);
    background: #fff;
}

.pop-contents-title {
    width: 100%;
    line-height: 100%;
    text-align: center;
    font-family: 'Pretendard';
    font-weight: 500;
    color: #9f9f9f;
    font-size: 1.125rem;
    margin: 0.425rem 0 1rem;
}

.pop-contents-title p:first-child {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 2rem;
    line-height: 100%;
    font-weight: 900;
    color: #e93342;
    font-size: 1.425rem;
}

.pop-contents-title p:first-child>span:nth-child(2) {
    padding-top: 4px;
    word-break: keep-all;
    margin: 0 1.625rem;
}

.pop-contents-title p:first-child>span:first-child {
    width: 300px;
    height: 21px;
    background: url('../../images/renewal/contents/line-title.webp?2') right 50% no-repeat;
}

.pop-contents-title p:first-child>span:last-child {
    width: 300px;
    height: 21px;
    background: url('../../images/renewal/contents/line-title.webp?2') right 50% no-repeat;
    transform: scaleX(-1);
}

.pop-contents-title p:nth-child(2) {
    font-size: 0.875rem;
    margin-top: 0.625rem
}

.pop-slot-list {
    padding-right: 0.625rem;
    height: calc(100% - 6rem);
    overflow-y: auto;
}

.pop-slot-list::-webkit-scrollbar {
    width: 0.5rem;
}

.pop-slot-list::-webkit-scrollbar-thumb {
    width: 0.5rem;
    height: auto;
    background: #2c4890;
}

.pop-slot-list::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.pop-slot-list>ul {
    display: grid;
    justify-content: left;
    grid-gap: 0.875rem 0.75rem;
    grid-template-columns: repeat(3, 31%);
    align-items: start;
}

.pop-slot-list>ul li {
    padding: 5px;
    max-width: 190px;
    text-align: center;
    background: linear-gradient(to bottom, #eda174 10%, #2c4890);
    clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 calc(100% - 16px), 0 16px);
    overflow: hidden;
    cursor: pointer;
}

.pop-slot-list .img-slot-detail>img {
    width: 100%;
}

.pop-slot-list .img-slot-detail+p {
    padding: 0.5rem 0.5rem 0;
    width: calc(100% - 1rem);
    line-height: 2rem;
    color: #fff;
    font-family: 'Pretendard';
    font-weight: 600;
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (orientation: landscape) {
    .popup-layer {
        left: 50%;
        transform: translateX(-50%);
        max-width: 393px;
    }
}

/* add */

#popup_notice>.popup-box,
#popup_faq>.popup-box,
#popup_promotion>.popup-box,
#popup_question_list>.popup-box,
#popup_question_write>.popup-box,
#popup_message>.popup-box,
.popup-excharge,
.popup-charge,
#popup_money_history>.popup-box,
#popup_bonus_history>.popup-box,
#popup_coupon>.popup-box,
#popup_change_info>.popup-box {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    min-height: 100%;
}

.pop-question-write+.pop-btns-base {
    padding-top: 1.875rem;
    width: calc(100% + 0.5rem);
    background: #fbf5e7;
    margin: 0 -0.25rem;
}

.pop-bouns-list>div+div table th:first-child,
.pop-bouns-list>div+div table th:nth-child(2),
.pop-bouns-list>div+div table td:first-child,
.pop-bouns-list>div+div table td:nth-child(2) {
    display: none;
}

.pop-coupon-list>div>table th:first-child,
.pop-coupon-list>div>table th:nth-child(2),
.pop-coupon-list>div>table th:nth-child(5),
.pop-coupon-list>div>table th:nth-child(6),
.pop-coupon-list>div>table td:first-child,
.pop-coupon-list>div>table td:nth-child(2),
.pop-coupon-list>div>table td:nth-child(5),
.pop-coupon-list>div>table td:nth-child(6) {
    display: none;
}

/* notice / event img layout */

.popup-img-layer {
    z-index: 99999;
}

.popup-img-layer .popup-event-contents,
.popup-img-layer .popup-notice-contents {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 120;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.popup-img-layer .popup-event-contents img,
.popup-img-layer .popup-notice-contents img {
    width: 100%;
}

.popup-img-layer .popup-event-contents::-webkit-scrollbar,
.popup-img-layer .popup-notice-contents::-webkit-scrollbar {
    width: 0.912rem;
}

.popup-img-layer .popup-event-contents::-webkit-scrollbar-thumb,
.popup-img-layer .popup-notice-contents::-webkit-scrollbar-thumb {
    width: 0.912rem;
    height: auto;
    background: #2c4890;
}

.popup-img-layer .popup-event-contents::-webkit-scrollbar-track,
.popup-img-layer .popup-notice-contents::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.popup-img-layer .btn-pop-close3 {
    position: absolute;
    top: 0.425rem;
    right: 0.425rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url('../../images/event/btn-close-event.png?3') 50% 50% no-repeat;
    border: none;
    filter: brightness(1.8);
}

.popup-img-layer .popup-notice-contents .btn-pop-close3 {
    top: 0.625rem;
    right: 0.425rem;
    width: 1rem;
    height: 1rem;
    filter: grayscale(1) brightness(10);
}

/* roling */

.pop-excharge-roling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 0.625rem;
    width: 100%;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 500;
    background: #fff;
    border-bottom: none;
    margin: 0 auto;
}

.pop-excharge-roling .title-excharge-roling {
    display: block;
    width: 90%;
    line-height: 2rem;
    background: #fff;
    border: 2px solid #e6454b;
    border-radius: 10in;
    margin: 0 auto;
}

.pop-excharge-roling .title-excharge-roling p {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'Pretendard';
    font-weight: 500;
    letter-spacing: -0.5px;
    background: #e6454b;
    border-radius: 10in;
}

.roling-guage {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.roling-guage>div {
    margin: 0 !important;
}

.roling-guage .circle {
    position: relative;
    display: flex;
    width: 5rem;
    height: 5em;
    border-radius: 50%;
}

.roling-guage>div>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
}

.roling-guage .inner-circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 86%;
    height: 86%;
    color: white;
    border-radius: inherit;
    background: linear-gradient(135deg, #e9464c 35%, #842a2d);
    border-radius: 50%;
    margin: auto;
}

.roling-guage .circle>div.case {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6rem;
    height: 6rem;
    transform: translate(-50%, -50%);
    background: url('../../images/renewal/popup/bg-circle-guage.webp?2') 50% 50% no-repeat;
    background-size: contain;
}

.roling-guage .inner-circle span {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

.roling-guage .inner-circle span:first-child {
    font-size: 1rem;
    color: #fae673;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.roling-guage .inner-circle span:first-child>span {
    font-size: 1rem;
    font-weight: 500;
}

.roling-guage>div>div:last-child {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.875rem;
}

.roling-guage>div>div:last-child span {
    display: block;
    padding-bottom: 2px;
    width: 100%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
    background: url('../../images/renewal/popup/bg-roling-money.webp?2') 50% 50% no-repeat;
    background-size: contain;
    margin-top: 0.425rem;
}

/* roulette-event */

.popup-roulette .popup-title {
    height: 4rem;
    line-height: 4rem;
    background: linear-gradient(to bottom, #ff6a57, #2c4890);
    margin: 0 0 2rem;
    box-shadow: 0 5px 5px #00000017;
}

.popup-roulette .popup-logo {
    filter: brightness(5);
}

.popup-roulette .popup-box {
    top: 0;
    width: 100%;
    height: 100vh;
    background: url('../../images/roulette/bg-roulette-event.webp?2') 50% 50% no-repeat;
    background-size: cover;
    overflow-y: auto;
}

.popup-roulette .pop-contents {
    padding: 0;
}

.roulette-event {
    display: block;
    padding: 0 0 1rem;
    max-width: 100%;
    margin: 0 auto;
}

.roulette-board {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.title-roulette-event>div {
    display: block;
    width: 90%;
    height: 4rem;
    background: url(../../images/roulette/title-roulette-event.webp?2) 50% 50% no-repeat;
    margin: 0 auto 1.425rem;
    background-size: contain;
}

.title-roulette-event>p {
    display: block;
    width: 90%;
    line-height: 30px;
    text-align: center;
    font-family: 'Pretendard';
    font-size: 0.75rem;
    color: #363636;
    font-weight: 700;
    letter-spacing: -0.3px;
    background: url('../../images/roulette/bar-event-space.webp?2') 50% 50% no-repeat;
    background-size: cover;
    border-radius: 10in;
    box-shadow: 8px 8px 8px #00000020;
    margin: 0 auto 1.425rem;
}

.roulette-board-area {
    position: relative;
    display: block;
    padding-top: 30px;
    width: 100%;
    height: 100%;
    /*background:url('../../images/roulette/bg-roulette-board-area.webp?2') 50% top no-repeat;*/
    margin: 0 auto 2rem;
    ;
}

.roulette-board-area .object-arrow {
    position: absolute;
    top: 0.625rem;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%);
    width: 32px;
    height: 54px;
    background: url('../../images/roulette/object-arrow.webp?2') 50% top no-repeat;
    background-size: contain !important;
}

.roulette-board canvas {
    position: relative;
    z-index: 0;
    display: block;
    width: 300px;
    height: 300px;
    transition: 2s;
    pointer-events: none;
    font-size: 0;
    background-size: contain !important;
    margin: 0 auto 1rem;
}

.roulette-board.normal-type canvas {
    background: url('../../images/roulette/roulette-board.webp?2') 50% 50% no-repeat;
    background-size: cover;
}

.roulette-board.prm-type canvas {
    background: url('../../images/roulette/roulette-board-prm.webp?2') 50% 50% no-repeat;
    background-size: cover;
}

.roulette-board button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: url('../../images/roulette/btn-roulette-start.webp?2') 50% 50% no-repeat;
    transform: translate(-50%, -50%);
    transition: .2s;
    cursor: pointer;
}

.roulette-board div::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    border-radius: 5px;
    background: transparent;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
}

.roulette-ticket {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    margin: 0 auto;
}

.roulette-ticket>div {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.425rem 0;
    background: #981c24;
    border: 3px solid #640d13;
    border-radius: 0.75rem;
    overflow: hidden;
}

.roulette-ticket>div>p {
    text-align: center;
    font-family: 'Pretendard';
}

.roulette-ticket>div>p:first-child {
    width: 38%;
    line-height: 2.425rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    border-right: 2px solid #ffffff50;
}

.roulette-ticket>div>p:nth-child(2) {
    width: 32%;
    line-height: 3rem;
    color: #f6c290;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.roulette-ticket>div>p:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    padding-bottom: 0.425rem;
}

.roulette-ticket>div>p:nth-child(3)>button {
    width: 86px;
    line-height: 3.875rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -1px;
    background: linear-gradient(#84131b, #731017);
    border: 1px solid #640d13;
    border-radius: 0.425rem;
}

.roulette-ticket>div:first-child {
    background: url('../../images/roulette/bg-nomal-ticket.webp?2') 72% top no-repeat #981c24;
    background-size: 2rem;
}

.roulette-ticket>div:nth-child(2) {
    background: url('../images/popup/bg-prm-ticket.webp?2') -5px bottom no-repeat #981c24;
    background-size: 85%;
}

.pop-roulette-win {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 476px;
    text-align: center;
    font-family: 'Pretendard';
    border: 2px solid #ed4a55;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0rem 1rem 2rem #00000040;
}

.pop-roulette-win>p {
    line-height: 4.25rem;
    font-size: 1.875rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #2c4890 50%, #fa835f);
}

.pop-roulette-win>div {
    padding: 1.425rem 2.425rem;
    color: #363636;
    background: #fff;
    border-radius: 0 0 1rem 1rem;
}

.pop-roulette-win>div p>span {
    color: #ea0d44;
}

.pop-roulette-win>div>p:first-child {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 1rem;
}

.pop-roulette-win>div>p+p {
    line-height: 1.5rem;
    font-weight: 500;
    font-size: 1rem;
}

.pop-roulette-win>div>button {
    width: 100%;
    max-width: 360px;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom, #2c4890 50%, #fa835f);
    border: 1px solid #ea0d44;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
}

.title-roulette-event.xmas>div {
    background: url('../../images/roulette/title-roulette-xmas.webp?2') 50% 50% no-repeat;
    background-size: contain;
}

.roulette-board-area.xmas {
    background: url('../../images/roulette/bg-roulette-board-xmas.webp?2') 50% 3vh no-repeat;
    background-size: cover;
}

.roulette-board.xmas-type canvas {
    background: url('../../images/roulette/roulette-board-xmas.webp?2') 50% 50%no-repeat;
}

.roulette-ticket>div:nth-child(3) {
    background: url('../images/popup/bg-prm-ticket.webp?2') -5px bottom no-repeat #003e2d;
    border-color: #032a20;
    background-size: 85%;
}

.roulette-ticket>div:nth-child(3)>p:nth-child(3)>button {
    color: #003e2d;
    background: linear-gradient(#fec03a, #ffd163);
}

.pop-xmas-notice {
    background: #003e2d;
}

.pop-xmas-notice>div {
    padding: 1rem;
    background: #0a4435;
    border: 1px solid #06382b;
    border-radius: 10px;
}

.pop-xmas-notice>div>p {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fefeff;
    font-family: 'Pretendard';
    margin-bottom: 0.25rem;
}

.pop-xmas-notice>div>ul {
    line-height: 1.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #9bd4c5;
    font-family: 'Pretendard';
    letter-spacing: -0.5px;
}

.pop-xmas-notice>div>ul li+li {
    margin-top: 0.125rem;
}

.popup-checking>div {
    padding: 0 0.75rem 0.75rem;
    font-family: 'Pretendard';
    font-weight: bold;
}

.popup-checking>div>div {
    background: #fff;
}

.popup-checking .pop-title-checking {
    line-height: 3rem;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, transparent 8px, #5875ff 0);
}

.popup-checking .pop-contents {
    padding: 1rem;
    color: #555;
    background: #fff;
    border: 0.125rem solid #5875ff;
    border-top: none;
}

.pop-my-money {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 2rem;
    font-weight: 500;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
}

.pop-my-money>span>span:nth-child(2) {
    color: #ff434a;
    font-weight: 800;
}

.pop-tab-change {
    display: flex;
    width: calc(100% + 0.5rem - 4px);
    margin: 0 -0.25rem;
    border: 2px solid #5875ff;
}

.pop-tab-change li {
    width: calc(50% - 1px);
}

.pop-tab-change li+li {
    border-left: 2px solid #5875ff;
}

.pop-tab-change button {
    width: 100%;
    line-height: 3rem;
    font-family: 'Pretendard';
    color: #fff;
    font-weight: bold;
    background: #5875ff;
    border-bottom: 3px solid #ff937d;
}

.pop-tab-change>li.act>button {
    color: #ff381f;
    font-size: 1rem;
    font-weight: bold;
    background: #fff;
    border-bottom-color: #fff;
}

.pop-line-usdt,
.pop-excharge-usdt {
    flex-wrap: wrap;
    flex-direction: row !important;
}

.pop-line-usdt>span:first-child {
    width: calc(100% - 5.75rem);
    display: block;
    font-weight: bold;
    font-size: 0.875rem;
}

.pop-line-usdt>span:first-child>span {
    color: #2c4890;
}

.pop-line-usdt>button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.125rem;
    width: 5.25rem;
    line-height: 2rem;
    color: #ff260d;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #5875ff;
}

.pop-line-usdt>span:last-child,
display:block;
padding-left:1.425rem;
border-bottom:1px dotted #bbb;
font-weight:normal;
background:url('../images/popup/icon-tip.webp?2') left 50% no-repeat;
background-size:1rem;
margin-left:auto;
}

.link-tip {
    color: #ff5555;
    font-weight: bold;
}

.pop-excharge-usdt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pop-excharge-usdt>input:first-child {
    width: 100%;
    height: 2.125rem;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    box-shadow: 0 0 3px #d0d1ffcc;
    margin-bottom: 0.75rem;
}

.pop-excharge-usdt>span:nth-child(2) {
    font-weight: bold;
    font-size: 0.75rem;
}

.pop-excharge-usdt>span:nth-child(2)>span {
    color: #2c4890;
    margin: 0.25rem;
}

.pop-excharge-usdt>a {
    display: inline-block;
    padding-left: 1rem;
    background: url(../../images/renewal/popup/icon-link.webp?2) left 50% no-repeat;
    background-size: 0.75rem;
    color: #888;
    margin: 0;
}

.pop-usdt-conditions {
    position: absolute;
    top: 0;
    left: -0.25rem;
    z-index: 1;
    width: calc(100% - 0.5rem);
    height: calc(100% - 1rem);
    justify-content: center !important;
    background: #00000073;
    margin: 0 !important;
}

.pop-usdt-conditions>div {
    padding: 0 0.25rem 0.5rem;
    width: calc(100% - 0.5rem);
    max-width: 596px;
    background: linear-gradient(135deg, transparent 16px, #5875ff 0);
}

.pop-usdt-conditions>div>div {
    background: #fff;
}

.pop-usdt-conditions .title {
    line-height: 3.625rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.pop-usdt-conditions .usdt-change-info {
    padding: 1rem;
    display: flex;
    justify-items: center;
}

.pop-usdt-conditions .usdt-change-info>div {
    width: 46%;
}

.pop-usdt-conditions .usdt-change-info>div:nth-child(2) {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0.875rem;
    width: 8%;
}

.pop-usdt-conditions .usdt-change-info>div:nth-child(2)>i {
    width: 1rem;
    height: 0.875rem;
    background: url('../images/popup/icon-arrow-wallet.webp?2') 50% 50% no-repeat;
    background-size: contain;
}

.pop-usdt-conditions .usdt-change-info span {
    color: #d73917;
    font-weight: bold;
    font-size: 1rem;
}

.pop-usdt-conditions .usdt-change-info span+span {
    color: #b4b3b3;
    font-size: 0.75rem;
}

.pop-usdt-conditions .money>p:first-child,
.pop-usdt-conditions .usdt>p:first-child {
    color: #5a5a5a;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pop-usdt-conditions .money>div,
.pop-usdt-conditions .usdt>div {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    line-height: 2.625rem;
    text-align: center;
    border: 1px solid #ffcfcb;
    border-radius: 0.25rem;
}

.pop-usdt-conditions .wallet {
    padding: 0 1rem 0;
}

.pop-usdt-conditions .wallet>p {
    color: #5a5a5a;
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.pop-usdt-conditions .wallet>div {
    display: flex;
    gap: 0.875rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #ffe7e5;
}

.pop-usdt-conditions .wallet .info {
    flex: 1;
}

.pop-usdt-conditions .wallet .adr {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    line-height: 2.625rem;
    color: #2f2f2f;
    font-weight: bold;
    border: 1px solid #ffcfcb;
    border-radius: 0.25rem;
}

.pop-usdt-conditions .wallet .adr>span {
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-usdt-conditions .wallet .adr a {
    color: #d73917;
    font-weight: bold;
}

.pop-usdt-conditions .wallet .notice {
    padding-top: 0.75rem;
    line-height: 1.25rem;
    color: #b5726d;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: -0.8px;
}

.pop-usdt-conditions .wallet .qr {
    display: none;
}

.pop-btn-wallet {
    padding: 1rem;
    text-align: center;
    background: #fff;
}

.pop-btn-wallet>button {
    display: inline-block;
    padding-bottom: 15px;
    width: 170px;
    height: 60px;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: url('../../images/renewal/popup/btn-pop-base.webp?2') 50% 50% no-repeat;
    background-size: contain;
    border: none;
}

.pop-change-wallet {
    width: 100%;
}

.modify-user {
    padding: 0 1rem;
    width: calc(100% - 2rem) !important;
    line-height: 2.625rem;
    color: #363636;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #edf2ff;
    border-radius: 10in;
    background: #fff1ef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop-send-type {
    position: absolute;
    top: 0;
    left: -0.25rem;
    z-index: 1;
    width: calc(100% - 0.5rem);
    height: calc(100% - 1rem);
    justify-content: center !important;
    background: #00000073;
    margin: 0 !important;
}

.pop-send-type>div {
    padding: 0 00.5rem 0.5rem;
    background: linear-gradient(135deg, transparent 16px, #5875ff 0);
}

.pop-send-type>div>div {
    background: #fff;
}

.pop-send-type .title {
    line-height: 5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.pop-send-type .coin-type {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
}

.pop-send-type .coin-type>div {
    padding: 0.75rem 0 0;
    width: 30%;
    border: 1px solid #ffcfcb;
    border-radius: 0.5rem;
    text-align: center;
    overflow: hidden;
}

.pop-send-type .coin-type>div img {
    margin: 0 10%;
    width: 80%;
}

.pop-send-type .coin-type>div p {
    line-height: 2rem;
    color: #fff;
    font-size: 1.125rem;
    font-family: 'Pretendard';
    font-weight: 600;
    background: #ff6d57;
    margin-top: 0.75rem;
}

.pop-send-type .coin-type>div:hover {
    border-color: #2c4890;
    cursor: pointer;
}

.pop-send-type .coin-type>div:hover p {
    background: #2c4890;
}









.pop-tab-category {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    background: #f9f9f9;
    border-top: 4px solid #fd5e5a;
}

.pop-tab-category>li {
    flex: 1;
    border: 1px solid #eaeaea;
    border-bottom: none;
}

.pop-tab-category>li+li {
    border-left: none;
}

.pop-tab-category>li>button {
    width: 100%;
    line-height: 3rem;
    font-size: 1rem;
    font-family: 'Pretendard';
    color: #b7b7b7;
    font-weight: bold;
    text-align: center;
    background: #fbfbfb;
    border-bottom: 3px solid #eaeaea;
}

.pop-tab-category>li:first-child {
    border-left;
    none;
}

.pop-tab-category>li:last-child {
    border-right;
    none;
}

.pop-tab-category>li.act>button {
    color: #363636;
    font-weight: bold;
    background: #fff;
    border-bottom-color: #fd5e5a;
}

.pop-bouns-list>div+div {
    display: flex;
    flex-direction: column;
}

.pop-bouns-list>div+div .pop-section-title {
    order: -1;
}

.pop-list-notice>div:first-child {
    display: flex;
    flex-direction: column;
    background: #ff7558 !important;
}

.pop-list-notice>div:first-child .pop-section-title {
    order: -1;
}

#notice-tbody td:nth-child(3),
#rules-tbody td:nth-child(3),
#promotion-tbody td:nth-child(3) {
    display: none;
}

#image-prev-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

#image-next-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

#image-prev-btn:hover,
#image-next-btn:hover {
    background: rgba(0, 0, 0, 0.9) !important;
    transform: translateY(-50%) scale(1.1);
    transition: all 0.2s ease;
}

#image-prev-btn.disabled,
#image-next-btn.disabled {
    cursor: not-allowed !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

#image-prev-btn.disabled:hover,
#image-next-btn.disabled:hover {
    transform: translateY(-50%) !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

.pop-login-box button.btn-sign-unname {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 15px;
    width: 100%;
    height: 52px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: 'Pretendard';
    font-weight: 500;
    background: url('../../images/renewal/popup/btn-join.webp') 50% 50% no-repeat;
    border: none;
    letter-spacing: 0.25px;
    filter: hue-rotate(319deg);
}

.popup-sign-unname .pop-type-usdt {
    align-items: center;
}

.popup-sign-unname .pop-type-usdt>span {
    font-size: 14px;
    margin-right: 1rem;
}

.popup-sign-unname .pop-type-usdt>span>span {
    color: #ff424c;
}

.popup-sign-unname .pop-sub-notice2 {
    align-items: flex-start;
}

.popup-sign-unname .pop-sub-notice2>span {
    padding-top: 5px;
}

.Calendar {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.Calendar>thead>tr>td {
    font-size: 1.125rem;
    font-weight: bold;
    color: #888;
    font-family: 'Pretendard';
    padding: 10px 0;
    border-bottom: 2px solid #eaeaea;
}

.Calendar>thead>tr>td:first-child {
    color: #e74c3c;
}

.Calendar>tbody>tr>td:first-child>span {
    color: #ff927f;
}

.Calendar>tbody>tr>td:last-child>span {
    color: #7f9dff;
}

.Calendar>thead>tr>td+td {
    border-left: 1px solid #eaeaea;
}

.Calendar>thead>tr>td:last-child {
    color: #3498db;
}

.Calendar>tbody>tr>td {
    position: relative;
    font-family: 'Pretendard';
    vertical-align: middle;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.Calendar>tbody>tr>td:last-child {
    border-right: none;
}

.Calendar>tbody>tr:last-child>td:last-child {
    border-right: 1px solid #eaeaea !important;
}

.Calendar>tbody>tr>td>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.pastDay {
    color: #666;
    background: transparent;
}

.today {
    font-weight: bold !important;
    cursor: pointer;
}

.today::before {
    content: "ToDay";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.25rem 0 0.375rem;
    width: 100%;
    color: #fff;
    font-weight: bold;
    background: #fd5e5a;
    border: 2px solid #fd5e5a;
    border-left: none;
    border-right: none;
}

.futureDay {
    background-color: transparent;
    color: #aaa;
}

.choiceDay {
    background: url('/images/renewal/popup/icon-stemp.webp') 50% no-repeat;
    color: transparent !important;
    font-weight: 600;
    transform: rotate(-12deg);
}

.today.choiceDay {
    background: url('/images/renewal/popup/icon-stemp.webp') 50% no-repeat;
    color: transparent !important;
    font-weight: 600;
    cursor: default;
    transform: rotate(-12deg);
}

.today.choiceDay::before {
    padding: 0.125rem 0;
    font-size: 12px;
}

/* 출석체크 영역 스타일 */

.pop-attend-area {
    padding: 0.25rem;
    background: linear-gradient(to right, #fc7555 50%, #ff5d58);
}

.btns-attend-hisotry {
    background: #fffcfb;
    margin-bottom: 2px;
}

.btns-attend-hisotry>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 3.425rem;
}

.btns-attend-hisotry button {
    background: transparent;
    border: none;
    color: #fd5e5a;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px;
}

.btns-attend-hisotry button:first-child::before {
    content: '◀';
}

.btns-attend-hisotry button:last-child::after {
    content: '▶';
}

.btns-attend-hisotry button:nth-child(2) {
    color: #363636;
}

.t-attend-area {
    background: #fff;
}

.pop-attend .today::before {
    content: "";
    padding: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: none;
    border: 2px solid #5A7FFA;
}

.pop-attend .choiceDay {
    background-size: 80%;
}
