/* BASIC css start */
.mypage-container {
    max-width: 1345px; 
    margin: 0 auto; 
}

.mypage-container #content {
    width: auto;
    max-width: 1080px;
}

.mypage-container #content .loc-navi,
.mypage-container #content .page-title { display: none; }
.mypage-container #content > .tabs { margin-top: 0; }


.mypage-container header {
    margin-bottom: 50px; 
    padding: 65px 0;
    border: 1px solid #d5d2d2;
    border-radius: 38px;
    display: flex; 
    flex-flow: row wrap;
    justify-content: space-between;
}

.mypage-container .msg {
    flex-basis: 416px; 
    font-size: 34px;
    line-height: 46px;
    color: #000;
    text-align: center; 
    display: flex; flex-flow: row wrap;
    align-items: center; 
    justify-content: center; 
}
.mypage-container .msg+div {
    flex-basis: 805px;
    padding: 0; 
}
.mypage-container .points {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
}
.mypage-container .points dl {
    min-height: 78px;
    display: flex; 
    flex-flow: column wrap;
    justify-content: center; 
    padding-left: 30px; 
}
.mypage-container .points dt {
    font-size: 24px; 
    color: #8c8c8c;
}
.mypage-container .points dd {
    margin-top: 22px;
    font-size: 24px; 
    color: #000;
}
.mypage-container .points > * {
    flex-basis: 33%;
}
.mypage-container .points > *:nth-child(2) {
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
}

.mypage-container .grade-container {
    margin: 0 auto;
    position: relative; 
}
.mypage-container .grade-message {
    margin: 0 0 39px;
    background: #e9e9e9;
    border-radius: 9px;
    padding: 15px;
    font-size: 21px;
    color: #2d2d2d;
    text-align: center; 
}
.mypage-container .grade-tracker {
    position: relative;
    margin: 0 30px 39px;
}

.mypage-container .grade-line {
    width: 100%;
    height: 7px;
    background-color: #d2d0d0;
}

.mypage-container .grade-indicator {
    position: absolute;
    top: -8px;
    width: 15px;
    height: 15px;
    border: 7px solid #000;
    background-color: #FFF;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.mypage-container  .grade-message+.grade-tracker > .grade-indicator::before {
    content: '';
    display: block; 
    width: 29px;
    height: 14px; 
    background: url(/design/soogee77/dnrweb/coner_29x14_e9e9e9.png);
    background-repeat: no-repeat;
    background-size: 29px auto;
    position: absolute;
    top: -38px;
    left: -10px;
}
.mypage-container  .grade-labels {
    display: flex;
    justify-content: space-between;
}

.mypage-container .grade-label {
    font-size: 25px;
    color: #8c8c8c;
    text-align: center;
    flex: 1;
    position: absolute; 
}
.mypage-container .grade-label::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: #d5d2d2;
    border-radius: 50%;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
}
.mypage-container .grade-label:nth-child(1) {
    left: 30px;
    text-align: left;
}
.mypage-container .grade-label:nth-child(2) { 
    left: calc(33.33% + 10px);
    transform: translateX(-50%);
    text-align: center;
}
.mypage-container .grade-label:nth-child(3) { 
    left: calc(66.66% + 10px);    
    transform: translateX(-50%);
    text-align: center;
}
.mypage-container .grade-label:nth-child(4) {
    right: 30px;
    text-align: right;
}
.mypage-container .grade-label:nth-of-type(1)::before {
    left: 0; 
    transform: none;
}
.mypage-container .grade-label:nth-last-of-type(1)::before {
    left: auto;
    transform: none;
    right : 0;
}

/* µî±Þº° À§Ä¡ ¹× È°¼ºÈ­ */
.grade-ÇØÇÇÆÐ¹Ð¸® .grade-indicator { left: 1%; }
.grade-ÇØÇÇÆÐ¹Ð¸® .grade-label:nth-child(1) { color: #333; font-weight: 600; }

.grade-ÇØÇÇ°ñµå .grade-indicator { left: 33.33%; }
.grade-ÇØÇÇ°ñµå .grade-label:nth-child(2) { color: #333; font-weight: 600; }

.grade-VIP .grade-indicator { left: 66.66%; }
.grade-VIP .grade-label:nth-child(3) { color: #333; font-weight: 600; }

.grade-VVIP .grade-indicator { left: 99%; }
.grade-VVIP .grade-label:nth-child(4) { color: #333; font-weight: 600; }


.mypage-container .main-container {
    display: flex;
    flex: 1;
    margin-bottom: 145px;
    padding-right: 30px; 
}
.mypage-container .main-container aside {
    width: 260px;
    padding-left: 11px; 
}
.mypage-container .main-container aside > nav { width: 212px; }

.mypage-container .links > ul {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mypage-container .links li a {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0;
    position: relative;
    height: 42px;
    position: relative; 
    text-indent: 28px; 
    transition: .4s;
    border-radius: 9px;
}
.mypage-container .links li a::after {
    content: '';
    background-color: #000;
    mask: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 18L15 12L9 6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    mask-repeat: no-repeat;
    mask-size: contain;
    margin-top:-7.5px;
    position: absolute;
    top: 50%;
    right: 13px; 
    width: 15px;
    height: 15px;
    opacity: 0; 
}
.mypage-container .links li.active a,
.mypage-container .links li a:hover {
    background: #e9e9e9;
}
.mypage-container .links li.active a::after,
.mypage-container .links li a:hover::after { opacity: 1; }
.mypage-container .links li span 
{
    font-size: 20px;
    color: #000;
}
.mypage-container .links li a[href*="userexit"] span,
.mypage-container .links li a[href*="logout"] span {
    color: #959595;
}
.mypage-container .links li sup {
    margin-left: 12px;
    display: inline-flex; 
    flex-flow: row wrap;
    align-items: center; 
    justify-content: center;
    background-color: #6f6f6f;
    font-size: 22px;
    color: #fff;
    min-width: 26px;;
    min-height: 26px;
    display: block;
    border-radius: 50%;
    line-height: 26px;
    text-align: center; 
}
/* BASIC css end */

