/* [2025-05-21 KEJ] [WPM-11029] ¿ì¼öÈ¸¿ø ¶ó¿îÁö css */
.vip-lounge-content-wrap .page-contents .margin-top-16 {
    margin-top: 16px;
}
.vip-lounge-content-wrap .page-contents {
    padding: 0px 0px 60px;
}
.vip-lounge-content-wrap .vip-lounge-top {
    background: linear-gradient(rgba(42, 52, 56, 1), rgba(42, 64, 70, 1));
    width: 100%;
    height: auto;
    padding: 32px 20px;
    box-sizing: border-box;
}
.vip-lounge-content-wrap .vip-lounge-top-user {
    display: flex;
    justify-content: space-between;
    padding: 0px 4px;
    margin-bottom: 70px;
}
.vip-lounge-content-wrap .lounge-top-user-txt {
    color: #fff;
}
.vip-lounge-content-wrap .vip-lounge-top-user > p {
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.64;
}
.vip-lounge-content-wrap .lounge-top-user-txt > p:nth-child(1) {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 400;
}
.vip-lounge-content-wrap .lounge-top-user-txt > p:nth-child(2) {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
}
.lounge-top-grade-contents{
    padding: 0px 4px;
}

.lounge-top-grade-list {
    width: 100%;
    display: flex;
    gap: 6px;
}
.lounge-top-grade-list .lounge-top-grade-item {
    width: 100%;
    height: auto;
}

.lounge-top-grade-item .ui-grade {
    display: block;
    width: 100%;
    padding: 8px 13px;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
}
.lounge-top-grade-item .ui-grade-text {
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 500;
}
.lounge-top-grade-item .ui-grade-icon {
    position: absolute;
    top: -80px;
    width: 120px;
    height: auto;
    left: 56%;
    transform: translateX(-50%);
    display: none;
}
.lounge-top-grade-item .ui-grade.active .ui-grade-icon {
    border-color: transparent;
    display: block;
}
.lounge-top-grade-item .ui-grade.active {
    background-color: transparent;
}
.lounge-top-grade-item .ui-grade.active .ui-grade-text {
    display: none;
}
.lounge-top-grade-con {
    width: 100%;
    height: auto;
    padding: 24px 16px 32px;
    background-color: #f4f6f8;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 3px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.lounge-top-grade-con.active {
    display: block;
}
.lounge-top-grade-con:has(a.lounge-grade-btn) {
    padding: 24px 16px 20px;
}
.lounge-top-grade-con .grade-con-title {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 8px;
}
.lounge-top-grade-con .grade-con-box {
    display: flex;
    text-align: center;
}
.grade-con-box-item {
    position: relative;
    width: calc(100% / 4);
}
.grade-con-box-item .ico {
    position: absolute;
    top: -4px;
    right: 7px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 1px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}
.grade-con-box-item .ico-r {
    background-color: #c17f1a;
}
.grade-con-box-item .ico-f {
    background-color: #009cc7;
}
.grade-con-box-item .ico-v {
    background-color: #c350cc;
}
.grade-con-box-item div {
    display: block;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 16px;
}
.grade-con-box-item .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.08);
}
.grade-con-box-item .item.icon-ex {
    background-image: url("/images/vip/images/common/vip-grade-icon01.png");
}
.grade-con-box-item .item.icon-won {
    background-image: url("/images/vip/images/common/vip-grade-icon02.png");
}
.grade-con-box-item .item.icon-pcent {
    background-image: url("/images/vip/images/common/vip-grade-icon03.png");
}
.grade-con-box-item .item.icon-bell {
    background-image: url("/images/vip/images/common/vip-grade-icon04.png");
}
.grade-con-box-item .item.icon-gift {
    background-image: url("/images/vip/images/common/vip-grade-icon05.png");
}
.grade-con-box-item .item.icon-pay {
    background-image: url("/images/vip/images/common/vip-grade-icon06.png");
}
.grade-con-box-item .item.icon-chat {
    background-image: url("/images/vip/images/common/vip-grade-icon07.png");
}
.grade-con-box-item .item.icon-mail {
    background-image: url("/images/vip/images/common/vip-grade-icon08.png");
}
.grade-con-box-item .item.icon-v-mail {
    background-image: url("/images/vip/images/common/vip-grade-icon09.png");
}
.grade-con-box-item .item.icon-cwon {
    background-image: url("/images/vip/images/common/vip-grade-icon10.png");
}
.grade-con-box-item .item.icon-gift-pocket {
    background-image: url("/images/vip/images/common/vip-grade-icon11.png");
}
.grade-con-box-item p {
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #666;
}
.vip-lounge-section {
    padding: 40px 20px 0px;
}
.vip-lounge-section .info-list {
    padding: 0px 4px;
    font-size: 1.3rem;
    color: #888;
}
.vip-lounge-section .lounge-section-title {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 4px;
}
.vip-lounge-section-con {
    padding: 24px 24px 20px;
    border-radius: 10px;
    background-color: #f4f6f8;
}
.vip-lounge-section-con-sub {
    font-size: 1.8rem;
    font-weight: 700;
}
.vip-lounge-section-con-sub span {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
}
.vip-lounge-section-con .point-progress{
    padding-top: 0px;
}
.progress-btn-box{
    margin: 0px -4px;
}
.vip-lounge-section-con .point-progress-top-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
}
.vip-lounge-section-con .point-progress-top-txt span {
    color: #c17f1a;
    font-weight: 700;
}
.vip-lounge-section-con .point-progress-object {
    padding: 0px;
    height: 8px;
    overflow: hidden;
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.2);

}
.vip-lounge-section-con .point-progress-object-bar {
    height: 8px;
    padding-right: 12px;
    border-radius: 6px;
    background: #f1c992;
    background: -moz-linear-gradient(left, #f1c992 0%, #c17f1a 100%);
    background: -webkit-linear-gradient(left, #f1c992 0%, #c17f1a 100%);
    background: linear-gradient(to right, #f1c992 0%, #c17f1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1c992', endColorstr='#c17f1a',GradientType=1 );
}
.vip-lounge-section-con .point-progress-object-bar::before {
    display: none;
}
.vip-lounge-section-con .point-progress-gradation-item-text {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

/* [2025-07-18 kho] Ãß°¡ */
.vip-lounge-section-con .point-progress-object-bar {
    padding-right: 0;
    min-width: 12px;
}
.vip-lounge-section-con .point-progress-gradation-item:first-child .point-progress-gradation-item-text {
    margin: 0;
}
.vip-lounge-section-con .point-progress-gradation {
    margin-right: 0;
}
.vip-lounge-section-con .point-progress-gradation-item {
    width: 0;
}
.vip-lounge-section-con .point-progress-gradation-item:last-child {
    margin-right: 0;
}
/* //[2025-07-18 kho] Ãß°¡ */

.lounge-section-con-title {
    font-size: 1.8rem;
    font-weight: 700;
}
.lounge-section-con-title span {
    display: block;
    margin-top: 4px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;

}

.grade-info-list {
    display: flex;
    flex-direction: column;
}
.grade-info-list-sub {
    display: flex;
    justify-content: space-between;
}
.grade-info-list-sub > li:nth-child(1) {
    font-size: 1.6rem;
    font-weight: 400;
}
.grade-info-list-sub > li:nth-child(2) {
    font-size: 1.6rem;
    font-weight: 700;
}
.grade-info-list li {
    display: flex;
    justify-content: space-between;
    font-weight: 400 !important;
}
.grade-info-list li strong{
    font-weight: 400;
}
.grade-info-list > li:nth-child(1) {
    font-size: 1.6rem;
}
.grade-info-list > li:nth-child(1) > strong {
    font-weight: 700;
}
.grade-info-list > li:nth-of-type(2),
.grade-info-list > li:nth-of-type(3) {
    line-height: 2.2rem;
    color: #666;
}
.grade-info-list > li:nth-of-type(3){
    margin-top: 4px;
}
.grade-info-list::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0px;
    background-color: rgba(0, 0, 0, 0.08);
}
.grade-info-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0px;
    background-color: rgba(0, 0, 0, 0.08);
}
.lounge-grade-btn {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    border-radius: 4px;
    background-color: #366663;
}
.vip-lounge-content-wrap .lounge-ui-radio-block {
    position: relative;
    z-index: 0;
    font-size: 0;
    line-height: 0;
}
.vip-lounge-section .use-notice-item{
padding: 0px 4px;
}
.vip-lounge-section .use-notice-opener{
    font-size: 1.4rem;
    padding: 18px 0px 18px 22px;
    background-position: 0px 18px;
}
.vip-lounge-section .use-notice-area{
    margin-top: 40px;
}
.vip-lounge-section .js-ui-accordion__opener{
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.vip-lounge-section .js-ui-accordion__opener::after{
    position: absolute;
    right: 0px;
}

/* //[2025-05-21 KEJ] [WPM-11029] ¿ì¼öÈ¸¿ø ¶ó¿îÁö css */


/* [2025-05-21 KEJ] [WPM-11029] µî±Þ UP css */
.vip-grade-up {
    background: url("/images/vip/images/common/img_up_bg.png");
}
.vip-grade-up-con {
    position: relative;
    display: block;
    margin: 0 -24px 40px;
}
/* .vip-grade-up-con > p:nth-child(2) {
    position: absolute;
    top: 8.5%;
    right: 16.5%;
}
.vip-grade-up-con > p:nth-child(3) {
    position: absolute;
    top: 45%;
    left: 16.5%;
}
.vip-grade-up-con > p:nth-child(4) {
    position: absolute;
    top: 75%;
    right: 16.5%;
} */

.vip-grade-up-title{
    margin: 0 -24px;
}
.vip-grade-up-contents {
    background-color: transparent;
    color: #fff;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.vip-grade-up-contents .info-list {
    color: rgba(255, 255, 255, 0.64);
    font-size: 1.3rem;
}

.vip-grade-up-contents .info-item + .info-item {
    margin-top: 6px;
}
.vip-grade-up-contents .use-notice-area {
    margin-top: 40px;
}
.vip-grade-up-contents .js-ui-accordion__opener {
    line-height: 56px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.vip-grade-up-con p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 500;
}
.vip-grade-up-contents .ui-layer__body-inner {
    color: #000;
    padding-bottom: 36px;
    padding-top: 0px;
}
.vip-grade-up-contents .ui-layer__head .header {
    padding-bottom: 0px;
}
.vip-grade-up-contents .ui-layer__body-inner .layer_banner-title {
    width: 74.31%;
    height: auto;
}
.vip-grade-up-contents .ui-layer__body-inner .sub_title {
    font-size: 1.6rem;
    font-weight: 700;
}
.vip-grade-up-contents .js-ui-accordion__opener::after{
    background: url("/images/vip/images/common/btn_more_w64.svg") no-repeat 0 0 / cover;
}
.vip-grade-up-contents .layer_banner {
    width: 100%;
    height: 82px;
    background-color: #f4f6f8;
    border-radius: 15px;
    padding: 22px 0px 22px 20px;
    margin: 0px -4px;
    box-sizing: border-box;
    font-size: 1.5rem;
    font-weight: 700;
    background-image: url("/images/vip/images/common/img_royal_star.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) bottom;
    background-size: 100px;
}

.vip-grade-up-contents .info-btn {
    position: relative;
    display: block;
    width: fit-content;
    padding-right: 16px;
    padding-left: 7px;
    color: #fff;
}
.vip-grade-up-contents .info-btn::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url("/images/things_of_read/icon/btn-more.png") no-repeat 0 0 / cover;
}
.vip-grade-up-contents .point-txt01 {
    color: #c17f1a;
}
.vip-grade-up-contents .point-txt02 {
    color: #0098c3;
}
.up-grade-con-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.up-grade-con-box .up-grade-card{
    width: 100%; height: 116px; display: flex; gap: 20px; padding: 24px 0px; box-sizing: border-box;
}

.up-grade-con-box .up-grade-card > div{
    width: 80%;
}
.up-grade-con-box > a:nth-child(2) > li{
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.up-grade-con-box .card-img{
    width: 43px !important;
    height: 68px !important;
}
.up-grade-con-box .card-title{
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
}
.up-grade-con-box .card-title::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: url("/images/vip/images/common/btn_more.svg") no-repeat 0 0 / cover;
}
.vip-grade-up img {
    width: 100%;
    height: auto;
}
/* .emogi-star,
.emogi-eyes,
.emogi-ring {
    display: inline-block;
    width: 15px !important;
    height: 20px !important;
    vertical-align: middle;
} */
/* //[2025-05-21 KEJ] [WPM-11029] µî±Þ UP css */

/* [2025-05-22 KEJ] [WPM-11029] µî±Þº° ¼­ºñ½º css */
.page-contents.vip-grade-contents {
    padding: 32px 16px 40px;
    overflow: hidden;
}
.vip-grade-section{
    padding: 0px 4px;
}
.vip-grade-section .vip-grade-section-row{
    padding: 0px 4px;
}
.vip-lounge-content-wrap .vip-grade-section-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: normal;
}
.vip-lounge-content-wrap .vip-grade-section-info {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    background: #2a363b;
}
.vip-lounge-content-wrap .vip-grade-section-info .ico {
    position: absolute;
    top: -65px;
    right: 0px;
    width: 120px;
    height: 136px;
}
.vip-lounge-content-wrap .vip-grade-section-info .ico.ico-grade-classic {
    background: url("/images/vip/images/common/vip-grade_classic.png") no-repeat 0 0 / cover;
}
.vip-lounge-content-wrap .vip-grade-section-info .ico.ico-grade_royal {
    background: url("/images/vip/images/common/vip-grade_royal.png") no-repeat 0 0 / cover;
}
.vip-lounge-content-wrap .vip-grade-section-info .ico.ico-grade-first {
    background: url("/images/vip/images/common/vip-grade_first.png") no-repeat 0 0 / cover;
}
.vip-lounge-content-wrap .vip-grade-section-info .ico.ico-grade-vvip {
    background: url("/images/vip/images/common/vip-grade_vvip.png") no-repeat 0 0 / cover;
}

.vip-lounge-content-wrap .vip-grade-section-info .vip-grade-section-info-title {
    font-weight: 400;
    line-height: 1.8rem;
    line-height: normal;
}
.vip-lounge-content-wrap .vip-grade-section-info .vip-grade-section-info-title::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0px;
    background: rgba(255, 255, 255, 0.12);
}
.vip-lounge-content-wrap .vip-grade-section-info .vip-grade-section-info-text {
    display: flex;
    justify-content: space-between;
}
.vip-lounge-content-wrap .vip-grade-section-info .vip-grade-section-info-text span {
    font-weight: 400;
}
.vip-lounge-content-wrap .vip-grade-section-info .vip-grade-section-info-text strong {
    font-size: 1.6rem;
    font-weight: 700;
    padding-right: 20px;
}
.vip-lounge-content-wrap .margin-top-36 {
    margin-top: 36px;
}
.grade-service-tab {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
    background-color: #f4f6f8;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 20px;
}
.grade-service-tab .service-tab-item {
    width: calc(100% / 2);
    text-align: center;
    color: #888;
    font-size: 1.3rem;
    font-weight: 500;
}
.service-tab-item.active {
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}
.service-tab-item.active .service-tab-link {
    line-height: 40px;
    color: #000;
    font-weight: 700;
}

.grade-accordion-item {
    width: 100%;
    line-height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.grade-accordion-item:last-child {
    border-bottom: none;
}
.grade-accordion-item .title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
}
.grade-accordion-item .js-ui-accordion__opener::after {
    width: 16px;
    height: 16px;
    background: url("/images/vip/images/common/btn_more_gray.svg");
}

.grade-service-list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    gap: 6.976%;;
    margin: 20px 0px;
    padding: 0px 24px;
    box-sizing: border-box;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    font-weight: 400;
    color: #888;
    border-bottom: 1px solid #f5f5f5;
}

.grade-accordion-list .tit {
    font-size: 1.6rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #111;
}
.grade-service-item {
    position: relative;
    width: calc(100%/4);
    height: 54px;
    text-align: center;
    white-space: nowrap;
}
.grade-service-item.active{
    color: #000;
    font-weight: 500;
}
.grade-service-item.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #111; 
}
.grade-service-item span{
    letter-spacing: -0.025em;
}

/* .ui-radio-block.type-tab .ui-label,
.ui-checkbox-block.type-tab .ui-label {
    padding: 0px;
    border: none;
    border-radius: 0px;
} */

.grade-accordion-contents {
    padding-top: 10px;
    padding-bottom: 32px;
}
.grade-accordion-contents .info-list .info-item{
    line-height: 20px;
}
.grade-accordion-contents .info-item + .info-item{
    margin-top: 6px;
}
.list-sub {
    background-color: #f4f6f8;
    border-radius: 10px;
    padding: 16px;
    margin-top: 12px;
}
.list-sub li {
    position: relative;
    padding-left: 13px;
    font-size: 1.3rem !important;
    line-height: 1.8rem;
    color: #666;
}
.list-sub li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 6px;
    width: 2px;
    height: 2px;
    background-color: var(--gray-80);
}
.js-ui-accordion__opener.js-accordion-active::after,
.js-accordion-opened .ui-arrow-opener,
.ui-button-more.is-opened::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.grade-service-tab-panel {
    display: none;
    margin-left: -20px;
    margin-right: -20px;
}
.grade-service-tab-panel.active {
    display: block;
}
.grade-service-tab-panel.active {
    display: block;
}

.grade-accordion-list {
    display: none;
    overflow: hidden;
    padding: 0px 24px;
}
.grade-accordion-list.active {
    display: block;
}

.grade-list-btn {
    position: relative;
    display: block;
    width: fit-content;
    padding-right: 16px;
    padding-left: 13px;
}
.grade-list-btn::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url("/images/vip/images/common/btn_more.svg") no-repeat 0 0 / 100% auto;
}
/* //[2025-05-22 KEJ] [WPM-11029] µî±Þº° ¼­ºñ½º css */


/* [2025-06-05 KEJ] [WPM-11029] ÄíÆùÇÔ */
.vip-coupon-wrap .page-title {
    margin-bottom: 16px;
    font-size: 2.2rem;
    font-weight: 700;
}
.vip-coupon-wrap .vip-tab-list {
    display: flex;
    justify-content: flex-start !important;
    gap: 16px;
}
.vip-coupon-wrap .grade-list-btn::after {
    top: 14px;
}
.vip-coupon-wrap .vip-tab-list .grade-list-btn.type1 ::before {
    position: relative;
    display: inline-block;
    content: "";
    top: 7px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url("/images/vip/images/common/img_check.png") no-repeat 0 0 / cover;
}
.vip-coupon-wrap .vip-tab-list .grade-list-btn.type2::before {
    position: relative;
    display: inline-block;
    content: "";
    top: 7px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: url("/images/vip/images/common/img_coupon.png") no-repeat 0 0 / cover;
}
.vip-coupon-wrap .vip-tab-list .grade-list-btn.type3::before {
    position: relative;
    display: inline-block;
    content: "";
    top: 7px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: url("/images/vip/images/common/img_crown.png") no-repeat 0 0 / cover;
}
.vip-coupon-wrap .vip-tab-list a {
    font-size: 1.4rem;
    font-weight: 500;
}
.gray-bar {
    height: 12px;
    margin: 24px -24px 0px;
    background-color: #f4f6f8;
}
.vip-coupon-wrap .grade-list-btn {
    padding-left: 0px;
}
.coupon-detail-event-btn{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f5f5;
}
.coupon-detail-event-btn > a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 400;
}

.vip-letter-popup03 .ui-layer{
    border-radius: 12px;
}
.vip-letter-popup03 .ui-layer__body-inner{
    width: 320px;
    padding: 24px 24px 17px;
    box-sizing: border-box;
}
.vip-letter-popup03 .ui-buttons{
    padding: 0px;
}
.vip-letter-popup03 .ui-basic-button{
    margin-top: 21px;
    font-size: 1.7rem;
    font-weight: 700;
    border-radius: 0px 0px 12px 12px;
    min-height: 54px;
}
.vip-letter-popup03 .img-item{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.vip-letter-popup03 .img-item img{
    width: 100%;
}
.vip-letter-popup03 .item-desc{
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.8px;
    text-align: center;
}
.vip-letter-popup03 .item-sub_desc{
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.8px;
    text-align: center;
}
/* //[2025-06-05 KEJ] [WPM-11029] ÄíÆùÇÔ */


/* [2025-06-05 KEJ] [WPM-11029] ¹ÞÀºÇýÅÃ */
.vip-coupon-wrap .page-contents {
    padding-top: 24px;
    overflow: hidden;
}

.vip-benefit-content.type1{
    padding: 32px 24px 40px !important;
}
.vip-benefit-content.type1 .title{
    padding: 0px 8px;
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 700;
}
.vip-benefit-content.type1 .js-ui-accordion{
    margin-top: 40px;
}
.vip-benefit-content.type1 .use-notice-opener{
    padding: 18px 0px 18px 22px;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 1.4rem;
    background: url("../images/icon/ic-notice-dark.svg") no-repeat 0 18px;
}
.vip-benefit-content.type1 .info-list{
    font-size: 1.3rem;
}
.vip-benefit-content.type1 .medium-text{
    position: relative;
    padding-left: 8px;
    padding-right: 16px;
}
.vip-benefit-content.type1 .medium-text::after{
    content: '';
    position: absolute;
    top: 5px;
    right: -4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: url("/images/vip/images/common/btn_more.svg") no-repeat 0 0 / 100% auto;
}
.vip-benefit-wrap .page-contents {
    padding-top: 0px;
}
.vip-benefit-wrap .date-head {
    justify-content: flex-start;
    margin: 32px 0px 12px;
}
.vip-benefit-wrap .date-head-title {
    font-size: 1.6rem;
    font-weight: 700;
}
.vip-benefit-wrap .date-head-button::before {
    background-size: contain;
}
.vip-benefit-wrap .date-head-button.type-next::before {
    background-size: contain;
    background-image: url("/images/vip/images/common/btn_arrow_right_gray.svg");
}
.vip-benefit-wrap .total-amount-val .font-weight-bold {
    font-size: 3.2rem;
    vertical-align: bottom;
}
.vip-benefit-wrap .accordion-opener {
    position: relative;
    display: flex;
    padding: 18px 16px;
}
.vip-benefit-wrap .accordion-opener.no_button::after {
    display: none;
}
.vip-benefit-wrap .accordion-opener::after {
    content: "";
    position: absolute;
    right: 16px;
    background: url("/images/vip/images/common/btn_arrow_right_gray.svg") no-repeat 0 0 / 100% auto;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.vip-benefit-wrap .accordion-list {
    border: none;
}
.vip-benefit-wrap .icobox {
    width: 48px;
    height: 48px;
    margin-right: 16px;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.08);
}
.vip-benefit-wrap .js-ui-accordion {
    margin: 0px -4px;
    padding-bottom: 40px;
}
.vip-benefit-wrap .accordion-opener-title {
    font-size: 1.4rem;
    font-weight: 400;
}
.vip-benefit-wrap .accordion-opener-value {
    font-size: 1.8rem;
    font-weight: 700;
}
.vip-benefit-content .use-notice-opener {
    padding: 18px 0px 18px 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 1.4rem;
    background: url("../images/icon/ic-notice-dark.svg") no-repeat 0 18px;
}
.vip-benefit-content .info-list {
    font-size: 1.3rem;
}
.icobox.type1{
    background-image: url("/images/vip/images/common/vip-grade-icon03.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.icobox.type2{
    background-image: url("/images/vip/images/common/vip-grade-icon04.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.icobox.type3{
    background-image: url("/images/vip/images/common/vip-grade-icon01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.icobox.type4{
    background-image: url("/images/vip/images/common/vip-grade-icon12.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.icobox.type5{
    background-image: url("/images/vip/images/common/vip-grade-icon09.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.vip-benefit-wrap.type2 .vip-benefit-content{
    padding: 20px;
}
.vip-benefit-wrap.type2 .vip-benefit-content .total-amount-val {
    padding: 22px 0px 18px 24px;
    border-radius: 10px;
    background-color: #f4f6f8;
    box-sizing: border-box;
}
.vip-benefit-wrap.type2 .vip-benefit-content .sub_title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5rem;
}
.vip-benefit-wrap.type2 .vip-benefit-content .default-sum {
    font-size: 2.7rem;
    line-height: 2.8rem;
}
.vip-benefit-wrap.type2 .vip-benefit-content .default-sum span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 2.8rem;
    vertical-align: bottom;
    padding-left: 2px;
}
.vip-benefit-wrap.type2 .vip-benefit-content .usage-default-title {
    font-size: 1.7rem;
}
.vip-benefit-wrap.type2 .vip-benefit-content .usage-default-sum {
    font-size: 1.7rem;
}
.vip-benefit-wrap.type2 .vip-benefit-content .usage-default-item {
    padding-top: 24px;
}
.vip-benefit-wrap.type2 .vip-benefit-content .usage-default-item::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: 24px;
    background-color: rgba(0,0,0,0.08);
}
.vip-benefit-wrap.type2 .vip-benefit-content .usage-default-item:last-child::after {
    display: none;
}
.vip-benefit-wrap.type2 .vip-benefit-content .no_line{
    padding-left: 0px;
}
.vip-benefit-wrap.type2 .vip-benefit-content .no_line::before {
    display: none;
}
.vip-benefit-wrap.type2 .vip-benefit-content .total-amount.type-no-line {
    margin-bottom: 28px;
}
.usage-default-etc.type1 {
    display: flex;
}
.usage-default-etc.type2 {
    display: flex;
    justify-content: space-between;
}
.usage-default-etc.type3 {
    display: grid;
}
.usage-default-etc.type3 .no_line {
    padding-left: 8px !important;
}
/* //[2025-06-05 KEJ] [WPM-11029] ¹ÞÀºÇýÅÃ */


/* [2025-06-11 KEJ] [WPM-11029] »ýÀÏÃàÇÏÆäÀÌÁö */
.vip-birthday-letter-cont .vip-hbd-content{
    position: relative;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}
.vip-birthday-letter-cont .vip-hbd-content .hbd-img{
    display: block;
    width: 100%;
    height: auto;
}

.vip-birthday-letter-cont .vip-hbd-content .hbd-btn1{
    position: absolute;
    top: 36%;
    left: 10%;
    display: block;
    width: 100px;
    height: 100px;
}
.vip-birthday-letter-cont .vip-hbd-content .hbd-btn2{
    position: absolute;
    top: 48%;
    right: 6%;
    display: block;
    width: 100px;
    height: 100px;
}
.vip-hbd-content .ui-layer__body-inner{
    position: relative;
    padding: 0px;
}
.vip-hbd-content .layer-contents{
    position: relative;
}
.hbd-name-txt{
    position: absolute;
    left: 50%;
    transform: translateX(-53%);
    top: 9.85%;
    font-size: 2.7rem;
    color: #004e42;
}
.hbd-name-txt strong{
    font-weight: 700;
}
/* //[2025-06-11 KEJ] [WPM-11029] »ýÀÏÃàÇÏÆäÀÌÁö */


/* [2025-06-11 KEJ] [WPM-11029] ¸ÞÀÎ */
.vip-main2025{
    padding-top: 0px !important;
}
.vip-main2025 .page-contents {
    padding: 0px;
}
.vip-main2025 .page-contents.type1 {
    background: url("/images/vip/images/common/img_vis_classic_250616.png"), linear-gradient(to bottom, #141515 0%, #141515 17.35%, #141515 0%);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.vip-main2025 .page-contents.type2 {
    background: url("/images/vip/images/common/img_vis_royal_250616.png"), linear-gradient(to bottom, #141515 0%, #141515 17.35%, #141515 0%);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.vip-main2025 .page-contents.type3 {
    background: url("/images/vip/images/common/img_vis_fist_250616.png"), linear-gradient(to bottom, #141515 0%, #141515 17.35%, #141515 0%);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.vip-main2025 .page-contents.type4 {
    background: url("/images/vip/images/common/img_vis_vvip_250616.png"), linear-gradient(to bottom, #141515 0%, #141515 17.35%, #141515 0%);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.vip-main2025 .vip-scroll-content {
    padding-bottom: 120px;
}

/* [2025-07-17 kho] ¼öÁ¤ */
.vip-main2025 .ui-page-scroll-tap {
    height: 117px; /* Çì´õ 50 + ÅÇ 67 */
    margin-bottom: -50px; /* Çì´õ 50 */
    background-color: transparent;
}
.vip-main2025 .ui-page-scroll-tap .ui-page-scroll-tap-fixed-inner {
    position: fixed;
    top: 5rem;
    width: 100%;
    z-index: 50;
    display: flex;
    gap: 2.4rem;
}
.vip-main2025 .ui-page-scroll-tap.scrolled .ui-page-scroll-tap-fixed-inner {
    background-color: #fff;
}
/* //[2025-07-17 kho] ¼öÁ¤ */

.vip-main2025 .ui-page-scroll-tap .tab-list {
    padding: 0px 2.4rem;
    height: 67px;
    align-items: center;
}
.vip-main2025 .ui-page-scroll-tap .tab-list .tab-list-link {
    padding: 0.8rem 1.3rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    white-space: nowrap;
}
.vip-main2025 .ui-page-scroll-tap .tab-list .tab-list-link.is-active {
    border-color: var(--basic);
    background-color: var(--basic);
    color: #ffffff;
}

.vip-main2025 .section-tab-scroll {
    padding: 0px 16px;
    margin-top: 103px;
}

.vip-main2025 .mlr-16{
    margin: 0 -16px;
}

.vip-main2025 .main-title-txt{
    display: block;
    width: 67.075%;
    margin: 0 auto;
}
.vip-main2025 .user-link-btn{
    position: relative;
    top: 10px;
    left: 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
}
.vip-main2025 .user-link-btn img{
    width: 100%;
}

.vip-main2025 .section-title {
    font-size: 2rem;
    font-weight: 700;
    padding-left: 8px;
    margin-bottom: 16px;
}
.vip-main2025 .main-grade-box {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.vip-main2025 .main-grade-box-back {
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    backdrop-filter: blur(32px);
}
.vip-main2025 .main-grade-box-con {
    padding: 24px;
    position: relative;
}
.vip-main2025 .main-grade-box-con p {
    margin-bottom: 78px;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 700;
    color: #fff;
}
.vip-main2025 .main-grade-box-con p span {
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}
.vip-main2025 .main-grade-box-con a {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}
.vip-main2025 .main-grade-box-con img {
    position: absolute;
    width: 120px;
    height: auto;
    bottom: 0px;
    right: 0px;
}
.vip-main2025 .main-stamp-box.type-flex{
    display: flex;
    gap: 10px;
}
.vip-main2025 .main-stamp-box a {
    display: block;
    width: 100%;
    height: auto;
    padding: 28px 0px 28px 24px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border-radius: 15px;
}
.vip-main2025 .main-stamp-box .h128{
    height: 128px;
}
.vip-main2025 .main-stamp-box.type1 .vip-stamp-box-banner01 {
    background: url("/images/vip/images/common/bn_classic_gift_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type1 .vip-stamp-box-banner02 {
    background: url("/images/vip/images/common/bn_classic_reward_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type1 .vip-stamp-box-banner03 {
    background: url("/images/vip/images/common/bn_classic_monthly_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type2 .vip-stamp-box-banner01 {
    background: url("/images/vip/images/common/bn_royal_gift_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type2 .vip-stamp-box-banner02 {
    background: url("/images/vip/images/common/bn_royal_reward_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type2 .vip-stamp-box-banner03 {
    background: url("/images/vip/images/common/bn_royal_monthly_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type3 .vip-stamp-box-banner01 {
    background: url("/images/vip/images/common/bn_first_gift_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type3 .vip-stamp-box-banner02 {
    background: url("/images/vip/images/common/bn_first_reward_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type3 .vip-stamp-box-banner03 {
    background: url("/images/vip/images/common/bn_first_monthly_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type4 .vip-stamp-box-banner01 {
    background: url("/images/vip/images/common/bn_vvip_gift_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type4 .vip-stamp-box-banner02 {
    background: url("/images/vip/images/common/bn_vvip_reward_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .main-stamp-box.type4 .vip-stamp-box-banner03 {
    background: url("/images/vip/images/common/bn_vvip_monthly_250616.png") no-repeat 0 bottom / 100% auto;
}
.vip-main2025 .vip-stamp-box-banner04 {
    background: url("/images/vip/images/common/bn_bot_hidden_price_250829.png") no-repeat 0 bottom / 100% auto, linear-gradient(to right, #282a2f, #323645);
}
.vip-main2025 .vip-stamp-box-banner05 {
    background: url("/images/vip/images/common/bn_bot_travel_bucket_250829.png") no-repeat 0 bottom / 100% auto, linear-gradient(to right, #282a2f, #323645);
}
.vip-main2025 .main-benefit-box {
    width: 100%;
    height: 210px;
    display: flex;
    gap: 10px;
}
.vip-main2025 .main-benefit-box-left {
    width: 152px;
    height: 200px;
}
.vip-main2025 .main-benefit-box-right {
    height: 200px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.vip-main2025 .vip-benefit-banner01 {
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/vip/images/common/bn_benfit_get_coupon_250616.png") no-repeat 0 bottom / 100% auto, linear-gradient(to bottom, #27292e, #363b4f);
    border-radius: 15px;

}
.vip-main2025 .vip-benefit-banner02{
    width: 100%;
    height: 100%;
    background: url("/images/vip/images/common/bn_benfit_received_coupon_250616.png") no-repeat 0 bottom / 100% auto, linear-gradient(to bottom, #323439, #363b4f);
    border-radius: 15px;
   }

.vip-main2025 .vip-benefit-banner03{
    width: 100%;
    background: url("/images/vip/images/common/bn_benfit_received_benefit_250616.png") no-repeat 0 bottom / 100% auto, linear-gradient(to bottom, #323439, #363b4f);
    border-radius: 15px;
}

.vip-main2025 .vip-benefit-banner01 p, .vip-benefit-banner02 p, .vip-benefit-banner03 p{
 font-size: 1.8rem;
 padding: 24px 0px 0px 24px;
}

.vip-main2025 .main-benefit-box img {
    display: block;
    width: 100%;
    height: auto;
}
.vip-main2025 .vip-benefit-banner02, .vip-benefit-banner03 {
    height: 95px;
}

.vip-main2025 .slide-banner-controller {
    bottom: 16px;
    right: 65px;
    padding: 5px 8px 5px 0px;
    background: rgba(0, 0, 0, 0.64);
    border-radius: 100px;
}
.vip-main2025 .vip-slide-banner {
    position: relative;
}
.vip-main2025 .vip-slide-banner img {
    border-radius: inherit;
}
.vip-main2025 .slide-banner-item {
    border-radius: 15px;
}
.vip-main2025 .slide-area{
    margin: 0px -16px 0px 0px;
}

.vip-main2025 .rd-box .rd-box-t156 {
    position: absolute; top: 156px; left: 0px; width: 100%; padding: 0px 20px; box-sizing: border-box;
}
.vip-main2025 .rd-box .rd-box-t182 {
    position: absolute; top: 182px; left: 0px; width: 100%; padding: 0px 20px; box-sizing: border-box;
}
.vip-main2025 .slide-wrap .slide-area a {
    display: block;
}
.vipLougemain{
    height: 100%;
    overflow-y: auto;
}
.vipLougemain .by-theme-product,
.vipLougemain .lowest-price-hotel {
    position: relative;
    padding: 0;
}


.vipLougemain .lowest-price-hotel .swiper-wrapper {
    gap: 12px;
    /* padding-bottom: 1rem; */
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.vipLougemain .lowest-price-hotel .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.vipLougemain .lowest-price-hotel .swiper-slide {
    scroll-snap-align: start;
    width: 200px;
}
.vip-main2025 .slide-banner {
    padding-bottom: 0px;
}
.vip-main2025 .slide-banner-title {
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #fff;
    border-radius: 15px;
    position: absolute;
    top: 16px;
    left: 24px;
    
}
.vip-main2025 .slide-banner-title span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.64);
}

.vip-main2025 .info-btn {
    position: relative;
    display: block;
    width: fit-content;
    padding-right: 16px;
    color: #fff;
}
.vip-main2025 .form-flex-cell {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.vip-main2025 .info-btn::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    width: 12px;
    height: 12px;
    padding: 2px 0;
    box-sizing: border-box;
    background: url("/images/things_of_read/icon/btn-more.png") no-repeat 0 0 / cover;
}
.vip-main2025 .daily_check_box{
    position: relative; display: block; width: 100%; height: 136px; border-radius: 15px; background: url("/images/vip/images/common/bn_bot_daily_check_250829.png") no-repeat center bottom / cover, linear-gradient(to right, #2b4c53, #21383c);
}
.vip-main2025 .daily_check_box.type2{
    height: 128px; background:  url("/images/vip/images/common/bn_bot_coupon_gift_250829.png") no-repeat center bottom / cover, linear-gradient(to right, #282a2f, #323645);
}
.vip-main2025 .daily_check_box div{
    position: absolute; top: 24px; left: 24px;
}
.vip-txt-64{
    font-size: 1.4rem; line-height: 2.4rem; font-weight: 500; color: rgba(255, 255, 255, 0.8); margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* [2025-08-08 KEJ] .vip-txt-64 opacity°ª 80À¸·Î ¼öÁ¤(Á¢±Ù¼º) */
.vip-main2025 .vip-txt-white{
    font-size: 1.6rem; line-height: 2.4rem; font-weight: 700; color: #fff;
}
.vip-main2025 .vip-txt-gray{
    font-size: 2rem; line-height: 2.4rem; font-weight: 700; color: rgba(255, 255, 255, 0.8);
}
.vip-main2025 .slide-link{
    position: relative;
}
.vip-main2025 .grade-link{
    display: block;
}
.margin-bottom-48{
    margin-bottom: 48px !important;
}
.margin-bottom-52{
    margin-bottom: 52px !important;
}
.margin-top-48{
    margin-top: 48px !important;
}
.margin-top-80{
    margin-top: 80px !important;
}
.margin-top-52{
    margin-top: 52px !important;
}
.vip-main2025 .slide-banner.type-white .swiper-button-prev{
    background-image: url("/images/vip/images/common/btn_left_arrow.svg");
}
.vip-main2025 .slide-banner.type-white .swiper-button-next{
    background-image: url("/images/vip/images/common/btn_right_arrow.svg");
}
.vip-main2025 .slide-banner .swiper-button-prev{
    width: 12px;
    height: 12px;
    margin: 1px 0 0 8px;
}
.vip-main2025 .slide-banner .swiper-button-next{
    width: 12px;
    height: 12px;
    margin: 1px 0 0 4px;
}
.vip-main2025 .slide-banner.type-white .swiper-pagination {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
  }

.vip-main2025 .slide-banner.type-white .swiper-pagination-current,
.vip-main2025 .slide-banner.type-white .swiper-pagination-total {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--gray40);
}
.vip-main2025 .slide-banner.type-white .swiper-pagination .swiper-pagination-current {
    position: relative;
    display: inline-block;
  }
.vip-main2025 .slide-banner.type-white .swiper-pagination .swiper-pagination-current::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.8rem;
    margin: 0 0.8rem;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .vip-main2025 .icon-arrow-right-w {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 4.5px;
    background: url("/images/things_of_read/icon/btn-more.png") no-repeat 0 0 / cover;
  }
  .vip-main2025 .main-hbd-box{
    position: relative;
    width: 100%;
    height: auto;
  }
  .vip-main2025 .main-hbd-box .txt-box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 0 2rem 2rem;
    box-sizing: border-box;
    text-align: center;
  }
  .vip-main2025 .main-hbd-box .txt-box p{
    margin-bottom: 14px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
  }
  .vip-main2025 .main-hbd-box .txt-box a{
    display: block;
    padding: 1.4rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #f8f5ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
  }
  .vip-main2025 .main-hbd-box img{
    width: 100%;
  }
/* //[2025-06-11 KEJ] [WPM-11029] ¸ÞÀÎ */


/* [2025-07-14 KEJ] [WPM-11029] ¸ÞÀÎ ºñ·Î±×ÀÎ Ãß°¡ */
.main-grade-cardbox {
    position: relative;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 15px;
    background: linear-gradient(to bottom, #31363d, #2b2f34);
}
.main-grade-cardbox-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.main-grade-cardbox-con:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
}

.main-grade-cardbox-con .op8-txt{
    line-height: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}
.main-grade-box-con-title {
    position: relative;
}
.main-grade-box-con-title::after {
    content: "";
    display: block;
    width: 104px;
    height: 104px;
    position: absolute;
    right: -24px;
    top: -24px;
    background-image: url("/images/vip/images/common/ico_common_vip.png");
    background-size: cover;
}
.vip-main2025 .page-contents.type5 {
    background: linear-gradient(to bottom, #262b31, #141515);
}
.main-grade-box-con.type2{
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
    background: linear-gradient(to bottom, #50545f, #424653);
}
.main-grade-box-con.type2 .main-grade-box-con-title{
    font-size: 2rem;
}
.main-grade-box-con.type2 .main-grade-box-con-title span{
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.8)
}
.main-grade-box-con.type2 .sub-a-link{
    display: flex; justify-content: flex-start; gap: 18px;
}
.w64{
    width: 64px;
}


/* //[2025-07-14 KEJ] [WPM-11029] ¸ÞÀÎ ºñ·Î±×ÀÎ Ãß°¡ */





/* [2025-06-23 KEJ] [WPM-11029] Ãâ¼®Ã¼Å© */
.vip-attendance2025{
    background: #fff !important;
}
.vip-attendance2025 .page-section{
    background: #edf1f1;
}
.vip-attendance2025 .img-box-full{
    position: relative;
}
.vip-attendance2025 .main-txt-box{
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.vip-attendance2025 .main-txt-box-sub{
    font-size: 2.2rem; letter-spacing: -0.88px; color: rgba(0,0,0,0.64);
}
.vip-attendance2025 .main-txt-box-title{
    font-size: 4.8rem; font-weight: 700; letter-spacing: -0.96px;
}
.vip-attendance2025 .ui-buttons{
    padding: 0px 20px;
}
.vip-attendance2025 .calendar-table th{
    font-size: 1.4rem;
    padding: 6px 0px 12px;
}

.vip-attendance2025 .calendar-table tr:last-of-type td{
    padding: 8px 0px 0px;
}
.vip-attendance2025 .calendar-table tr:first-of-type td{
    padding: 16px 0px 8px;
}
.vip-attendance2025 .calendar-table td{
    font-size: 1.4rem;
    font-weight: 500;
    padding: 8px 0px;
}
.vip-attendance2025 .calendar-table td .day{
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
}

.vip-attendance2025 .vip-attendance-calendar.type2{
    padding: 24px 20px; background: #edf1f1;
}
.vip-attendance2025 .vip-attendance-calendar .calendar-wrap .calendar-title .attendance-days{
    background: rgba(0,0,0,0.48);
    color: #fff;
    font-weight: 500;
    padding: 3px 10px;
    height: auto;
    line-height:24px;
    border-radius: 100px;
}
.vip-attendance2025 .vip-attendance-calendar .calendar-wrap .calendar-title .attendance-days span{
    margin-left: 4px;
}
.vip-attendance2025 .vip-attendance-calendar .calendar-wrap .calendar-title{
    margin-bottom: 19px;
    padding: 0px;
    margin-right: -4px;
}
.vip-attendance2025 .vip-attendance-calendar .calendar-wrap{
    border-radius: 10px;
    padding: 24px 28px;
}
.vip-attendance2025 .box-full{
    margin-top: 40px; padding: 0px 20px;
}
.vip-attendance2025 .box-full-con{
    width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; margin-top: 16px;
}
.vip-attendance2025 .box-full-con li{
    padding: 24px; background: #f4f6f8; border-radius: 10px; display: flex; justify-content:flex-start; gap: 24px;
}
.vip-attendance2025 .box-full-img.type1{
    width: 80px; height: 80px; background: url("/images/vip/images/common/icon_dailycheck01.png") no-repeat 0 0 / contain,rgba(0,0,0,0.08); border-radius: 100%;
}
.vip-attendance2025 .box-full-img.type2{
    width: 80px; height: 80px; background: url("/images/vip/images/common/icon_dailycheck02.png") no-repeat 0 0 / contain,rgba(0,0,0,0.08); border-radius: 100%;
}
.vip-attendance2025 .box-full-con-txt{
    display: flex; flex-direction: column;
}
.vip-attendance2025 .box-full-dg{
    width: fit-content; background: rgba(0,0,0,0.48); color: #fff; font-size: 1.2rem; font-weight: 700; line-height: 15px; text-align: center; border-radius: 100px; padding: 2px 8px;
}
.vip-attendance2025 .box-full-con-txt-sub{
    font-size: 1.4rem; font-weight: 500; color: #666;
}
.vip-attendance2025 .box-full-con-benefit{
    font-size: 1.6rem; font-weight: 700;
}

.vip-attendance2025 .vip-switch-box{
    position: relative;width: 100%; display: flex;border: none;align-items: center;justify-content: space-between;margin: 0px;padding: 16px 19px;border-radius: 10px;background:#f4f6f8; margin-top: 16px;box-sizing: border-box;
}
.vip-attendance2025 .dot-txt{
    position: relative;
    padding-left: 8px;
    margin-left: 4px;
    font-size: 1.3rem;
    line-height: 18px;
    color: #666;
}
.vip-attendance2025 .dot-txt::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 2px;
    height: 2px;
    background-color: #666;
}
.vip-attendance2025 .vip-attendance-calendar{
    padding: 24px 24px 64px;
}
.vip-attendance2025 .use-notice-opener{
    background: none;
    padding: 18px 0px;
    font-size: 1.4rem;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.vip-attendance2025 .use-notice-opener.js-ui-accordion__opener::after{
    position: absolute;
    right: 0px;
}
.vip-attendance2025 .info-list{
    font-size: 1.3rem;
}
.vip-attendance2025 .type-outside{
    font-size: 1.3rem;
}
.vip-attendance2025 .type-outside::before{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 24px 0px;
    background: rgba(0,0,0,0.08);
}
.vip-attendance2025 .daily-title{
    display: grid; grid-template-columns: repeat(7,1fr); column-gap: 12px; border-bottom: 1px solid rgba(0,0,0,0.08);
}
.vip-attendance2025 .daily-title li{
    padding-bottom: 12px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
}
.vip-attendance2025 .daily-txt{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    column-gap: 12px;
    font-size: 1.4rem;
    line-height: 26px;
    font-weight: 500;
    margin-top: 16px;
    text-align: center;
}
.vip-attendance2025 .daily-txt li{
    /* display: inline-block; */
    width: 26px;
    height: 26px;
    text-align: center;
    justify-self: center;
    border-radius: 50%;
    line-height: 26px;
}

.vip-attendance2025 .daily-txt .save {
    color: #ffffff;
    background: #029c94;
}
.vip-attendance2025 .daily-txt .save-asis{
    background:#ebebeb;
    color: #111;
}
.vip-attendance2025 .info-item strong{
    font-weight: 700 !important;
}
.margin-top-52{
    margin-top: 52px !important;
}
.margin-top-16{
    margin-top: 16px !important;
}
/* //[2025-06-23 KEJ] [WPM-11029] Ãâ¼®Ã¼Å© */

/* [2025-11-28 kho] [WPM-13198] VIP µî±Þ »êÁ¤ ¾È³» Ãß°¡ */
.vip-main2025 .main-grade-notice-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.main-grade-notice-box-con {
    padding: 2.4rem 2.4rem 2.8rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(180deg, #31343c 0%, #292b30 100%);
}
.main-grade-notice-box-con .ico {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
    vertical-align: top;
    background: url(/images/vip/images/common/ico_loudspeaker.png) no-repeat 50% / 100% auto;
}
.main-grade-notice-box-con .txt1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 700;
}
.main-grade-notice-box-con .txt2 {
    margin-top: 4px;
    font-size: 1.4rem;
    line-height: 2rem;
    color: rgba(255,255,255,0.64);
}
/* //[2025-11-28 kho] [WPM-13198] VIP µî±Þ »êÁ¤ ¾È³» Ãß°¡ */