* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mypage-parents {
    background-color: #363636;
    padding: 20px 0;
    margin-bottom: 50px;
}
.mypage-parents .head__box--contents .name_box {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
}
.mypage-parents .head__box--contents .name_box span {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: inline-block;
}
.ranking--box {
    display: flex;
    gap: 10px;
}
.ranking--box .left-box , .ranking--box .right-box {
    background-color: #fff;
    width: 50%;
    padding: 22px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ranking--box .left-box img {
    width: 40px ;
    height: 40px;
    display: block;
    border-radius: 9999px;
}
.ranking--box .left-box .point-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.ranking--box .left-box .box-content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
    margin-bottom: 0;
}
.ranking--box .left-box .box-content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.ranking--box .left-box .box-content span strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
}
.ranking--box .left-box .box-content span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    display: block;
}
.ranking--box .box-content a {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #0084FF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
}
.ranking--box .box-content a:before {
    content: '';
    background: url("/common/design/user/img/arrow-right-mypage.png") no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 16px;
    height: 16px;
}
.ranking--box .rank__box--content .discount-use-name {
    font-size: 14px;
    line-height: 16.8px;
    margin-bottom: 2px;
    color: #000;
}
.ranking--box .rank__box--content .discount-use-name br:nth-of-type(1) ,
.ranking--box .rank__box--content .discount-use-name br:nth-of-type(3) {
    display: none;
}
.ranking--box .rank__box--content strong {
    font-weight: 700;
}
.ranking--box .rank__box--content span {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    background: linear-gradient(0deg, #7E7E7E 25%, #D5D5D5 81.25%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.ranking--box .rank__box--content .rank-gold {
    background: linear-gradient(0deg, #CDAF36 25%, #E1D961 81.25%);
    -webkit-background-clip: text;
    background-clip: text;
}
.ranking--box .right-box img {
    width: 38px;
    height: 45px;
    display: block;
    object-fit: contain;
}
.main__content--parents .text-general h2 {
    font-size: 26px;
    line-height: 26px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
}
.main__content--parents .text-general h2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-bottom: 4.6px solid #d61518;
    bottom: -4px;
    width: 100%;
    z-index: 9;
}
.main__content--parents .text-general .inline-border-2 {
    height: 4px;
    width: 100%;
    background: #000;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.cols__cumtom--five {
    padding-bottom: 50px;
}
.cols__cumtom--five .item-box {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.cols__cumtom--five .item-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    min-height: 70px;
    max-height: 70px;
    background-color: #fff;
}

.full-image {
    padding: 0 10px !important;
}

.full-image img {
    width: 100% !important;
    height: auto !important;
}

.order__related--box .item-box a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.order__related--box .item-box a:nth-child(1) img {
    width: 27px;
    height: 21px;
}
.order__related--box .item-box a:nth-child(2) img {
    width: 20px;
    height: 20px;
}
.order__related--box .item-box a:nth-child(3) img {
    width: 18px;
    height: 18px;
}
.order__related--box .item-box a:nth-child(4) img {
    width: 19px;
    height: 16px;
}
.order__related--box .item-box a:nth-child(5) img {
    width: 17px;
    height: 21px;
}
.order__related--box .item-box a:nth-child(6) img {
    width: 23px;
    height: 20px;
}
.order__related--box .item-box a:nth-child(7) img {
    width: 17px;
    height: 27px;
}
.order__related--box .item-box a:nth-child(8) img {
    width: 20px;
    height: 18px;
}
.other__related--box a img {
    width: 152px;
    height: 30px;
    display: block;
}
.order__related--box .item-box a img {
    max-width: 27px;
}
.btn__tool--box {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.btn__design--custom {
    font-size: 17px;
    font-weight: 700;
    line-height: 17px;
    background-color: #E61E02;
    color: #fff;
    padding: 16.5px 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 378px;
    border-radius: 10px;
}
.btn__design--custom:after {
    content: '';
    background: url("/common/design/user/img/icon-btn-white.png") no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
    display: block;;
}