@media not all and (min-width: 1024px) {
    .bonus-summary {
        background: #f4f6f8;
        padding: 15px 25px;
    }
    .bonus-summary li {
        padding: 5px;
        min-height: 45px;
        align-items: center;
    }
    .pre-launch li {
        background: #faf8ff;
        border-radius: 5px;
        padding: 20px 25px;
    }
    .official-launch li {
        background: #faf8ff;
        border-radius: 5px;
        padding: 20px 25px;
    }
}

/* @media (min-width: 768px) {
    .bonus-summary {
        background: #f4f6f8;
        padding: 15px 25px;
    }
    .bonus-summary li {
        padding: 5px;
        min-height: 55px;
        align-items: center;
    }
} */

@media (min-width: 1024px) {
    .bonus-summary {
        background: #f4f6f8;
        padding: 25px 35px;
    }
    .bonus-summary li {
        padding: 5px;
        min-height: 55px;
        align-items: center;
    }
    .pre-launch li {
        background: #faf8ff;
        border-radius: 5px;
        padding: 30px 45px;
    }
    .official-launch li {
        background: #faf8ff;
        border-radius: 5px;
        padding: 30px 45px;
    }
    
}

a {
    text-decoration: none !important;
}

.myumeken p + p {
    margin: 0;
}

.level-info {
    background: #3a416f;
    color:#fff;
}

.level-info a:hover {
    color: #fff;
}

.level-info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.bonus-summary a:hover {
    color: inherit;
}

.bonus-list li {
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
}

.bonus-list li+li {
    margin-top: 8px;
}

.bonus-list .orderID {
    color:#878787
}

.bonus-list a {
    font-weight: normal;
}

.bonus-list .arrow {
    width:20px;
}


.bonus-list .item-qty {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    padding: 3px;
    text-align: center;
}

.bonus-list .item-qty-txt {
    color: #3b56e2;
}

.bonus-list .event-list {
    background: #f0f0f0;
    border-radius: 5px;
}

.bonus-list .event-list {
    margin-bottom: 8px;
}

.bonus-detail {
    background: #f4f6f8;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

.text-dark-purple {
    color: #43446a;
}

.text-blue-point {
    color: #045fb3;
}

.text-red-point {
    color: #d51e4d;
}

.nav-tab {

}

.nav-tab ul li {
    background: #f4f6f8;
    color: #fff;
    padding: 13px 20px 11px;
    border-radius: 100px;
    color: #000;
    border: 1px solid #d7d7d7;
}

.nav-tab ul li.active {
    background: #0c579a;
    color: #fff;
    border: 1px solid #0c579a;

}

/* myumeken Info Page - Pre-Launch */

.pre-info-wrap img {
    display: inline-block;
    vertical-align: sub;
}

.pre-launch {
    padding: 40px 0 0 0;
}

.pre-launch li .pre-subtit {
    color:#5228cd;
    margin-bottom: 10px
}

.pre-launch li+li {
    margin-top:10px
}

.pre-tit {
    background: #8854ff;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

.pre-tit span {
    font-weight: 400;
}

.official-launch {
    padding: 40px 0 0 0;
}

.official-launch li .official-subtit {
    color:#0079f5;
    margin-bottom: 10px
}

.official-launch li+li {
    margin-top:10px
}

.official-tit {
    background: #3b79fe;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.official-tit span {
    font-size: 22px;
    font-weight: 400;
}

/*myUmeken Intro Page Web*/
.myumeken_start_wrap img {
    display: inline-block;
    vertical-align: sub;
}

.intro-tab ul {

}

.intro-tab li {
    width: 33.3%;
    padding: 15px 0;
    background: #8569c7;
    border-top :1px #3e1399 solid;
    border-bottom :1px #3e1399 solid;
    border-right :1px #3e1399 solid;
    color: #fff;
    cursor: pointer;
}

.intro-tab li:first-child {
    border-left :1px #3e1399 solid;
    border-top-left-radius: 10px;
}

.intro-tab li:last-child {
    border-top-right-radius: 10px;
}

.intro-tab li.tab_active {
    background: transparent;
    opacity: 1;
    position: relative;
    border-top : 1px #fff solid;    
    border-bottom : 1px #fff solid; 
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    color: #5c23d2;
    position: relative;
    isolation: isolate;
    background-color: rgba(255,255,255,0.3);
}

/* .intro-tab li.tab_active::after {
    content: '';
    position: absolute;
    background: #fff;
    z-index: -1;
    inset: 0;
    opacity: 0.6;
} */


.intro-tab-txt {
    width: 99.9%;
    position: relative;
    isolation: isolate;
    padding: 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
    border-bottom :1px #fff solid;    
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.intro-tab-txt::after {
    content: '';
    position: absolute;
    background: white;
    z-index: -1;
    inset: 0;
    opacity: 0.3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.intro-tab-txt li {
    background: url(/assets/images/myumeken/icon-check.png) no-repeat 0 6px;
    padding-left: 25px;
    line-height: 25px;
    padding-bottom: 8px;
}

.intro-tab-txt li.usa {
    background: url(/assets/images/myumeken/icon-check.png) no-repeat 0 2px !important;
}

/* .intro-tab-txt li:last-child {
    margin-bottom: 0px;
} */

.intro-tab-txt .point-text {
    color: #5c23d2;
    font-weight: 500;
}

.myumeken-tier {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: -1px;
}

.myumeken-tier h4 {
    border-bottom: 5px solid #a6a6a6;
    display: inline-flex;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -1px;
    padding-bottom: 7px;
}

.tier-table-wrap {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: flex-end;
}

.tier-table-wrap li:last-child {
    border-bottom: none;
}

.tier-table {
    position: relative;
    /* border-radius: 10px; */
    width: 20%;
    margin-right: 1%;
}

.tier-table:first-child {
    /* justify-content:  */
}


.tier-table:last-child {
    margin-right: 0;
}

.tier-table li {
    display: flex;
    padding: 0 7px;
    height: 65px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    align-items: center;
    justify-content: center;
}

.tier-table:first-child {
    background: #f6f6f6;
}

.tier-table:first-child li {
    justify-content: flex-start;
    text-align: left;
}

.tier-table li:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tier-table li:last-child {
    border-bottom: 1px solid #dedede;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.tier-table li.name {
    border-top: 1px solid #dedede;
}

.tier-table .tier-icon img {
    position: absolute;
    width: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 15px;
}

.tier-table li.gold {
    background: #ca9730;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.tier-table li.platinum {
    background: #9380bb;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 80px;
}

.tier-table li.diamond {
    background: #00b8f1;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 95px;
}

.tier-table li.black {
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    height: 110px;
}

.tier-table li.thanks-gift {
    background: #f2fde1;
}

.bonus-point {
    width: 99.99%;
    display: flex;
    height: 65px;
    align-items: center;
    border: 1px solid #dedede;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -1px;
    background: #feedb3;
}

.bonus-point div {
    padding: 0 7px;
}

.bonus-point div.title {
    width: 19.1%;
    margin-right: 1.1%;
    border-right: 1px solid #dedede;
    height: 65px;
    display: flex;
    align-items: center;
}

.bonus-point div.present {
    width: 80%;
    border-left: 1px solid #dedede;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.myumeken-benefit {
    margin-top: 80px;
}

.myumeken-benefit h4 {
    border-bottom: 5px solid #a6a6a6;
    display: inline-flex;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: -1px;
    padding-bottom: 7px;
}

.myumeken-benefit h4 span {
    color: #414141;
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
}

.myumeken-benefit table {
    margin-top: 30px;
}

.myumeken-benefit table.benefit-table {
    border: 1px solid #dedede;
}

.myumeken-benefit table.benefit-table th {
    border: 1px solid #dedede;
    height: 50px;
    background: #d9f4ff;
    font-size: 22px;
    font-weight: 500;
}

.myumeken-benefit table.benefit-table td {
    border: 1px solid #dedede;
    font-size: 20px;
    padding: 15px;
    word-break: keep-all
}

.myumeken-benefit table.benefit-table .number {
    text-align: center;
    background: #f6f6f6;
}

.myumeken-benefit table.benefit-table .point-price {
    text-align: center;
    background: #fbf0ff;
    justify-content: end;
}

.myumeken-caution {
    margin-top: 10px;
    color: #5b5b5b;
    font-size: 18px;
    word-break: keep-all;
}

.myumeken-caution a, .intro-tab-txt a, .m-intro-tab-txt a, .m-myumeken-caution a {
    color: #3565e6;
    text-decoration: underline !important;
}

/*myUmeken Intro Page Mobile*/
.m-myumeken_start_wrap img {
    display: inline-block;
}

.m-intro-tab img {
    width: 30px;
}

.m-intro-tab li {
    width: 33.3%;
    padding: 15px 0;
    background: #8569c7;
    border-top :1px #3e1399 solid;
    border-bottom :1px #3e1399 solid;
    border-right :1px #3e1399 solid;
    color: #fff;
    cursor: pointer;
}

.m-intro-tab li:first-child {
    border-left :1px #3e1399 solid;
    border-top-left-radius: 10px;
}

.m-intro-tab li:last-child {
    border-top-right-radius: 10px;
}

.m-intro-tab li.tab_active {
    background: transparent;
    opacity: 1;
    position: relative;
    border-top : 1px #fff solid;    
    border-bottom : 1px #fff solid; 
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    color: #5c23d2;
    position: relative;
    isolation: isolate;
    background-color: rgba(255,255,255,0.3);
}

.m-intro-tab-txt {
    width: 99.9%;
    position: relative;
    isolation: isolate;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    border-bottom :1px #fff solid;    
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.m-intro-tab-txt::after {
    content: '';
    position: absolute;
    background: white;
    z-index: -1;
    inset: 0;
    opacity: 0.3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.m-intro-tab-txt li {
    background: url(/assets/images/myumeken/icon-check.png) no-repeat 0 3px;
    padding-left: 25px;
    line-height: 20px;
    padding-bottom: 8px;
}

.m-intro-tab-txt li.usa {
    background: url(/assets/images/myumeken/icon-check.png) no-repeat 0 0;
    font-size: 18px;
}

.m-intro-tab-txt li.vietnam {
    background: url(/assets/images/myumeken/icon-check.png) no-repeat 0 5px;
    font-size: 18px;
}

.m-intro-tab-txt .point-text {
    color: #5c23d2;
    font-weight: 500;
}

.m-myumeken-tier {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -1px;
}

.m-myumeken-tier h4 {
    border-bottom: 5px solid #a6a6a6;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    padding-bottom: 7px;
}

.m-tier-table-wrap {
    width: 100%;
    text-align: center;        
}

.m-tier-table-title ul li {
    width: 25%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m-tier-table-title ul {
    display: flex;
    align-items: flex-end;
}

.m-tier-table-title li {
    width: 25%;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m-tier-table-title li.gold {
    background: #ca9730;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0;
}

.m-tier-table-title li.platinum {
    background: #9380bb;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
}

.m-tier-table-title li.diamond {
    background: #00b8f1;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 30px 0;
}

.m-tier-table-title li.black {
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 40px 0;
}

.m-tier-table-title li.icon-gold {
    top:70px;
    z-index: 10;
}

.m-tier-table-title li.icon-platinum {
    top:50px;
    z-index: 10;
}

.m-tier-table-title li.icon-diamond {
    top:30px;
    z-index: 10;
}

.m-tier-table-title li.icon-black {
    top:10px;
    z-index: 10;
}

.m-tier-table-title li img {
    width: 35px;
}

.m-tier-table {
    border-collapse: separate;
}

.m-tier-table th {
    font-size: 15px;
    line-height: 18px;
    padding: 7px 0;
    border: 1px solid #dedede;
    background: #eaeaea;
}

.m-tier-table td {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 0;
    border-left: 1px solid #dedede;
    word-break: keep-all;
}

.m-tier-table td:last-child {
    border-right: 1px solid #dedede;
}

.m-tier-table td.thanks-gift {
    background: #f2fde1;
}

.m-tier-table td.m-bonus-point {
    background: #feedb3;   
}

.m-tier-table tr:last-child td {
    border-bottom: 1px solid #dedede;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.m-myumeken-benefit {
    margin-top: 50px;
}

.m-myumeken-benefit h4 {
    border-bottom: 5px solid #a6a6a6;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -1px;
    padding-bottom: 7px;
}

.m-myumeken-benefit h4 span {
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
}

.m-myumeken-benefit table {
    margin-top: 20px;
}

.m-myumeken-benefit table.m-benefit-table {
    border: 1px solid #dedede;
}

.m-myumeken-benefit table.m-benefit-table th {
    border: 1px solid #dedede;
    height: 40px;
    background: #d9f4ff;
    font-size: 16px;
    font-weight: 500;
}

.m-myumeken-benefit table.m-benefit-table td {
    border: 1px solid #dedede;
    font-size: 15px;
    padding: 10px;
    word-break: keep-all
}

.m-myumeken-benefit table.m-benefit-table .number {
    text-align: center;
    background: #f6f6f6;
}

.m-myumeken-benefit table.m-benefit-table .point-price {
    text-align: center;
    background: #fbf0ff;
    justify-content: end;
}

.m-myumeken-caution {
    margin-top: 10px;
    color: #5b5b5b;
    font-size: 14px;
    word-break: keep-all;
    line-height: 18px;
}



